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 */ | ||
#navbox, .navbox | |||
{ | |||
border-top-width: 1px; | |||
border-right-width: 1px; | |||
border-bottom-width: 1px; | |||
border-left-width: 1px; | |||
border-top-style: solid; | |||
border-right-style: solid; | |||
border-bottom-style: solid; | |||
border-left-style: solid; | |||
border-top-color: rgb(170, 170, 170); | |||
border-right-color: rgb(170, 170, 170); | |||
border-bottom-color: rgb(170, 170, 170); | |||
border-left-color: rgb(170, 170, 170); | |||
background-color: rgb(249, 249, 249); | |||
padding-top: 5px; | |||
padding-right-value: 5px; | |||
padding-bottom: 5px; | |||
padding-left-value: 5px; | |||
padding-left-ltr-source: physical; | |||
padding-left-rtl-source: physical; | |||
padding-right-ltr-source: physical; | |||
padding-right-rtl-source: physical; | |||
font-size: 95%; | |||
} |
Revision as of 16:33, 17 October 2006
/** CSS placed here will be applied to all skins */
#navbox, .navbox
{
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: rgb(170, 170, 170);
border-right-color: rgb(170, 170, 170);
border-bottom-color: rgb(170, 170, 170);
border-left-color: rgb(170, 170, 170);
background-color: rgb(249, 249, 249);
padding-top: 5px;
padding-right-value: 5px;
padding-bottom: 5px;
padding-left-value: 5px;
padding-left-ltr-source: physical;
padding-left-rtl-source: physical;
padding-right-ltr-source: physical;
padding-right-rtl-source: physical;
font-size: 95%;
}