Skip to content

KS.HSCR by kysela-petr

Details

Authorkysela-petr

LicenseNo License

Categoryhttps://ks-new.hscr.cz/

Created

Updated

Size1.0 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Pro lepší čitelnost

Notes

zvýraznění používaných funkcí, větší písmo, atp.

Source code

/* ==UserStyle==
@name           KS.HSCR
@namespace      ks-new.hscr.cz
@version        1.0.0
@description    A new userstyle
@author         Kysela Petr
==/UserStyle== */

@-moz-document domain("ks-new.hscr.cz") {
html, body {
  font-size: 14px!important;
}
.navigation-header {
  color: #000!important;
}
.header-navbar .bookmark-wrapper .nav-item a {
  font-size: 1.5rem;
  font-weight: bold;
  padding:  5px 8px;
  border-radius: 5px;
}
.header-navbar .bookmark-wrapper .nav-item:nth-child(2) a {
  background: #cc0000;
  color: white;
}

.header-navbar .bookmark-wrapper .nav-item:nth-child(7) a {
  color: #cc0000;
}
.main-menu.menu-light .navigation li a {
  color: #000;
}
.form-label {
  color: #000;
  font-size: 0.915rem;
}
.form-select,
.form-control {
  color: #000;
}
.main-menu-content .navigation .nav-item:nth-child(2) span {
  display: none;
}
.main-menu-content .navigation .nav-item:nth-child(2) a:after {
  display: inline-block;
  content: "Domů"
}
}

Reviews

No reviews yet.