-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
120 lines (103 loc) · 1.6 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
110
111
112
113
114
115
116
117
118
119
120
body {
background-color: #FFF;
}
#header {
margin: auto;
width: 50%;
text-align: center;
}
#header h1 {
color: #4C7A4A;
}
ul {
list-style: none inside !important;
margin-left: auto;
margin-right: auto;
text-align: center;
font-size: 1.75em;
}
li {
width: 100px;
}
#workLabel {
margin-bottom: 40px;
}
button {
width: 40px;
height: 40px;
}
/*
button {
display: box;
margin-left: auto;
margin-right: auto;
width: 40px;
height: 40px;
border-radius: 50% !important;
box-shadow: 2px 2px 1px black;
}
*/
button:focus {
outline: 0 !important;
}
/*
button:active {
box-shadow: 1px 1px 1px black !important;
}
*/
input {
border: none;
width: 50px;
text-align: center;
/* font-family: "Yanone Kaffeesatz";*/
}
.number {
position: relative;
top: -7px;
font-weight: bold;
}
.clock {
height: 75px;
width: 50%;
border: 3px solid black;
margin-top: 10px;
margin-bottom: 50px;
margin-left: auto;
margin-right: auto;
box-shadow: 5px 5px 10px black;
padding: 5px;
cursor: pointer;
}
.clock-inside {
position: relative;
height: 100%;
width: 100%;
border: 1px solid black;
}
.timer {
position: absolute;
height: 100%;
width: 100%;
/* font-family: "Yanone Kaffeesatz";*/
font-size: 3em;
line-height: 1.2em;
z-index: 10;
color: black;
text-align: center;
}
.ticker {
position: relative;
height: 100%;
width: 5%;
background-color: grey;
border: 3px solid black;
left: 0;
box-sizing: border-box;
}
.container {
margin-top: 25px;
}
.list-label {
text-align: center;
font-size: 1.5em;
}