Pro zájemce o (samo)studium matematiky.
Matematika Realisticky by danixek
Details
Authordanixek
LicenseNo License
Categoryrealisticky
Created
Updated
Size2.1 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Realisticky.cz
@namespace userstyles.world
@author danixek
@description math
@version 2024.02.15
@license No license
@preprocessor uso
==/UserStyle== */
@-moz-document url-prefix("http://www.realisticky.cz/") {
:root {--color: grey}
/* Analytická geometrie v rovině */
a[href*="kapitola.php?id=107"], table#kapitola-107 {text-decoration: line-through; color: var(--color);}
/* Kuželosečky (analytická geometrie) */
a[href*="hodina.php?id=1285"] {text-decoration: line-through; color: var(--color);}
/* Kombinatorika */
a[href*="hodina.php?id=1357"],
a[href*="hodina.php?id=1346"],
a[href*="hodina.php?id=1347"],
a[href*="hodina.php?id=1351"],
a[href*="hodina.php?id=1355"],
a[href*="hodina.php?id=1358"],
a[href*="hodina.php?id=1354"],
a[href*="hodina.php?id=1350"],
a[href*="hodina.php?id=1342"] {
text-decoration: line-through; color: var(--color);
}
}
@-moz-document url-prefix("http://www.realisticky.cz/") {
body {background-color: rgb(80,80,80) !important; background-image: none; color: rgb(250,250,250)}
#wrap {background-color: rgb(50,50,50); border-left: 15px solid rgb(50,50,50); border-right: 15px solid rgb(50,50,50)}
h1 a {color: #fff}
.dbox-donation-button {visibility: hidden}
fieldset label {color: #9f9f9f !important}
h2, h4 {border-bottom: 4px solid #222; color: rgb(200,200,200)}
#footer {border-top: 4px solid #222; color: rgb(200,200,200)}
small, p {color: rgb(250,250,250)}
a {color: rgb(200,200,200)}
img[src*="images/plus.gif"], img[src*="images/minus.gif"] {border: 0px solid white !important; clip-path: inset(0px 1px 0px 0px) !important}
/* Tabulka */
/* Nastavení barev pro liché a sudé řádky */
tr.light_bg {background-color: #555; color: #000;}
tr.dark_bg {background-color: #444; color: #000; }
/* Nastavení barev pro čísla v prvním sloupci */
td.id_objektu {
color: #fff; /* Bílý text pro čísla */
}
img[src="images/plus.gif"], img[src="images/minus.gif"] {filter: grayscale(1)}
}