-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathCommon-Theme-DE-Edition.css
More file actions
171 lines (157 loc) · 4.45 KB
/
Copy pathCommon-Theme-DE-Edition.css
File metadata and controls
171 lines (157 loc) · 4.45 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
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
161
162
163
164
165
166
167
168
169
170
171
@charset "utf-8";
@import url('https://grombald.github.io/Common-Theme/css/min/Sigma-9-Common-Theme-1.3.min.css');
@import url('https://grombald.github.io/Common-Theme/css/min/Common-Theme-Extension_Forum-enhancements-1.0.min.css');
@import url('http://scp-wiki-de.wdfiles.com/local--code/credit:style/1');
@import url('http://scp-wiki-de.wdfiles.com/local--code/component:button-style/1');
/*
SCP Sigma 9 - Common Theme 1.3.8 - DE-Edition
[2021 Wikidot Theme]
Created for the SCP Foundation by Aelanna
Edited for SCP Foundation by Dr Devan
Edited for the German branch by Dr_Grom
Extensions:
- Font Awesome 4.3.0 by @davegandy under SIL OFL 1.1 (Font) and MIT License (CSS)
- Common Theme, bugfixes, top- and sidebar-mods by Dr_Grom
- Support for Asian languages by Nanimono Demonai
- Interwiki-module by Resure
- Credit-module by C-take, physicslike, sinazugawa Nanimono Demonai, improved by Dr Devan and Boyu12, and adapted Dr_Grom
- Colmod by Boyu12
*/
/* ---------------- DE's own extensions ---------------- */
/* Translate TOC title */
#toc .title {
font-size: 0;
}
#toc .title::before {
content: "Inhaltsverzeichnis";
font-size: 12.8px;
}
/* Display custom (warning) text in file uploading area */
#file-action-area h2::after {
background: #fffff0;
border: 1px solid #660;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
-webkit-box-shadow: 0 2px 6px rgba(0,0,0,.5);
-moz-box-shadow: 0 2px 6px rgba(0,0,0,.5);
box-shadow: 0 2px 6px rgba(0,0,0,.5);
display: block;
color: 330;
content: "Bitte keine Dateien größer als 1 MB hochladen! Bei Übersetzungen bitte das Originalbild verlinken.";
font-family: verdana,arial,helvetica,sans-serif;
font-size: 80%;
margin: .7em 0;
padding: 1em;
text-align: center;
}
script + div.page-tags:before {
color: #888;
content: "Die Werbung wird von Wikidot (dem Plattformanbieter) geschaltet und für eingeloggte Nutzer nicht angezeigt.";
display: block;
font-size: 77%;
margin: 1em 0;
text-align: center;
}
/* Makes the empty-searchbox text fit */
#search-top-box-input {
min-width: 113px;
}
/* Third topbar variant (for screens narrower than 412px)*/
#top-bar .mini-top-bar,
.mini-top-bar {
display: none;
}
.mini-top-bar {
bottom: 0px;
position: absolute;
right: 1em;
z-index: 0;
}
@media (max-width: 412px) {
#top-bar .top-bar,
#top-bar .mobile-top-bar {
display: none;
}
#top-bar .mini-top-bar {
display: block;
}
}
/* Custom style for new-page-box in sidebar*/
#side-bar .side-block-new-page {
padding: 0 10px;
}
/* Old audio-block style */
.audio-img-block {
display: inline-block;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.25);
-moz-box-shadow: 1px 1px 2px rgba(0,0,0,.25);
box-shadow: 1px 1px 2px rgba(0,0,0,.25);
margin-right: 1em;
background-color: #eee;
border: solid 1px #666;
padding: 2px 3px;
position: relative;
top: 1px;
}
/* Hide the "Safe Draft" button to avoid accidents */
#edit-save-draft-button {
display: none;
}
/* Selector buttons */
.selektor {
display: table;
width: 100%;
}
.selektor .s_button {
display: table-cell;
}
.selektor .s_button p {
min-width: 12em;
min-width: -webkit-max-content;
min-width: -moz-max-content;
min-width: max-content;
border-radius: 5px;
border: 1px solid #888;
margin: 0.3em;
padding: 0;
text-align: center;
}
.selektor .s_button p:hover {
background: #ddd;
}
.selektor .s_button em {
margin: 0;
padding: 0.25em .75em;
font-size: 130%;
font-weight: bold;
font-style: normal;
display: inline-block;
width: calc(100% - 1.5em);
}
.selektor .s_button a {
color: #000;
width: 100%;
display: block;
}
.selektor .s_button a:hover {
text-decoration: none;
}
.selektor .s_selektiert p {
background: #700 url('https://grombald.github.io/Common-Theme/img/yuitabs.png') repeat-x left -1400px;
background: var(--ct_col_tab-menu-bg-selected);
color: #fff;
color: var(--ct_col_tab-menu-bg-selected-txt);
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
/* Make the branch menu float to the left on not very wide screens */
@media (max-width: 1180px) {
#top-bar ul li:nth-last-of-type(2) ul {
right: 0;
}
}