MediaWiki:Monobook.css: Difference between revisions
Jump to navigation
Jump to search
Onizuka-gto (talk | contribs) mNo edit summary |
No edit summary |
||
| Line 28: | Line 28: | ||
} | } | ||
/* END Diff rendering */ | /* END Diff rendering */ | ||
table.clannadtable { | |||
text-align: center; | |||
border-spacing: 2px; | |||
empty-cells: hide; | |||
background: #EEE; | |||
border: 1px solid #AAA; | |||
margin-left: auto; | |||
margin-right: auto; | |||
white-space: nowrap; | |||
} | |||
table.clannadtable th { | |||
background: #bce; | |||
color: #457; | |||
padding: 0 5px 0 5px; | |||
} | |||
table.clannadtable td { | |||
background: #F9F9F9; | |||
border: 1px solid #AAA; | |||
padding: 0 5px 0 5px; | |||
vertical-align: middle; | |||
} | |||
table.clannadtable td:hover { | |||
background: #bbe; | |||
} | |||
table.clannadtable a:hover { | |||
text-decoration: none; | |||
color: #457; | |||
font-weight: bold; | |||
} | |||
/* </pre> */ | /* </pre> */ | ||
Revision as of 22:57, 31 January 2007
/* <pre> */
/* CSS placed here will affect users of the Monobook skin */
/* BEGIN Diff rendering */
table.diff {
padding: 0.5em;
}
table.diff td {
vertical-align: top;
}
td.diff-addedline {
background:#D8E4F6;
}
td.diff-addedline span.diffchange {
background: #B0C0F0;
color: #001040;
font-weight: bold;
}
td.diff-deletedline {
background:#E4F6D8;
}
td.diff-deletedline span.diffchange {
background: #B0E897;
color: #104000;
font-weight: bold;
}
td.diff-context {
background:#FEFEFE;
}
/* END Diff rendering */
table.clannadtable {
text-align: center;
border-spacing: 2px;
empty-cells: hide;
background: #EEE;
border: 1px solid #AAA;
margin-left: auto;
margin-right: auto;
white-space: nowrap;
}
table.clannadtable th {
background: #bce;
color: #457;
padding: 0 5px 0 5px;
}
table.clannadtable td {
background: #F9F9F9;
border: 1px solid #AAA;
padding: 0 5px 0 5px;
vertical-align: middle;
}
table.clannadtable td:hover {
background: #bbe;
}
table.clannadtable a:hover {
text-decoration: none;
color: #457;
font-weight: bold;
}
/* </pre> */