Tema do I57

avaliação: +1+x

Feito para o Cânone da Instalação 57 da SCP-ES.

Para colocar este tema em sua página:

[[include theme:i57-theme]]

Divs do tema:

Lorem ipsum

[[div class="groove"]]

[[/div]]

Lorem ipsum

[[div class="solid"]]

[[/div]]



@import url('https://fonts.googleapis.com/css?family=Play');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
 
/*
    This theme is based on Aelanna's Sigma9.
    [2020 Wikidot Theme]
    Built by Uncle Nico and DC_Yerko, edited and shinied by ROUNDERHOUSE.
*/
 
/* COMMON */
 
h1, #page-title {
    color: #000000;
}
 
body {
    background-color: #f0f0f0;
    color: #000;
}
 
a {
    color: #004fa0;
}
 
a:visited {
    color: #00356c;
}
 
a:new-page {
    color: #8791d9;
}
 
a:hover {
    text-decoration: underline;
    background-color: transparent;
}
 
a.newpage {
    color: #005fc1;
}
 
div#container-wrap {
    background: url('https://scp-wiki.wdfiles.com/local--files/theme:i57-theme/i57bg.jpg') top left repeat-x;
}
 
/* DIVS */
 
.groove {
    background-color: #929292;
    border: groove 5px;
    margin: .5rem 1rem .5rem;
    padding: .25rem .5rem .25rem;
}
 
.solid {
    background-color: #bfbfbf;
    border: solid 3px #4c4c4c;
    margin: .5rem 1rem .5rem;
    padding: .25rem .5rem .25rem;
}
 
/* HEADER */
#header {
    padding-bottom: 30px; /* FOR MENU */
    background: url('https://scp-wiki.wikidot.com/local--files/theme:i57-theme/i57logo.png') 10px 35px no-repeat;
}
 
#search-top-box-input {
    border: solid 1px #2F4F4F;
    background-color: #708090;
    box-shadow: inset 1px 1px 3px rgba(0,0,0,.5);
}
 
#search-top-box-input:hover,
#search-top-box-input:focus {
    border: solid 1px #2F4F4F;
    background-color: #708090;
}
 
#search-top-box-form input[type=submit] {
    border: solid 1px #2F4F4F;
    color: #000000;
    background-color: #708090;
    background: linear-gradient(to bottom, #778899,#708090,#2F4F4F);
}
 
#search-top-box-form input[type=submit]:hover,
#search-top-box-form input[type=submit]:focus {
    border: solid 1px #2F4F4F;
    text-shadow: 0 0 1px rgba(255,255,255,.25)
    background-color: #708090;
    background: linear-gradient(to bottom, #778899,#708090,#2F4F4F);
}
 
#login-status {
    color: #708090;
}
 
#login-status a {
    color: #708090;
}
 
#login-status ul a {
    color: #708090;
}
 
#account-topbutton {
    background: #2F4F4F;
    color: #708090;
}
 
#header h1 a {
    content: "Instalação-57";
    color: transparent;
    font-family: 'Play', sans-serif; 'Open Sans', sans-serif;
    font-size: 180%;
    text-decoration: none;
    text-shadow: none;
 
}
 
#header h1 a::before {
    content: "Instalação-57";
    color: #DDBC05;
    text-shadow: 3px 3px 5px #242424;
}
 
#header h2 span {
    color: transparent;
    text-shadow: none;
}
 
#header h2 span::before {
    content: 'Segurança e Contenção na América Latina';
    color: #708090;
    text-shadow: 1px 1px 1px #000000;
    text-shadow: 1px 1px 1px rgba(0,0,0,.8);}
}
 
/* TOP MENU */
 
#top-bar a {
    color: #C0C0C0;
    background: transparent;
}
 
#top-bar ul li ul {
    border: solid 1px #2F4F4F;
    box-shadow: 0 2px 6px rgba(0,0,0,.5);
    border-top: 0;
}
 
#top-bar ul li.sfhover a,
#top-bar ul li:hover a {
    background: #d6d6d6;
    color: #2F4F4F;
    border-left: solid 1px rgba(64,64,64,1);
    border-right: solid 1px rgba(64,64,64,1);
}
 
#top-bar ul li.sfhover ul li a,
#top-bar ul li:hover ul li a {
    border-width: 0;
    width: 150px;
    border-top: 1px solid #ddd;
    line-height: 160%;
    height: auto;
    max-height: none;
    padding-top: 0;
    padding-bottom: 0;
}
 
#top-bar ul li.sfhover a:hover,
#top-bar ul li:hover a:hover {
    background: #C0C0C0;
    text-decoration: none;
}
 
#top-bar ul li ul a, #top-bar a:hover {
    color: #a01;
}
 
/* SIDE MENU */
#side-bar {
    background: transparent;
}
 
#side-bar .side-block,
#interwiki .side-block {
    padding: 10px;
    border: 1px solid #D6D6D6;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(32,32,32,1) !important;
    background: #000000 !important;
    margin-bottom: 15px;
}
 
#interwiki .menu-item img {
    filter: hue-rotate(210deg);
}
 
#side-bar div.menu-item a,
#interwiki div.menu-item a {
    font-weight: bold;
}
 
#side-bar .side-area {
    padding: 10px;
}
 
#side-bar .heading,
#interwiki .heading {
    color: #D6D6D6;
    border-bottom: solid 1px #D6D6D6;
}
 
#side-bar .collapsible-block-folded {
    background: none;
}
 
#side-bar .collapsible-block-unfolded-link {
    border-bottom: solid 1px #D6D6D6;
}
 
#side-bar .collapsible-block-unfolded-link .collapsible-block-link {
    color: #D6D6D6;
}
 
#side-bar a,
#interwiki a {
    color: #F3CF08;
}
 
#side-bar a:visited,
#interwiki a:visited {
    color: #dabb0b;
}
 
#side-bar a.newpage,
#interwiki a.newpage {
    color: #e2ce61;
}
 
#side-bar a.collapsible-block-link {
    color: #c6a906;
}
/* YUI-TABS */
.yui-navset .yui-content{
    background-color: #afafaf;
}
 
/* boxes */
 
.content-panel .panel-body {
    background: #C0C0C0;
}
 
.content-panel .panel-footer {
    color: #C0C0C0;
}
 
.content-panel .panel-footer a {
    color: #C0C0C0 ;
}
 
.content-panel .content-toc {
    background-color: #C0C0C0;
}
 
/* Page Rating Module Customizations */
 
div.page-rate-widget-box .rate-points {
    background-color: #000000;
    border: solid 1px #000000;
    border-right: 0;
    border-radius: 5px 0 0 5px;
}
 
.page-rate-widget-box .rateup,
.page-rate-widget-box .ratedown {
    background-color: ffffff;
    border-top: solid 1px #000000;
    border-bottom: solid 1px #000000;
    font-weight: bold;
}
.page-rate-widget-box .rateup a,
.page-rate-widget-box .ratedown a {
    background: 000000;
    color: #000000;
    padding: 0 4px;
    margin: 0 1px;
}
.page-rate-widget-box .rateup a:hover,
.page-rate-widget-box .ratedown a:hover {
    background: #000000;
    color: #ffffff;
    text-decoration: none;
}
.page-rate-widget-box .cancel {
    background-color: #000000;
    border: solid 1px #000000;
    border-left: 0;
    border-radius: 0 5px 5px 0;
}
.page-rate-widget-box .cancel a {
    background: transparent;
    text-transform: uppercase;
    color: #ffffff;
}
.page-rate-widget-box .cancel a:hover {
    border-radius: 0 3px 3px 0;
    background: #000000;
    color: #ffffff;
    text-decoration: none;
}
 
/* Standard Image Block */
.scp-image-block {
    border: solid 1px #2F4F4F;
}
 
.scp-image-block .scp-image-caption {
    background-color: #C0C0C0;
    border-top: solid 1px #2F4F4F;
}
 
/*
    2011-11-13 Minobe Hiroyuki @ Marguerite Site
    www.marguerite.jp/Nihongo/WWW/CSSTips/EmphasizeDots-CSS3.html
    Edited for the SCP Foundation by Nanimono_Demonai
*/
 
/* For FireFox */
@-moz-document url-prefix() {
.emph {
    /* For the environments which comply with CSS3. */
    background-image: url(http://www.kaktuskontainer.wikidot.com/local--files/component%3Atheme/dot.png), none;
}
}
 
/* For IE10 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.emph {
    /* For the environments which comply with CSS3. */
    background-image: url(http://www.kaktuskontainer.wikidot.com/local--files/component%3Atheme/dot.png), none;
}
}
 
/* Mobile Media Query */
@media (max-width: 479px) {
 
#header h2 {
   font-size: 92%;
}
#header h2 span {
   font-size: 92%;
}
 
#header, .mobile-top-bar {
    max-width: 90%;
}
 
}
 
/* off-canvas */
 
@media (max-width: 767px) {
 
#top-bar .open-menu a {
    border: 0.2em solid #2F4F4F;
    background-color: #C0C0C0;
    color: #2F4F4F;
}
 
#side-bar {
    background-color: rgb(192, 192, 192);
}
 
}
 
/* Cambiar color de los recuadros con > */
 
blockquote {
    background-color: #929292;
}
 
/* Cambiar color de los desplegables */
a.collapsible-block-link {
    color: #C6A906;
}
 
/* TABS (edited from the Ethics Comitte theme */
.yui-navset .yui-nav .selected a,
.yui-navset .yui-nav .selected a:focus,
.yui-navset .yui-nav .selected a:hover {
    background: #0b486b;
    color: white;
    border: 0px solid #0b486b;
    border-bottom: 2px solid #000000;
}
 
.yui-navset .yui-nav a,
.yui-navset .yui-navset-top .yui-nav a,
.yui-navset .yui-navset-top .yui-nav a:focus,
.yui-navset .yui-navset-top .yui-nav a:hover {
    background: #484848;
    color: white;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 2px solid #868686;
}
 
.yui-navset .yui-nav a:focus,
.yui-navset .yui-nav a:hover {
    background: #106392;
    border-bottom: 2px solid #FFFFFF;
}
 
.yui-navset .yui-nav a em,
.yui-navset .yui-navset-top .yui-nav a em {
    border: 0px;
}
 
/* ROUNDERHOUSE. wuz here /// ROUNDERHOUSE. estuvo aquí */
Salvo indicação em contrário, o conteúdo desta página é licenciado sob Creative Commons Attribution-ShareAlike 3.0 License