Description:
@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-int.wdfiles.com/local--code/credit:style/1');
/*
SCP Sigma 9 - Common Theme 1.3
[2021 Wikidot Theme - CC BY-SA 3.0]
Based on the SCP Sigma 9 theme by Aelanna, Crayne, Dr Devan, anqxyr, DrMagnus and psdnbluesoul
Common Theme by Dr_Grom
https://github.com/Grombald/Common-Theme
Extensions:
- Font Awesome 4.3.0 by @davegandy under SIL OFL 1.1 (Font) and MIT License (CSS)
- 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
- SVGs url-ified with 7happy7's http://smlt.wikidot.com/7happy7:svg-replace
*/
:root {
ct_bg_header-image: url('/localfiles/component:theme/body_bg.png');
ct_bg_header-logo: url('/localfiles/component:theme/logo.png');
ct_col_searchbox-gradient-1: #2c3e28;
—ct_col_searchbox-gradient-2: #2c3e28;
—ct_col_searchbox-gradient-3: #2c3e28;
—ct_col_searchbox-gradient-4: #2c3e28;
—ct_dim_sidebar-link-images: 40px;
—ct_dim_searchbox-border-radius: 0;
—ct_brd_searchbox-border: solid 2px #000;
—ct_col_searchbox-highlight: #eee;
—ct_brd_searchbox-highlight: solid 2px var(ct_col_searchbox-highlight);
}
div#container-wrap {
background-image: url('/localfiles/component:theme/body_bg.png');
background-image: var(ct_bg_header-image);
}
#header {
background-image: url('/localfiles/component:theme/logo.png');
background-image: var(ct_bg_header-logo);
}
#side-bar .side-links img {
height: 40px;
width: 40px;
}
#search-top-box-input {
background-color: #203b1a;
background-color: var(ct_col_searchbox-gradient-1);
background-image: none;
border: solid 1px #333;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
border-radius: var(ct_dim_searchbox-border-radius);
border: var(—ct_brd_searchbox-border);
}
#search-top-box-input:hover,
#search-top-box-input:focus {
background-color: #3f6c36;
background-color: var(ct_col_searchbox-gradient-2);
}
#search-top-box-form input[type=submit] {
background-color: #3f6c36;
background-color: var(ct_col_searchbox-gradient-2);
background: linear-gradient(to bottom, #2c6424,#3f6c36,#32552a);
background: linear-gradient(to bottom, var(ct_col_searchbox-gradient-3),var(ct_col_searchbox-gradient-2),var(ct_col_searchbox-gradient-1));
}
#search-top-box-form input[type=submit]:hover,
#search-top-box-form input[type=submit]:focus {
background: linear-gradient(to bottom, #203b1a,#2c6424,#3f6c36);
background: linear-gradient(to bottom, var(ct_col_searchbox-gradient-4),var(ct_col_searchbox-gradient-3),var(ct_col_searchbox-gradient-2));
}
/* 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;
}
}
#file-action-area h2::after {
background: #fffff0;
border: 1px solid #660;
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: "Não faça upload de imagens maiores que 1MB! Para traduções, link as imagens originais caso estas não precisem de adaptações!";
font-family: verdana,arial,helvetica,sans-serif;
font-size: 80%;
margin: .7em 0;
padding: 1em;
text-align: center;
}
How to install
- go to: your wiki admin panel » appearance » themes
- choose External CSS theme
- supply the following URL as the CSS location
http://themes.wdfiles.com/local--code/sigma-9-li
Code
Notes
Similar themes |
Browse themes by tag
ardeol
beige
black
blog
blue
bmc
brown
business
clean
colorful
company
corperate
corporate
css3
curved
dark
dashed
developer
education
educational
flexible
floral
flower
freshly-squeezed
glass
green
grey
grunge
minimalist
modern
nature
no-sidebar
no-topbar
orange
outline
professional
purple
rainbow
red
responsive
series
shiny
sidebar
simple
smartphone
super
topbar
white
wiki
yellow
|
@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-int.wdfiles.com/local--code/credit:style/1');
/*
SCP Sigma 9 - Common Theme 1.3
[2021 Wikidot Theme - CC BY-SA 3.0]
Based on the SCP Sigma 9 theme by Aelanna, Crayne, Dr Devan, anqxyr, DrMagnus and psdnbluesoul
Common Theme by Dr_Grom
https://github.com/Grombald/Common-Theme
Extensions:
- Font Awesome 4.3.0 by @davegandy under SIL OFL 1.1 (Font) and MIT License (CSS)
- 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
- SVGs url-ified with 7happy7's http://smlt.wikidot.com/7happy7:svg-replace
*/
:root {
ct_bg_header-image: url('/localfiles/component:theme/body_bg.png');
ct_bg_header-logo: url('/localfiles/component:theme/logo.png');
ct_col_searchbox-gradient-1: #2c3e28;
—ct_col_searchbox-gradient-2: #2c3e28;
—ct_col_searchbox-gradient-3: #2c3e28;
—ct_col_searchbox-gradient-4: #2c3e28;
—ct_dim_sidebar-link-images: 40px;
—ct_dim_searchbox-border-radius: 0;
—ct_brd_searchbox-border: solid 2px #000;
—ct_col_searchbox-highlight: #eee;
—ct_brd_searchbox-highlight: solid 2px var(ct_col_searchbox-highlight);
}
div#container-wrap {
background-image: url('/localfiles/component:theme/body_bg.png');
background-image: var(ct_bg_header-image);
}
#header {
background-image: url('/localfiles/component:theme/logo.png');
background-image: var(ct_bg_header-logo);
}
#side-bar .side-links img {
height: 40px;
width: 40px;
}
#search-top-box-input {
background-color: #203b1a;
background-color: var(ct_col_searchbox-gradient-1);
background-image: none;
border: solid 1px #333;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
border-radius: var(ct_dim_searchbox-border-radius);
border: var(—ct_brd_searchbox-border);
}
#search-top-box-input:hover,
#search-top-box-input:focus {
background-color: #3f6c36;
background-color: var(ct_col_searchbox-gradient-2);
}
#search-top-box-form input[type=submit] {
background-color: #3f6c36;
background-color: var(ct_col_searchbox-gradient-2);
background: linear-gradient(to bottom, #2c6424,#3f6c36,#32552a);
background: linear-gradient(to bottom, var(ct_col_searchbox-gradient-3),var(ct_col_searchbox-gradient-2),var(ct_col_searchbox-gradient-1));
}
#search-top-box-form input[type=submit]:hover,
#search-top-box-form input[type=submit]:focus {
background: linear-gradient(to bottom, #203b1a,#2c6424,#3f6c36);
background: linear-gradient(to bottom, var(ct_col_searchbox-gradient-4),var(ct_col_searchbox-gradient-3),var(ct_col_searchbox-gradient-2));
}
/* 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;
}
}
#file-action-area h2::after {
background: #fffff0;
border: 1px solid #660;
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: "Não faça upload de imagens maiores que 1MB! Para traduções, link as imagens originais caso estas não precisem de adaptações!";
font-family: verdana,arial,helvetica,sans-serif;
font-size: 80%;
margin: .7em 0;
padding: 1em;
text-align: center;
}
@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-int.wdfiles.com/local--code/credit:style/1');
/*
SCP Sigma 9 - Common Theme 1.3
[2021 Wikidot Theme - CC BY-SA 3.0]
Based on the SCP Sigma 9 theme by Aelanna, Crayne, Dr Devan, anqxyr, DrMagnus and psdnbluesoul
Common Theme by Dr_Grom
https://github.com/Grombald/Common-Theme
Extensions:
- Font Awesome 4.3.0 by @davegandy under SIL OFL 1.1 (Font) and MIT License (CSS)
- 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
- SVGs url-ified with 7happy7's http://smlt.wikidot.com/7happy7:svg-replace
*/
:root {
ct_bg_header-image: url('/localfiles/component:theme/body_bg.png');
ct_bg_header-logo: url('/localfiles/component:theme/logo.png');
ct_col_searchbox-gradient-1: #2c3e28;
—ct_col_searchbox-gradient-2: #2c3e28;
—ct_col_searchbox-gradient-3: #2c3e28;
—ct_col_searchbox-gradient-4: #2c3e28;
—ct_dim_sidebar-link-images: 40px;
—ct_dim_searchbox-border-radius: 0;
—ct_brd_searchbox-border: solid 2px #000;
—ct_col_searchbox-highlight: #eee;
—ct_brd_searchbox-highlight: solid 2px var(ct_col_searchbox-highlight);
}
div#container-wrap {
background-image: url('/localfiles/component:theme/body_bg.png');
background-image: var(ct_bg_header-image);
}
#header {
background-image: url('/localfiles/component:theme/logo.png');
background-image: var(ct_bg_header-logo);
}
#side-bar .side-links img {
height: 40px;
width: 40px;
}
#search-top-box-input {
background-color: #203b1a;
background-color: var(ct_col_searchbox-gradient-1);
background-image: none;
border: solid 1px #333;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
border-radius: var(ct_dim_searchbox-border-radius);
border: var(—ct_brd_searchbox-border);
}
#search-top-box-input:hover,
#search-top-box-input:focus {
background-color: #3f6c36;
background-color: var(ct_col_searchbox-gradient-2);
}
#search-top-box-form input[type=submit] {
background-color: #3f6c36;
background-color: var(ct_col_searchbox-gradient-2);
background: linear-gradient(to bottom, #2c6424,#3f6c36,#32552a);
background: linear-gradient(to bottom, var(ct_col_searchbox-gradient-3),var(ct_col_searchbox-gradient-2),var(ct_col_searchbox-gradient-1));
}
#search-top-box-form input[type=submit]:hover,
#search-top-box-form input[type=submit]:focus {
background: linear-gradient(to bottom, #203b1a,#2c6424,#3f6c36);
background: linear-gradient(to bottom, var(ct_col_searchbox-gradient-4),var(ct_col_searchbox-gradient-3),var(ct_col_searchbox-gradient-2));
}
/* 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;
}
}
#file-action-area h2::after {
background: #fffff0;
border: 1px solid #660;
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: "Não faça upload de imagens maiores que 1MB! Para traduções, link as imagens originais caso estas não precisem de adaptações!";
font-family: verdana,arial,helvetica,sans-serif;
font-size: 80%;
margin: .7em 0;
padding: 1em;
text-align: center;
}