-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDavesWF-mod.css
254 lines (210 loc) · 6.03 KB
/
DavesWF-mod.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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
[title~="#em1"] {
background-color: red !important;
color: #ffffff !important;
box-shadow: 3px 3px 3px #424242;
padding: 2px 3px 2px !important;
}
[title~="#em2"] {
background-color: yellow !important;
color: black !important;
box-shadow: 3px 3px 3px #424242;
padding: 2px 3px 2px !important;
}
[title~="#em3"] {
background-color:green !important;
color: #ffffff !important;
box-shadow: 3px 3px 3px #424242;
padding: 2px 3px 2px !important;
}
[title~="#em4"] {
background-color: black !important;
color: #ffffff !important;
box-shadow: 3px 3px 3px #424242;
padding: 2px 3px 2px !important;
}
[title~="#nextsechedule"] {
background-color: #355C7D !important;
color: #ffffff !important;
box-shadow: 3px 3px 3px #424242;
padding: 2px 3px 2px !important;
}
[title~="#idocsProgram"] {
background-color: CadetBlue !important;
color: #ffffff !important;
box-shadow: 3px 3px 3px #424242;
padding: 2px 3px 2px !important;
}
[title~="@plummer"] {
background-color: SeaGreen !important;
color: #ffffff !important;
box-shadow: 3px 3px 3px #424242;
padding: 2px 3px 2px !important;
}
[title~="@tag8"] {
background-color: CornflowerBlue !important;
color: #ffffff !important;
box-shadow: 3px 3px 3px #424242;
padding: 2px 3px 2px !important;
}
/* Truncate a link when not hovered. */
.content .contentLink:not(:hover), .nameAnimated .contentLink:not(:hover) {
max-width: 50px !important;
overflow: hidden;
text-overflow: ellipsis;
vertical-align: bottom;
white-space: nowrap;
display: inline-block !important;
}
/* Bold top level item... */
div.project.selected > div.children > div > div.name div.content {
font-weight: bold;
font-size: 16px;
padding-bottom: 2px;
}
/* ...except for tags */
div.project.selected > div.children > div > div.name div.content .contentTag {
font-weight: normal;
}
/*full width*/
body {
background: #FFF !important;
}
#pageContainer {
margin-top: 24px;
}
.page {
max-width: 80% !important;
border: none !important;
margin-bottom: 0 !important;
padding: 10px 60px !important;
/* fix for dynamic positioning of the .page div */
transform: none !important;
width: auto !important;
}
/* Remove the "Get more space" top left link so it does not interfere */
.getMoreSpaceButton {
display: none;
}
/* cool date tags*/
.contentTag[title*="today"] {
background-color: #FFC800 !important;
color: black;
}
.contentTag[title*="today"]::after {
content: " \25b6";
position: relative;
top: -0.15em;
}
.contentTag[title*="tomorrow"] {
background-color: #FFE800 !important;
color: black;
}
.contentTag[title*="tomorrow"]::after {
content: " \23e9";
position: relative;
top: -0.15em;
}
.contentTag[title*="sunday"],
.contentTag[title*="monday"],
.contentTag[title*="tuesday"],
.contentTag[title*="wednesday"],
.contentTag[title*="thursday"],
.contentTag[title*="friday"],
.contentTag[title*="saturday"]{
background-color: #D6E800 !important;
color: black;
}
.contentTag[title*="sunday"]::after,
.contentTag[title*="monday"]::after,
.contentTag[title*="tuesday"]::after,
.contentTag[title*="wednesday"]::after,
.contentTag[title*="thursday"]::after,
.contentTag[title*="friday"]::after,
.contentTag[title*="saturday"]::after {
content: " \1f4c6";
position: relative;
top: -0.05em;
font-weight: normal;
}
/* .contentTag[title^="Filter #every0"], */
.contentTag[title^="Filter #every1"],
.contentTag[title^="Filter #every2"],
.contentTag[title^="Filter #every3"],
.contentTag[title^="Filter #every4"],
.contentTag[title^="Filter #every5"],
.contentTag[title^="Filter #every6"],
.contentTag[title^="Filter #every7"],
.contentTag[title^="Filter #every8"],
.contentTag[title^="Filter #every9"],
.contentTag[title*="201"], .contentTag[title*="202"] {
background-color: #B2E800 !important;
color: black;
}
/* .contentTag[title^="Filter #every0"]::after, */
.contentTag[title^="Filter #every1"]::after,
.contentTag[title^="Filter #every2"]::after,
.contentTag[title^="Filter #every3"]::after,
.contentTag[title^="Filter #every4"]::after,
.contentTag[title^="Filter #every5"]::after,
.contentTag[title^="Filter #every6"]::after,
.contentTag[title^="Filter #every7"]::after,
.contentTag[title^="Filter #every8"]::after,
.contentTag[title^="Filter #every9"]::after,
.contentTag[title*="201"]::after, .contentTag[title*="202"]::after {
content: " \1f4c5";
position: relative;
top: -0.05em;
font-weight: normal;
}
/*fasder in/out*/
@media screen {
.noted > .notes > .content,
/* The next two are for compatibility with my "Fade out completed items" style - this must be more specific */
.noted.done > .notes > .content,
.noted.doneAppearance > .notes > .content {
opacity: 0.2;
}
.noted > .notes > .content:focus,
.noted > .notes > .content:hover {
opacity: 1;
}
}
/*Bullet Charater*/
/*BULLETS*/
.bullet, #bulletBucket .bulletBucketBullet {
height: 18px;
width: 18px;
background-color: cyan;
border-radius: 12px;
}
.project.shared > .name > .bullet {
background-color: cyan;
}
/**** MISC ******/
/* set main font for notes and notes editor */
DIV.noteEditor TEXTAREA,
DIV.notes DIV.content {
/*font-family: 'Segoe UI' !important;*/
font-size: 11px !important;
font-weight: normal;
color: #0C86AB !important;
}
DIV.notes DIV.content {
margin: 0 0 0 18px !important;
padding: 0 0 0 12px !important;
border-left: 1px dashed green !important;
width: 100% !important;
}
/* Show full notes */
/*DIV.notes DIV.content {
height: auto !important;
overflow: visible !important;
}*/
/* Outer border, set to none */
#workflowy > DIV.children {
border-left:none !important;
}
/* border of each child... I've set to none, but you can add this back in */
DIV.children {
border-left:none !important;
}