-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathniceclocks.css
98 lines (85 loc) · 1.47 KB
/
niceclocks.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
/* code: css clocks */
#clockanalog {
float: left;
height: 121px;
margin: 0;
overflow: hidden;
position: relative;
width: 121px;
}
#analoghour {
float: left;
height: 121px;
margin: 0;
overflow: hidden;
position: absolute;
width: 121px;
}
#analogsecond {
float: left;
height: 121px;
margin: 0;
overflow: hidden;
position: absolute;
width: 121px;
}
#analogminute{
float: left;
height: 121px;
margin: 0;
overflow: hidden;
position: absolute;
width: 121px;
}
#svg4048 {
width:120px;
height:120px
}
#svg4315 {
width:120px;
height:120px
}
#clockanalog img {
border: 0;
left: 0px;
position: absolute;
top: 0px;
}
/* #clockanalog img { border: 0; left: 9px; position: absolute; top: 9px; }*/
#clockdigital {
background: url("images/digital.gif") no-repeat 162px 99px;
float: right;
height: 58px;
margin: 0;
overflow: hidden;
padding: 0;
position: relative;
width: 485px;
}
#clockdigital div { background: #444444; height: 17px; position: absolute; width: 485px; }
#clockdigital div:last-child { bottom: 0; }
#clockdigital img {
border: 0;
display: block;
height: 600px;
left: -120px;
margin: 0;
padding: 0;
position: absolute;
top: -270px;
width: 600px;
}
div#ncDate {
padding-top: 130px;
font-size: medium;
font-weight: normal;
}
div#ncDateD {
padding-top: 80px;
font-size: medium;
font-weight: normal;
}
div#ncDate p {
margin-top: 16px;
margin-bottom: 16px;
}