-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdrfrf.css
More file actions
126 lines (101 loc) · 2.57 KB
/
drfrf.css
File metadata and controls
126 lines (101 loc) · 2.57 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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
/* This extension's current CSS is a derivative from "Night Rush Theme", credits below. */
/*
Night Rush Theme
[2020 Wikidot Theme]
Created for the SCP Wiki by Nagiros
Obviously based on the Sigma-9 Theme for the SCP Foundation by Aelanna
2022 adaptation for RuFoundation by John_Lyetacker & Intervent
https://scp-wiki.wikidot.com/theme:night-rush-theme
https://scpfoundation.net/theme:night-rush-theme
*/
/* sidebar changes */
.new-heading {
border-top: solid 1px #c2c2c2;
}
.new-bar .side-block .menu-item img {
filter: hue-rotate(270deg);
}
.old-bar .side-block .menu-item img {
filter: hue-rotate(270deg) !important;
}
.new-side-block h6 a {
color: #fff !important;
}
/* topbar changes */
#top-bar a {
/* link to dropdown */
color: #ebebeb;
}
#top-bar ul li ul {
/* dropdown */
background-color: #121212;
border-color: #e6e6e6;
}
#top-bar ul li.sfhover a,
#top-bar ul li:hover a {
/* grey link background */
background-color: #262626;
color: #fff;
}
#top-bar ul li.sfhover a:hover,
#top-bar ul li:hover a:hover {
/* hover on links */
background-color: #5c5c5c;
}
#top-bar ul li.sfhover ul li a,
#top-bar ul li:hover ul li a {
/* dropdown borders */
border-top-color: #e6e6e6;
}
@media (max-width: 767px) {
/* mobile side button */
#top-bar .open-menu a {
background-color: #7a7a7a;
border-color: #2b2b2b;
color: #fff;
}
}
/* forum changes */
.thread-container .post .head {
background-image: linear-gradient(to right, #1a1a1a, #1a1a1a) !important;
box-shadow: inset 2px 3px 6px rgb(0, 0, 0) !important;
}
.forum-thread-box .description-block {
background-color: #1a1a1a;
background-image: linear-gradient(to right, #1a1a1a, #1a1a1a);
box-shadow: inset 2px 3px 6px rgb(0, 0, 0);
}
.post-container .post-container {
border-left: 2px solid rgba(155, 155, 155, 0.25);
padding-left: .75rem;
}
.post {
padding-top: 0px !important;
padding-bottom: 0px !important;
margin-top: 10px;
margin-bottom: 10px;
}
/* default this to base white background */
iframe,
.archieved-message,
.the-cd-ver2-container,
.canon-block {
background-color: #eeeeee !important;
color: #333333 !important;
}
iframe a,
.archieved-message a,
.the-cd-ver2-container a,
.canon-block a {
color: #fff !important;
}
/* idk why but this one doenst wanna work :c */
.w-forum-thread-options>.btn {
color: #c2c2c2;
}
.page-options-bottom>.btn {
color: #c2c2c2;
}
#license-area a {
color: #fff;
}