Difference between revisions of "MediaWiki:Monobook.css"
Jump to navigation
Jump to search
| Line 1: | Line 1: | ||
/* edit this file to customize the monobook skin for the entire site */ | /* edit this file to customize the monobook skin for the entire site */ | ||
| + | |||
| + | /* <pre><nowiki> */ | ||
| + | |||
| + | /* Style for "notices" */ | ||
| + | |||
| + | .notice { | ||
| + | text-align: justify; | ||
| + | margin: 1em; | ||
| + | padding: 0.2em; | ||
| + | } | ||
| + | |||
| + | #disambig { | ||
| + | border-top: 3px double #cccccc; | ||
| + | border-bottom: 3px double #cccccc; | ||
| + | } | ||
| + | |||
| + | #spoiler { | ||
| + | border-top: 2px solid #ddd; | ||
| + | border-bottom:2px solid #ddd; | ||
| + | } | ||
| + | |||
| + | /* Standard talk template style */ | ||
| + | |||
| + | .Talk-Notice { | ||
| + | border: 1px solid #C0C090; | ||
| + | background-color: #F8EABA; | ||
| + | margin-bottom: 3px; | ||
| + | width: 85%; | ||
| + | border-spacing: 3px; | ||
| + | margin-left: auto; | ||
| + | margin-right: auto; | ||
| + | } | ||
| + | |||
| + | /* Make template background appear correctly on all browsers */ | ||
| + | .Talk-Notice td { | ||
| + | background: inherit; | ||
| + | } | ||
| + | |||
| + | /* Borderless tabular data style, alternating white/grey rows. */ | ||
| + | |||
| + | table.tabulardata { | ||
| + | border: 1px solid #999; | ||
| + | } | ||
| + | |||
| + | table.tabulardata tr.header { | ||
| + | background-color: #ccc; | ||
| + | text-align: left; | ||
| + | } | ||
| + | |||
| + | table.tabulardata tr.alt { | ||
| + | background-color: #eee; | ||
| + | } | ||
| + | |||
| + | /* Inline comment style box. */ | ||
| + | |||
| + | .inline-comment { | ||
| + | padding: 0.5em; | ||
| + | margin: 1em 0; | ||
| + | background: #eef; | ||
| + | border: 1px dashed #009; | ||
| + | } | ||
| + | |||
| + | /* </nowiki></pre> */ | ||
Latest revision as of 14:24, 5 November 2005
/* edit this file to customize the monobook skin for the entire site */
/* <pre><nowiki> */
/* Style for "notices" */
.notice {
text-align: justify;
margin: 1em;
padding: 0.2em;
}
#disambig {
border-top: 3px double #cccccc;
border-bottom: 3px double #cccccc;
}
#spoiler {
border-top: 2px solid #ddd;
border-bottom:2px solid #ddd;
}
/* Standard talk template style */
.Talk-Notice {
border: 1px solid #C0C090;
background-color: #F8EABA;
margin-bottom: 3px;
width: 85%;
border-spacing: 3px;
margin-left: auto;
margin-right: auto;
}
/* Make template background appear correctly on all browsers */
.Talk-Notice td {
background: inherit;
}
/* Borderless tabular data style, alternating white/grey rows. */
table.tabulardata {
border: 1px solid #999;
}
table.tabulardata tr.header {
background-color: #ccc;
text-align: left;
}
table.tabulardata tr.alt {
background-color: #eee;
}
/* Inline comment style box. */
.inline-comment {
padding: 0.5em;
margin: 1em 0;
background: #eef;
border: 1px dashed #009;
}
/* </nowiki></pre> */