Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
fandomwiki>Wynthyst
No edit summary
fandomwiki>Bumblepo
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* Default */
 
#p-logo a {  
#p-logo a {
background-image: url("/images/b/bc/Wiki.png") !important;  
background-image:url(/images/c/c9/Logo.png) !important; }
 
body.page-Cobalt_Wiki h1.firstHeading { display:none; }
 
/* Infobox template style */
.infobox {
  border: 1px solid #0A78E3;
  background-color: black;
  color: #A6CFFD;
  margin-bottom: 0.5em;
  margin-left: 1em;
  padding: 0.2em;
  float: right;
  clear: right;
}
.infobox td,
.infobox th {
  vertical-align: top;
}
.infobox caption {
  font-size: larger;
  margin-left: inherit;
}
.infobox.bordered {
  border-collapse: collapse;
}
.infobox.bordered td,
.infobox.bordered th {
  border: 1px solid #0A78E3;
}
.infobox.bordered .borderless td,
.infobox.bordered .borderless th {
  border: 0;
}
}


#pt-userpage, #pt-anonuserpage, #pt-login {
#pt-userpage, #pt-anonuserpage, #pt-login {
background: url("/extensions/Curse/Icons/Flame.png") left top no-repeat;
background: url("/images/5/54/User-icon.png") left top no-repeat;
padding-left: 10px !important;
padding-left: 10px !important;
}
}
/*  Footer */


#ft {
#ft {
Line 83: Line 48:


#ft .network-navigation ul.curse li.header a {
#ft .network-navigation ul.curse li.header a {
background: url("/extensions/Curse/Icons/White.png") repeat scroll 0 0 transparent;
background: url("/images/f/fa/White-footer.png") repeat scroll 0 0 transparent;
display: block;
display: block;
text-indent: -999em;
text-indent: -999em;
Line 103: Line 68:
color: #FF6015;
color: #FF6015;
width: 100%;
width: 100%;
}
body.page-Cobalt_Wiki h1.firstHeading { display:none; }
/* Infobox template style */
.infobox {
  border: 1px solid #0A78E3;
  background-color: black;
  color: #A6CFFD;
  margin-bottom: 0.5em;
  margin-left: 1em;
  padding: 0.2em;
  float: right;
  clear: right;
}
.infobox td,
.infobox th {
  vertical-align: top;
}
.infobox caption {
  font-size: larger;
  margin-left: inherit;
}
.infobox.bordered {
  border-collapse: collapse;
}
.infobox.bordered td,
.infobox.bordered th {
  border: 1px solid #0A78E3;
}
.infobox.bordered .borderless td,
.infobox.bordered .borderless th {
  border: 0;
}
}

Revision as of 00:28, 17 April 2012

/* Default */
#p-logo a { 
background-image: url("/images/b/bc/Wiki.png") !important; 
}

#pt-userpage, #pt-anonuserpage, #pt-login {
background: url("/images/5/54/User-icon.png") left top no-repeat;
padding-left: 10px !important;
}

#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("/images/f/fa/White-footer.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%;
}

body.page-Cobalt_Wiki h1.firstHeading { display:none; }

/* Infobox template style */
.infobox {
   border: 1px solid #0A78E3;
   background-color: black;
   color: #A6CFFD;
   margin-bottom: 0.5em;
   margin-left: 1em;
   padding: 0.2em;
   float: right;
   clear: right;
}
.infobox td,
.infobox th {
   vertical-align: top;
}
.infobox caption {
   font-size: larger;
   margin-left: inherit;
}
.infobox.bordered {
   border-collapse: collapse;
}
.infobox.bordered td,
.infobox.bordered th {
   border: 1px solid #0A78E3;
}
.infobox.bordered .borderless td,
.infobox.bordered .borderless th {
   border: 0;
}