MediaWiki:Common.css: Difference between revisions
MediaWiki interface page
More actions
fandomwiki>Wynthyst mNo edit summary |
fandomwiki>Bumblepo No edit summary |
||
| Line 5: | Line 5: | ||
body.page-Cobalt_Wiki h1.firstHeading { display:none; } | body.page-Cobalt_Wiki h1.firstHeading { display:none; } | ||
#pt-userpage, #pt-anonuserpage, #pt-login { | |||
background: url("/w/extensions/Curse/Icons/Flame.png") left top no-repeat; | |||
padding-left: 10px !important; | |||
} | |||
/* Footer */ | /* Footer */ | ||
| Line 17: | Line 22: | ||
#ft h1, #ft a, #ft { | #ft h1, #ft a, #ft { | ||
color: # | color: #FFFFFF; | ||
font-size: 10px; | font-size: 10px; | ||
} | } | ||
| Line 47: | Line 52: | ||
#ft .network-navigation ul.curse li.header a { | #ft .network-navigation ul.curse li.header a { | ||
background: url(" | background: url("/w/extensions/Curse/Icons/White.png") repeat scroll 0 0 transparent; | ||
display: block; | display: block; | ||
text-indent: -999em; | text-indent: -999em; | ||
Revision as of 19:33, 13 December 2011
/* CSS placed here will be applied to all skins */
#p-logo a {
background-image:url(http://www.cobaltwiki.com/images/3/3b/Wiki_logo.png) !important; }
body.page-Cobalt_Wiki h1.firstHeading { display:none; }
#pt-userpage, #pt-anonuserpage, #pt-login {
background: url("/w/extensions/Curse/Icons/Flame.png") left top no-repeat;
padding-left: 10px !important;
}
/* Footer */
#ft {
background: none;
}
#ft div {
width: 1100px;
}
#ft h1, #ft a, #ft {
color: #FFFFFF;
font-size: 10px;
}
#ft .site-navigation {
list-style: none;
margin-left: 160px;
padding-bottom: 5px;
font-size: 10px;
}
#ft .site-navigation ul {
list-style: none;
}
#ft .network-navigation {
margin-left: 160px;
margin-bottom: 140px !important;
}
#ft .network-navigation ul {
float: left;
width: 110px;
}
#ft .network-navigation ul.double {
width: 280px;
}
#ft .network-navigation ul.curse li.header a {
background: url("/w/extensions/Curse/Icons/White.png") repeat scroll 0 0 transparent;
display: block;
text-indent: -999em;
height: 18px;
width: 140px;
}
#ft .network-navigation ul li {
float: left;
list-style: none;
width: 140px;
margin-bottom: 2px;
}
#ft .network-navigation ul li.header {
font-size: 12px;
clear: both;
font-weight: bold;
color: #FF6015;
width: 100%;
}