MediaWiki:Common.css: Unterschied zwischen den Versionen

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

Version vom 18. November 2020, 11:35 Uhr

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

/* Icons */
.icon::before {
  display: inline-block;
  margin-right: 0.5em;
}

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