مدیاویکی:Common.css: تفاوت بین نسخهها
پرش به ناوبری
پرش به جستجو
(صفحهای جدید حاوی «←دستورات این بخش همهٔ کاربران را تحت تاثیر قرار میدهند.: /* Copied in the presence of je...» ایجاد کرد) |
(CSS راست به چپ) |
||
سطر ۱: | سطر ۱: | ||
/* دستورات این بخش همهٔ کاربران را تحت تاثیر قرار میدهند. */ | /* دستورات این بخش همهٔ کاربران را تحت تاثیر قرار میدهند. */ | ||
− | /* Copied in the presence of jeremyb from https:// | + | /* 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; |
− | + | border-right: 10px solid #1e90ff; /* Default "notice" blue */ | |
− | border- | + | 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 */ | ||
− | + | padding: 2px 0.5em 2px 0; /* 0.5em right, 0px left */ | |
− | padding: 2px 0 2px 0 | ||
} | } | ||
.gmbox td.mbox-imageright { /* The right image cell */ | .gmbox td.mbox-imageright { /* The right image cell */ | ||
− | + | padding: 2px 0 2px 0.5em; /* 0px right, 0.5em left */ | |
− | padding: 2px 0.5em | ||
} | } | ||
table.gmbox-notice { | table.gmbox-notice { | ||
− | + | border-right: 10px solid #1e90ff; /* Blue */ | |
− | border- | ||
} | } | ||
table.gmbox-speedy { | table.gmbox-speedy { | ||
− | + | border-right: 10px solid #b22222; /* Red */ | |
− | border- | ||
background: #fee; /* Pink */ | background: #fee; /* Pink */ | ||
} | } | ||
table.gmbox-delete { | table.gmbox-delete { | ||
− | + | border-right: 10px solid #b22222; /* Red */ | |
− | border- | ||
} | } | ||
table.gmbox-content { | table.gmbox-content { | ||
− | + | border-right: 10px solid #f28500; /* Orange */ | |
− | border- | ||
} | } | ||
table.gmbox-style { | table.gmbox-style { | ||
− | + | border-right: 10px solid #f4c430; /* Yellow */ | |
− | border- | ||
} | } | ||
table.gmbox-move { | table.gmbox-move { | ||
− | + | border-right: 10px solid #9932cc; /* Purple */ | |
− | border- | ||
} | } | ||
table.gmbox-protection { | table.gmbox-protection { | ||
− | + | border-right: 10px solid #bba; /* Gray-gold */ | |
− | border- | ||
} | } |
نسخهٔ ۲۶ ژانویهٔ ۲۰۱۳، ساعت ۱۹:۵۸
/* دستورات این بخش همهٔ کاربران را تحت تاثیر قرار میدهند. */ /* 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 */ }