MediaWiki:Common.css: Unterschied zwischen den Versionen

Ibbtown Wiki - Wissen, das verbindet
Zur Navigation springen Zur Suche springen
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
 
(Eine dazwischenliegende Version desselben Benutzers wird nicht angezeigt)
Zeile 2: Zeile 2:
     a{color: #7A3E48;}
     a{color: #7A3E48;}
     a:link {color: #7A3E48;}    /* normal link */
     a:link {color: #7A3E48;}    /* normal link */
     a:visited {color: #f000000;}  /* visited link */
    a.external:link {color: #7A3E48;}    /* normal link */
     a:visited {color: black;}  /* visited link */
     a:hover {color: #990000;}    /* mouse over link */
     a:hover {color: #990000;}    /* mouse over link */
     a:active {color: #915B51;}  /* selected link */
     a:active {color: #915B51;}  /* selected link */

Aktuelle Version vom 18. September 2024, 13:22 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
    a{color: #7A3E48;}
    a:link {color: #7A3E48;}     /* normal link */
    a.external:link {color: #7A3E48;}     /* normal link */
    a:visited {color: black;}  /* visited link */
    a:hover {color: #990000;}    /* mouse over link */
    a:active {color: #915B51;}   /* selected link */

    #li a:active {color: brown;}
.vector-menu-tabs-legacy li a {
    background-position: right bottom;
    color: black;
}
#mw-content-text a.new {color: green;}
#mw-panel .portal a, #mw-panel .portal a:visited {
    font-size:14px!important;
    color: black!important;
}

#mw-content-text #coordinates,
#mw-content-text #editcount,
#mw-content-text #shortcut,
body.ns-special #mw-content-text .specialpage-helplink {
	display: block;
	font-size: x-small;
	color:black;
	line-height: 1.5;
	position: absolute;
	right: 0;
	text-align: right;
	text-indent: 0;
	top: -7em;
	white-space: nowrap;
}

#t-recentchangeslinked a a:visited { color: black; }