MediaWiki:Gadget-BotwTheme.css: Difference between revisions

From ZeldaMods (Breath of the Wild)
Jump to navigation Jump to search
(more 1.35 fixes)
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 16: Line 16:


.skin-vector #mw-head a,
.skin-vector #mw-head a,
.skin-vector #mw-panel .portal .body li a,
.skin-vector #mw-panel a,
.skin-vector #mw-panel .portal .body li a:visited,
.skin-vector div#mw-head div.vectorMenu h3 span,
.skin-vector #footer a {
.skin-vector #footer a {
     color: #29d1fc;
     color: #29d1fc !important;
}
}
.skin-vector #mw-head a.new, #mw-head .new a {
.skin-vector #mw-head a.new, #mw-head .new a {
Line 38: Line 36:
}
}


.vectorTabs,
.vector-menu-tabs,
.vectorTabs ul,
.vector-menu-tabs ul,
.vectorTabs ul li,
.vector-menu-tabs ul li,
.vectorTabs li.selected,
.vector-menu-tabs li.selected,
.vectorTabs ul li span,
.vector-menu-tabs ul li span {
div#mw-head div.vectorMenu h3 {
     background: transparent;
     background: transparent;
}
}
Line 55: Line 52:
}
}


.vectorTabs li.selected a {
.skin-vector #mw-head .vector-menu-tabs li.selected a {
    color: #fcffe4 !important;
color: #fcffe4 !important;
}
}


div.vectorMenu h3 span:after {
.vector-menu-tabs li.selected a {
}
 
.vector-menu h3 span:after {
     background-image: linear-gradient(transparent,transparent), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M11.05 3.996l-.965-1.053-4.035 3.86-3.947-3.86L1.05 3.996l5 5 5-5' fill='%23bfbfbf'/%3E%3C/svg%3E");
     background-image: linear-gradient(transparent,transparent), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M11.05 3.996l-.965-1.053-4.035 3.86-3.947-3.86L1.05 3.996l5 5 5-5' fill='%23bfbfbf'/%3E%3C/svg%3E");
}
}

Latest revision as of 23:04, 8 May 2023

.skin-vector {
    background-image: url("https://static.zeldamods.org/assets/bg.png");
    background-attachment: fixed;
}

.skin-vector #mw-page-base {
    background: transparent;
}

.skin-vector #content {
	border: none;
	margin-right: 1em;
	box-shadow: 0 0 7px lightblue;
	border-radius: 5px;
}

.skin-vector #mw-head a,
.skin-vector #mw-panel a,
.skin-vector #footer a {
    color: #29d1fc !important;
}
.skin-vector #mw-head a.new, #mw-head .new a {
	color: #ff5e5e;
}

.skin-vector #mw-panel .portal h3 {
    color: #ababab;
}

.skin-vector #footer ul li {
    color: #deddc8;
}

#pt-uls .uls-trigger:before {
	filter: invert(1);	
}

.vector-menu-tabs,
.vector-menu-tabs ul,
.vector-menu-tabs ul li,
.vector-menu-tabs li.selected,
.vector-menu-tabs ul li span {
    background: transparent;
}

.vector-menu-tabs, .vector-menu-tabs a, #mw-head .vector-menu-dropdown h3 {
	background: none;
}

.vector-menu-dropdown h3 {
	color: #29d1fc;
}

.skin-vector #mw-head .vector-menu-tabs li.selected a {
	color: #fcffe4 !important;
}

.vector-menu-tabs li.selected a {
}

.vector-menu h3 span:after {
    background-image: linear-gradient(transparent,transparent), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M11.05 3.996l-.965-1.053-4.035 3.86-3.947-3.86L1.05 3.996l5 5 5-5' fill='%23bfbfbf'/%3E%3C/svg%3E");
}

.skin-vector #simpleSearch input {
    color: #c8d9ea;
    border-top: none;
    border-left: none;
    border-right: none;
}

#searchInput {
	background-color: transparent;
}

#searchInput:focus, #simpleSearch:hover #searchInput:focus {
	box-shadow: none;
	outline: 1px #3366cc solid;
}

.skin-vector #simpleSearch #searchButton {
    background-image: linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2212%22 height=%2213%22%3E %3Cg fill=%22none%22 stroke=%22%23c0c0c0%22 stroke-width=%222%22%3E %3Cpath d=%22M11.29 11.71l-4-4%22/%3E %3Ccircle cx=%225%22 cy=%225%22 r=%224%22/%3E %3C/g%3E %3C/svg%3E");
}

.skin-vector #mw-panel .portal .body {
    background: none;
}
.skin-vector #mw-panel .portal h3 {
    border-bottom: 1px solid #5f5f5f;
}