MediaWiki:Common.css
From Twinsuniverse
Revision as of 20:05, 15 November 2012 by J McKalling (Talk | contribs)
Note: After saving, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Clear the cache in Tools → Preferences
/** CSS placed here will be applied to all skins */
/* MAIN-NAVIGATOR */
table.mainnavigator
{
border-spacing: 10px;
margin: auto;
}
/* INFOBOX */
table.infobox
{
border: solid 2px;
border-radius: 12px;
border-spacing: 5px;
padding: 0px;
width: 240px;
text-align: left;
}
table.infobox th
{
border: solid 2px;
border-radius: 8px 0px 0px 8px;
padding: 3px;
margin: 0px;
text-align: right;
vertical-align: bottom;
line-height: 20px;
white-space: nowrap;
}
table.infobox th.title
{
border-radius: 8px;
padding: 6px;
font-size: 130%;
font-weight: bold;
text-align: center;
}
table.infobox th.subtitle
{
border-radius: 8px;
padding: 6px;
font-size: 110%;
font-weight: bold;
text-align: center;
}
table.infobox td
{
border: solid 0px;
border-bottom: solid 2px;
padding: 3px;
margin: 0px;
height: 24px;
text-align: left;
vertical-align: bottom;
line-height: 20px;
}
table.infobox td.image
{
border: solid 0px;
text-align: center;
}
table.infobox td p,
table.infobox td sup
{
padding: 0px;
margin: 0px;
}
/* SIDE INFOBOX */
table.infobox.side
{
float: right;
clear: both;
margin: 0px 0px 10px 10px;
}
/* INFOBOX DEFAULT */
table.infobox { border-color: #ccccff; background-color: #eeeeff; }
table.infobox th { border-color: #ccccff; background-color: #ddddff; color: #666699; }
table.infobox td { border-color: #ccccff; }
/* INFOBOX CUSTOMS */
table.infobox.land { border-color: #ccccdd; background-color: #eeeeff; }
table.infobox.land th { border-color: #ccccdd; background-color: #ddddee; color: #666677; }
table.infobox.land td { border-color: #ccccdd; }
table.infobox.life { border-color: #ccddcc; background-color: #eeffee; }
table.infobox.life th { border-color: #ccddcc; background-color: #ddeedd; color: #667766; }
table.infobox.life td { border-color: #ccddcc; }
table.infobox.item { border-color: #ddcccc; background-color: #ffeeee; }
table.infobox.item th { border-color: #ddcccc; background-color: #eedddd; color: #776666; }
table.infobox.item td { border-color: #ddcccc; }
table.infobox.link { border-color: #ddccdd; background-color: #ffeeff; }
table.infobox.link th { border-color: #ddccdd; background-color: #eeddee; color: #776677; }
table.infobox.link td { border-color: #ddccdd; }
/* DIFF */
table.diff
{
padding: 0.5em;
}
td.diff-addedline
{
background-color: #D8E4F6;
}
td.diff-addedline span.diffchange
{
background-color: #B0C0F0;
color: #001040;
font-weight: bold;
}
td.diff-deletedline
{
background-color: #E4F6D8;
}
td.diff-deletedline span.diffchange
{
background-color: #B0E897;
color: #104000;
font-weight: bold;
}