Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
(Attempt spacing fix.) |
(Temporarily disable font sizes.) |
||
Line 7: | Line 7: | ||
*/ | */ | ||
− | body { | + | /*body { |
font-family: Berlin Sans FB, Lucida Sans Unicode, Arial Black; | font-family: Berlin Sans FB, Lucida Sans Unicode, Arial Black; | ||
font-size:14pt; | font-size:14pt; | ||
Line 23: | Line 23: | ||
margin: 0px auto; | margin: 0px auto; | ||
padding: 0px; | padding: 0px; | ||
− | } | + | }*/ |
/*.textarea-wrapper { | /*.textarea-wrapper { | ||
Line 66: | Line 66: | ||
ol.one { | ol.one { | ||
list-style-type:upper-roman; | list-style-type:upper-roman; | ||
− | font-size:36pt; | + | /*font-size:36pt; |
margin-top:0px; | margin-top:0px; | ||
− | margin-left:25px; | + | margin-left:25px;*/ |
} /* I. */ | } /* I. */ | ||
ol.two { | ol.two { | ||
list-style-type:upper-alpha; /* upper-latin */ | list-style-type:upper-alpha; /* upper-latin */ | ||
− | font-size:28pt; | + | /*font-size:28pt; |
− | margin-left:15px; | + | margin-left:15px;*/ |
} /* A. */ | } /* A. */ | ||
ol.three { | ol.three { | ||
list-style-type:decimal; /* decimal-leading-zero */ | list-style-type:decimal; /* decimal-leading-zero */ | ||
− | font-size:20pt; | + | /*font-size:20pt;*/ |
} /* 1. */ | } /* 1. */ | ||
ol.four { | ol.four { | ||
list-style-type:lower-alpha; /* lower-latin */ | list-style-type:lower-alpha; /* lower-latin */ | ||
− | font-size:16pt; | + | /*font-size:16pt;*/ |
} /* a. */ | } /* a. */ | ||
ol.five { | ol.five { | ||
list-style-type:lower-roman; | list-style-type:lower-roman; | ||
− | font-size:14pt; | + | /*font-size:14pt;*/ |
} /* i. */ | } /* i. */ | ||
ol.six { | ol.six { | ||
list-style-type:lower-greek; | list-style-type:lower-greek; | ||
− | font-size:12pt; | + | /*font-size:12pt;*/ |
} | } | ||
ol.seven { | ol.seven { | ||
list-style-type:armenian; | list-style-type:armenian; | ||
− | font-size:10pt; | + | /*font-size:10pt;*/ |
} | } | ||
ol.eight { | ol.eight { | ||
list-style-type:georgian; | list-style-type:georgian; | ||
− | font-size:8pt; | + | /*font-size:8pt;*/ |
} | } | ||
ol.nine { | ol.nine { | ||
list-style-type:hebrew; | list-style-type:hebrew; | ||
− | font-size:8pt; | + | /*font-size:8pt;*/ |
} | } | ||
ol.ten { | ol.ten { | ||
list-style-type:cjk-ideographic; | list-style-type:cjk-ideographic; | ||
− | font-size:8pt; | + | /*font-size:8pt;*/ |
} | } | ||
Line 121: | Line 121: | ||
} | } | ||
− | li { | + | /*li { |
margin-top:0.5em; | margin-top:0.5em; | ||
margin-bottom:0.5em; | margin-bottom:0.5em; | ||
− | } | + | }*/ |
/*li.defaultfont { | /*li.defaultfont { | ||
Line 133: | Line 133: | ||
* -0.10em for Google Chrome to display correctly | * -0.10em for Google Chrome to display correctly | ||
*/ | */ | ||
− | dl { | + | /*dl { |
margin-top:-0.10em; | margin-top:-0.10em; | ||
margin-bottom:-0.10em; | margin-bottom:-0.10em; | ||
/*margin-bottom:5px;*/ | /*margin-bottom:5px;*/ | ||
− | } | + | }*/ |
/* dt { | /* dt { | ||
Line 143: | Line 143: | ||
} */ | } */ | ||
− | dd { | + | /*dd { |
margin-left:0em; | margin-left:0em; | ||
− | } | + | }*/ |
/** | /** |
Revision as of 07:46, 6 April 2012
/* CSS placed here will be applied to all skins */ /** * * Main * */ /*body { font-family: Berlin Sans FB, Lucida Sans Unicode, Arial Black; font-size:14pt; color:#8A2BE2; /* Blue Violet */ /*color:#4B0082;*//* Indigo */ background-color:#000000; } textarea { width: 100%; } #wrapper { width: 960px; margin: 0px auto; padding: 0px; }*/ /*.textarea-wrapper { margin: 5px 0; padding: 3px; }*/ /** * * Links * */ a:link { color:#9370DB; /* MediumPurple */ } a:visited { color:#4B0082; /* Indigo */ } a:hover { color:#800080; /* Purple */ } a:active { color:#E6E6FA; /* Lavender */ } /** * * Tag Globals and Classes * */ ol { /*margin:0; padding:0;*/ } ol.one { list-style-type:upper-roman; /*font-size:36pt; margin-top:0px; margin-left:25px;*/ } /* I. */ ol.two { list-style-type:upper-alpha; /* upper-latin */ /*font-size:28pt; margin-left:15px;*/ } /* A. */ ol.three { list-style-type:decimal; /* decimal-leading-zero */ /*font-size:20pt;*/ } /* 1. */ ol.four { list-style-type:lower-alpha; /* lower-latin */ /*font-size:16pt;*/ } /* a. */ ol.five { list-style-type:lower-roman; /*font-size:14pt;*/ } /* i. */ ol.six { list-style-type:lower-greek; /*font-size:12pt;*/ } ol.seven { list-style-type:armenian; /*font-size:10pt;*/ } ol.eight { list-style-type:georgian; /*font-size:8pt;*/ } ol.nine { list-style-type:hebrew; /*font-size:8pt;*/ } ol.ten { list-style-type:cjk-ideographic; /*font-size:8pt;*/ } ol.monospace { font-family: Courier; } /*li { margin-top:0.5em; margin-bottom:0.5em; }*/ /*li.defaultfont { font-family:Berlin Sans FB, Lucida Sans Unicode, Arial Black; }*/ /** * -0.10em for Google Chrome to display correctly */ /*dl { margin-top:-0.10em; margin-bottom:-0.10em; /*margin-bottom:5px;*/ }*/ /* dt { } */ /*dd { margin-left:0em; }*/ /** * * Globals * */ .normal { font-size:14pt; margin-top:0px; margin-right:0px; margin-bottom:0px; margin-left:0px; padding-top:0px; padding-right:0px; padding-bottom:0px; padding-left:0px; }