User additions to AugsburgWrestling.info are currently disabled due to repeated vandalism.

Please contact us to create an account and start editing.

MediaWiki:Chick.css

From Augsburg Wrestling Wiki
Jump to navigation Jump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/*<pre><nowiki>*/
 
/***************************************/
/*  fix for inconsistent nested lists  */
/***************************************/
 
/* set up basic list styles */
ol {
    list-style-position: inside;
    padding-left: .5em;
    margin-left: 0;
}
ul {
    list-style-position: inside;
    padding-left: .5em;
    margin-left: 0;
}
dd {
    padding-left: 0.5em;
}
 
/* indent nested and re-nested lists by an extra em each time */
ol ol, 
ol ul,
ul ol, 
ul ul, 
dd {
    margin-left: 1em;
}
 
 
#coordinates {  
 position:absolute;
 z-index:1;
 border:none;
 background:none;
 right:30px;
 top:3.7em;
 float:right;
 margin:0.0em;
 padding:0.0em;
 line-height:1.5em;
 text-align:right;
 text-indent:0;
 font-size:85%;
 text-transform:none;
 white-space:nowrap;
}
 
#siteSub {
display:none;
}
 
/*</nowiki></pre>*/