Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
.infobox | .infobox | ||
{ | { | ||
vertical-align: top; | vertical-align: top; | ||
| Line 40: | Line 39: | ||
float: right; | float: right; | ||
clear: right; | clear: right; | ||
} | |||
.wikitable | |||
{ | |||
border: 1px solid black; | |||
} | } | ||
Revision as of 20:53, 31 May 2010
/* CSS placed here will be applied to all skins */
.infobox
{
vertical-align: top;
border-top-width: 1px;
border-right-width: 1px;
border-right-width-ltr-source: physical;
border-right-width-rtl-source: physical;
border-bottom-width: 1px;
border-left-width: 1px;
border-left-width-ltr-source: physical;
border-left-width-rtl-source: physical;
border-top-style: solid;
border-right-style: solid;
border-right-style-ltr-source: physical;
border-right-style-rtl-source: physical;
border-bottom-style: solid;
border-left-style: solid;
border-left-style-ltr-source: physical;
border-left-style-rtl-source: physical;
border-top-color: #aaaaaa;
border-right-color-value: #aaaaaa;
border-right-color-ltr-source: physical;
border-right-color-rtl-source: physical;
border-bottom-color: #aaaaaa;
border-left-color-value: #aaaaaa;
border-left-color-ltr-source: physical;
border-left-color-rtl-source: physical;
background-color: #f9f9f9;
color: black;
margin-top: 0.5em;
margin-right: 0pt;
margin-bottom: 0.5em;
margin-left: 1em;
padding-top: 0.2em;
padding-right: 0.2em;
padding-bottom: 0.2em;
padding-left: 0.2em;
float: right;
clear: right;
}
.wikitable
{
border: 1px solid black;
}