Skip to content

FiraForce by Monster0506

Details

AuthorMonster0506

LicenseSIL Open Font License (http://scripts.sil.org/OFL)

Category*

Created

Updated

Size2.4 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Forces all fonts to use FiraCode Mono, 14px, 400 weight with 1.5 line-height.
Colors all links red, and applies slight light-color background highlight.

Notes

Source code

/* ==UserStyle==
@name           FiraForce
@namespace      *
@version        1.0.0
@description    Forces all fonts to use FiraCode Mono, 14px, 400 weight with 1.5 line-height, red underlines and links
@author         Monster0506
==/UserStyle== */
@-moz-document url-prefix("http") {
	@namespace url(http://www.w3.org/1999/xhtml);
	* {
		font-family: Fira Code !important;
		font-weight: 400 !important;
		line-height: 2 !important;
		font-size-adjust: .650 !important;
		text-decoration-color: #0d00ff !important;
		-webkit-font-smoothing: antialiased !important;
	}
	/* Link */
	a:visited {
		color: #fc2121 !important;
	}
	a {
		color: #ffb65b !important;
		background-color: #ffffff03 !important;
		text-decoration: underline !important;
	}
	a:hover {
		color: #9caeff !important;
		text-decoration: underline !important;
		outline: 2px dotted #9caeff !important;
		text-decoration-color: #9caeff !important;
		font-weight: 550 !important;
		background-color: #ffffff24 !important;
	}
	/* End Link */
	/* List */
	ol {
		list-style: decimal-leading-zero outside !important;
	}
	ul {
		list-style: square outside !important;
	}
	/* End List */
	/* Table */
	table {
		border-collapse: separate !important;
		width: 100% !important;
		margin-bottom: 20px !important;
		border: none !important;
		cursor: cell;
	}
	th,
	td {
		border: 2px solid #2a2a2a !important;
		padding: 8px !important;
		text-align: left !important;
		border-radius: 5px;
	}
	th {
		background-color: #282a36 !important;
		color: #f8f8f2 !important;
		text-align: center !important;
	}
	tr:nth-child(even) {
		background-color: #9ba0bf !important;
	}

	/* End Table */
	/* Generic */
	aside p,
	q {
		background-color: #7a84c0 !important;
		text-transform: none !important;
		display: block !important;
		padding: 0 0 15px 15px !important;
		border: 4px black solid;
		border-radius: 25px !important;
		line-height: 2 !important;
		font-size: 100% !important;
		font-style: normal !important;
		color: #f8f8f2 !important;
		margin-top: 0 !important;
		margin-bottom: 20px !important;
	}
	i,
	em {
		color: #179c27 !important;
	}
	code {
		font-family: FiraMono !important;
	}
	blockquote {
		background: #b1b1b1 !important;
		padding-left: 10px !important;
		margin-left: 2.5% !important;
		border-left: 7px solid #7522eb !important;
		color: #7522eb !important;
	}
	/* End Generic */
}

Reviews

No reviews yet.