Jump to: navigation, search

Difference between revisions of "MediaWiki:Common.css"

Line 23: Line 23:
  
 
/*#contentSub { display: none }*/
 
/*#contentSub { display: none }*/
#contentSub { margin-bottom:10px; }
+
#contentSub { margin-bottom:15px; }

Revision as of 18:34, 21 November 2013

/* 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:15px; }