MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Infopedia
Wechseln zu:Navigation, Suche
K
K
Zeile 12: Zeile 12:
 
   font-weight: 900;
 
   font-weight: 900;
 
   content: "\f35d";
 
   content: "\f35d";
 +
  display: inline-block;
 
   margin-right: 0.5em;
 
   margin-right: 0.5em;
 +
  padding-left: 0.5em;
 
}
 
}

Version vom 18. November 2020, 11:49 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";
  display: inline-block;
  margin-right: 0.5em;
  padding-left: 0.5em;
}