Skip to content

bfPing - ready by d3n1c1d3

Details

Authord3n1c1d3

LicenseNo License

Categorymysites.guru/bfPing

Created

Updated

Size666 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

easy readability dark mode with light green font color

Notes

change log

2024-03-19

url for worpress added

2024-02-27

style created and uploaded to userstyles.world
url for joomla added

Source code

/* ==UserStyle==
@name           bfping ready page for dark mode
@namespace      github.com/openstyles/stylus
@version        2024-03-19.10.22
@description    some attempts for better readability
@author         d3n1c1d3
==/UserStyle== */

@-moz-document regexp(".*/plugins/system/bfnetwork/bfnetwork/bfPing.php"), regexp(".*/wp-content/plugins/mywpguru/bfnetwork/bfPing.php") {
    /* Insert code here... */
	body {
		background: black;
		color: white;
		color: lightgreen;
		font-weight: bold;
		font-family: monospace;
		font-size: 100px;
		margin: auto;
		vertical-align: middle;
		text-align: center;
		margin-top: calc(50vh - 100px);
	}
}

Reviews

No reviews yet.