MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus AbbundWiki
Wechseln zu: Navigation, Suche
 
(13 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt)
Zeile 1: Zeile 1:
 
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
 
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
  
 
+
#ca-talk { display: none!important; }
 +
#ca-history { display: none!important; }
 +
#ca-viewsource { display: none!important; }
 
#f-poweredbyico { display: none; }
 
#f-poweredbyico { display: none; }
 
#footer-icon-poweredby { display: none; }
 
#footer-icon-poweredby { display: none; }
Zeile 7: Zeile 9:
 
#footer-poweredbyico { display: none; }
 
#footer-poweredbyico { display: none; }
  
 +
 +
.mw-headline
 +
{
 +
font-family: Consolas;
 +
}
  
 
#firstHeading
 
#firstHeading
Zeile 35: Zeile 42:
 
div#mw-panel div.portal div.body ul li a {
 
div#mw-panel div.portal div.body ul li a {
 
     color: #0099ff;
 
     color: #0099ff;
 +
}
 +
 +
div#mw-panel div.portal div.body {
 +
margin: 0px;
 +
}
 +
 +
div#mw-panel div.portal h3 {
 +
padding-left: 0px;
 +
}
 +
 +
 +
div#mw-panel #p-logo + div.portal div.body{
 +
margin-left: 0px;
 
}
 
}

Aktuelle Version vom 6. September 2021, 14:20 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */

#ca-talk { display: none!important; }
#ca-history { display: none!important; }
#ca-viewsource { display: none!important; }
#f-poweredbyico { display: none; }
#footer-icon-poweredby { display: none; }
#footer-icon-poweredbyico { display: none; }
#footer-poweredbyico { display: none; }


.mw-headline
{
font-family: Consolas;
}

#firstHeading
{
font-family: Consolas;
}

.firstHeading
{
font-family: Consolas;
}

input
{
font-family: Consolas;
}


body{
font-family: Consolas;
}

a{
color: #0099ff;
}


div#mw-panel div.portal div.body ul li a {
    color: #0099ff;
}

div#mw-panel div.portal div.body { 
margin: 0px;
}

div#mw-panel div.portal h3 {
padding-left: 0px;
}


div#mw-panel #p-logo + div.portal div.body{
margin-left: 0px;
}