Difference between revisions of "MediaWiki:Common.css"
From Twinsuniverse
J McKalling (Talk | contribs) m |
J McKalling (Talk | contribs) m |
||
| Line 12: | Line 12: | ||
margin-left: 10px; | margin-left: 10px; | ||
} | } | ||
| − | table.infobox th | + | table.infobox th, |
| + | table.infobox td | ||
{ | { | ||
border: solid 2px #cccccc; | border: solid 2px #cccccc; | ||
| Line 24: | Line 25: | ||
} | } | ||
table.infobox th.title, | table.infobox th.title, | ||
| − | table.infobox th.subtitle | + | table.infobox th.subtitle |
| − | + | ||
{ | { | ||
border: solid 2px #cccccc; | border: solid 2px #cccccc; | ||
| Line 54: | Line 54: | ||
background-color: #ffffff; | background-color: #ffffff; | ||
height: 24px; | height: 24px; | ||
| + | text-align: left; | ||
vertical-align: bottom; | vertical-align: bottom; | ||
} | } | ||
Revision as of 23:40, 14 November 2012
/** CSS placed here will be applied to all skins */
/* INFOBOX */
table.infobox
{
border: solid 0px;
border-collapse: collapse;
float: right;
clear: both;
font-size: 90%;
text-align: left;
margin-left: 10px;
}
table.infobox th,
table.infobox td
{
border: solid 2px #cccccc;
background-color: #ccccff;
padding: 0px 5px;
margin: 0px;
height: 24px;
text-align: right;
vertical-align: bottom;
white-space: nowrap;
}
table.infobox th.title,
table.infobox th.subtitle
{
border: solid 2px #cccccc;
border-collapse: collapse;
background-color: #ccccff;
padding: 0px 5px;
margin: 0px;
height: 32px;
text-align: center;
vertical-align: middle;
font-size: 120%;
font-style: italic;
}
table.infobox th.subtitle
{
height: 28px;
font-size: 110%;
}
table.infobox th.image
{
border: solid 0px;
background-color: #ffffff;
text-align: center;
font-size: 110%;
}
table.infobox td
{
background-color: #ffffff;
height: 24px;
text-align: left;
vertical-align: bottom;
}
table.infobox td p,
table.infobox td sup
{
padding: 0px;
margin: 0px;
line-height: 20px;
}
/* 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;
}