-
Notifications
You must be signed in to change notification settings - Fork 2
/
styles.css
147 lines (120 loc) · 2.5 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
p {font-family: "Helvetica"; font-size:10pt; color: #222222; text-align: justify; margin-bottom: 10px;}
strong {font-family: "Helvetica"; color: #222222; font-weight: bold;}
p.smaller {font-size:9pt;}
#normtext {font-family: "Helvetica"; font-size:10pt; color: #222222; text-align: justify;}
table {font-family: "Helvetica"; color: #222222; text-align: justify; vertical-align: top}
td{vertical-align: top;}
tr{vertical-align: top;}
ul {margin-left:-20px;}
li {font-family: "Helvetica"; font-size:10pt; color: #222222; text-align: justify; margin-top: 10px; margin-bottom: 10px;}
h1 { font-family: "Helvetica"; font-size: 33pt; font-weight: bold; color:white; margin:0px; margin: 0px}
h2 { font-family: "Helvetica"; font-size: 18pt; font-weight: normal; color:#BEE4DA; margin: 0px; }
h3 { font-family: "Helvetica"; font-size: 15pt; font-weight: bold; color:#222222; margin: 0px; }
h4 { font-family: "Helvetica"; font-size: 12pt; font-weight: bold; color:#222222; margin: 0px; }
h3.boxhead { text-align:justify; margin-bottom:30px;}
a { color:white;
text-decoration: none; }
a:hover {text-decoration:underline;}
div { }
div:focus {
background-color: white;
outline: 0px solid transparent;
}
img.frontpage {
height:350px;
margin:auto;
}
img.icon {
height:18px;
vertical-align: middle;
}
#container{
width:1920px;
height:1080px;
padding: 0px;
position:absolute;
top: 0px;
left: 0px;
}
#header{
width:1920px;
height:200px;
position:absolute;
left:0px; top:0px;
background: #305D6E;
background-size: 200px;
margin-right:35px
}
#side{
width:960px;
height:740px;
position: absolute;
top:200px;
padding:0px;
}
#central{
width:960px;
height:750px;
position: absolute;
top:200px;
padding:0px;
margin:0px;
left:480px;
background:#ffffff;
overflow:hidden;
}
#box{
padding: 0px;
width: 480px;
height: 375px;
position: relative;
margin:0px;
vertical-align: top;
float:left;
}
#doublebox-top{
padding: 0px;
width: 960px;
height: 375px;
position: relative;
top:0px;
margin:0px;
background:#ddd;
}
#doublebox-bottom{
padding: 0px;
width: 960px;
height: 375px;
position: relative;
top:0px;
margin:0px;
background:#eee;
}
#doublebox-top:hover{
background:#ffffff;
}
#doublebox-bottom:hover{
background:#ffffff;
}
#footer{
padding: 15px;
width:1890px;
height:100px;
position:absolute;
top:950px;
left:0px;
background: #305D6E;
}
#textbox{
padding:50px;
}
#centrali{
width:960px;
height:780px;
position:absolute;
top:0px;
padding:0px;
margin:0px;
border:0px;
overflow:hidden;
}