-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
105 lines (87 loc) · 1.28 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
body{
font-family:sans-serif;
margin:0px;
}
#banner{
background-color: #ADD5F7;
min-height:60px;
max-height: 90px;
}
#settingsIMG{
min-height:60px;
max-height: 60px;
vertical-align:top;
}
#settings{
position:absolute;
right:0px;
}
h1 {
padding-left:1%;
font-size:340%;
display:inline;
}
#newEntry{
background-color: #10CC5B;
margin:1%;
}
#newEntryName{
display:inline;
}
.createEntry {
/*
position:absolute;
right:0px;
*/
float:right;
}
.creatEntry:hover{
cursor:pointer;
}
.newName{
font-size:190%;
}
.entries{
min-height:35px;
padding-top:1%;
padding-left:1%;
padding-bottom:1%;
}
.entries h3:hover{
cursor:pointer;
}
.entries:hover h3{
font-weight:300%;
}
.checksImages{
min-height:20px;
max-height: 30px;
display:inline;
vertical-align:bottom;
}
h3{
display:inline;
margin: 0px;
}
.deleteEntryImages{
min-height:20px;
max-height: 30px;
display:inline;
vertical-align:bottom;
position:absolute;
right:0px;
}
#listBox{
margin-top:1%;
-webkit-box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.75);
box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.75);
}
#timeDiv{
margin:1%;
}
.entryDescription{
padding:1%;
background-color: #BF7BE8;
min-height:200px;
}