MediaWiki:Common.css: Difference between revisions

From AoP Wiki
No edit summary
Fixed links
 
(6 intermediate revisions by the same user not shown)
Line 11: Line 11:
}
}
*/
*/
@font-face{
  font-family: "Gothic821";
  src: url(https://aop.zmeja.com/planner/apps/fcp/font/fallout.ttf) format('truetype');
}
@font-face{
  font-family: "JHFO";
  src: url(https://aop.zmeja.com/planner/apps/fcp/font/fallout_display.ttf) format('truetype');
}
@font-face{
font-family: "FDecayed";
src: url(https://aop.zmeja.com/planner/apps/fcp/font/fallout_decayed.ttf);
}

Latest revision as of 14:16, 4 March 2025

/* 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://aop.zmeja.com/planner/apps/fcp/font/fallout.ttf) format('truetype');
}
@font-face{
  font-family: "JHFO";
  src: url(https://aop.zmeja.com/planner/apps/fcp/font/fallout_display.ttf) format('truetype');
}
@font-face{
	font-family: "FDecayed";
	src: url(https://aop.zmeja.com/planner/apps/fcp/font/fallout_decayed.ttf);
}