MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Infopedia
Wechseln zu:Navigation, Suche
K
K
Zeile 9: Zeile 9:
 
/* Links */
 
/* Links */
 
a.external::before {
 
a.external::before {
   font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f35d";
+
   font-family: "Font Awesome 5 Free";
 +
  font-weight: 900;
 +
  content: "\f35d";
 +
  margin-right: 0.5em;
 
}
 
}

Version vom 18. November 2020, 11:48 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";
  margin-right: 0.5em;
}