Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Vector.css: Difference between revisions

MediaWiki interface page
m lil update
better striped background
Line 32: Line 32:
padding:0;
padding:0;
border:none;
border:none;
box-shadow:0 10px 10px rgba(0,0,0,0.5);
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:linear-gradient(rgba(0,0,0,0.5),transparent 75%,#292526),repeating-linear-gradient(115deg,transparent,transparent 5px,#34312C 5px,#34312C 16px);
background:none;
}
}