Jump to: navigation, search

Difference between revisions of "MediaWiki:Common.css"

 
Line 14: Line 14:
 
     min-height:100%;
 
     min-height:100%;
 
     background-attachment:scroll;
 
     background-attachment:scroll;
     background-image:url('http://simlab.dyndns.org:9000/AllegroDogWiki/images/d/d6/Dog_background.jpg');
+
     background-image:url('http://wiki.simlab.co.kr/AllegroDogWiki/images/d/d6/Dog_background.jpg');
 
     background-repeat:no-repeat;
 
     background-repeat:no-repeat;
 
     background-position: bottom right;
 
     background-position: bottom right;

Latest revision as of 12:23, 30 March 2016

/* 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://wiki.simlab.co.kr/AllegroDogWiki/images/d/d6/Dog_background.jpg');
    background-repeat:no-repeat;
    background-position: bottom right;
}
 
body {
}
 
/*#contentSub { display: none }*/
#contentSub { margin-bottom:15px; }