MediaWiki:Monobook.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| (20 intermediate revisions by 2 users not shown) | |||
| 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 */ | ||
.odd { | |||
background-color:#F9F9F9; | background-color:#F9F9F9; | ||
} | |||
table.pipeLineTable { | |||
font-size: 11px; | |||
font-face: arial; | |||
border-collapse:collapse; | |||
border-spacing: 0; | |||
width:100% | |||
} | |||
table.pipeLineTable th{ | |||
background-color:#EAEAAE; | |||
border-color:#EAEAAE; | |||
text-align:left; | |||
} | |||
table.pipeLineTable td{ | |||
padding:1px; | |||
vertical-align:top; | |||
} | } | ||
Latest revision as of 17:34, 8 June 2007
/* edit this file to customize the monobook skin for the entire site */
.odd {
background-color:#F9F9F9;
}
table.pipeLineTable {
font-size: 11px;
font-face: arial;
border-collapse:collapse;
border-spacing: 0;
width:100%
}
table.pipeLineTable th{
background-color:#EAEAAE;
border-color:#EAEAAE;
text-align:left;
}
table.pipeLineTable td{
padding:1px;
vertical-align:top;
}