-
Notifications
You must be signed in to change notification settings - Fork 0
/
indus-20230113.css
160 lines (132 loc) · 4.29 KB
/
indus-20230113.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
@import url('https://fonts.googleapis.com/css2?family=Trispace:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono&display=swap');
@font-face {
font-family: 'ChillGSans';
src: url('https://cdn.jsdelivr.net/gh/LupusCaeruleus/Fonts@main/ChillGSans.woff') format('woff');
font-weight: normal;
font-style: normal;
font-display: swap;
}
:root {
--theme-base: "black-highlighter";
--theme-id: "indus";
--theme-name: "indus";
--logo-image: url("http://backrooms-sandbox-2.wikidot.com/local--files/stellate-3-the-musical/ind4.png");
--header-title: "工业革命";
--header-subtitle: "明日世界";
--body-font: 'Roboto', sans-serif;
--header-font: 'Trispace', 'ChillGSans', sans-serif;
--title-font: 'Trispace', 'Fantasque Sans Mono', sans-serif;
--mono-font: 'IBM Plex Mono', 'Fantasque Sans Mono', monospace;
--white-monochrome: 20, 16, 13;
--pale-gray-monochrome: 20, 16, 13;
--light-gray-monochrome: 73, 148, 183;
--gray-monochrome: 20, 16, 13;
--black-monochrome: 202, 166, 71;
--bright-accent: 202, 166, 71;
--medium-accent: 130, 102, 29;
--dark-accent: 202, 166, 71;
--pale-accent: 140, 136, 126;
--swatch-headerh1-color: 244, 240, 230;
--swatch-headerh2-color: var(--swatch-headerh1-color);
--swatch-topmenu-border-color: var(--pale-gray-monochrome);
--swatch-topmenu-bg-color: var(--white-monochrome);
--link-color: 73, 148, 183;
--visited-link-color: 43, 123, 149;
--hover-link-color: 43, 123, 149;
--rating-module-button-plus-color: var(--black-monochrome);
--rating-module-button-negative-color: var(--black-monochrome);
--rating-module-button-cancel-color: var(--black-monochrome);
--rating-module-button-credit-color: var(--black-monochrome);
--diagonal-stripes: linear-gradient(transparent 0);
}
#skrollr-body {
width: 100%;
position: absolute;
top: 0;
left: 0;
background-image: url("http://backrooms-sandbox-2.wikidot.com/local--files/stellate-3-the-musical/pls%20work%2C.png");
background-repeat: repeat-x;
background-size: inherit;
}
/*removing dots 2*/
#container {
background-image: none;
}
#page-title{border-color: rgb(var(--light-grey-monochrome));}
div#page-options-bottom-2 > a, div#page-options-bottom > a {
border-radius: 0em;
-moz-border-radius: 0em;
border: none;
}
#header, #top-bar {
background-attachment: scroll;
}
#header {
background-image: none;
}
#footer{
color: rgb(var(--gray-monochrome));
}
#search-top-box-input:hover,
#search-top-box-input:focus {
background: rgba(var(--gray-monochrome));
}
#login-status {
color: rgb(var(--black-monochrome));
}
#login-status a {
color: rgb(var(--black-monochrome));
}
#login-status ul a {
color: rgb(var(--white-monochrome));
}
#account-topbutton {
color: rgb(var(--black-monochrome));
}
/*imageblock shit*/
.scp-image-block .scp-image-caption {
background-color: rgb(var(--white-monochrome));
border: solid 2px rgb(var(--black-monochrome));
padding: 2px 2px 2px 2px;
font-size: 80%;
font-weight: bold;
text-align: center;
width: 300px;
}
/*table - thanks viv*/
table.wiki-content-table th {
border: 1px solid rgb(var(--bright-accent)) !important;
background-color: rgb(var(--swatch-headerh1-color));
color: rgb(var(--white-monochrome));
}
/*div blocks*/
.lightblock {
background-color: rgb(var(--swatch-headerh1-color));
color: rgb(20, 16, 13);
padding: 0.01rem 1rem;
margin: 0.5rem 0 0.5rem 0.25rem;
box-shadow: 0 0 0 0;
border: 0.2rem solid rgb(202, 166, 71);
}
.darkblock {
background-color: rgb(var(--white-monochrome));
color: rgb(var(--black-monochrome));
padding: 0.01rem 1rem;
margin: 0.5rem 0 0.5rem 0.25rem;
box-shadow: 0 0 0 0;
border: 0.2rem solid rgb(202, 166, 71);
}
.darkblock a {
color: rgb(var(--swatch-menubg-medium-color));
}
blockquote, .blockquote, [class*=blockquote], blockquote, div.blockquote {
box-shadow: 0.05rem 0.1rem 0.3rem rgb(0 0 0 / 25%);
color: rgb(var(--black-monochrome));
background-color: rgb(var(--pale-grey-monochrome));
}
#top-bar div.top-bar > ul > li > a,
#top-bar div.mobile-top-bar > ul > li > a {
color: rgb(var(--black-monochrome));
}