projects
/
kiosk.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Changes.
[kiosk.git]
/
pages
/
style.css
1
* {
2
font-family: helvetica, arial, sans-serif;
3
font-size: 2.7vmin;
4
line-height: 1.33;
5
font-style: normal;
6
}
7
p {
8
margin-top: 0em;
9
margin-bottom: 0em;
10
}
11
h1 {
12
color: maroon;
13
font-size: 250%;
14
font-size: 4vmin;
15
padding-bottom: 0px;
16
margin-bottom: 0px;
17
}
18
h2 {
19
font-size: 200%;
20
font-size: 3.5vmin;
21
}
22
h3 {
23
font-size: 175%;
24
font-size: 3.0vmin;
25
}
26
h4 {
27
font-size: 175%;
28
font-size: 2.7vmin;
29
}
30
h5 {
31
font-size: 175%;
32
font-size: 2.7vmin;
33
}
34
hr {
35
border: 0;
36
# border-bottom: 3px dashed #ccc;
37
background: #333;
38
#background-image: linear-gradient(to right, #ccc, #333, #ccc);
39
padding-top: 1px;
40
padding-bottom: 1px;
41
margin: 0px;
42
}
43
td {
44
vertical-align: top;
45
}
46
div#time {
47
color: green;
48
font-size: 4vmin;
49
font-weight: bold;
50
}
51
div#date {
52
color: green;
53
font-size: 4vmin;
54
font-weight: bold;
55
}
56
.fit {
57
max-width: 100%;
58
max-height: 100%;
59
}
60
.center {
61
display: block;
62
margin: auto;
63
}
64
.longonly {
65
font-size: 90%;
66
}