MediaWiki:Common.css: Difference between revisions

From RCSWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 11: Line 11:
}
}


#firstHeading { background-color: #00ffb4; }


pre,code{font:115% monospace;*font-size:100%;}
pre,code{font:115% monospace;*font-size:100%;}

Revision as of 10:14, 14 February 2020

/* CSS placed here will be applied to all skins */
#p-logo a {
    background-position: top left;
    background-repeat: no-repeat;
    margin: 15px;
    margin-left: 50px;
    display: block;
    width: 562px;
    height: 100px;
    text-decoration: none;
}


pre,code{font:115% monospace;*font-size:100%;}
pre{background:#ddd;border:1px solid #aaa;padding:0.75em 1.5em;}
.WG_Indent1{margin-left:20px;}
.WG_Indent2{margin-left:40px;}
.WG_Indent3{margin-left:60px;}
.WG_Code{font-family:Courier,monospace;font-weight:bold;padding:0.5em 0 0.5em 20px;margin-top:0.5em;margin-bottom:0.5em;white-space:pre;background-color:#EFEFFF;line-height:normal;color:#000;}
.WG_Slide_Bullet1{color:#336699;}.WG_Slide_Bullet2{color:#111111;}
.WG_Code_Indent1{font-family:Courier,monospace;font-weight:bold;padding:0.5em 0 0.5em 20px;margin-top:0.5em;margin-bottom:0.5em;margin-left:20px;white-space:pre;background-color:#EFEFFF;line-height:normal;color:#000;}
.WG_Code_Indent2{font-family:Courier,monospace;font-weight:bold;padding:0.5em 0 0.5em 20px;margin-top:0.5em;margin-left:40px;margin-bottom:0.5em;white-space:pre;background-color:#EFEFFF;line-height:normal;color:#000;}
.WG_Code_Indent3{font-family:Courier,monospace;font-weight:bold;padding:0.5em 0 0.5em 20px;margin-top:0.5em;margin-left:60px;margin-bottom:0.5em;white-space:pre;background-color:#EFEFFF;line-height:normal;color:#000;}
.WG_Inline_Code{font-family:Courier,monospace;font-weight:bold;white-space:nowrap;}
div.Code{font-family:Courier,monospace;font-weight:bold;padding:0.5em 0 0.5em 20px;margin-top:0.5em;margin-bottom:0.5em;white-space:pre;background-color:#EFEFFF;line-height:normal;color:#000;width:100%;}
#main .node .content{color:#000000;}table.WG_SWTable{margin-left:1%;width:98%;}td.WG_SWTable_Heading{color:#1A4173;background-color:#CCDDFF;text-align:center;font-weight:bold;border:solid;border-width:1px;border-spacing:0;border-color:#000000;border-collapse:collapse;}td.WG_SWTable_Light{color:#000000;background-color:#EFEFFF;font-weight:normal;text-align:center;border:solid;border-width:1px;border-spacing:0;border-color:#000000;border-collapse:collapse;}td.WG_SWTable_Dark{color:#000000;background-color:#DDDDEE;font-weight:normal;text-align:center;border:solid;border-width:1px;border-spacing:0;border-color:#000000;border-collapse:collapse;}