Skip to content

Commit 98a5153

Browse files
committed
Add SPC theme.
1 parent 15e6af6 commit 98a5153

File tree

5 files changed

+192
-0
lines changed

5 files changed

+192
-0
lines changed

css/colors/spc.colors.css

Lines changed: 186 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,186 @@
1+
/*
2+
SPC Theme
3+
[2018 Wikidot Theme]
4+
Based on Aelanna's Sigma 9 and Greenwolf's Third Law and djkaktus' Darkbody Theme
5+
Edited by PeppersGhost for the Doomsday Contest
6+
*/
7+
8+
/* HEADER */
9+
#header {
10+
height: 140px;
11+
position: relative;
12+
z-index: 10;
13+
padding-bottom: 30px; /* FOR MENU */
14+
}
15+
16+
#header h1 a {
17+
content: "SPC Foundation";
18+
}
19+
20+
#header h1 a::before {
21+
content: "SPC Foundation";
22+
}
23+
24+
#header h1 a span{
25+
display: block;
26+
content: "";
27+
visibility: hidden;
28+
}
29+
30+
#header h2 {
31+
margin-left: 120px;
32+
padding: 0;
33+
clear: left;
34+
float: left;
35+
font-size: 105%;
36+
max-height: 38px;
37+
}
38+
#header h2 span {
39+
display: block;
40+
margin: 0;
41+
padding: 19px 0;
42+
line-height: 0px;
43+
max-height: 0px;
44+
font-weight: bold;
45+
color: transparent;
46+
text-shadow: none;
47+
}
48+
#header h2 span::before {
49+
content: "Shark Punching Center";
50+
display: block;
51+
margin: 0;
52+
padding: 0px 0;
53+
line-height: 0px;
54+
max-height: 0px;
55+
font-weight: bold;
56+
color: #f0f0c0;
57+
text-shadow: 1px 1px 1px #000;
58+
text-shadow: 1px 1px 1px rgba(0,0,0,.8);
59+
}
60+
61+
div#container-wrap {
62+
background: url(http://www.scp-wiki.net/local--files/component:s-css-p/header-spc.jpg) top left repeat-x;
63+
}
64+
/* Source: https://www.flickr.com/photos/telemax/2818520042 */
65+
66+
/* SIDEBAR */
67+
#side-bar img {
68+
width:13px;
69+
height:13px;
70+
box-sizing:border-box;
71+
padding-left: 13px;
72+
background: url(http://www.scp-wiki.net/local--files/component:s-css-p/colors-spc-default.png) left top no-repeat;
73+
}
74+
/* Source: https://commons.wikimedia.org/wiki/File:Noun_project_758.svg */
75+
76+
#side-bar .heading {
77+
color: #0e7dcd;
78+
border-bottom: solid 1px #0e7dcd;
79+
}
80+
81+
#side-bar div.menu-item.inactive a {
82+
color: #0b65c0;
83+
}
84+
#side-bar div.menu-item .sub-text {
85+
color: #0b65c0;
86+
}
87+
88+
#side-bar .collapsible-block-unfolded-link {
89+
border-bottom: solid 1px #0b65c0;
90+
}
91+
#side-bar .collapsible-block-unfolded-link .collapsible-block-link {
92+
color: #0b65c0;
93+
}
94+
95+
.interwiki_title {
96+
color: #0b65c0;
97+
}
98+
99+
.interwiki_entry a {
100+
color: #0b65c0;
101+
}
102+
103+
/* LINKS */
104+
105+
a {
106+
color: #0c499c;
107+
text-decoration: none;
108+
background: transparent;
109+
}
110+
a.newpage {
111+
color: #0c499c;
112+
text-decoration: none;
113+
background: transparent;
114+
}
115+
116+
/* RATING MODULE */
117+
.page-rate-widget-box .rate-points {
118+
background-color: #132639 !important;
119+
border: solid 1px #0b65c0;
120+
}
121+
.page-rate-widget-box .rateup,
122+
.page-rate-widget-box .ratedown {
123+
background-color: 132639;
124+
border-top: solid 1px #0b65c0;
125+
border-bottom: solid 1px #0b65c0;
126+
font-weight: bold;
127+
}
128+
.page-rate-widget-box .rateup a,
129+
.page-rate-widget-box .ratedown a {
130+
background: 132639;
131+
color: #0b65c0;
132+
padding: 0 4px;
133+
margin: 0 1px;
134+
}
135+
.page-rate-widget-box .rateup a:hover,
136+
.page-rate-widget-box .ratedown a:hover {
137+
background: #132639;
138+
color: #0b65c0;
139+
text-decoration: none;
140+
}
141+
.page-rate-widget-box .cancel {
142+
background-color: #132639;
143+
border: solid 1px #0b65c0;
144+
border-left: 0;
145+
border-radius: 0 5px 5px 0;
146+
}
147+
.page-rate-widget-box .cancel a {
148+
background: transparent;
149+
text-transform: uppercase;
150+
color: #0b65c0;
151+
}
152+
.page-rate-widget-box .cancel a:hover {
153+
border-radius: 0 3px 3px 0;
154+
background: #132639;
155+
color: #fffff0;
156+
text-decoration: none;
157+
}
158+
159+
/* PAGE TITLEs */
160+
h1, #page-title {
161+
color: #0c499c;
162+
}
163+
164+
/* SEARCH BAR */
165+
#search-top-box-input {
166+
border: solid 1px #0b65c0;
167+
background-color: #132639;
168+
}
169+
#search-top-box-input:hover,
170+
#search-top-box-input:focus {
171+
border: solid 1px #0b65c0
172+
background-color: #132639;
173+
}
174+
#search-top-box-form input[type=submit] {
175+
border: solid 1px #0b65c0;
176+
background-color: #132639;
177+
color: #0b2447;
178+
background: linear-gradient(to bottom, #2373cd,#319ec2,#183291);
179+
}
180+
#search-top-box-form input[type=submit]:hover,
181+
#search-top-box-form input[type=submit]:focus {
182+
border: solid 1px #0b65c0;
183+
color: #0b2447;
184+
background-color: #132639;
185+
background: linear-gradient(to bottom, #2373cd,#319ec2,#183291);
186+
}

css/images/spc.images.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#header
2+
{
3+
background:url(http://www.scp-wiki.net/local--files/component:s-css-p/logo-spc.png) 10px 40px no-repeat !important;
4+
}

img/color/spc.png

82.4 KB
Loading

img/logo/spc.png

13.6 KB
Loading

options.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
<option value="sandstone">Sandstone - by bluesoul</option>
3131
<option value="amber">Amber - by bluesoul</option>
3232
<option value="darkbody">Darkbody - by djkaktus</option>
33+
<option value="spc">Shark Punching Center - by PeppersGhost</option>
3334
</select>
3435
</td>
3536
<td width="33%" align="center" height="250" valign="bottom">
@@ -42,6 +43,7 @@
4243
<option value="pride2">Alternate Pride Logo - by /u/BigIfData</option>
4344
<option value="O5">O5 Command - by djkaktus</option>
4445
<option value="O5-inverted">O5 Command (Inverted) - by djkaktus</option>
46+
<option value="spc">Shark Punching Center - by BABAAL</option>
4547
</select>
4648
</td>
4749
</tr>

0 commit comments

Comments
 (0)