-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
111 lines (88 loc) · 1.79 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
/*
Copyright (C) 2012 Robert Jensen, Thomas Andersen and Kenneth Nielsen
The CINF Data Presentation Website is free software: you can
redistribute it and/or modify it under the terms of the GNU
General Public License as published by the Free Software
Foundation, either version 3 of the License, or
(at your option) any later version.
The CINF Data Presentation Website is distributed in the hope
that it will be useful, but WITHOUT ANY WARRANTY; without even
the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU General Public License for more
details.
You should have received a copy of the GNU General Public License
along with The CINF Data Presentation Website. If not, see
<http://www.gnu.org/licenses/>.
*/
#logo{
position:absolute;
top:10px;
right:10px;
}
#volvo{
position:absolute;
top:10px;
left:35px;
}
#frontpagelink{
color: #FF0000;
font-weight: bold;
}
#commonstatus{
font-size:3em;
margin-top:5px;
margin-left:20px;
}
#commonstatustitle{
font-size:2em;
margin-top:0px;
}
#commonstatusdata{
font-size:1.1em;
margin-top:10px;
margin-bottom:1px;
}
.left{
float: left;
margin-right: 20px;
}
.caption {
background:purple;
padding: 10px;
color:white;
font-weight:bold;
font-size: 32px;
}
img{
padding-right: 10px;
border: none;
}
h1{
text-align:left;
font-size:1.6em;
margin-left:170px;
margin-top:1em;
margin-bottom:1em;
}
h2{
font-size:1.2em;
margin-top:1em;
margin-bottom:0em;
}
p{
margin-top:0em;
margin-bottom:1em;
}
body{
background-color:#FFFFFF;
font-family: helvetica, arial;
color: #000000;
margin-left:5%;
margin-right:1%;
margin-top:20px;
}
a{
color: #009900;
text-decoration:none;
border: none;
}