471
edits
No edit summary |
(copy from testwiki:MediaWiki:Common.css) |
||
Line 26: | Line 26: | ||
body { | body { | ||
/*background-color: #CCD0E5;*/ | /*background-color: #CCD0E5;*/ | ||
background-image: linear-gradient(to bottom, #CCD0E5 0, #585f87 100%); | /*background-image: linear-gradient(to bottom, #CCD0E5 0, #585f87 100%);*/ | ||
background-image: linear-gradient(-30deg, #2b3259 0, #CCD0E5 100%); | |||
background-attachment: fixed; | background-attachment: fixed; | ||
} | } | ||
Line 53: | Line 54: | ||
} | } | ||
#content | #content, #p-cactions li, .pBody { | ||
border: 1px solid #93A0D5; | border: 1px solid #93A0D5; | ||
} | } |