MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
no edit summary
imported>Hb1290 No edit summary |
imported>Hb1290 No edit summary |
||
| Line 526: | Line 526: | ||
border: 1px solid #aaa; | border: 1px solid #aaa; | ||
padding: 8px 4px; | padding: 8px 4px; | ||
} | |||
/*---- DPL Forum ----*/ | |||
/* Forumheader style */ | |||
.forum-header { | |||
border: 1px solid #aaa; | |||
background-color: #cedff2; | |||
margin: 0 0 1em; | |||
padding: 0 0.5em; | |||
} | |||
/* Forum table outside border */ | |||
table.forum-table { | |||
border: 1px solid lightgrey; | |||
} | |||
/* Forum table cell padding and borders for all table body cells */ | |||
table.forum-table > tbody > tr > td { | |||
border-top: 1px solid lightgrey; | |||
padding: 8px; | |||
} | |||
/* Forum table background color (show on odd rows) */ | |||
table.forum-table > tbody > tr { | |||
background-color:#fff; | |||
} | |||
/* Forum table background color (shows on even rows) */ | |||
table.forum-table > tbody > tr:nth-child(even) { | |||
background-color:#f5faff; | |||
} | |||
/* Forum table header row background, style and padding */ | |||
table.forum-table > tbody > tr > th { | |||
background-color:#cedff2; | |||
font-weight:bold; | |||
padding: 8px; | |||
} | } | ||
/*-- InputBox --*/ | /*-- InputBox --*/ | ||