Skip to content

Commit bb91c97

Browse files
committed
1.1.1
1 parent 3dfaa2c commit bb91c97

File tree

9 files changed

+29
-33
lines changed

9 files changed

+29
-33
lines changed

css/colors/amber.colors.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ background: url()
103103
#search-top-box-form input[type=submit]:focus {
104104
border: solid 1px #985;
105105
color: #985;
106-
text-shadow: 0 0 1px rgba(255,255,255,.25)
106+
text-shadow: 0 0 1px rgba(255,255,255,.25);
107107
background-color: #888;
108108
background: none;
109109
box-shadow: 0 1px 3px rgba(0,0,0,.8);

css/colors/darkbody.colors.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ div#container-wrap {
5959
#search-top-box-form input[type=submit]:focus {
6060
border: solid 1px #2F4F4F;
6161
color: #fff;
62-
text-shadow: 0 0 1px rgba(255,255,255,.25)
62+
text-shadow: 0 0 1px rgba(255,255,255,.25);
6363
background-color: #708090;
6464
background: linear-gradient(to bottom, #778899,#708090,#2F4F4F);
6565
box-shadow: 0 1px 3px rgba(0,0,0,.8);
@@ -94,7 +94,6 @@ div#container-wrap {
9494
color: #708090;
9595
text-shadow: 1px 1px 1px #000000;
9696
text-shadow: 1px 1px 1px rgba(0,0,0,.8);}
97-
}
9897

9998
#top-bar a {
10099
color: #C0C0C0;

css/colors/matrix.colors.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ background: url()
103103
#search-top-box-form input[type=submit]:focus {
104104
border: solid 1px #2a0;
105105
color: #2a0;
106-
text-shadow: 0 0 1px rgba(255,255,255,.25)
106+
text-shadow: 0 0 1px rgba(255,255,255,.25);
107107
background-color: #cfb;
108108
background: none;
109109
box-shadow: 0 1px 3px rgba(0,0,0,.8);

css/colors/minimal.colors.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -352,12 +352,12 @@ color: #fff;
352352
padding: 20px;
353353
text-align: justify;
354354
}
355-
@ media screen and (max-width:737px)
356-
{
355+
356+
@media screen and (max-width:737px) {
357357
div#main-content{
358358
padding: 0 10px !important;
359-
box-sizing: border-box;
360-
}
359+
box-sizing: border-box;
360+
}
361361
}
362362

363363
#page-title,#page-title *

css/colors/navy.colors.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ background: url()
103103
#search-top-box-form input[type=submit]:focus {
104104
border: solid 1px #bcc;
105105
color: #bcc;
106-
text-shadow: 0 0 1px rgba(255,255,255,.25)
106+
text-shadow: 0 0 1px rgba(255,255,255,.25);
107107
background-color: #7db;
108108
background: none;
109109
box-shadow: 0 1px 3px rgba(0,0,0,.8);

css/colors/night.colors.css

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -470,9 +470,6 @@ color: #191919;
470470
}
471471
/* ------------- */
472472

473-
474-
}
475-
476473
/* ------------------------------------------------------------- */
477474

478475

@@ -488,7 +485,7 @@ color: #191919;
488485

489486
/* in the future, filter(image-URL, filter-functions) can be used for backgrounds - when it's implemented in browsers */
490487

491-
@ -moz-document regexp("https?:\/\/(www\.scp-wiki\.net|scp-wiki\.wikidot\.com)\/scpfmmdbc-hub")
488+
@-moz-document regexp("https?:\/\/(www\.scp-wiki\.net|scp-wiki\.wikidot\.com)\/scpfmmdbc-hub")
492489
{
493490
#page-content > div: before {
494491
content: " ";

css/colors/sandstone.colors.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ background: url()
103103
#search-top-box-form input[type=submit]:focus {
104104
border: solid 1px #985;
105105
color: #985;
106-
text-shadow: 0 0 1px rgba(255,255,255,.25)
106+
text-shadow: 0 0 1px rgba(255,255,255,.25);
107107
background-color: #888;
108108
background: none;
109109
box-shadow: 0 1px 3px rgba(0,0,0,.8);

css/fonts/minimal-white.fonts.css

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* cyrillic-ext */
2-
@ font-face
2+
@font-face
33
{
44
font-family: 'Lora';
55
font-style: italic;
@@ -8,7 +8,7 @@
88
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
99
}
1010
/* cyrillic */
11-
@ font-face
11+
@font-face
1212
{
1313
font-family: 'Lora';
1414
font-style: italic;
@@ -17,7 +17,7 @@
1717
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
1818
}
1919
/* vietnamese */
20-
@ font-face
20+
@font-face
2121
{
2222
font-family: 'Lora';
2323
font-style: italic;
@@ -26,7 +26,7 @@
2626
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
2727
}
2828
/* latin-ext */
29-
@ font-face
29+
@font-face
3030
{
3131
font-family: 'Lora';
3232
font-style: italic;
@@ -35,7 +35,7 @@
3535
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
3636
}
3737
/* latin */
38-
@ font-face
38+
@font-face
3939
{
4040
font-family: 'Lora';
4141
font-style: italic;
@@ -44,7 +44,7 @@
4444
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2212, U+2215;
4545
}
4646
/* cyrillic-ext */
47-
@ font-face
47+
@font-face
4848
{
4949
font-family: 'Lora';
5050
font-style: normal;
@@ -53,7 +53,7 @@
5353
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
5454
}
5555
/* cyrillic */
56-
@ font-face
56+
@font-face
5757
{
5858
font-family: 'Lora';
5959
font-style: normal;
@@ -62,7 +62,7 @@
6262
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
6363
}
6464
/* vietnamese */
65-
@ font-face
65+
@font-face
6666
{
6767
font-family: 'Lora';
6868
font-style: normal;
@@ -71,7 +71,7 @@
7171
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
7272
}
7373
/* latin-ext */
74-
@ font-face
74+
@font-face
7575
{
7676
font-family: 'Lora';
7777
font-style: normal;
@@ -80,7 +80,7 @@
8080
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
8181
}
8282
/* latin */
83-
@ font-face
83+
@font-face
8484
{
8585
font-family: 'Lora';
8686
font-style: normal;
@@ -89,7 +89,7 @@
8989
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2212, U+2215;
9090
}
9191
/* cyrillic-ext */
92-
@ font-face
92+
@font-face
9393
{
9494
font-family: 'Lora';
9595
font-style: normal;
@@ -98,7 +98,7 @@
9898
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
9999
}
100100
/* cyrillic */
101-
@ font-face
101+
@font-face
102102
{
103103
font-family: 'Lora';
104104
font-style: normal;
@@ -107,7 +107,7 @@
107107
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
108108
}
109109
/* vietnamese */
110-
@ font-face
110+
@font-face
111111
{
112112
font-family: 'Lora';
113113
font-style: normal;
@@ -116,7 +116,7 @@
116116
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
117117
}
118118
/* latin-ext */
119-
@ font-face
119+
@font-face
120120
{
121121
font-family: 'Lora';
122122
font-style: normal;
@@ -125,7 +125,7 @@
125125
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
126126
}
127127
/* latin */
128-
@ font-face
128+
@font-face
129129
{
130130
font-family: 'Lora';
131131
font-style: normal;
@@ -135,23 +135,23 @@
135135
}
136136

137137
/* * Nanum Myeongjo (Korean) http://www.google.com/fonts/earlyaccess */
138-
@ font-face
138+
@font-face
139139
{
140140
font-family: 'Nanum Myeongjo';
141141
font-style: normal;
142142
font-weight: 400;
143143
src: url(//fonts.gstatic.com/ea/nanummyeongjo/v4/NanumMyeongjo-Regular.eot);
144144
src: url(//fonts.gstatic.com/ea/nanummyeongjo/v4/NanumMyeongjo-Regular.eot?#iefix) format('embedded-opentype'), url(//fonts.gstatic.com/ea/nanummyeongjo/v4/NanumMyeongjo-Regular.woff2) format('woff2'), url(//fonts.gstatic.com/ea/nanummyeongjo/v4/NanumMyeongjo-Regular.woff) format('woff'), url(//fonts.gstatic.com/ea/nanummyeongjo/v4/NanumMyeongjo-Regular.ttf) format('truetype');
145145
}
146-
@ font-face
146+
@font-face
147147
{
148148
font-family: 'Nanum Myeongjo';
149149
font-style: normal;
150150
font-weight: 600;
151151
src: url(//fonts.gstatic.com/ea/nanummyeongjo/v4/NanumMyeongjo-Bold.eot);
152152
src: url(//fonts.gstatic.com/ea/nanummyeongjo/v4/NanumMyeongjo-Bold.eot?#iefix) format('embedded-opentype'), url(//fonts.gstatic.com/ea/nanummyeongjo/v4/NanumMyeongjo-Bold.woff2) format('woff2'), url(//fonts.gstatic.com/ea/nanummyeongjo/v4/NanumMyeongjo-Bold.woff) format('woff'), url(//fonts.gstatic.com/ea/nanummyeongjo/v4/NanumMyeongjo-Bold.ttf) format('truetype');
153153
}
154-
@ font-face
154+
@font-face
155155
{
156156
font-family: 'Nanum Myeongjo';
157157
font-style: normal;

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "S-CSS-P",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "A stylesheet picker for The SCP Wiki",
55
"manifest_version": 2,
66
"permissions": [

0 commit comments

Comments
 (0)