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

Страница интерфейса MediaWiki
мНет описания правки
м (pixelated image rendering)
 
(не показано 8 промежуточных версий этого же участника)
Строка 117: Строка 117:
border: 1px solid #37373e;
border: 1px solid #37373e;
color: white
color: white
}
.toc {
background: #303037;
border: 1px solid #37373e;
color: white
}
.mw-content-ltr .tocnumber {
color: grey
}
.tooltip{
  position: relative;
}
.tooltiptext {
  position: absolute;
  display: block;
  z-index: 2;
  width: 250px;
  padding: 10px;
  visibility: hidden;
  opacity: 0;
  white-space: normal;
  text-align: left;
  transition: all 0.2s;
  border: 1px solid #aaa;
  background-color: #ffdd66;
}
.tooltip:hover>.tooltiptext {
  visibility: visible;
  opacity: 1;
}
.tabs-label {
  color: black;
}
img {
  image-rendering: pixelated;
}
}

Текущая версия от 19:18, 14 мая 2024

@font-face {
  font-family: 'GULAG Pavljenko';
  font-weight: normal;
  src: url(https://wiki.ss14.arumoon.ru/fonts/GULAG%20Pavljenko.otf) format('otf'), url(https://wiki.ss14.arumoon.ru/fonts/GULAG%20Pavljenko.woff) format('woff');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

.biglink {
	font-family: "GULAG Pavljenko";
	font-weight: bold;
	font-size: 75%;
}

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;
}

.quickboxhead {
	border-bottom: 1px solid #303038;
	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;
}

.positive {
	color: #00FF00;
	font-weight: bold;
}

.negative {
	color: #FF0000;
	font-weight: bold;
}

.anglerect {
	--angle-rect-clip-size: 16px;
	clip-path: polygon(0 0,calc(100% - var(--angle-rect-clip-size)) 0,100% var(--angle-rect-clip-size),100% 100%,var(--angle-rect-clip-size) 100%,0 calc(100% - var(--angle-rect-clip-size)));
}

.wikitable.plainrowheaders th[scope=row] {
	font-weight: normal;
	text-align: left
}

.wikitable td ul,
.wikitable td ol,
.wikitable td dl {
	text-align: left
}

.wikitable {
	background: #303037;
	border: 1px solid #37373e;
	color: white
}

.wikitable>tr>th,
.wikitable>tr>td,
.wikitable>*>tr>th,
.wikitable>*>tr>td {
	border: 1px solid #37373e
}

.wikitable>*>tr>th {
	background: #27272e;
	border: 1px solid #37373e;
	color: white
}

.toc {
	background: #303037;
	border: 1px solid #37373e;
	color: white
}

.mw-content-ltr .tocnumber {
	color: grey
}

.tooltip{
  position: relative;
}

.tooltiptext {
  position: absolute;
  display: block;
  z-index: 2;
  width: 250px;
  padding: 10px;
  visibility: hidden;
  opacity: 0;
  white-space: normal;
  text-align: left;
  transition: all 0.2s;
  border: 1px solid #aaa;
  background-color: #ffdd66;
}

.tooltip:hover>.tooltiptext {
  visibility: visible;
  opacity: 1;
}

.tabs-label {
  color: black;
}

img {
  image-rendering: pixelated;
}