summaryrefslogtreecommitdiff
path: root/lehed/oppematerjalid/styles.css
blob: 929d1104dcca974a15415d7e5b3cd9868152a446 (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
body{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    background-color: #43464b;
}

/* 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% 13%; 
    margin-top: 5%;
}
footer p {
    color: #DBE2E9;
    font-size: 0.75em;
    line-height: normal;
}

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





/* Lingid */
.lingid {
    height: 27%;
    display: flex;
    align-items: center ;
    justify-content: center;
}

.link{
    text-decoration: none;
    margin: 4rem;
}


h1 {color: white}
h3{ 
    font-size: 2.5rem; 
    font-weight: 555; 
}

.opilane{color: #a3be8c}
.opetaja{color: #d08770}


.opilane:hover{
    color: #a3be8c;
    font-weight: bold;
    font-weight: 3.8rem;
}
.opetaja:hover{
    color: #d08770;
    font-weight: bold;
    font-weight: 3.8rem;
}