forked from Cambridge105/studio-screen
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
71 lines (71 loc) · 1.16 KB
/
style.css
File metadata and controls
71 lines (71 loc) · 1.16 KB
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
body {
background-color: black;
font: normal 16px arial, sans-serif;
color:white;
}
div#columnLeft {
width: 66%;
float:left;
}
div#columnRight {
width: 30%;
float:right;
margin: 0 auto;
}
div#message {
text-align:center;
font-size:32pt;
margin-top:40px;
color: coral;
}
span.engNotice {
font-size: 28pt;
font-weight: bold;
}
div#clock {
margin: 20px;
padding: 10px;
min-width: 220px;
text-align:center;
}
div#clockText {
font-size: 36pt;
text-align: center;
margin-bottom:50px;
}
span#time {
font-size:58pt;
font-weight:bold;
}
div#footer {
clear:both;
margin-top:50px;
padding-top:30px;
border-top: solid 3px #808080;
text-align:center;
font-size:60px;
}
div#contact {
margin-top:55px;
text-align: center;
font-size: 34pt;
color: mediumseagreen;
}
div.light {
border: solid 5px #808080;
color: #808080;
font-weight: bold;
padding:10px;
margin:10px;
text-align:center;
font-size:36pt;
}
span.countdown {
color: coral;
font-weight:bold;
}
span.contactInfo {
color: lime;
font-weight:bold;
margin:0 20px;
}