Benutzer:Schnark/vector.css

In diesem Artikel werden wir verschiedene Aspekte im Zusammenhang mit Benutzer:Schnark/vector.css untersuchen und uns mit seiner Bedeutung und Relevanz in verschiedenen Kontexten befassen. In diesem Sinne werden wir seine Auswirkungen und seinen Einfluss auf die heutige Gesellschaft sowie seine Entwicklung im Laufe der Zeit analysieren. Darüber hinaus werden wir die unterschiedlichen Perspektiven und Meinungen rund um Benutzer:Schnark/vector.css untersuchen, mit dem Ziel, eine umfassende und vollständige Sicht auf dieses Thema zu bieten. Von seinen Anfängen bis zu seinem aktuellen Zustand wird sich dieser Artikel aus verschiedenen Blickwinkeln mit Benutzer:Schnark/vector.css befassen und dem Leser ein umfassendes und bereicherndes Verständnis davon vermitteln. Ohne Zweifel ist dies ein faszinierendes Thema, das es verdient, im Detail untersucht zu werden.
/***************************************************************************
 *                                                                         *
 *                       Ein-  und Ausblendungen                           *
 *                                                                         *
 ***************************************************************************/

/* Personendaten */
table.metadata {
	display: table;
	padding: 0.5em 1em;
	background-color: transparent;
}
/* weitere Matadaten */
.metadata {
	display: block;
	background-color: #c8ccd1;
}
span.metadata {
	display: inline;
}
li.metadata {
	display: list-item;
}
td.metadata,
th.metadata {
	display: table-cell;
}
tr.metadata {
	display: table-row;
}

/* Hinweise beim Bearbeiten */
#editpage-copywarn,
.mw-tos-summary,
#mw-editform-cancel,
.editHelp,
.ve-ui-mwSaveDialog-license {
	display: none;
}

/* Zurücksetzen nur bei Diffs, rot unterlegt */
.mw-rollback-link {
	display: none;
}
.diff-ntitle .mw-rollback-link {
	display: inline;
	background-color: #fee7e6;
}

/* Größe in Versionsgeschichten verstecken, Größenänderung mit Tooltip reicht */
.history-size {
	display: none;
}

/* "Beta" */
#pt-betafeatures {
	display: none;
}

/* Druckversion */
#t-print {
	display: none;
}

/* Hinweis auf ungesichtete Versionen auf der Beobachtungsliste,
 in dieser Form zu aufdringlich */
#mw-fr-watchlist-pending-notice {
	display: none;
}

/***************************************************************************
 *                                                                         *
 *                            Hervorhebungen                               *
 *                                                                         *
 ***************************************************************************/

/* Link auf en fett */
.interwiki-en {
	font-weight: bold;
}

/* Icons entfernen, unnötige Hinweise ausblenden, falls keine neuen */
#pt-userpage a {
	background-position: left 0.5em !important;
}

#pt-notifications-alert .mw-echo-notifications-badge-all-read {
	display: none !important;
}

#pt-notifications-alert,
#pt-notifications-notice {
	margin-left: 0.4em !important;
	margin-right: 0 !important;
}

#pt-notifications-alert > a,
#pt-notifications-notice > a {
	width: auto !important;
	top: 0 !important;
	font-size: 0;
	display: inline-block !important;
	background: none;
	text-indent: 0 !important;
	box-shadow: none !important;
}

#pt-notifications-alert > a::after,
#pt-notifications-notice > a::after {
	border: none !important;
	position: relative !important;
	top: -0.1em !important;
	left: 0 !important;
	font-size: 12px !important;
	padding: 0 4px 1px 4px !important;
	visibility: visible !important;
}

/* Inhalt von Wikidata */
.wikidata-content {
	background-color: #d5fdf4;
}

/* geschützte Seiten */
#ca-viewsource a::before {
	content: url(https://upload.wikimedia.org/wikipedia/commons/thumb/e/ee/Orange_lock.svg/11px-Orange_lock.svg.png)" ";
}

.page-Wikipedia_Hauptseite #ca-viewsource a::before {
	content: none;
}

/* Seiteninformationen */
#t-info a::before {
	content: "i";
	color: white;
	background-color: #0645ad;
	font-size: 80%;
	text-align: center;
	display: inline-block;
	width: 1.2em;
	height: 1.2em;
	border-radius: 50%;
	margin-right: 0.5em;
}

/***************************************************************************
 *                                                                         *
 *                            Link-Farben                                  *
 *                                                                         *
 ***************************************************************************/

/* externe und interne Links im Text im gleichen Blauton
   (bei externen reicht das Symbol zur Unterscheidung),
   Links zu fehlenden Seiten rot,
   besuchte jeweils etwas dunkler */
a,
.mw-parser-output a.external {
	color: #0645ad;
}
a:visited,
.mw-parser-output a.external:visited {
	color: #0b0080;
}
a.new {
	color: #ba0000;
}
a.new:visited {
	color: #a55858;
}
/* Links auf andere Protokolle/Medien markieren */
.mw-parser-output a.external {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAMAAAC67D+PAAAAMFBMVEX///////+IioX29vbq6unJx8O9vbvl5ePZ2NX7+/iysrLp5+KjoZyop6Oxrqrx8O1Uz2ohAAAAAXRSTlMAQObYZgAAAENJREFUeNotxscBwCAMA0AsudAS9t82hnCvK2kAUQ6FCPSuzvy/x3wf0RFir6KAnbKqMSstMEnZZW/0cWqNVMs6Lv8AS44BeHjFSEUAAAAASUVORK5CYII=);
}
.mw-parser-output a.external {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAe0lEQVR42o2QQQqAIBBFPbDXCKJTGBTRIqJN7qL2gp5BcOEppvowSWSU8HDxn38GRVkV9AeIH+cuSilvxBhJKfUQEWR4iHjNcNtBXly3Bbf3nnltZDHbiFHWOmCMuXDWIYM4TgNpPVMIIY1MIOv6lgQRiaat3z4ae5/ODo3dPZDhr8jNAAAAAElFTkSuQmCC);
}
.mw-parser-output a.external {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAQAAAAnOwc2AAAATElEQVR4XlXIQQrAIAwAwfzej/QtPqQUepBiqR68bWMghOzeRpCCf4DsDb26OfDk0quxo8KtN6AEGtEzNh5eRsbOx2RlHCw9YxSYR34KRKBV5WnY6QAAAABJRU5ErkJggg==);
}
.mw-parser-output a.external,
.mw-parser-output a.external {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAdElEQVR42n3Q3QqAIAwGUF8+iF4rCrwpewzxH7y3tnSgrAafMHaQqdj2tczL9BmYPyUEND8FuIda6y7GGBbCAGOtxaSUWEjIOVe89zyshSCEwO+oLtWahrpXSylfCEeFhE51lBhjyTkjIjj+24gI1ltowOUGKEFJ6nMQqWQAAAAASUVORK5CYII=);
}
.mw-parser-output a.external,
.mw-parser-output a.external,
.mw-parser-output a.external,
.mw-parser-output a.external,
.mw-parser-output a.external,
.mw-parser-output a.external {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKBAMAAAB/HNKOAAAAMFBMVEX///91fyrI0Xt5gzPCzGuyv0bw8eubomu3u5qQlWafo4HV25q3w1CLljOEjjKRlHTuBCtpAAAAAXRSTlMAQObYZgAAADdJREFUCFtjYGgUFBRnYBBSUlJkYDCCkIKCIFKAEUZmiohNdGRYs/XW6VgGkbhC1xcMjB8Y5BMA6nkLTrUjfj0AAAAASUVORK5CYII=);
}
.mw-parser-output a.external,
.mw-parser-output a.external,
.mw-parser-output a.external,
.mw-parser-output a.external {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAAAAACoWZBhAAAAAnRSTlMA/1uRIrUAAABbSURBVHjaLY2xCUAxCAVdXbAOWLrE663sAoJkhZA5UuQn8Ltr7o7O7iqifR/asJwzDZtGG8bh1QZpBizYUkkWvApYcpGtyh9quiOMU5+GBo+rvVjNlBv7F9H4A3inRvd0XEi0AAAAAElFTkSuQmCC);
}
.mw-parser-output a.external,
.mw-parser-output a.external,
.mw-parser-output a.external {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAQAAAAnOwc2AAAATklEQVR4XmXKQQqAMAwF0X/7XsSz9CSKiyIIFRFcjMmihmiGbB5fqDCaQJ4j46pzYLUWe+cXZ6OVBhTS0srY2Njp/+XxXXZOLu6EUWAOPX1vnwTBe6qQAAAAAElFTkSuQmCC);
}
/* Externe Links auf interne Seiten, Interwikilinks etc. grün und ohne Symbol,
   besuchte etwas dunkler, http zusätzlich unterstreichen */
.mw-parser-output a.external,
.mw-parser-output a.external,
.mw-parser-output a.external,
.mw-parser-output a.external,
.mw-parser-output a.external,
.mw-parser-output a.external,
.mw-parser-output a.external,
.mw-parser-output a.external,
.mw-parser-output a.external,
.mw-body-content a.extiw {
	color: #058a15;
	background-image: none;
	padding-right: 0;
}
.mw-parser-output a.external:visited,
.mw-parser-output a.external:visited,
.mw-parser-output a.external:visited,
.mw-parser-output a.external:visited,
.mw-parser-output a.external:visited,
.mw-parser-output a.external:visited,
.mw-parser-output a.external:visited,
.mw-parser-output a.external:visited,
.mw-parser-output a.external:visited,
.mw-body-content a.extiw:visited {
	color: #02530c;
}
/*.mw-parser-output a.external,*/
.mw-parser-output a.external,
/*.mw-parser-output a.external,*/
.mw-parser-output a.external,
/*.mw-parser-output a.external,*/
.mw-parser-output a.external {
	text-decoration: underline;
}

/* Links in Navigation immer blau bzw. rot, ohne Unterscheidung besuchter Links,
   bzw. grau für aktuelle Auswahl */
#mw-head a,
#mw-navigation #mw-panel a,
#footer a {
	color: #0645ad;
}
#mw-head .new a {
	color: #ba0000;
}
#mw-head .selected a {
	color: #222;
}

/* Abschnittlinks in Kommentaren bei Interaktion blau */
.autocomment a:hover,
.autocomment a:focus {
	color: #0645ad;
}
.autocomment a:visited:hover,
.autocomment a:visited:focus {
	color: #0b0080;
}

/* aktive Links orange */
a:active {
	color: #a16c00 !important;
}

/***************************************************************************
 *                                                                         *
 *                             Sonstiges                                   *
 *                                                                         *
 ***************************************************************************/

/* Tabs kürzen */
html {
	-moz-tab-size: 4;
	tab-size: 4;
}

/* Navigation mit Silbentrennung */
#mw-panel {
	hyphens: auto;
}

/* ungelesene Änderungen auch in Versionsgeschichte fett */
.updatedmarker {
	display: none;
}
.mw-history-line-updated .mw-changeslist-date {
	font-weight: bold;
}

/* Breitenbeschränkung für Absätze */
.action-view #mw-content-text p,
.action-view #mw-content-text blockquote,
.action-view #mw-content-text ul,
.action-view #mw-content-text ol,
.action-view #mw-content-text dl {
	max-width: 50em;
}

/* nicht auf Spezialseiten, … */
.ns-special #mw-content-text p,
.ns-special #mw-content-text blockquote,
.ns-special #mw-content-text ul,
.ns-special #mw-content-text ol,
.ns-special #mw-content-text dl,
/* nicht in Navileisten etc. … */
.action-view #mw-content-text div p,
/* hier kein blockquote! */
.action-view #mw-content-text div ul,
.action-view #mw-content-text div ol,
.action-view #mw-content-text div dl,
/* und nicht in Tabellen */
.action-view #mw-content-text table p,
.action-view #mw-content-text table blockquote,
.action-view #mw-content-text table ul,
.action-view #mw-content-text table ol,
.action-view #mw-content-text table dl {
	max-width: none;
}

/* Einrückungen bei Diskussion (Test) */
.action-view:not(.ns-0) .mw-body-content dd {
	margin: 0;
	margin-left: 0.1em;
	border-left: 1px solid #a2a9b1;
	padding-left: 0.5em;
}

.action-view:not(.ns-0) .mw-body-content dt ~ dd,
.action-view:not(.ns-0) .mw-body-content ul + dl dd,
.action-view:not(.ns-0) .mw-body-content ol + dl dd {
	margin-left: 1.6em;
	border-left: none;
	padding-left: 0;
}

/* Positionskorrektur für Benachrichtigungen */
body .mw-notification-area {
	top: 0;
}

/****************************************************************************
 *                                                                          *
 *                        Signatur-Spielkinder                              *
 *                                                                          *
 ****************************************************************************/

.mw-body-content a *,
.mw-body-content a *,
.mw-body-content a *,
.mw-body-content a * {
	font: inherit !important;
	color: inherit !important;
	text-decoration: none !important;
	text-shadow: none !important;
	border: none !important;
	background: none !important;
	transform: none !important;
}

img,
img {
	display: none;
}

/****************************************************************************
 *                                                                          *
 *                        Obsolet in HTML5                                  *
 *                                                                          *
 ****************************************************************************
big, center, font, strike, tt,
, , , ,  /*mit Ausnahmen*//*, , , , , , , td, th, , , , , hr,  /*erlaubt, aber unerwünscht*//*, li, , col, colgroup, hr, pre, table, td, th {
	outline: 2px solid red;
}
big:hover, center:hover, font:hover, strike:hover, tt:hover,
:hover, :hover, :hover, :hover, :hover, :hover, :hover, :hover, :hover, :hover, :hover, td:hover, th:hover, :hover, :hover, :hover, :hover, hr:hover, :hover, li:hover, :hover, col:hover, colgroup:hover, hr:hover, pre:hover, table:hover, td:hover, th:hover {
	outline: none;
}
*/