Jump to: navigation, search

Difference between revisions of "MediaWiki:Common.css"

Line 22: Line 22:
 
}
 
}
  
#contentSub { display: none }
+
/*#contentSub { display: none }*/

Revision as of 18:33, 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 }*/