Benutzerin:Elya/vector.css

aus Wikipedia, der freien Enzyklopädie
Zur Navigation springen Zur Suche springen

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
 /* #gelesen {display:none;} */

.mw-newpages-pagename {
	font-weight:bold;
}
sup {line-height:100%;}
span[lang] { font-style:italic; }


/* Sichtungskommentar ermöglichen */
#mw-fr-commentbox { display: inline !important; }
 
/* Änderungen in der Diff-Ansicht hervorheben */
/* Hervorhebung in Diffs */
.diffchange, .diffchange-inline { border: 1px dotted red; }



.bkl-link-inner { background-color: #8ab4c7; }
.bkl-link-sup { display:none; }


/* Augenkrebs-Gegenmittel */
 
a[title^="Benutzer"],
a[title^="Benutzer"] span,
a[title^="Benutzer"] font,
strong.selflink font,
a font,
a[title^="Benutzer"] sup
 {
   color:#0645AD !important;
   background-color:transparent !important;
font-family:sans-serif !important;
text-decoration:none !important; /* verhindert blink, Kollateralschaden: Benutzerlinks sind auch z.B. in Beolisten nicht unterstrichen. Alternativ: immer "underline" */ 
text-shadow:none !important;
font-size:100% !important;
border:none !important;
font-weight:normal !important;
   
}

font big,
a[title^="Benutzer"] big {
 font-size:100% !important; /* QTW */
}
a[title^="Benutzer"].new {
  color:#cc2200 !important;
}

span[style] { text-shadow:none !important;} 

a[title^="Benutzer"] img { display:none;}
a[title^="Benutzer"] b,
a[title^="Benutzer"] strong,
a[title^="Benutzer"] em,
a[title^="Benutzer"] i,
.extiw span{
   font-weight:normal !important;
   font-style:normal !important;
   color:#0645AD !important;
   text-shadow:none !important;
border:none !important;
}
a[title^="Benutzer"] span {
	-moz-transform: none !important;
	-webkit-transform: none !important;
	-o-transform: none !important;
	
}

/* für bestimmte Namensräume und Härtefälle, nur in Einrückungen */
body.ns-1 dd span,
body.ns-3 dd span,
body.ns-4 dd span,
body.ns-1 dd span[style],
body.ns-3 dd span[style],
body.ns-4 dd span[style],
body.ns-1 dd a[title^="Benutzer"],
body.ns-3 dd a[title^="Benutzer"],
body.ns-4 dd a[title^="Benutzer"] {text-decoration:none !important;
 box-shadow:none !important;
 text-shadow:none !important;
border:none !important;

}
	
body.ns-4 dd span{
	color:#000 !important;
}
/* bei Abstimmungen */

body.ns-4 li a[title^="Benutzer"] {
   font-weight:normal !important;
   font-style:normal !important;
   color:#0645AD !important;
   text-shadow:none !important;
   border:none !important;
}
li#ca-nstab-user a[title^="Benutzer"] {
  font-size:0.8em !important;
}
img[alt="Miniauge2.gif"],
img[alt="Icone chateau renaissance 02.svg"],
img[alt="Radsportler.svg"]{
  display: none !important;  
}

body.ns-1 dd a[title^="Benutzer"] + a>img,
body.ns-3 dd a[title^="Benutzer"] + a>img,
body.ns-4 dd a[title^="Benutzer"] + a>img{
	display:none !important;
}

div#editpage-copywarn {display:none;}

.wikibase-edit {
		background-color:#e8ae68;
}

/* links in beo unterstrichen */
.page-Spezial_Beobachtungsliste .mw-body a {text-decoration:underline;}

/* echo etwas dezenter */ 
#pt-notifications-alert .mw-echo-notifications-badge::before {
	
}
/* 
.fr-unreviewed-unwatched {
	background-color:transparent !important;
}
*/


/* visited links nicht lila, normale wie früher */ 
	a:link:not(.new) {color:#0645ad !important}
	a:visited:not(.new) {color:#0b0080 !important}
	a:hover:not(.new) {color:#0645ad !important}
	a:active:not(.new) {color:#0b0080 !important}
	


/* Kommentar für Sichtung wieder einblenden */ 
.flaggedrevs_reviewform .cdx-text-input {	
	display:block !important;
}