MediaWiki:Common.css: различия между версиями

Страница интерфейса MediaWiki
мНет описания правки
Нет описания правки
Строка 73: Строка 73:
background: #1b1b1f;
background: #1b1b1f;
text-align: center;
text-align: center;
}
a.extiw:visited, a.external:visited, .mw-parser-output a.extiw:visited, .mw-parser-output a.external:visited, body.skin--responsive #p-cactions li a.external:visited {
color: #8a2be2;
}
/* Editor */
.mw-editform #wpTextbox1, textarea {
background: #303037;
border: 1px solid #37373e;
color: white;
}
.wikiEditor-ui-toolbar {
background: #27272e;
color: white;
}
.wikiEditor-ui-toolbar .group {
border: 1px solid #37373e;
color: white;
}
.wikiEditor-ui-toolbar .group .label {
color: white;
}
.wikiEditor-ui-toolbar .tabs span.tab a.current, .wikiEditor-ui-toolbar .tabs span.tab a.current:visited {
color: white;
font-weight: bold;
}
.wikiEditor-ui .wikiEditor-ui-top {
    border-bottom: 1px solid #37373e;
}
.wikiEditor-ui .wikiEditor-ui-view {
border: 1px solid #37373e;
}
.editOptions, .mw-editform .editOptions {
background: #27272e;
border: 1px solid #37373e;
color: white;
}
}

Версия от 14:34, 1 января 2023

@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v40/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUJiZTaR.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

.biglink {
	font-family: "Oswald";
	font-style: oblique 10deg;
	font-variant-caps: small-caps;
	text-shadow: #1b1b1f 2px 3px, #A00D 3px 5px
}

span.texhtml {
	font-family: "Nimbus Roman No9 L", "Times New Roman", Times, serif;
	font-size: 118%;
	line-height: 1;
	white-space: nowrap;
	-moz-font-feature-settings: "lnum", "tnum", "kern" 0;
	-webkit-font-feature-settings: "lnum", "tnum", "kern" 0;
	font-feature-settings: "lnum", "tnum", "kern" 0;
	font-variant-numeric: lining-nums tabular-nums;
	font-kerning: none
}

span.texhtml span.texhtml {
	font-size: 100%
}

span.mwe-math-mathml-inline {
	font-size: 118%
}

#interwiki-completelist {
	font-weight: bold
}

.flex {
	display: flex
}

@media screen and (min-width:851px) {
	.mobile {
		display: none
	}
}

@media screen and (max-width:850px) {
	.nomobile {
		display: none
	}
}

.mw-body {
	padding: 0.5em
}

.mw-body dd {
	margin: 0.2em;
	margin-left: 1.6em
}

.quickbox {
	border: 1px solid #303038;
	background: #27272e;
}

.quickboxhead {
	border-bottom: 1px solid #303038;
	background: #1b1b1f;
	text-align: center;
}

a.extiw:visited, a.external:visited, .mw-parser-output a.extiw:visited, .mw-parser-output a.external:visited, body.skin--responsive #p-cactions li a.external:visited {
	color: #8a2be2;
}

/* Editor */
.mw-editform #wpTextbox1, textarea {
	background: #303037;
	border: 1px solid #37373e;
	color: white;
}
.wikiEditor-ui-toolbar {
	background: #27272e;
	color: white;
}
.wikiEditor-ui-toolbar .group {
	border: 1px solid #37373e;
	color: white;
}

.wikiEditor-ui-toolbar .group .label {
	color: white;	
}

.wikiEditor-ui-toolbar .tabs span.tab a.current, .wikiEditor-ui-toolbar .tabs span.tab a.current:visited {
	color: white;
	font-weight: bold;
}

.wikiEditor-ui .wikiEditor-ui-top {
    border-bottom: 1px solid #37373e;
}

.wikiEditor-ui .wikiEditor-ui-view {
	border: 1px solid #37373e;
}

.editOptions, .mw-editform .editOptions {
	background: #27272e;
	border: 1px solid #37373e;
	color: white;
}