Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
(Update to full copy of original style.css.) |
(Attempt spacing fix.) |
||
| Line 155: | Line 155: | ||
.normal { | .normal { | ||
font-size:14pt; | 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; | ||
} | } | ||
Revision as of 05:44, 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;
}