MediaWiki:Common.css: Difference between revisions

From AoP Wiki
(Created page with "→‎CSS placed here will be applied to all skins: →‎Collapsible elements. Toggle-link moved to left. /* Margin around it adjusted.: .mw-collapsible span.mw-collapsible-toggle { float:left; margin-left:0; margin-right:1em; }")
 
(Added fonts.)
 
(One intermediate revision by the same user not shown)
Line 4: Line 4:
/* Margin around it adjusted. */
/* Margin around it adjusted. */


/*
.mw-collapsible span.mw-collapsible-toggle {
.mw-collapsible span.mw-collapsible-toggle {
     float:left;
     float:left;
     margin-left:0;
     margin-left:0;
     margin-right:1em;
     margin-right:1em;
}
*/
@font-face{
  font-family: "Gothic821";
  src: url(https://uralez.de/foaop/planner/apps/fcp/font/fallout.eot);
}
@font-face{
  font-family: "Gothic821";
  src: url(https://uralez.de/foaop/planner/apps/fcp/font/fallout.ttf) format('truetype');
}
@font-face{
  font-family: "JHFO";
  src: url(https://uralez.de/foaop/planner/apps/fcp/font/fallout_display.ttf) format('truetype');
}
@font-face{
font-family: "FDecayed";
src: url(https://uralez.de/foaop/planner/apps/fcp/font/fallout_decayed.ttf);
}
}

Latest revision as of 12:13, 8 March 2024

/* CSS placed here will be applied to all skins */

/* Collapsible elements. Toggle-link moved to left.
/* Margin around it adjusted. */

/*
.mw-collapsible span.mw-collapsible-toggle {
    float:left;
    margin-left:0;
    margin-right:1em;
}
*/

@font-face{
  font-family: "Gothic821";
  src: url(https://uralez.de/foaop/planner/apps/fcp/font/fallout.eot);
}
@font-face{
  font-family: "Gothic821";
  src: url(https://uralez.de/foaop/planner/apps/fcp/font/fallout.ttf) format('truetype');
}
@font-face{
  font-family: "JHFO";
  src: url(https://uralez.de/foaop/planner/apps/fcp/font/fallout_display.ttf) format('truetype');
}
@font-face{
	font-family: "FDecayed";
	src: url(https://uralez.de/foaop/planner/apps/fcp/font/fallout_decayed.ttf);
}