Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
(Add margins back in.) |
(Change margin.) |
||
| Line 10: | Line 10: | ||
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; | ||
| − | color:#8A2BE2; | + | color:#8A2BE2; |
| − | |||
background-color:#000000; | background-color:#000000; | ||
} | } | ||
| Line 68: | Line 67: | ||
/*font-size:36pt;*/ | /*font-size:36pt;*/ | ||
margin-top:0px; | margin-top:0px; | ||
| − | margin-left: | + | margin-left:50px; |
} /* I. */ | } /* I. */ | ||
| Line 74: | Line 73: | ||
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. */ | ||
Revision as of 03:19, 7 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;
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:50px;
} /* 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;*/
}