Difference between revisions of "MediaWiki:Common.css"

m
m
Line 1: Line 1:
/* #mw-panel {
+
#toc, .toc {
     background-image: url(http://uo2.stratics.com/wp-content/uploads/2011/03/darkbg.jpg);
+
     padding: 1em 1em;
    font-size: inherit;
+
     border: 1px solid #222222;
     position: absolute;
+
     display: inline-block;
     top: 0;
+
     width: auto;
     width: 10em;
+
     margin: 1.5em 0;
     left: 0;
 
 
}
 
}
 
#mw-head {
 
    position: absolute;
 
    top: 0;
 
    right: 0;
 
    width: 100%;
 
    background-image: url(http://uo2.stratics.com/wp-content/uploads/2011/03/darkbg.jpg);
 
}
 
 
 
body {
 
body {
 
     background-image: url(http://uo2.stratics.com/wp-content/uploads/2011/02/parch.jpg);
 
     background-image: url(http://uo2.stratics.com/wp-content/uploads/2011/02/parch.jpg);
 
}
 
}
*/
 

Revision as of 16:38, 1 December 2019

#toc, .toc {
    padding: 1em 1em;
    border: 1px solid #222222;
    display: inline-block;
    width: auto;
    margin: 1.5em 0;
}
body {
    background-image: url(http://uo2.stratics.com/wp-content/uploads/2011/02/parch.jpg);
}