forked from dario-ds/logseq
-
Notifications
You must be signed in to change notification settings - Fork 0
/
onestutteringmind.css
94 lines (51 loc) · 7.48 KB
/
onestutteringmind.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
/*Changing tags to have a blue button appearance and be nice and rounded */
.tag{ padding:0 7px; border-radius:7px; margin:2px 0; color:white !important; background-color:#2883df}.content
/* Changing colours for research page references and creating button appearance*/
.page-reference[data-ref^="Q:"] { color: #B19443; padding: 2px 5px 2px 5px; font-size: 0.95rem; line-height: 1em; font-weight: 500; border-radius: 5px 5px 5px 5px; border-style: solid; border-color: #B19443; border-width: thin; position:relative; box-shadow: 1px 1px 3px #DFDFDF}
.page-reference[data-ref^="Q:"] .bracket { display: none}
.page-reference[data-ref^="E:"] { color: #c66868; padding: 2px 5px 2px 5px; font-size: 0.95rem; line-height: 1em; font-weight: 500; border-radius: 5px 5px 5px 5px; border-style: solid; border-color: #c66868; border-width: thin; position:relative; box-shadow: 1px 1px 3px #DFDFDF}
.page-reference[data-ref^="E:"] .bracket { display: none;}
.page-reference[data-ref^="C:"] { color: #62a36b !important; padding: 2px 5px 2px 5px; font-size: .95rem; line-height: 1em; font-weight: 500; border-radius: 5px 5px 5px 5px; border-style: solid; border-color: #62a36b; border-width: thin; position:relative; box-shadow: 1px 1px 3px #DFDFDF}
.page-reference[data-ref^="C:"] .bracket { display: none}
/* Changing appearance of query tables */
th {font-size: 1.1rem; font-weight: bold; text-transform: capitalize}/* Wrapping text in query table */
td {white-space: pre-wrap !important}
/* Task management tags */
a.tag[data-ref="inbox"]{ padding:0 7px; border-radius:7px; margin:2px 0; color:white !important; background-color:#bc2a10}.content
a.tag[data-ref="discussed"]{ padding:0 7px; border-radius:7px; margin:2px 0; color:white !important; background-color:green}.content
a.tag[data-ref="open"]{padding:0 7px; border-radius:7px; margin:2px 0; color:white !important; background-color:#bc2a10}.content
a.tag[data-ref="closed"]{padding:0 7px; border-radius:7px; margin:2px 0; color:white !important; background-color:green}.content
a.tag[data-ref="draft"]{padding:0 7px; border-radius:7px; margin:2px 0; color:white !important; background-color:#bc2a10}.content
/* Personal orienting tags */
a.tag[data-ref="fleeting"]{ padding:0 7px; border-radius:7px; margin:2px 0; color:white !important; background-color:grey}.content
a.tag[data-ref^="observation"]{ padding:0 7px; border-radius:7px; margin:2px 0; color:white !important; background-color:grey}.content
a.tag[data-ref^="reflection"]{ padding:0 7px; border-radius:7px; margin:2px 0; color:white !important; background-color:grey}.content
a.tag[data-ref="feedback"]{ padding:0 7px; border-radius:7px; margin:2px 0; color:white !important; background-color:grey}.content
a.tag[data-ref="wins"]{ padding:0 7px; border-radius:7px; margin:2px 0; color:white !important; background-color: #7caa4b}.content
a.tag[data-ref="improvement opportunities"]{ padding:0 7px; border-radius:7px; margin:2px 0; color:white !important; background-color: #da9423}.content
a.tag[data-ref="q"]{ padding:0 7px; border-radius:7px; margin:2px 0; color:white !important; background-color:#da9423}.content
a.tag[data-ref="a"]{ padding:0 7px; border-radius:7px; margin:2px 0; color:white !important; background-color:#62a36b}.content
/* Drawing attention to horizontal descriptors */
a.tag[data-ref^="continuous"]{ padding:0 7px; border-radius:7px; margin:2px 0; color:white !important; background-color: #7caa4b}.content
a.tag[data-ref^="operational"]{ padding:0 7px; border-radius:7px; margin:2px 0; color:white !important; background-color: #7caa4b}.content
/* Creating buttons for tasks for the 10K work framework */
a.tag[data-ref*="$10k"]{ margin: 0 1em 0 0; visibility: hidden}.content
a.tag[data-ref="$10k"]::before { visibility: visible; display: block; position: absolute; width: fit-content; content: "$10k"; padding: 0 7px 0 7px; border-radius:7px; margin:0px -7px; color:white !important; background-color:green}
a.tag[data-ref*="$1k"]{ margin: 0 1em 0 0; visibility: hidden}.content
a.tag[data-ref="$1k"]::before { visibility: visible; display: block; position: absolute; width: fit-content; content: "$1k"; padding: 0 7px 0 7px; border-radius:7px; margin:0px -7px; color:white !important; background-color:rgb(56, 163, 56)}
a.tag[data-ref*="$100"]{ margin: 0 1em 0 0; visibility: hidden}.content
a.tag[data-ref="$100"]::before { visibility: visible; display: block; position: absolute; width: fit-content; content: "$100"; padding: 0 7px 0 7px; border-radius:7px; margin:0px -7px; color:black !important; background-color:rgb(120, 199, 120)}
a.tag[data-ref*="$10"]{ margin: 0 1em 0 0; visibility: hidden}.content
a.tag[data-ref="$10"]::before { visibility: visible; display: block; position: absolute; width: fit-content; content: "$10"; padding: 0 7px 0 7px; border-radius:7px; margin:0px -7px; color:black !important; background-color:rgb(184, 244, 184)}
/* Creating button appearance for my jumping off pages, 'to/' 'Scratchpad/' 'Projects' 'times in my life/'*/
.page-reference[data-ref^="to/"] { color: #2883df;; padding: 2px 5px 2px 5px; font-size: 0.9rem; line-height: 1em; font-weight: 500; border-radius: 5px 5px 5px 5px; border-style: solid; border-color: #2883df; border-width: thin; position:relative; box-shadow: 1px 1px 3px #DFDFDF}
.page-reference[data-ref^="to/"] .bracket { display: none}
.page-reference[data-ref^="Scratchpad/"] { color: #7caa4b; padding: 2px 5px 2px 5px; font-size: 0.9rem; line-height: 1em; font-weight: 500; border-radius: 5px 5px 5px 5px; border-style: solid; border-color: #7caa4b; border-width: thin; position:relative; box-shadow: 1px 1px 3px #DFDFDF}
.page-reference[data-ref^="Scratchpad/"] .bracket { display: none}
.page-reference[data-ref^="Projects"] {color: #4e89a8 !important; padding: 2px 5px 2px 5px; font-size: 0.9rem; line-height: 1em; font-weight: 500; border-radius: 5px 5px 5px 5px; border-style: solid; border-color: #4e89a8; border-width: thin; position:relative; box-shadow: 1px 1px 3px #DFDFDF}
.page-reference[data-ref^="Projects"] .bracket { display: none}
/* Button like tags for broad themes */
a.tag[data-ref*="vs"]{ color: #4e89a8 !important; padding: 2px 5px 2px 5px; font-size: 0.9rem; line-height: 1em; font-weight: 500; border-radius: 5px 5px 5px 5px; border-style: solid; border-color: #4e89a8; border-width: thin; position:relative; box-shadow: 1px 1px 3px #DFDFDF; background-color: white}.content
a.tag[data-ref^="times in my life"]{ color: #4e89a8 !important; padding: 2px 5px 2px 5px; font-size: 0.9rem; line-height: 1em; font-weight: 500; border-radius: 5px 5px 5px 5px; border-style: solid; border-color: #4e89a8; border-width: thin; position:relative; box-shadow: 1px 1px 3px #DFDFDF; background-color: white}.content
a.tag[data-ref^="relationships/"]{ color: #4e89a8 !important; padding: 2px 5px 2px 5px; font-size: 0.9rem; line-height: 1em; font-weight: 500; border-radius: 5px 5px 5px 5px; border-style: solid; border-color: #4e89a8; border-width: thin; position:relative; box-shadow: 1px 1px 3px #DFDFDF; background-color: white}.content
a.tag[data-ref^="times i felt or experienced"]{ color: #4e89a8 !important; padding: 2px 5px 2px 5px; font-size: 0.9rem; line-height: 1em; font-weight: 500; border-radius: 5px 5px 5px 5px; border-style: solid; border-color: #4e89a8; border-width: thin; position:relative; box-shadow: 1px 1px 3px #DFDFDF; background-color: white}.content