Tech, Bureaucrats, emailconfirmed, Administrators (Semantic MediaWiki), Curators (Semantic MediaWiki), Suppressors, Administrators, threadmoderator
118,870
edits
No edit summary |
No edit summary |
||
Line 113: | Line 113: | ||
table.navbox { | table.navbox { | ||
border:1px solid #e5c076; | border:1px solid #e5c076; /*#9ec3f7*/ | ||
-moz-box-shadow: inset 0 0 | -moz-box-shadow: inset 0 0 0 5px #b19565; | ||
-webkit-box-shadow: inset 0 0 | -webkit-box-shadow: inset 0 0 0 5px #b19565; | ||
-ms-box-shadow: inset 0 0 | -ms-box-shadow: inset 0 0 0 5px #b19565; | ||
-o-box-shadow: inset 0 0 | -o-box-shadow: inset 0 0 0 5px #b19565; | ||
box-shadow: inset 0 0 | box-shadow: inset 0 0 0 5px #b19565; /*#5579ab*/ | ||
background | border-radius: 15px; | ||
background: #343246; | |||
color:#000; | color:#000; | ||
padding:5px; | padding:5px; | ||
Line 129: | Line 130: | ||
width:97%; | width:97%; | ||
} | } | ||
table.navbox a { | |||
color: white; | |||
} | |||
/* =-=-=-=-=-=-=-= | /* =-=-=-=-=-=-=-= | ||
Line 163: | Line 170: | ||
padding-right:1em; | padding-right:1em; | ||
} | } | ||
.navbox-title, table.navbox th { | |||
/* background: #82a7cb; */ | |||
/* box-shadow: none; */ | |||
/* background: #817ca9; */ | |||
background: white; | |||
background: #343246; | |||
box-shadow: none; | |||
} | |||
.navbox-abovebelow { | |||
background: #32588d; | |||
background: #5579ab; | |||
box-shadow: none; | |||
} | |||
.navbox-title a, table.navbox th a { | |||
color: #e7e7e7; | |||
} | |||
.navbox-list .navbox { | |||
background: none; | |||
border: none; | |||
box-shadow: none; | |||
} | |||
.navbox-abovebelow, .navbox-group { | |||
/* background: #817ca9; */ | |||
background: #464076; | |||
} | |||
.navbox-subgroup .navbox-group, .navbox-subgroup .navbox-abovebelow { | |||
background: #8b85b9; | |||
} | |||
/* =-=--=-=-=-=-=- | /* =-=--=-=-=-=-=- | ||
Line 229: | Line 270: | ||
} | } | ||
.navbox-even { | .navbox-even { | ||
background | background: #e4e3e9; | ||
background: #e8e7ed; | |||
background: #f6f4fd; | |||
background: #dce0ee | |||
} | } | ||
.navbox-odd { | |||
.navbox-odd { | background: #b8b7c1; | ||
background | background: #cfcedf; | ||
background: #e4e3f7; | |||
background: #e0e0f3; | |||
background: #e0e8f3; | |||
background: #5579ab; | |||
} | } | ||
Line 243: | Line 291: | ||
.navbox-odd a:visited, | .navbox-odd a:visited, | ||
.navbox-odd a:link, | .navbox-odd a:link, | ||
.navbox-list .navbox-odd a:visited | .navbox-list .navbox-odd a:visited { | ||
color: #3728ac; | |||
} | |||
@media print { .navbox { display: none; } } | @media print { .navbox { display: none; } } |
edits