Jump to: navigation, search

Difference between revisions of "MediaWiki:Common.css"

Line 12: Line 12:
 
body {
 
body {
 
background: white;
 
background: white;
background-image: "http://simlab.dyndns.org:9000/AllegroDogWiki/images/d/d6/Dog_background.jpg";
+
background-image: url('http://simlab.dyndns.org:9000/AllegroDogWiki/images/d/d6/Dog_background.jpg');
 
}
 
}

Revision as of 14:54, 11 October 2013

/* CSS placed here will be applied to all skins */
 
.toc, #toc { 
  margin-left: 00px;; 
 padding-left: 50px;
}
 
.toctitle, #toctitle {
 margin-top:10px
}
 
body {
background: white;
background-image: url('http://simlab.dyndns.org:9000/AllegroDogWiki/images/d/d6/Dog_background.jpg');
}