MediaWiki:Common.css: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */


/* for features: */
.xpContent{display:none; color:#070; cursor:crosshair}
.xpContent{display:none; color:#070; cursor:crosshair}
.ppContent{display:none; position:absolute; padding:0.5em; border:1px solid; box-shadow:0 0 1em #999; cursor:crosshair; background:#FFFFF3; z-index:2}
.ppContent{display:none; position:absolute; padding:0.5em; border:1px solid; box-shadow:0 0 1em #999; cursor:crosshair; background:#FFFFF3; z-index:2}
Line 19: Line 20:
.fgConnect{display:none; position:absolute; border:1px solid; background:#FFF; font-family:sans-serif; font-size:75%; transform-origin:0% 50%; white-space:nowrap; overflow:hidden}
.fgConnect{display:none; position:absolute; border:1px solid; background:#FFF; font-family:sans-serif; font-size:75%; transform-origin:0% 50%; white-space:nowrap; overflow:hidden}


/* sunrise theme:
body    {background-image:linear-gradient(#00007F,#FFFF80);background-attachment:fixed}
body    {background-image:linear-gradient(#00007F,#FFFF80);background-attachment:fixed}
#content{background-color:#FFF}
#content{background-color:#FFF}
Line 24: Line 26:
#mw-panel a {color:#FFF}
#mw-panel a {color:#FFF}
#mw-panel h3{color:#FFF}
#mw-panel h3{color:#FFF}
*/
/* silver theme: */
body    {background-image:linear-gradient(#FFF,#000);background-attachment:fixed}
#content{background-color:#FFF}