This repository has been archived by the owner on Mar 1, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
113 lines (103 loc) · 1.91 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
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
.body_style {
background-color: #DDDDFF;
}
.maintable {
background-color: #FFFFFF;
border: 1px solid #000000;
margin-left: auto;
margin-right: auto;
width: 900px
}
.textboks {
background-color: #FFFFFF;
font: normal 14px/20px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
text-align:left;
margin-left: 10px;
margin-right: 10px;
color: #000000;
}
.banner {
height: 120px;
border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
}
.meny {
//margin: 0px 0px 0px 0px;
//padding: 0px 0px 0px 0px;
background-color: #000000;
height: 20px;
border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
border-color: #000000
}
.resbox {
margin-top: 15px;
margin-bottom: 15px;
margin-left: 5%;
margin-right: 5%;
border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
}
.kurs {
margin-top: 15px;
margin-bottom: 15px;
margin-left: 15%;
margin-right: 15%;
border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
}
table {
border-spacing: 10px;
}
#meny ul
{
border: 0;
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}
#meny ul li
{
display: block;
float: left;
text-align: center;
padding: 0;
margin: 0;
}
#meny ul li a
{
width: 80px;
height: 18px;
padding: 0;
margin: 0 0 0 0;
color: #FFFF00;
text-decoration: none;
display: block;
text-align: center;
font: normal 14px/18px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
font-style: normal;
}
#meny ul li a:hover
{
color: #FF0000;
//background: #000000;
}
#styreliste td
{
border:1px;
border-style:solid;
border-color:#000000;
}