Anonymous

MediaWiki:Common.css: Difference between revisions

From OER in Education
no edit summary
No edit summary
No edit summary
Line 3: Line 3:
body { background: white; }
body { background: white; }


div.showhide:hover { background: red; }
div.showhide {
    display: none;
}
 
div.showhide:hover {  
    display: block;
}


h1 { margin-top: 2em; margin-bottom: 1em; line-height:110%}
h1 { margin-top: 2em; margin-bottom: 1em; line-height:110%}