Skip to content

apache2/server-status by NickyX3

Details

AuthorNickyX3

LicenseNo License

Categoryany apache2 server-status

Created

Updated

Code size885 B

Code checksum88a1919b

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Some cororize Apache2 server-status

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         apache2/server-status
@version      20230511.17.23
@namespace    ?
==/UserStyle== */

@-moz-document regexp(".*\\/server-status") {
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 10pt;
}

table {
	font-size: 0.8rem;
}

dl {
	color: #4e4e4e;
}

h1 + dl {
	color: #176a9b;
}

pre {
	font-weight: bold;
	color: #000000;
}

table[border="0"] {
	border-left: 1px solid #c7c7c7;
	border-top: 1px solid #c7c7c7;
	border-spacing: 0;
}

table[border="0"] th,
table[border="0"] td {
	padding: 0.25rem;
	border-right: 1px solid #c7c7c7;
	border-bottom: 1px solid #c7c7c7;
}

table b {
	color: #ab1a1a;
}

pre + p code {
	color: #ab1a1a;
}
}

Reviews

No reviews yet.