Skin
Game Sections
- Unreal
- Unreal: RTNP
- Unreal II
- Unreal Tournament
- UT2003
- UT2004
- Unreal Tournament 3
- Unreal Championship
- Unreal Championship 2
Personal tools
Difference between revisions of "MediaWiki:Beyondunreal.css"
From Liandri Archives
Line 61: | Line 61: | ||
.inner.light, .infobox { | .inner.light, .infobox { | ||
background-color: #ddd; | 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; | ||
} | } |
Revision as of 17:46, 31 July 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; margin: 10px; } .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; }