-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
88 lines (77 loc) · 1.52 KB
/
style.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
html {
background-color: #ffffff;
background-image: url('bg.png');
font-family: sans-serif;
font-size: 14px;
}
#video_background {
position: absolute;
bottom: 0px;
right: 0px;
min-width: 100%;
min-height: 100%;
z-index: -1000;
overflow: hidden;
}
#innhold {
position:absolute;
top:110px;
}
#topmenu {
width: 249px;
height: 28px;
position:absolute;
left:4px;
top:4px;
background-image: url('topmenu.png');
padding-top: 10px;
}
#topmenu:hover {
background-image: url('topmenublank.png');
}
#topmenulink {
width: 238px;
height: 15px;
position:absolute;
left:4px;
top:9px;
background-image: url('topmenublank.png');
padding-top: 10px;
}
#topmenulink:hover {
background-image: url('oneparametergroup.png');
}
#midmenu {
width: 205px;
height: 23px;
position:absolute;
left:4px;
top:36px;
background-image: url('midmenu.png');
padding-top: 7px;
padding-left: 7px;
color: rgba(0, 0, 0, 0);
font-size: 17px;
font-family: Arial, sans-serif;
}
#midmenu:hover {
background-image: url('midmenublank.png');
color: rgba(0, 0, 0, 1);
}
#botmenu {
width: 166px;
height: 20px;
position:absolute;
left:4px;
top:64px;
background-image: url('botmenu.png');
padding-top: 7px;
padding-left: 7px;
color: rgba(0, 0, 0, 0);
font-size: 17px;
font-family: Arial, sans-serif;
}
#botmenu:hover {
background-image: url('botmenublank.png');
color: rgba(0, 0, 0, 1);
}