Welcome to the Creatures Wiki! Log in and join the community.

Difference between revisions of "MediaWiki:Monobook.css"

From Creatures Wiki
Jump to navigation Jump to search
m (Formatting)
Line 1: Line 1:
 +
//Formatting<pre>
 
@media print { .noprint { display: none}}
 
@media print { .noprint { display: none}}
 
*.editsection { position: relative; top: 1em; }
 
*.editsection { position: relative; top: 1em; }
Line 19: Line 20:
 
     top: -3px;
 
     top: -3px;
 
}
 
}
 +
//Formatting</pre>

Revision as of 22:22, 15 February 2005

//Formatting<pre>
@media print { .noprint { display: none}}
*.editsection { position: relative; top: 1em; }
#f-poweredbyico img { visibility: hidden !important; }
#f-poweredbyico { background: url(/images/1/1a/Albiawikibutton.png); }
ul { list-style-image: url(/images/7/7a/Bullet.png); }
ul li:hover { list-style-image: url(/images/c/c3/Bullethover.png); }
.portlet ul { list-style-image: url(/images/7/7a/Smallbullet.png); }
.portlet ul li:hover { list-style-image: url(/images/d/de/Smallbullethover.png); }
#catlinks { 
background-image: url(/images/2/21/Categorybackground.png);
background-repeat: no-repeat;
background-position: bottom right;
}
/* Create more space to top and left and put norn in it */
div.editsection:hover {
    background: url(/images/9/9f/Editnorn.png) 0px 0px no-repeat;
    padding: 16px 0px 0px 21px;
    position: relative;
    top: -3px;
}
//Formatting</pre>