-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtodo.css
More file actions
119 lines (87 loc) · 1.5 KB
/
Copy pathtodo.css
File metadata and controls
119 lines (87 loc) · 1.5 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
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
.title {
font-family:sans-serif;
font-size:230%;
color: #bbbbbb;
left: 45%
display:block;
}
h1 {
text-align:center;
}
.notebook {
width:70%;
margin-left:auto;
margin-right: auto;
border-top: 20px solid #000;
border width: 98%;
border-bottom: 3px inset #bbb;
border-left: 2px solid #bbb;
border-right: 2px solid #bbb;
}
.todolist {
width: 99%;
}
.topitem {
height: 50px;
text-align:center;
border-bottom: 1px solid #000;
vertical-align:text-bottom;
}
.check {
display: inline-block;
float:left;
width: 15%;
height: 50px;
border-right: 6px double red;
text-align:center;
}
.item>input {
display:inline-block;
float:left;
height: 44px;
font-weight:bold;
font-style:italic;
color: #ccc;
font-size: 1.4em;
padding-left:1px;
width: 70%;
text-indent:4px;
}
.footer {
display:block;
width: 68%;
margin-left: auto;
Margin-right: auto;
height:30px;
vertical-align:super;
background-color:#ddd;
border: 1px solid #ccc;
}
.status {
margin-left: 20px;
font-family:sans-serif;
font-size: 1em;
float:left;
}
.all {margin-left:50px;
font-family:sans-serif;
font-size:1em;
text-align:right;
margin-left: 20px;}
.active {margin-left:50px;
font-family:sans-serif;
font-size:1em;
text-align:right;
margin-left: 20px;}
.completed {
margin-left:50px;
font-family:sans-serif;
font-size:1em;
text-align:right;
margin-left: 20px;
}
#info {text-align:center;
Font-size:.8em;
font-family: sans-serif;
color: #bbbbbb;
}