Jump to content

User:Ratajs/timeless.css: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Ratajs (talk | contribs)
No edit summary
Ratajs (talk | contribs)
No edit summary
Line 4: Line 4:
}
}
.tools-inline li:not(.mw-watchlink) {
.tools-inline li:not(.mw-watchlink) {
background-color: #aaaaaa !important;
background-color: #aaa !important;
border-radius: .2rem;
border-radius: .2rem;
}
}
Line 11: Line 11:
}
}
.infobox caption {
.infobox caption {
color: #aaaaaa;
color: #aaa;
}
}
a:visited:not(:hover) {
a:visited:not(:hover) {
color: #cc6600;
color: #c60;
}
}
#searchButton, #mw-searchButton {
#searchButton, #mw-searchButton {
left: initial;
left: initial;
background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="21" height="21"><g transform="rotate(-45 8.525 8.386)"><path d="M8.438.938a7.5 7.5 0 0 0-7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5-7.5 7.5 7.5 0 0 0-7.5-7.5zm0 2.812a4.688 4.688 0 0 1 4.687 4.688 4.688 4.688 0 0 1-4.687 4.687A4.688 4.688 0 0 1 3.75 8.438 4.688 4.688 0 0 1 8.438 3.75z" fill="%23aaaaaa" /><rect ry="1.318" y="13.125" x="7.031" height="9.265" width="2.813" fill="%23aaaaaa" /></g></svg>');
background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="21" height="21"><g transform="rotate(-45 8.525 8.386)"><path d="M8.438.938a7.5 7.5 0 0 0-7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5-7.5 7.5 7.5 0 0 0-7.5-7.5zm0 2.812a4.688 4.688 0 0 1 4.687 4.688 4.688 4.688 0 0 1-4.687 4.687A4.688 4.688 0 0 1 3.75 8.438 4.688 4.688 0 0 1 8.438 3.75z" fill="%23999" /><rect ry="1.318" y="13.125" x="7.031" height="9.265" width="2.813" fill="%23999" /></g></svg>');
}
}

Revision as of 14:16, 9 June 2020

@import 'https://www.mediawiki.org/wiki/Skin:Timeless-DarkCSS/timeless-dark.css?action=raw&ctype=text/css';
.mw-wiki-logo {
	background-image: url(https://upload.wikimedia.org/wikipedia/commons/7/77/Wikipedia_svg_logo.svg);
}
.tools-inline li:not(.mw-watchlink) {
	background-color: #aaa !important;
	border-radius: .2rem;
}
.tools-inline li.selected {
	border-bottom-color: initial;
}
.infobox caption {
	color: #aaa;
}
a:visited:not(:hover) {
	color: #c60;
}
#searchButton, #mw-searchButton {
	left: initial;
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="21" height="21"><g transform="rotate(-45 8.525 8.386)"><path d="M8.438.938a7.5 7.5 0 0 0-7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5-7.5 7.5 7.5 0 0 0-7.5-7.5zm0 2.812a4.688 4.688 0 0 1 4.687 4.688 4.688 4.688 0 0 1-4.687 4.687A4.688 4.688 0 0 1 3.75 8.438 4.688 4.688 0 0 1 8.438 3.75z" fill="%23999" /><rect ry="1.318" y="13.125" x="7.031" height="9.265" width="2.813" fill="%23999" /></g></svg>');
}