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
slightly changed how the gradient worked, gave it a proper css border, webkit should be fixed
No edit summary
Line 52: Line 52:
background-image: linear-gradient(rgba(0,0,0,0.5),transparent 50%),repeating-linear-gradient(120deg,#292526,#292526 4px,#34312C 4px,#34312C 15px);
background-image: linear-gradient(rgba(0,0,0,0.5),transparent 50%),repeating-linear-gradient(120deg,#292526,#292526 4px,#34312C 4px,#34312C 15px);
background-repeat: no-repeat;
background-repeat: no-repeat;
background-size: 100% 164px;
background-size: 100% 160px;
background-color: #292526;
background-color: #292526;
border-bottom: 2px solid #84756b;
border-bottom: 2px solid #84756b;
height: 164px;
height: 160px;
}
}