MediaWiki:Vector.css

From Born to Frag
Jump to navigation Jump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* BTF Design */
#mw-page-base { background: transparent; }
body {
	background-color: #ffffff;
	background-image: url('https://wiki.borntofrag.net/w/images/btfwiki/1/15/Btf-rust.jpg');
	background-repeat: repeat;
}

a {
	color:#e75212;
}

a:visited {
	color:#b7410e;
}

.vector-menu-portal .vector-menu-content li a:visited,
 .vector-menu-tabs-legacy li a:visited{
	color:#b7410e !important;
}

.vector-menu-portal .vector-menu-content li a,
 .vector-menu-tabs-legacy li a{
	color:#e75212 !important;
}

.vector-menu-portal .vector-menu-heading {
	color: #c8ccd1;
}

.vector-menu-portal .vector-menu-heading {
    background-image:linear-gradient(to right,#c8ccd1 0,#c8ccd1 100%);
  }

.vector-menu-tabs-legacy li {
	background-image:linear-gradient(to top,rgba(255,255,255,0) 1px,#e7e7e7 1px,#e7e7e7 97%,#e75212 97%,#e75212 100%);
}

.vector-menu-tabs,
.vector-menu-tabs a,
#mw-head .vector-menu-dropdown .vector-menu-heading {
	background-image:linear-gradient(to bottom,#e75212 0,#e75212 100%);
	background-repeat:no-repeat;
	background-size:1px 100%
}

.mw-body {
    margin-top:-1px;
    border:1px solid #e75212;
    border-right-width:0
}

.vector-menu-dropdown {
	background-image:linear-gradient(to top,rgba(255,255,255,0) 1px,#e7e7e7 1px,#e7e7e7 97%,#e75212 97%,#e75212 100%);
}

.vector-menu-tabs-legacy .selected {
	background-image:linear-gradient(to top,#ffffff 0,#ffffff 97%,#e75212 97%,#e75212 100%);
}
.mw-footer li {
	color: #c8ccd1;
}
/* watch icon */
.vector-menu-tabs #ca-watch.icon a:before {
    filter: hue-rotate(-181.8deg);
}
.vector-menu-tabs #ca-unwatch.icon a:before {
	filter: hue-rotate(-181.8deg);
}