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 476: | Line 476: | ||
} | } | ||
/*---- DPL Forum ----*/ | /*---- DPL Forum ----*/ | ||
/* | /* Forum formatting -Algorithm & -Splaka & -Roza */ | ||
. | .forumheader { | ||
border: 1px solid # | border: 1px solid #a2a9b1; | ||
background-color: # | background-color: #eaecf0; | ||
margin: | margin-top: 1em; | ||
padding: | padding: 12px | ||
} | } | ||
.forumlist.forumborder tr:nth-child(n+2) { | |||
border: | border-left: 4px solid #aaa; | ||
} | |||
.forumlist.forumborder tr:nth-child(2n+2) { | |||
background-color: #f8f9fa; | |||
} | |||
.forumlist.forumborder tr:nth-child(2n+3) { | |||
background-color: #fff; | |||
} | |||
.forumlist td.forum_title a.forum_new { | |||
font-weight: bold; | |||
} | } | ||
.forumlist td.forum_title a:not(.forum_new):before { | |||
content: url(https://images.uncyclomedia.co/uncyclopedia/en/0/02/Breezeicons-places-64-folder-grey.svg.png); | |||
position: relative; | |||
top: 2px; | |||
margin-right: 4px; | |||
} | } | ||
/ | |||
.forumlist td.forum_title a.forum_new:before { | |||
content: url(https://images.uncyclomedia.co/uncyclopedia/en/4/4f/Breezeicons-places-64-folder-important.svg.png); | |||
position: relative; | |||
top: 2px; | |||
margin-right: 4px; | |||
} | } | ||
.forumlist.forumborder td.forum_title span.forum_author a:before { | |||
content: ""; | |||
margin-right: 0px; | |||
} | } | ||
.forumborder { | |||
border-collapse: collapse; | |||
} | } | ||
.forumborder td { | |||
border: 1px solid #aaa; | |||
padding: 8px 4px; | |||
} | |||
/*-- InputBox --*/ | /*-- InputBox --*/ | ||
.inputbox-sidebar { | .inputbox-sidebar { | ||