MediaWiki:Common.css: Unterschied zwischen den Versionen

Ibbtown Wiki - Wissen, das verbindet
Zur Navigation springen Zur Suche springen
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
 
(7 dazwischenliegende Versionen desselben Benutzers werden 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: #B95835;}  /* 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 */
Zeile 13: Zeile 14:
#mw-content-text a.new {color: green;}
#mw-content-text a.new {color: green;}
#mw-panel .portal a, #mw-panel .portal a:visited {
#mw-panel .portal a, #mw-panel .portal a:visited {
     font-size:16px!important;
     font-size:14px!important;
     color: black!important;
     color: black!important;
}
}
Zeile 34: Zeile 35:


#t-recentchangeslinked a a:visited { color: black; }
#t-recentchangeslinked a a:visited { color: black; }
#column-content { margin-left: -15em; }
#column-content #content { margin-left: 15em; }
#p-logo a, #p-logo a:hover { width: 15em; }
#p-cactions { left: 14.5em; }
.portlet { width: 14em; }
#column-content { margin-left: -14em; }
#content.mw-body { margin-left: 14em; }
div#mw-panel div.portal div.body ul li a {
    font-size:16px;
    color: #000000;
}
div#mw-panel div.portal div.body ul li a:visited {
    color: #000000;
}

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