-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtyyli.css
92 lines (79 loc) · 1.22 KB
/
tyyli.css
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
.html5 {
margin-top: 9px;
}
.nojs {
margin-top: -30px;
margin-left: 1px;
height: 102px;
width: 130px;
}
header {
background-image: url(tausta.png);
text-align: center;
min-height: 70px ;
}
nav {
background-color: DarkGreen;
text-align: center;
color: white;
font-family:courier new;
min-heigth: 20 px;
}
img {
heigth: 80px ;
width: 80px ;
float: left;
}
h2 {
color: White;
font-size: 60px;
font-family: courier new;
}
h1 {
font-family: sans-serif;
}
@media (prefers-color-scheme: light) {
a {
color: black;
}
body {
background-color: white;
color: black;
}
h2 {
color: black;
font-size: 60px;
font-family: courier new;
text-shadow: 2px 2px #006400;
}
.html5sininen {
width: 0px;
height: 0px;
}
.nojstumma {
widht: 0px;
height: 0px;
}
}
@media (prefers-color-scheme: dark) {
a {
color: white;
}
body {
background-color: black;
color: white;
}
h2 {
color: White;
font-size: 60px;
font-family: courier new;
}
.html5normi {
width: 0px;
height: 0px;
}
.nojsnormi {
width: 0px;
height: 0px;
}
}