-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathshacrw-hue-light.css
96 lines (90 loc) · 2.19 KB
/
shacrw-hue-light.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
/*
https://products.ls.graphics/mesh-gradients/
https://products.ls.graphics/mesh-gradients/images/70.-Honeydew.jpg
*/
:root {
--bg-url:url(
https://products.ls.graphics/mesh-gradients/images/33.-Beauty-Bush.jpg
);
}
/*body{
background-image: var(--bg-url) !important;
background-repeat: no-repeat;
background-size: 100% 100%;
}*/
.roam-sidebar-content{
background-image: var(--bg-url) !important;
background-size: cover !important;
}
.rm-embed-container{
background-image: var(--bg-url);
background-size: cover;
border-radius: 5px;
}
.roam-body::before {
content: "";
background-image: var(--bg-url);
background-size: cover;
position: absolute;
top: 0px;
right: 0px;
bottom: 0px;
left: 0px;
opacity: 0.2;
}
/*.roam-article{
border: 5px solid #E9EBEF;
margin:15px;
border-radius: 15px;
background: rgba(255,255,255,0.3); !important;
backdrop-filter: saturate(180%) blur(10px) !important;
}*/
/*the transparency value gets added after the main color HEX value
and before the previous transparency values*/
#right-sidebar{
border: 5px solid #E9EBEF8E;
margin:15px;
border-radius: 15px;
background: rgba(255,255,255,0.5); !important;
backdrop-filter: saturate(180%) blur(10px) !important;
/*box-shadow: -5px -5px 5px #b4b6b7,
5px 5px 5px #ffffff;*/
}
.roam-topbar{
background:none;
}
/* Custom data tags */
span.rm-page-ref-tag {
border-radius:25px;
border:1.5px inset #00000030;
color: rgb(140,140,140) !important;
padding: 1px 5px;
margin: 0px 1px;
font-weight: 500;
}
span.rm-page-ref-tag:hover {
border-radius:25px;
border:1.5px inset #00000080;
text-decoration:none;
color: rgb(53,53,53) !important;
padding: 1px 5px;
font-weight: 500;
}
/*background:linear-gradient(135deg, #F36265 0%,#961276 100%);
*/
span.rm-page-ref[data-tag="Shacrw"] {
background:linear-gradient(135deg, #57ca85 0%,#184e68 100%);
border-radius:5px;
color: white !important;
padding: 3px 7px;
line-height: 2em;
font-weight: 500;
}
span.rm-page-ref[data-tag="Shacrw/Writing"] {
background:linear-gradient(135deg, #CE9FFC 0%,#7367F0 100%);
border-radius:5px;
color: white !important;
padding: 3px 7px;
line-height: 2em;
font-weight: 500;
}