MediaWiki:Vector.css: Difference between revisions
MediaWiki interface page
More actions
Technochips (talk | contribs) m lil update |
Technochips (talk | contribs) better striped background |
||
| Line 32: | Line 32: | ||
padding:0; | padding:0; | ||
border:none; | border:none; | ||
box-shadow:0 | box-shadow:0 0px 10px rgba(0,0,0,0.5); | ||
border-radius:0 0 0 8px; | border-radius:0 0 0 8px; | ||
} | } | ||
| Line 50: | Line 50: | ||
body { | body { | ||
background-color:#292526; | background-image: linear-gradient(rgba(0,0,0,0.5), transparent, 164px, #84756b 164px),repeating-linear-gradient(115deg,#292526,#292526 5px,#34312C 5px,#34312C 16px); | ||
background-repeat: no-repeat; | |||
background-size: auto 166px; | |||
background-color: #292526; | |||
} | } | ||
| Line 124: | Line 127: | ||
#mw-page-base { | #mw-page-base { | ||
background: | background:none; | ||
} | } | ||