Difference between revisions of "MediaWiki:Common.css"

From ClockworkWiki
Jump to navigationJump to search
m (wip)
m (add cursor)
 
(6 intermediate revisions by the same user not shown)
Line 7: Line 7:
/* Webmasters */
/* Webmasters */
span.history-user[href="/User:Alex"],
span.history-user[href="/User:Alex"],
body.ns--1 div.mw-body[href="/User:Alex"],
div.mw-body[href="/User:Alex"],
div#mw-diff-otitle2[href="/User:Alex"],
div#mw-diff-otitle2[href="/User:Alex"],
div#mw-diff-ntitle2[href="/User:Alex"],
div#mw-diff-ntitle2[href="/User:Alex"],
div.mw-warning-with-logexcerpt[href="/User:Alex"],
div.mw-warning-with-logexcerpt[href="/User:Alex"],
body.ns-6 table.filehistory[href="/User:Alex"] {
a.mw-userlink[href="/User:Alex"] {
font-style: italic;
font-style: italic;
font-weight: bold;
font-weight: bold;
}
}


span.history-user:after[href="/User:Alex"],
span.history-user[href="/User:Alex"]:after,
body.ns--1 div.mw-body:after[href="/User:Alex"],
div.mw-body[href="/User:Alex"]:after,
div#mw-diff-otitle2:after[href="/User:Alex"],
div#mw-diff-otitle2[href="/User:Alex"]:after,
div#mw-diff-ntitle2:after[href="/User:Alex"],
div#mw-diff-ntitle2[href="/User:Alex"]:after,
div.mw-warning-with-logexcerpt:after[href="/User:Alex"],
div.mw-warning-with-logexcerpt[href="/User:Alex"]:after,
body.ns-6 table.filehistory:after[href="/User:Alex"] {
a.mw-userlink[href="/User:Alex"]:after {
content: 'ξ';
content: 'ξ';
padding-left: 1em;
padding-left: 0.25em;
font-family: 'Vollkorn', serif;
font-style: normal;
font-style: normal;
font-weight: bold;
font-weight: bold;
Line 37: Line 38:
span.sig > a:hover {
span.sig > a:hover {
text-decoration: none;
text-decoration: none;
}
.abbr {
border-bottom: 0.05rem dotted #000;
cursor: pointer;
}
code.example {
font-family: Roboto, sans-serif;
background-color: rgb(248, 249, 250);
background-color: rgba(248, 249, 250, 0.5);
border-color: rgb(170, 170, 170);
border-color: rgba(170, 170, 170, 0.5);
border-radius: 0.2rem;
}
}

Latest revision as of 00:30, 26 July 2021

/* CSS placed here will be applied to all skins */

@import url("https://fonts.googleapis.com/css2?family=Vollkorn:ital,wght@0,600;1,600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,400;0,700;0,900;1,400;1,700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/* Webmasters */
span.history-user[href="/User:Alex"],
div.mw-body[href="/User:Alex"],
div#mw-diff-otitle2[href="/User:Alex"],
div#mw-diff-ntitle2[href="/User:Alex"],
div.mw-warning-with-logexcerpt[href="/User:Alex"],
a.mw-userlink[href="/User:Alex"] {
	font-style: italic;
	font-weight: bold;
}

span.history-user[href="/User:Alex"]:after,
div.mw-body[href="/User:Alex"]:after,
div#mw-diff-otitle2[href="/User:Alex"]:after,
div#mw-diff-ntitle2[href="/User:Alex"]:after,
div.mw-warning-with-logexcerpt[href="/User:Alex"]:after,
a.mw-userlink[href="/User:Alex"]:after {
	content: 'ξ';
	padding-left: 0.25em;
	font-family: 'Vollkorn', serif;
	font-style: normal;
	font-weight: bold;
	color: rgb(230, 118, 53);
	text-shadow: 0.07em 0.07em 0.05em rgba(0,0,0,0.75);
}

.mw-wiki-logo {
	background-size: 155px;
}

span.sig > a, span.sig > a:link, span.sig > a:visited, span.sig > a:active,
span.sig > a:hover {
	text-decoration: none;
}

.abbr {
	border-bottom: 0.05rem dotted #000;
	cursor: pointer;
}

code.example {
	font-family: Roboto, sans-serif;
	background-color: rgb(248, 249, 250);
	background-color: rgba(248, 249, 250, 0.5);
	border-color: rgb(170, 170, 170);
	border-color: rgba(170, 170, 170, 0.5);
	border-radius: 0.2rem;
}