MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Infopedia
Wechseln zu:Navigation, Suche
K
K
Zeile 3: Zeile 3:
 
/* Icons */
 
/* Icons */
 
.icon::before {
 
.icon::before {
   margin-right: 0.5em;
+
   display: inline-block;
 +
  font-style: normal;
 +
  font-variant: normal;
 +
  text-rendering: auto;
 +
  -webkit-font-smoothing: antialiased;
 
}
 
}
  

Version vom 18. November 2020, 11:31 Uhr

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

/* Icons */
.icon::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

/* Links */
a.external::before {
  font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f35d";
}