Jump to: navigation, search

MediaWiki:Common.css

Revision as of 18:34, 21 November 2013 by Alexalspach (Talk | contribs)

Note: After saving, 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: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Clear the cache in Tools → Preferences
/* CSS placed here will be applied to all skins */
 
.toc, #toc { 
  margin-left: 50px;; 
 padding-left: 50px;
float:right;
}
 
.toctitle, #toctitle {
 margin-top:10px
}
 
html{
    min-height:100%;
    background-attachment:scroll;
    background-image:url('http://simlab.dyndns.org:9000/AllegroDogWiki/images/d/d6/Dog_background.jpg');
    background-repeat:no-repeat;
    background-position: bottom right;
}
 
body {
}
 
/*#contentSub { display: none }*/
#contentSub { margin-bottom:10px; }