summaryrefslogtreecommitdiff
path: root/lehed/rollid/styles.css
blob: dbc784f4f733b5d3ab53738426c5bc1f2d44f10b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
@font-face {
    font-family: 'fontUno';
    src: url('fonts/test/C059-BdIta.otf');
}

body{
    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{
    color: black !important;
    font-weight: bold !important;
    font-size: 1.2rem !important;
}

p, h2, button {
    font-family: 'fontUno' !important;
}

video {
    float: right;
    width: 50%;
    border-radius: 20px;
    margin-left: 20px;
    margin-bottom: 20px;
}




/* 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; }



.logo {
    height: 3.7rem;
    width: auto;
}

footer { 
    margin: 2% 10%; 
    margin-top: 5%;
}
footer p {
    color: #DBE2E9;
    font-size: 0.75em;
    line-height: normal;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif !important;
}

.logoWrapper {
    text-align: center;
    align-items: center;
    justify-content: center;
}






.rollid {border-radius: 7px; padding-top: .7rem;}

/* Pealkirjade värvid */

.uliopilanePealkiri {
    color: #4169E1;
}

.partorgPealkiri {
    color: #a1000e;
}

.arimeesPealkiri {
    color: #2FF924;
}

.kaitseLiitlanePealkiri {
    color: #156734;
}

.perenainePealkiri {
    color: #FEDD00;
}

.direktorPealkiri {
    color: #ED8B00
}


@media screen and (max-width: 888px) {
    video {
        float: none;
        width: 100%;
        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}