MediaWiki:Common.css: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 22: Line 22:




/* sunrise theme: */
/* sunrise theme:
body    {background-image:linear-gradient(#009,#FF9);background-attachment:fixed}
body    {background-image:linear-gradient(#009,#FF9);background-attachment:fixed}
#content{background-color:#FFF}
#content{background-color:#FFF}
Line 28: Line 28:
#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(#BDF,#FDB);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}
*/
*/