User:Protez/vector.css

From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
/*
 *  Unordered list styles: square, circle, disc (default), and none
 * Ordered list styles: upper-alpha, lower-alpha, upper-roman, lower-roman, decimal (default), and none

* http://www.mediawiki.org/wiki/Manual:Gallery_of_user_styles

* http://userstyles.org/

* http://userstyles.org/styles/search/wikipedia
 */

* {font-family:'Segoe UI', 'Arial', 'Helvetica', 'Verdana', 'Sans', 'Malgun Gothic' !important;}

ol {list-style-type: upper-roman;}
ol ol {list-style-type: upper-alpha;}
ol ol ol {list-style-type: lower-roman;}
ol ol ol ol  {list-style-type: lower-alpha;}
ol ol ol ol  ol {list-style-type: decimal ;}
 
ul {list-style-type: circle;}
ul ul {list-style-type: square;}
ul ul ul {list-style-type: disc;}
ul ul ul ul {list-style-type: circle;}

pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
}
/*
 
.firstHeading {font-family:georgia;font-weight:bold;}
.catlinks {font-weight:bold;font-size:1.1em;}
.toclevel-1 a {font-weight:bold;font-size:1.2em;}
.toclevel-2 a {font-weight:normal;font-size:1.15em;}
.toclevel-3 a {font-weight:normal;font-size:1.1em;}
.toclevel-4 a {font-weight:normal;font-size:1.05em;}
.toclevel-5 {font-weight:normal;font-size:1em;}
 
#p-logo { height:141px !important; margin:-141px !important; }
pre { overflow:auto !important; }
 
#content {border-right:1px solid #aaa !important; margin-top:0 !important; }
#column-one { padding-top:0em !important; }
#column-one h5 { font-weight:bold; }
 
#globalWrapper { margin:3.8em auto 0 !important; max-width: 85em !important; }
 
#p-cactions { text-align:center !important; top:2.35em !important;}
 
#footer { margin:auto !important; border: 1px solid #FABD23; max-width: 85em !important; }
 
@media print{body { background:none !important; }}

*/