-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
168 lines (155 loc) · 2.88 KB
/
styles.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
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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
@charset "utf-8";
body {
background-image: url(img/bgwhite11.jpg);
background-position:center;
background-position: top;
background-repeat:no-repeat;
background-color:#FFF;
}
.sidefades {
background-image: url(img/shadow/left.png);
background-repeat: repeat-y;
}
#innnerbar {
vertical-align: top;
margin: 0px;
padding: 10px;
}
body {
margin-top: 0px;
text-align: center;
font-family: Tahoma, Geneva, sans-serif;
}
body {
margin-top: 0px;
text-align: center;
font-family: Tahoma, Geneva, sans-serif;
}
#table {
text-align: left;
font-size: 12px;
}
#topbar {
}
.bottomnav {
font-family: Tahoma, Geneva, sans-serif;
}
#webcam {
border: 2px solid #000;
}
/* block list */
ul.block {
border-top: 1px dashed #BCBAAC;
margin: 4px 0;
padding: 0;
width: 90%;
}
.vandringmargin {
padding-top: 20px;
padding-right: 50px;
padding-bottom: 0px;
padding-left: 50px;
}
.block li {
border-bottom: 1px dashed #BCBAAC;
list-style: none;
}
.middlenav {
position: static;
visibility: visible;
height: auto;
width: auto;
left: auto;
top: auto;
right: auto;
bottom: auto;
}
.block li a,.block li em {
color: #333;
display: block;
}
.block li em {
font-size: 0.9em;
font-style: normal;
}
.block li a {
padding: 4px 3%;
text-decoration: none;
width: 94%;
}
.block li a span {font-weight: bold;}
.block li a:hover {
color: #000;
background-color: #CCC;
}
.right .block,.right .block li {border-color: #DCDACC;}
.right .block li a:hover {
background-color: #CCC;
}
.invisible a{
color: #333;
}
.tdmargin {
padding-top: 10px;
padding-right: 75px;
padding-bottom: 0px;
padding-left: 75px;
font-size: 11px;
}
#table tr .tdmargin div a {
height: 17px;
width: 69px;
float: left;
font-family: Tahoma, Geneva, sans-serif;
font-size: 12px;
color: #000;
text-decoration: none;
text-align: center;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-style: dotted;
border-bottom-style: dotted;
border-top-color: #CCC;
border-right-color: #CCC;
border-bottom-color: #CCC;
border-left-color: #CCC;
}
#table tr td table tr .imgtop img {
border: 1px solid #000;
margin-bottom: 2px;
margin-left: 2px;
text-align: center;
margin-top: 2px;
margin-right: 2px;
}
#table tr .tdmargin div a:hover {
height: 17px;
width: 69px;
float: left;
font-family: Tahoma, Geneva, sans-serif;
font-size: 12px;
color: #000;
text-decoration: none;
text-align: center;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-style: dotted;
border-bottom-style: dotted;
border-top-color: #CCC;
border-right-color: #CCC;
border-bottom-color: #CCC;
border-left-color: #CCC;
background-color: #CCC;
}
.backroudfadel {
background-image: url(img/shadow/left.png);
background-repeat: repeat-y;
}
.backroudfader {
background-image: url(img/shadow/right.png);
background-repeat: repeat-y;
}