This repository was archived by the owner on May 23, 2022. It is now read-only.
forked from Basalt-Team/Basalt
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsidebar.css
More file actions
111 lines (93 loc) · 2.44 KB
/
sidebar.css
File metadata and controls
111 lines (93 loc) · 2.44 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
/* ======================= */
/* SIDEBAR */
/* ======================= */
#u-sb-button {
display: block;
position: fixed;
top: 0.5rem;
left: 0.9rem;
height: 4rem;
width: 45px;
color: black;
font-family: 'Work Sans', sans-serif;
font-weight: 300;
font-size: 2.5rem;
text-decoration: none !important;
z-index: 21;
transition-duration: 0.3s;
transition-property: transform;
transform: translateZ(0);
animation: slideLeft 1s;
}
#u-sb-button:hover {
font-weight: 900;
}
#side-bar {
box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
background: linear-gradient( 0deg, rgba(255, 255, 255, 1) 87%, rgba(250, 250, 250, 1) 100%);
text-transform: uppercase;
font-family: 'Work Sans', sans-serif;
font-weight: 400 !important;
overflow-x: hidden;
}
#side-bar::before {
content: var(--sidesubtitle);
background: var(--sidelogo);
background-size: 4.5rem;
background-repeat: no-repeat;
background-position: top center;
padding-bottom: 0.3rem;
padding-top: 4.7rem;
display: inline-block;
border-bottom: double 5px black;
font-family: 'Work Sans', sans-serif;
font-weight: 800;
text-align: center;
margin-right: auto;
margin-left: auto;
width: 100%;
text-transform: none;
}
#side-bar,
#side-bar:target {
z-index: 22;
}
#side-bar a {
color: black;
}
#side-bar a:visited {
color: black;
}
#side-bar img,
iframe.scpnet-interwiki-frame {
filter: grayscale(100%) saturate(0%);
-webkit-filter: grayscale(100%) saturate(0%);
}
#side-bar .side-block {
background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 100%);
border-color: transparent;
border-radius: 0px;
}
#side-bar .side-block.media {
background-color: white;
border-bottom: solid 2px rgb(190, 190, 190);
border-top: solid 2px rgb(190, 190, 190);
margin-top: 1rem;
}
#side-bar .heading {
color: black;
border-bottom: solid 1px black;
text-transform: uppercase;
font-family: 'Work Sans', sans-serif;
font-weight: 800;
}
#side-bar .collapsible-block-folded {
background-image: url(https://scp-wiki.wdfiles.com/local--files/theme%3Aminimal/expand.png);
}
#side-bar .collapsible-block-unfolded-link {
border-bottom: solid 1px black;
}
#side-bar .collapsible-block-unfolded-link .collapsible-block-link,
#side-bar .collapsible-block-unfolded-link .collapsible-block-link:hover {
color: black;
}