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-repeat:no-repeat}
body    {background-image:linear-gradient(#006,#FF9);background-repeat:no-repeat}
#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(#ADF,#FDA);background-attachment:fixed}
body    {background-image:linear-gradient(#ADF,#FDA);background-attachment:fixed}