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 ----*/
/* Forumheader style */
/* Forum formatting -Algorithm & -Splaka & -Roza */
.forum-header {
.forumheader {
border: 1px solid #aaa;  
border: 1px solid #a2a9b1;
background-color: #cedff2;  
background-color: #eaecf0;
margin: 0 0 1em;  
margin-top: 1em;
padding: 0 0.5em;
padding: 12px
}
}
/* Forum table outside border */
 
table.forum-table {
.forumlist.forumborder tr:nth-child(n+2) {
border: 1px solid lightgrey;
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;
}
}
/* Forum table cell padding and borders for all table body cells */
 
table.forum-table > tbody > tr > td {
.forumlist td.forum_title a:not(.forum_new):before {
border-top: 1px solid lightgrey;
content: url(https://images.uncyclomedia.co/uncyclopedia/en/0/02/Breezeicons-places-64-folder-grey.svg.png);
padding: 8px;
position: relative;
top: 2px;
margin-right: 4px;
}
}
/* Forum table background color (show on odd rows) */
 
table.forum-table > tbody > tr {
.forumlist td.forum_title a.forum_new:before {
background-color:#fff;
content: url(https://images.uncyclomedia.co/uncyclopedia/en/4/4f/Breezeicons-places-64-folder-important.svg.png);
position: relative;
top: 2px;
margin-right: 4px;
}
}
/* Forum table background color (shows on even rows) */
 
table.forum-table > tbody > tr:nth-child(even) {
.forumlist.forumborder td.forum_title span.forum_author a:before {
background-color:#f5faff;
content: "";
margin-right: 0px;
}
}
/* Forum table header row background, style and padding */
 
table.forum-table > tbody > tr > th {
.forumborder {
background-color:#cedff2;
border-collapse: collapse;
font-weight:bold;
padding: 8px;
}
}


.forumborder td {
border: 1px solid #aaa;
padding: 8px 4px;
}
/*-- InputBox --*/
/*-- InputBox --*/
.inputbox-sidebar {
.inputbox-sidebar {
Anonymous user

Navigation menu