Skip to content

lodev.org/cgtutor by pegvin

Screenshot of lodev.org/cgtutor

Details

Authorpegvin

LicenseThe Unlicense

Categoryhttps://lodev.org/cgtutor/

Created

Updated

Size1.3 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Dark Theme + Beautiful UI for cgtutor sub-pages

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         lodev.org
@version      20231016.17.56
@namespace    ?
==/UserStyle== */

@-moz-document url-prefix("https://lodev.org/cgtutor/") {
html {
	background: #151515;
	background-image: url(https://source.unsplash.com/random/1600x900?purple,dark,stylish,coding,programming,matrix) !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-attachment: fixed !important;
}

body {
	backdrop-filter: blur(10px);
	max-width: 720px !important;
	margin: 0 auto !important;
	color: #E8E8E8 !important;
	background: rgba(0.1, 0.1, 0.1, 0.6) !important;
	padding: 10px 10px 30px 10px !important;
	font-family: monospace !important;
	font-size: 16px !important;
	border-left: 1px solid #333 !important;
	border-right: 1px solid #333 !important;
}

img {
	border: 2px dashed #555 !important;
	padding: 5px !important;
	margin: 0 auto !important;
	display: block !important;
}

a {
	color: #E8E8E8 !important;
	text-decoration: underline dashed #8758f7 !important;
}

a:hover {
	color: #8758f7 !important;
	text-decoration: underline solid !important;
}

table {
	display: block !important;
	overflow: auto !important;
}

pre {
	margin: 0 !important;
	padding: 0 10px !important;
}

}

Reviews

No reviews yet.