Difference between revisions of "MediaWiki:Common.css"
From Twinsuniverse
J McKalling (Talk | contribs) m |
J McKalling (Talk | contribs) |
||
| Line 77: | Line 77: | ||
/* INFOBOX DEFAULT */ | /* INFOBOX DEFAULT */ | ||
| − | table.infobox | + | table.infobox, |
| − | table.infobox th | + | table.infobox th, |
| − | + | table.infobox td { border-color: #cccccc; } | |
| + | table.infobox { background-color: #ffffff; } | ||
| + | table.infobox th { background-color: #ccccff; color: #000000; } | ||
/* INFOBOX CUSTOMS */ | /* INFOBOX CUSTOMS */ | ||
| − | table.infobox.land | + | table.infobox.land, |
| − | table.infobox.land th | + | table.infobox.land th, |
table.infobox.land td { border-color: #ccccdd; } | table.infobox.land td { border-color: #ccccdd; } | ||
| + | table.infobox.land { background-color: #eeeeff; } | ||
| + | table.infobox.land th { background-color: #ddddee; color: #666677; } | ||
| − | table.infobox.life | + | table.infobox.life, |
| − | table.infobox.life th | + | table.infobox.life th, |
table.infobox.life td { border-color: #ccddcc; } | table.infobox.life td { border-color: #ccddcc; } | ||
| + | table.infobox.life { background-color: #eeffee; } | ||
| + | table.infobox.life th { background-color: #ddeedd; color: #667766; } | ||
| − | table.infobox.item | + | table.infobox.item, |
| − | table.infobox.item th | + | table.infobox.item th, |
table.infobox.item td { border-color: #ddcccc; } | table.infobox.item td { border-color: #ddcccc; } | ||
| + | table.infobox.item { background-color: #ffeeee; } | ||
| + | table.infobox.item th { background-color: #eedddd; color: #776666; } | ||
| − | table.infobox.link | + | table.infobox.link, |
| − | table.infobox.link th | + | table.infobox.link th, |
table.infobox.link td { border-color: #ddccdd; } | table.infobox.link td { border-color: #ddccdd; } | ||
| + | table.infobox.link { background-color: #ffeeff; } | ||
| + | table.infobox.link th { background-color: #eeddee; color: #776677; } | ||
| − | table.infobox.cls1 | + | table.infobox.cls1, |
| − | table.infobox.cls1 th | + | table.infobox.cls1 th, |
table.infobox.cls1 td { border-color: #ddddcc; } | table.infobox.cls1 td { border-color: #ddddcc; } | ||
| + | table.infobox.cls1 { background-color: #ffffee; } | ||
| + | table.infobox.cls1 th { background-color: #eeeedd; color: #777766; } | ||
| − | table.infobox.cls2 | + | table.infobox.cls2, |
| − | table.infobox.cls2 th | + | table.infobox.cls2 th, |
table.infobox.cls2 td { border-color: #ccdddd; } | table.infobox.cls2 td { border-color: #ccdddd; } | ||
| + | table.infobox.cls2 { background-color: #eeffff; } | ||
| + | table.infobox.cls2 th { background-color: #ddeeee; color: #667777; } | ||
| − | table.infobox.cls3 | + | table.infobox.cls3, |
| − | table.infobox.cls3 th | + | table.infobox.cls3 th, |
table.infobox.cls3 td { border-color: #bbccdd; } | table.infobox.cls3 td { border-color: #bbccdd; } | ||
| + | table.infobox.cls3 { background-color: #ddeeff; } | ||
| + | table.infobox.cls3 th { background-color: #ccddee; color: #556677; } | ||
| − | table.infobox.cls4 | + | table.infobox.cls4, |
| − | table.infobox.cls4 th | + | table.infobox.cls4 th, |
table.infobox.cls4 td { border-color: #ddccbb; } | table.infobox.cls4 td { border-color: #ddccbb; } | ||
| + | table.infobox.cls4 { background-color: #ffeedd; } | ||
| + | table.infobox.cls4 th { background-color: #eeddcc; color: #776655; } | ||
/* DIFF */ | /* DIFF */ | ||
Revision as of 20:52, 15 November 2012
/** 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: 4px;
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,
table.infobox th,
table.infobox td { border-color: #cccccc; }
table.infobox { background-color: #ffffff; }
table.infobox th { background-color: #ccccff; color: #000000; }
/* INFOBOX CUSTOMS */
table.infobox.land,
table.infobox.land th,
table.infobox.land td { border-color: #ccccdd; }
table.infobox.land { background-color: #eeeeff; }
table.infobox.land th { background-color: #ddddee; color: #666677; }
table.infobox.life,
table.infobox.life th,
table.infobox.life td { border-color: #ccddcc; }
table.infobox.life { background-color: #eeffee; }
table.infobox.life th { background-color: #ddeedd; color: #667766; }
table.infobox.item,
table.infobox.item th,
table.infobox.item td { border-color: #ddcccc; }
table.infobox.item { background-color: #ffeeee; }
table.infobox.item th { background-color: #eedddd; color: #776666; }
table.infobox.link,
table.infobox.link th,
table.infobox.link td { border-color: #ddccdd; }
table.infobox.link { background-color: #ffeeff; }
table.infobox.link th { background-color: #eeddee; color: #776677; }
table.infobox.cls1,
table.infobox.cls1 th,
table.infobox.cls1 td { border-color: #ddddcc; }
table.infobox.cls1 { background-color: #ffffee; }
table.infobox.cls1 th { background-color: #eeeedd; color: #777766; }
table.infobox.cls2,
table.infobox.cls2 th,
table.infobox.cls2 td { border-color: #ccdddd; }
table.infobox.cls2 { background-color: #eeffff; }
table.infobox.cls2 th { background-color: #ddeeee; color: #667777; }
table.infobox.cls3,
table.infobox.cls3 th,
table.infobox.cls3 td { border-color: #bbccdd; }
table.infobox.cls3 { background-color: #ddeeff; }
table.infobox.cls3 th { background-color: #ccddee; color: #556677; }
table.infobox.cls4,
table.infobox.cls4 th,
table.infobox.cls4 td { border-color: #ddccbb; }
table.infobox.cls4 { background-color: #ffeedd; }
table.infobox.cls4 th { background-color: #eeddcc; color: #776655; }
/* 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;
}