MediaWiki:Common.css: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 30: Line 30:
#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}
#content{background-color:#FFF}
#content{background-color:#FFF; box-shadow: 0 0 2em #000}
*/
 
/* silver theme:
/* silver theme:
body    {background-image:linear-gradient(#FFF,#AAA);background-attachment:fixed}
body    {background-image:linear-gradient(#FFF,#AAA);background-attachment:fixed}
Line 42: Line 42:
#content{background-color:#FFF}
#content{background-color:#FFF}
*/
*/
/* RGB theme: */
/* RGB theme:
body    {background-image:linear-gradient(#FFF 0%, #FFF 10%, #000 15%, #000 50%, #F00 55%, #000 60%, #000 65%, #0F0 70%, #000 75%, #000 80%, #00F 85%, #000 90%, #000 95%, #FFF 100%);background-color:#FFF;background-repeat:no-repeat}
body    {background-image:linear-gradient(#FFF 0%, #FFF 10%, #000 15%, #000 50%, #F00 55%, #000 60%, #000 65%, #0F0 70%, #000 75%, #000 80%, #00F 85%, #000 90%, #000 95%, #FFF 100%);background-color:#FFF;background-repeat:no-repeat}
#content{background-color:#FFF; box-shadow:0 0 1em #000}
#content{background-color:#FFF; box-shadow:-1em 0 1em 0 #000}
#mw-panel  {color:#999}
#mw-panel  {color:#999}
#mw-panel a {color:#0F0}
#mw-panel a {color:#0F0}
#mw-panel h3{color:#FFF}
#mw-panel h3{color:#FFF}
*/