MediaWiki:Common.css: Difference between revisions

no edit summary
No edit summary
Tags: Mobile edit Mobile web edit
No edit summary
Line 23: Line 23:


/* sunrise theme:
/* sunrise theme:
body    {background-image:linear-gradient(#009,#FF9);background-attachment:fixed}
body    {background-image:linear-gradient(#009,#FF9);background-repeat:no-repeat}
#content{background-color:#FFF}
#content{background-color:#FFF}
#mw-panel  {color:#FFF}
#mw-panel  {color:#FFF}
Line 33: Line 33:
#content{background-color:#FFF}
#content{background-color:#FFF}
*/
*/
/* aqua theme: */
body    {background-image:linear-gradient(#09F,#FFF);background-attachment:fixed}
#content{background-color:#FFF}
/* silver theme:
/* silver theme:
body    {background-image:linear-gradient(#FFF,#AAA);background-attachment:fixed}
body    {background-image:linear-gradient(#FFF,#AAA);background-attachment:fixed}