مدیاویکی:Common.css: تفاوت بین نسخه‌ها

از irPress.org
پرش به ناوبری پرش به جستجو
(صفحه‌ای جدید حاوی «←‏دستورات این بخش همهٔ کاربران را تحت تاثیر قرار می‌دهند.: /* Copied in the presence of je...» ایجاد کرد)
 
(CSS راست به چپ)
سطر ۱: سطر ۱:
 
/* دستورات این بخش همهٔ کاربران را تحت تاثیر قرار می‌دهند. */
 
/* دستورات این بخش همهٔ کاربران را تحت تاثیر قرار می‌دهند. */
/* Copied in the presence of jeremyb from https://en.wikipedia.org/w/index.php?title=MediaWiki:Common.css&oldid=534717316 */
+
/* Copied in the presence of jeremyb from https://fa.wikipedia.org/w/index.php?title=%D9%85%D8%AF%DB%8C%D8%A7%D9%88%DB%8C%DA%A9%DB%8C:Common.css&oldid=8608192 */
 +
/* See also https://en.wikipedia.org/w/index.php?title=MediaWiki:Common.css */
 +
/* Article message box styles */
 
/* Article message box styles */
 
/* Article message box styles */
 
table.gmbox {
 
table.gmbox {
 
     margin: 0px 10%;                  /* 10% = Will not overlap with other elements */
 
     margin: 0px 10%;                  /* 10% = Will not overlap with other elements */
     border: 1px solid #aaa;
+
     border: 1px solid #aaa;  
    /* @noflip */
+
     border-right: 10px solid #1e90ff;  /* Default "notice" blue */
     border-left: 10px solid #1e90ff;  /* Default "notice" blue */
+
     background: #fbfbfb;  
     background: #fbfbfb;
 
 
}
 
}
 
table.gmbox + table.gmbox {      /* Single border between stacked boxes. */
 
table.gmbox + table.gmbox {      /* Single border between stacked boxes. */
 
     margin-top: -1px;
 
     margin-top: -1px;
 
}
 
}
.gmbox th.mbox-text,
+
.gmbox th.mbox-text,  
 
.gmbox td.mbox-text {            /* The message body cell(s) */
 
.gmbox td.mbox-text {            /* The message body cell(s) */
 
     padding: 0.25em 0.5em;      /* 0.5em left/right */
 
     padding: 0.25em 0.5em;      /* 0.5em left/right */
 
}
 
}
 
.gmbox td.mbox-image {          /* The left image cell */
 
.gmbox td.mbox-image {          /* The left image cell */
    /* @noflip */
+
     padding: 2px 0.5em 2px 0;    /* 0.5em right, 0px left */
     padding: 2px 0 2px 0.5em;    /* 0.5em left, 0px right */
 
 
}
 
}
 
.gmbox td.mbox-imageright {      /* The right image cell */
 
.gmbox td.mbox-imageright {      /* The right image cell */
    /* @noflip */
+
     padding: 2px 0 2px 0.5em;    /* 0px right, 0.5em left */
     padding: 2px 0.5em 2px 0;    /* 0px left, 0.5em right */
 
 
}
 
}
 
   
 
   
 
table.gmbox-notice {
 
table.gmbox-notice {
    /* @noflip */
+
     border-right: 10px solid #1e90ff;    /* Blue */
     border-left: 10px solid #1e90ff;    /* Blue */
 
 
}
 
}
 
table.gmbox-speedy {
 
table.gmbox-speedy {
    /* @noflip */
+
     border-right: 10px solid #b22222;    /* Red */
     border-left: 10px solid #b22222;    /* Red */
 
 
     background: #fee;                  /* Pink */
 
     background: #fee;                  /* Pink */
 
}
 
}
 
table.gmbox-delete {
 
table.gmbox-delete {
    /* @noflip */
+
     border-right: 10px solid #b22222;    /* Red */
     border-left: 10px solid #b22222;    /* Red */
 
 
}
 
}
 
table.gmbox-content {
 
table.gmbox-content {
    /* @noflip */
+
     border-right: 10px solid #f28500;    /* Orange */
     border-left: 10px solid #f28500;    /* Orange */
 
 
}
 
}
 
table.gmbox-style {
 
table.gmbox-style {
    /* @noflip */
+
     border-right: 10px solid #f4c430;    /* Yellow */
     border-left: 10px solid #f4c430;    /* Yellow */
 
 
}
 
}
 
table.gmbox-move {
 
table.gmbox-move {
    /* @noflip */
+
     border-right: 10px solid #9932cc;    /* Purple */
     border-left: 10px solid #9932cc;    /* Purple */
 
 
}
 
}
 
table.gmbox-protection {
 
table.gmbox-protection {
    /* @noflip */
+
     border-right: 10px solid #bba;      /* Gray-gold */
     border-left: 10px solid #bba;      /* Gray-gold */
 
 
}
 
}

نسخهٔ ‏۲۶ ژانویهٔ ۲۰۱۳، ساعت ۱۹:۵۸

/* دستورات این بخش همهٔ کاربران را تحت تاثیر قرار می‌دهند. */
/* Copied in the presence of jeremyb from https://fa.wikipedia.org/w/index.php?title=%D9%85%D8%AF%DB%8C%D8%A7%D9%88%DB%8C%DA%A9%DB%8C:Common.css&oldid=8608192 */
/* See also https://en.wikipedia.org/w/index.php?title=MediaWiki:Common.css */
/* Article message box styles */
/* Article message box styles */
table.gmbox {
    margin: 0px 10%;                  /* 10% = Will not overlap with other elements */
    border: 1px solid #aaa; 
    border-right: 10px solid #1e90ff;  /* Default "notice" blue */
    background: #fbfbfb; 
}
table.gmbox + table.gmbox {      /* Single border between stacked boxes. */
    margin-top: -1px;
}
.gmbox th.mbox-text, 
.gmbox td.mbox-text {            /* The message body cell(s) */
    padding: 0.25em 0.5em;       /* 0.5em left/right */
}
.gmbox td.mbox-image {           /* The left image cell */
    padding: 2px 0.5em 2px 0;    /* 0.5em right, 0px left */
}
.gmbox td.mbox-imageright {      /* The right image cell */
    padding: 2px 0 2px 0.5em;    /* 0px right, 0.5em left */
}
 
table.gmbox-notice {
    border-right: 10px solid #1e90ff;    /* Blue */
}
table.gmbox-speedy {
    border-right: 10px solid #b22222;    /* Red */
    background: #fee;                   /* Pink */
}
table.gmbox-delete {
    border-right: 10px solid #b22222;    /* Red */
}
table.gmbox-content {
    border-right: 10px solid #f28500;    /* Orange */
}
table.gmbox-style {
    border-right: 10px solid #f4c430;    /* Yellow */
}
table.gmbox-move {
    border-right: 10px solid #9932cc;    /* Purple */
}
table.gmbox-protection {
    border-right: 10px solid #bba;       /* Gray-gold */
}