Zum Inhalt springen

Benutzer:FrSi/vector.css

aus Wikipedia, der freien Enzyklopädie
Dies ist eine alte Version dieser Seite, zuletzt bearbeitet am 5. September 2017 um 16:10 Uhr durch FrSi (Diskussion | Beiträge). Sie kann sich erheblich von der aktuellen Version unterscheiden.

Hinweis: Leere nach dem Veröffentlichen den Browser-Cache, um die Änderungen sehen zu können.

  • Firefox/Safari: Umschalttaste drücken und gleichzeitig Aktualisieren anklicken oder entweder Strg+F5 oder Strg+R (⌘+R auf dem Mac) drücken
  • Google Chrome: Umschalttaste+Strg+R (⌘+Umschalttaste+R auf dem Mac) drücken
  • Edge: Strg+F5 drücken oder Strg drücken und gleichzeitig Aktualisieren anklicken
/* GUI-Font */
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i|Noto+Serif:400,400i,700,700i&subset=cyrillic,cyrillic-ext,devanagari,greek,greek-ext,latin-ext,vietnamese');

body {
	--font-gui:		"Roboto", sans-serif;
	--font-gui-c:	"Roboto Condensed", sans-serif;
	--font-serif:	"Noto Serif", serif;
	--font-sans:	"Noto Sans", sans-serif;
	--font-mono:	"DejaVu Sans Mono", monospace;
	font-family:	var(--font-gui);
}
#bodyContent {
	color:			hsl(0,0%,0%);
	font-family:	var(--font-serif);
	font-size:		1rem;
	line-height:	1.35em;
	hyphens:		auto;
}
.hauptseite-oben .inhalt .portale,
.hauptseite-oben .inhalt .intern,
.hauptseite-unten .inhalt,
#mw-panel,
#mf-itn > p,
#shortcut, #contentSub, #siteSub,
#content h2, #content h3, #content h4, #content h5, #content h6, #content dt,
#toc ul, .wikitable, .thumbcaption, .galerytext,
#normdaten, #catlinks {
	font-family:	var(--font-sans);
}

/* Navigation & GUI */
#wikiEditor-ui-toolbar, .oo-ui-toolbar,
.fr-diff-ratings, .diff,
.mw-contributions-list, .mw-contributions-footer,
.navigation-not-searchable,
.toctoggle,
.mw-editsection,
#contentSub2,
#hauptseite .inhalt .mehr,
form {
	font-family:	var(--font-gui);
}
#wikiEditor-ui-toolbar, .oo-ui-toolbar,
.mw-editsection,
.toctoggle,
#contentSub2,
#hauptseite .inhalt .mehr,
#mw-head {
	font-family:	var(--font-gui-c);
}
.diff-otitle strong, .diff-ntitle strong {
	font-weight:	500;
}
#content #toc h2,
#hauptseite h2 {
	font-size:		1rem;
	color:			hsl(0,0%,25%);
}
#content h3 {
	color:			hsl(0,0%,33%);
}
#content h4, #content h5, #content h6 {
	color:			hsl(0,0%,33%);
}
b {
	color:		hsl(0,0%,33%);
}

#catlinks,
#normdaten,
.hauptseite-oben .inhalt .intern,
.wikitable > tbody,
#toc ul {
	font-size:		0.929rem;
	line-height:	1.307em;
}
div#mw-panel div.portal h3,
div.thumbcaption, table.wikitable > caption, .wikitable th, .galerytext,
#wikiEditor-section-characters .index,
.diff-deletedline,
.diff-addedline,
.diff-context {
	font-size:		0.857rem;
	line-height:	1.333em;
}
div#mw-panel div.portal div.body ul li,
.toctoggle,
.mw-editsection {
	font-size:		0.786rem;
}
dd,
p {
	text-align:		justify;
}
table.wikitable > caption {
	font-weight:	normal;
	margin-bottom:	0.3em;
}
.hauptseite-oben .inhalt .portale p,
.hauptseite-oben .inhalt .intern p {
	text-align:		center;
}
#toc {
	box-shadow:		inset 0.15em 0.15em 1.00em hsla(0,0%,0%,0.10);
	padding:		0.5em 1em	!important;
}
.wikiEditor-ui-toolbar .booklet .index div {
	padding-top:	2px		!important;
	padding-bottom:	2px		!important;
}

sub, sup {
	line-height:	inherit;
	vertical-align:	baseline;
	font-size:		inherit;
}
sub {
	font-variant-position:	sub;
}
sup {
	font-variant-position:	super;
}
#firstHeading {
	font-family:	"Blokletters Viltstift", fantasy;
	font-weight:	normal;
	font-size:		1.714rem;
	line-height:	2.0em;
	letter-spacing:	1px;
	color:			hsl(0,0%,67%);
	text-shadow:	0.1em 0.1em 0.3em hsla(0,0%,33%,0.50),
					1px 1px 1px hsla(0,0%,0%,0.67),
					-1px -1px 1px hsla(0,0%,100%,0.75);
}

.mw-editsection > * {
   display:			inline-block;
   max-width:		4.5em;
   overflow:		hidden;
   text-overflow:	ellipsis;
   vertical-align:	bottom;
   white-space:		nowrap;
   hyphens:			manual;
}
.mw-editsection-divider {
	padding-left:	2px;
	padding-right:	2px;
}
.toctoggle {
	float:			right;
}
.ace_editor {
	font-family:	var(--font-mono)	!important;
	font-size:		0.929rem			!important;
}