NewsUnrealEdForumsFilesModsFragBU

Skin

BeyondUnreal


Personal tools

Difference between revisions of "MediaWiki:Beyondunreal.css"

From Liandri Archives

Jump to: navigation, search
Line 48: Line 48:
 
}
 
}
 
table.wikitable caption {
 
table.wikitable caption {
   font-weight: bold;
+
   font-weight : bold;
   margin-left: inherit;
+
   margin-left : inherit;
   margin-right: inherit;
+
   margin-right : inherit;
 
}
 
}
  
 
.infobox {
 
.infobox {
   border-style: solid;
+
   border-style : solid;
   border-width: 1px;
+
   border-width : 1px;
   margin: 10px;
+
   padding      : 0.5em;
 
}
 
}
  

Revision as of 16:03, 3 August 2007

/*
CSS for BeyondUnreal Skin

<pre><nowiki>
*/

table.list tr {
  vertical-align: top;
}

#pagehistory li {
  border-color: transparent;
}

table.navbox {
  text-align: center;
  margin: 0.75em auto;
  width: 80%;
}

table.navbox td, table.navbox td {
  font-size: 88%;
}

.gallerybox .thumb {
  border-style: none;
}

#n-bunews {
  font-weight: bold;
}

table.wikitable {
  border-collapse: collapse;
  border-width: 1px;
  border-style: solid;
  background-color: #c8c8c8;
  margin: 1em 1em 1em 0pt;
}
table.wikitable th, table.wikitable td {
  border-width: 1px;
  border-style: solid;
  padding: 0.2em;
}
table.wikitable th {
  background-color: #c0c0c0;
  text-align: center;
}
table.wikitable caption {
  font-weight  : bold;
  margin-left  : inherit;
  margin-right : inherit;
}

.infobox {
  border-style : solid;
  border-width : 1px;
  padding      : 0.5em;
}

.inner.light, .infobox {
  background-color: #ddd;
}

td {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-size-adjust: inherit;
  font-stretch: inherit;
  font-style: inherit;
  font-variant: inherit;
  font-weight: inherit;
  line-height: inherit;
}