diff options
Diffstat (limited to 'lehed/rollid/styles.css')
-rw-r--r-- | lehed/rollid/styles.css | 45 |
1 files changed, 37 insertions, 8 deletions
diff --git a/lehed/rollid/styles.css b/lehed/rollid/styles.css index 638a630..595cbdc 100644 --- a/lehed/rollid/styles.css +++ b/lehed/rollid/styles.css @@ -1,18 +1,12 @@ -/* -@font-face { - font-family: 'fontUno'; - src: url('fonts/FirstSchool.ttf'); -} -*/ - @font-face { font-family: 'fontUno'; src: url('fonts/test/C059-BdIta.otf'); } body{ - font-family: 'Cormorant SC', serif !important; max-width: 100% !important; + background-color: #43464b; + font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; } button{ @@ -34,6 +28,31 @@ video { } + + +/* NavBar */ +.navbar{ + margin: 1.2rem; + margin-top: 0; + border-bottom: 2px solid white; +} + +.navbar span{ + font-weight: bold !important; + color: white !important; +} + +.navbar a:hover{ + color: snow; + font-weight: bolder; +} +.navbar a{ color: white; } + + + + + + /* Pealkirjade värvid */ .uliopilanePealkiri { @@ -68,3 +87,13 @@ video { margin-left: 0px; } } + + + +#nav-opilane-tab{ color: #4169E1 !important} +#nav-arimees-tab{ color: #2FF924 !important} +#nav-perenaine-tab{ color: #FEDD00 !important} +#nav-partorg-tab{ color: #a1000e !important} +#nav-kaitseliitlane-tab{color: #156734 !important} +#nav-direktor-tab{ color: #ED8B00 !important} + |