User:Spartacus/nimbus.css: Difference between revisions

m
no edit summary
mNo edit summary
mNo edit summary
Line 30: Line 30:


#article {
#article {
background: #FFFFFF url(/images/articlebg.jpg) no-repeat center 160px;
background: silver; url(/images/7/7b/UNSC_insignia_(post-war).png) no-repeat center 160px;
}
}


Line 56: Line 56:


/* Links */
/* Links */
a { color: #00f; }
a { color:#1AAAE7; }
a:visited { color: #00c; }
a:visited { color: #00c; }
a:active { color: orange; }
a:active { color: orange; }
a.extiw, a.extiw:active { color: #3366BB; }
a.extiw, a.extiw:active { color: #3366BB; }
a.external {
a.external {
color: #0066FF;
color: #1AAAE7;
background: url(/images/external.png) no-repeat scroll right center transparent;
background: url(/images/1/10/Didact.png) no-repeat scroll right center transparent;
padding: 0 13px 0 0;
padding: 0 13px 0 0;
}
}
Line 105: Line 105:
#search-title {
#search-title {
border-bottom: medium none;
border-bottom: medium none;
color: #333333;
color: #1AAAE7;
font-size: 16px;
font-size: 16px;
font-weight: bold;
font-weight: bold;
Line 140: Line 140:
#action-bar {
#action-bar {
background-color: transparent;
background-color: transparent;
}
/* Replace rounded corners with square corners */
.tab-on, .more-tab-on {
background-image: url(/images/article_tab_on_left.gif);
}
.tab-on span, .more-tab-on span {
background: none;
}
.tab-off, .more-tab-off {
background-image: url(/images/article_tab_off_left.gif);
}
.tab-off span, .more-tab-off span {
background: none;
}
}


Line 165: Line 151:
#wiki-login {
#wiki-login {
margin-top: 0;
margin-top: 0;
background: #687F79;
background: #1AAAE7;
padding: 4px 0 4px 10px;
padding: 4px 0 4px 10px;
}
}
Line 175: Line 161:
#article-controls a {
#article-controls a {
font-size: 110%;
font-size: 110%;
color: #c5ffd3;
color: #1AAAE7;
}
}
#article-controls a:hover {
#article-controls a:hover {
color: #95ffaf;
color: #1AAAE7;
}
}
#ca-unwatch {
#ca-unwatch {
Line 205: Line 191:
/* Give the log out button text some hover color */
/* Give the log out button text some hover color */
a.negative-button:hover {
a.negative-button:hover {
color: #941A00;
color: #1AAAE7;
}
}


/* Put the main border on top as well */
/* Put the main border on top as well */
#article-body {
#article-body {
border: 1px solid #D4DFD7;
border: 1px solid silver;
}
}
#article-tabs {
#article-tabs {
top: 6px;
top: 6px solid silver;
}
}


Line 251: Line 237:
/** Vector-style nav **/
/** Vector-style nav **/
#article-tabs {
#article-tabs {
left: -3px;
left: -3px solid silver;
}
}
.tab-on, .more-tab-on {
.tab-on, .more-tab-on {
Line 263: Line 249:
.tabtoc {
.tabtoc {
   margin: 0 !important;
   margin: 0 !important;
}
/** Log-in bar **/
#wiki-login {
-webkit-border-radius: 0 0 0 .7em;
-moz-border-radius: 0 0 0 .7em;
-ms-border-radius: 0 0 0 .7em;
-o-border-radius: 0 0 0 .7em;
border-radius: 0 0 0 .7em;
}
}


/** Side bar **/
/** Side bar **/
#menu, .bottom-left-nav {
#menu, .bottom-left-nav {
background: white;
background: silver;
}
}


#navigation-title {
#navigation-title {
background: url(/skins/Nimbus/navigation_top.gif) no-repeat scroll top left;
background: silver; url(/skins/Nimbus/navigation_top.gif) no-repeat scroll top left;
}
}


15,412

edits