Created
February 27, 2022 12:38
-
-
Save pavelruzicka/d7385352072a73c29eb7788eb89da822 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* SIDEBAR */ | |
| .zivot_wrap .autor { | |
| width: initial; | |
| } | |
| .zivot_wrap .vice { | |
| display: none; | |
| } | |
| .motiv-titulka .app_header_motiv_switch { | |
| display: none; | |
| } | |
| .zivot_wrap a > h2.nazev { | |
| display: none; | |
| } | |
| .zivot_wrap .prispevek .odmitnout { | |
| display: none !important; | |
| } | |
| .zivot_wrap .prispevek h3.nazev { | |
| font-weight: initial; | |
| } | |
| .zivot_wrap .crazy_border .logo { | |
| display: none; | |
| } | |
| .zivot_wrap .prispevek > .text, | |
| .zivot_wrap .crazy_border { | |
| padding-right: 0; | |
| margin-right: 0; | |
| } | |
| .zivot_wrap .prispevek .autor { | |
| display: flex; | |
| justify-content: space-between; | |
| } | |
| .zivot_wrap .crazy_border::before { | |
| display: none; | |
| } | |
| .zivot_wrap .prispevek h3.nazev { | |
| white-space: initial; | |
| } | |
| .zivot_wrap .uryvek { | |
| min-height: initial; | |
| padding-bottom: 0.5rem; | |
| } | |
| .zivot_wrap .uryvek .text .read strong { | |
| font-weight: bold; | |
| margin-bottom: 0.5rem; | |
| color: black; | |
| display: inline-block; | |
| } | |
| .zivot_wrap .prispevek .zdroj_pr { | |
| white-space: initial; | |
| } | |
| .zivot_wrap .mh { | |
| max-height: initial; | |
| } | |
| .zivot_wrap .dyn_polozky { | |
| display: none; | |
| } | |
| .zivot_wrap .prispevek.typ_1_1 .text span { | |
| text-indent: 0; | |
| } | |
| /* LEVE MENU */ | |
| #left_menu div.items a.domu i { | |
| display: none; | |
| } | |
| #left_menu:not(.edit) div.items ul li .menu_icon.pin { | |
| display: none !important; | |
| } | |
| #left_menu div.items { | |
| padding-right: -30px; | |
| margin-left: 0; | |
| padding-left: 0; | |
| } | |
| #left_menu label.moje_apl { | |
| visibility: hidden; | |
| } | |
| #left_menu div.items > div:first-child { | |
| display: none; | |
| } | |
| /* HORNI PANEL */ | |
| #sticky_panel .ikony .sticky-zivot, | |
| #sticky_panel .ikony .prepinac-jazyk { | |
| display: none; | |
| } | |
| #sticky_panel .jmeno { | |
| display: none; | |
| } | |
| /* OBECNE VECI */ | |
| #vyhledavani_form .input-group-label:before, | |
| #vyhledavani_form .input-group-label:after { | |
| display: none; | |
| } | |
| #vyhledavani_form .input-group-label.vyhledavani_form_is_icon { | |
| padding: 0; | |
| } | |
| #vyhledavani_form input::placeholder { | |
| color: transparent; | |
| } | |
| #obsah #dlazdice { | |
| margin-top: 0; | |
| } | |
| /* STUDENT */ | |
| #tab-content-predmety-subcontent .nadpis-sekce { | |
| display: none; | |
| } | |
| .predmet_header_name img { | |
| display: none; | |
| } | |
| .predmet_conteiner | |
| .predmet_header | |
| .predmet_header_name | |
| img[src*="1411"] | |
| + ::before { | |
| content: "LF â–¶ "; | |
| color: red; | |
| } | |
| .predmet_conteiner | |
| .predmet_header | |
| .predmet_header_name | |
| img[src*="1421"] | |
| + ::before { | |
| content: "FF â–¶ "; | |
| color: skyblue; | |
| } | |
| .predmet_conteiner | |
| .predmet_header | |
| .predmet_header_name | |
| img[src*="1422"] | |
| + ::before { | |
| content: "PrF â–¶ "; | |
| color: purple; | |
| } | |
| .predmet_conteiner | |
| .predmet_header | |
| .predmet_header_name | |
| img[src*="1423"] | |
| + ::before { | |
| content: "FSS â–¶ "; | |
| color: darkcyan; | |
| } | |
| .predmet_conteiner | |
| .predmet_header | |
| .predmet_header_name | |
| img[src*="1431"] | |
| + ::before { | |
| content: "PřF ▶ "; | |
| color: green; | |
| } | |
| .predmet_conteiner | |
| .predmet_header | |
| .predmet_header_name | |
| img[src*="1433"] | |
| + ::before { | |
| content: "FI â–¶ "; | |
| color: #f2d45c; | |
| } | |
| .predmet_conteiner | |
| .predmet_header | |
| .predmet_header_name | |
| img[src*="1441"] | |
| + ::before { | |
| content: "PdF â–¶ "; | |
| color: orange; | |
| } | |
| .predmet_conteiner | |
| .predmet_header | |
| .predmet_header_name | |
| img[src*="1456"] | |
| + ::before { | |
| content: "ESF â–¶ "; | |
| color: maroon; | |
| } | |
| .predmet_conteiner | |
| .predmet_header | |
| .predmet_header_name | |
| img[src*="1451"] | |
| + ::before { | |
| content: "FSpS â–¶ "; | |
| color: #57cfb8; | |
| } | |
| .predmet_header > .predmet_header_more { | |
| padding: 0.3rem; | |
| } | |
| .predmet_header > a:hover, | |
| .predmet_conteiner > a:active, | |
| .predmet_conteiner.active .predmet_header a { | |
| background: white; | |
| } | |
| .predmet_conteiner.active .predmet_header a { | |
| border-bottom: 1px solid #dbdbdb59; | |
| } | |
| #drobecky .column { | |
| display: flex; | |
| justify-content: space-between; | |
| } | |
| ul.is-switch > li { | |
| padding: 0; | |
| } | |
| #app_menu_items > .polozka[class*=" isi-"]::before { | |
| display: none; | |
| } | |
| #app_menu_items > .polozka[class*=" isi-"] { | |
| padding-left: 1.5rem; | |
| } | |
| #app_menu_items > .polozka { | |
| padding: 0 1.5rem; | |
| } | |
| #app_menu_items > .polozka::after { | |
| display: none; | |
| } | |
| #vyhledavani_send_form .isi-lupa { | |
| position: relative; | |
| bottom: 2px; | |
| } | |
| #vyhledavani_form { | |
| height: 2.5rem; | |
| margin: 1rem 0; | |
| } | |
| #prepinace .is-switch > li:nth-child(1) { | |
| color: #4a4a4a; | |
| } | |
| .foundation-design-z .column, | |
| .foundation-design-z .columns { | |
| padding-left: 0.71429rem; | |
| padding-right: 0.71429rem; | |
| } | |
| .predmet_body > div > div:last-child { | |
| margin: 0 -1rem 0rem -1rem; | |
| } | |
| /* DF */ | |
| #discussion .prispevek.novy > .obsah .sticker { | |
| display: none; | |
| } | |
| /* NOTEPADS */ | |
| .tabwrapper ~ .navodek, | |
| .tabwrapper + dl, | |
| .tabwrapper ~ h3, | |
| .tabwrapper ~ h3 + dl, | |
| .tabwrapper ~ hr { | |
| display: none; | |
| } | |
| .tabwrapper ~ h3 + dl.content-visible { | |
| display: flex; | |
| } | |
| .tabwrapper ~ h3.title-visible { | |
| display: block; | |
| } | |
| #app_content { | |
| min-height: initial !important; | |
| background: transparent; | |
| margin: 0; | |
| padding: 0 0.71429rem; | |
| } | |
| .tabwrapper { | |
| display: flex; | |
| margin: 0; | |
| padding: 1rem 0; | |
| } | |
| #app_content ul.tabwrapper li { | |
| padding-left: initial; | |
| background: initial; | |
| } | |
| #app_content .tabwrapper .tab { | |
| margin-right: 0.75rem; | |
| height: 2.5rem; | |
| background: rgb(222, 222, 222); | |
| color: rgb(0, 39, 118); | |
| transition: background-color 0.25s ease-out, color 0.25s ease-out; | |
| } | |
| #app_content .tabwrapper .tab:hover { | |
| background-color: #c8c8c8; | |
| color: #002776; | |
| } | |
| #app_content .tabwrapper .tab a { | |
| text-decoration: none; | |
| display: block; | |
| width: 100%; | |
| height: 100%; | |
| padding: 0 14px; | |
| font-size: 14px; | |
| line-height: 2.5rem; | |
| } | |
| #app_content .tabwrapper .tab.tab-active { | |
| background: #fccd06; | |
| color: #333; | |
| } | |
| #app_content .tabwrapper .tab.tab-active:hover { | |
| background: #e5ba05; | |
| } | |
| .tabwrapper ~ h3 { | |
| font-weight: 300; | |
| color: #000; | |
| font-size: 1.571429rem; | |
| padding: 0.5rem 0; | |
| border-bottom: 1px solid #d9e5f1; | |
| } | |
| .content-visible { | |
| flex-direction: column-reverse; | |
| } | |
| .content-visible dt { | |
| font-weight: bold; | |
| font-size: 14px; | |
| } | |
| .content-entry { | |
| background-color: #f9f9f9; | |
| border: 1px solid #e6e6e6; | |
| padding: 1.5em; | |
| margin: 0.85rem 0; | |
| } | |
| .content-entry dt { | |
| background-image: none; | |
| padding-left: initial; | |
| display: flex; | |
| justify-content: space-between; | |
| margin-bottom: 1rem; | |
| } | |
| .content-entry dt .nedurazne { | |
| font-weight: normal; | |
| } | |
| .content-entry dd { | |
| margin: 1rem 0 0 0; | |
| } | |
| .content-entry dd pre { | |
| margin: 0; | |
| } | |
| .content-monospaced { | |
| font-family: monospace; | |
| white-space: break-spaces; | |
| } | |
| .content-monospaced span { | |
| font-weight: bold; | |
| } | |
| .content-monospaced span[data-highlight="points"] { | |
| background-color: #cbedf9; | |
| } | |
| .content-monospaced span[data-highlight="pass"] { | |
| background-color: #c8e9b3; | |
| color: #037f1a; | |
| } | |
| .content-monospaced span[data-highlight="fail"] { | |
| background-color: #feb4b4; | |
| color: #c41818; | |
| } | |
| .hodn_pri { | |
| padding: 0; | |
| margin: 0.75rem 0; | |
| background-color: initial; | |
| border: none; | |
| color: black; | |
| display: flex; | |
| flex-direction: row-reverse; | |
| justify-content: flex-end; | |
| } | |
| .hodn_pri pre { | |
| margin: 0.25rem 1rem 0 0; | |
| } | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment