Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
(Created page with '→CSS placed here will be applied to all skins: .infobox { border-top-width: 1px; border-right-width-value: 1px; border-right-width-ltr-source: physical; border-right-width-rt…') |
|||
Line 3: | Line 3: | ||
{ | { | ||
border-top-width: 1px; | border-top-width: 1px; | ||
border-right-width | border-right-width: 1px; | ||
border-right-width-ltr-source: physical; | border-right-width-ltr-source: physical; | ||
border-right-width-rtl-source: physical; | border-right-width-rtl-source: physical; | ||
border-bottom-width: 1px; | border-bottom-width: 1px; | ||
border-left-width | border-left-width: 1px; | ||
border-left-width-ltr-source: physical; | border-left-width-ltr-source: physical; | ||
border-left-width-rtl-source: physical; | border-left-width-rtl-source: physical; | ||
border-top-style: solid; | border-top-style: solid; | ||
border-right-style | border-right-style: solid; | ||
border-right-style-ltr-source: physical; | border-right-style-ltr-source: physical; | ||
border-right-style-rtl-source: physical; | border-right-style-rtl-source: physical; | ||
border-bottom-style: solid; | border-bottom-style: solid; | ||
border-left-style | border-left-style: solid; | ||
border-left-style-ltr-source: physical; | border-left-style-ltr-source: physical; | ||
border-left-style-rtl-source: physical; | border-left-style-rtl-source: physical; |
Revision as of 13:19, 31 May 2010
/* CSS placed here will be applied to all skins */ .infobox { 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; }