MediaWiki:Common.css: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 20: 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}
 
/* sunrise theme: */
body    {background-image:linear-gradient(#009,#FF9);background-attachment:fixed}
#content{background-color:#FFF}
#content{background-color:#FFF}
#mw-panel  {color:#FFF}
#mw-panel  {color:#FFF}
#mw-panel a {color:#FFF}
#mw-panel a {color:#FFF}
#mw-panel h3{color:#FFF}
#mw-panel h3{color:#FFF}
*/


/* daylight theme: */
/* daylight theme:
body    {background-image:linear-gradient(#ACF,#FDA);background-attachment:fixed}
body    {background-image:linear-gradient(#BDF,#FDB);background-attachment:fixed}
#content{background-color:#FFF}
#content{background-color:#FFF}
 
*/
 
/* silver theme:
/* silver theme:
body    {background-image:linear-gradient(#FFF,#BBB);background-attachment:fixed}
body    {background-image:linear-gradient(#FFF,#BBB);background-attachment:fixed}
#content{background-color:#FFF}
#content{background-color:#FFF}
*/
*/