MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus AbbundWiki
Wechseln zu: Navigation, Suche
Zeile 14: Zeile 14:
  
 
.firstHeading
 
.firstHeading
 +
{
 +
font-family: Consolas;
 +
}
 +
 +
input
 
{
 
{
 
font-family: Consolas;
 
font-family: Consolas;

Version vom 9. März 2020, 14:45 Uhr

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


#f-poweredbyico { display: none; }
#footer-icon-poweredby { display: none; }
#footer-icon-poweredbyico { display: none; }
#footer-poweredbyico { display: none; }


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