Rating:
Módulo de Avaliação c/ Painel de Informações:
Informações
Informações sobre sua página.
Este é um tema para o Cânone da Guerra em Todas as Frontes. Uma versão equivalente baseada no Sigma-9 para o tema pode ser encontrada AQUI. Observe que o Tema Black Highlighter deve ser importado junto com este tema para usá-lo. Para usar este tema em um artigo, cole o seguinte em sua página:
[[include :scp-pt-br:theme:black-highlighter-theme]]
[[include :scp-pt-br:theme:war-on-all-fronts-bhl]]
Cabeçalho
Cabeçalho Nível 2
Cabeçalho Nível 3
Link Não Visitado (Link Visitado)
Este tema tem uma linha horizontal especial (veja abaixo) que usuários podem usar, que pode ser utilizada com o seguinte código:
[[div_ class="woaf-hr"]]
[[/div]]
/* --------------------------------- War on All Fronts (Black Highlighter) 2020 Wikidot Theme Created by stormbreath Header image created by EstrellaYoshte --------------------------------- */ /* -------------- ROOT -------------- */ @import url('https://fonts.googleapis.com/css?family=Saira+Stencil+One&display=swap'); :root:lang(pt-br) { /* S-CSS-P Integration */ --theme-base: "black-highlighter"; --theme-id: "woaf-bhl"; --theme-name: "War on All Fronts Theme (BHL)"; /* Header */ --logo-image: url("https://scp-wiki.wdfiles.com/local--files/theme%3Awar-on-all-fronts-bhl/mksjr3.png"); --header-title: "Guerra em Todas as Frontes"; --header-subtitle: "Vamos Precisar de um Barco Maior"; /* Typefaces */ --header-font: 'Saira Stencil One', cursive; --title-font: 'Saira Stencil One', cursive; /* Standard Colors */ --white-monochrome: 245, 245, 245; --pale-gray-monochrome: 235, 235, 235; --pale-accent: 60, 40, 230; --bright-accent: 5, 0, 133; --medium-accent: 44, 46, 100; --dark-accent: 15, 3, 100; --alt-accent: 17, 102, 221; --deepsea: linear-gradient(to bottom,rgb(0,0,101),rgb(23,0,82),rgb(0,0,0)); /* Header Gradients */ --gradient-header: var(--deepsea); --diagonal-stripes: none; /* Other Variables */ --rating-module-bg-color: var(--pale-gray-monochrome); } #side-bar { --sidebar-links-text: 173,171,181; --sideblock-heading-text-color: var(--white-monochrome); } /* -------------- HEADER -------------- */ #header h1 a:before, #header h2 span:before { color: rgb(173,171,181); font-variant: small-caps; } #top-bar div.top-bar > ul > li > ul, #top-bar div.mobile-top-bar > ul > li > ul { background-image: var(--deepsea); } /* -------------- SIDE-BAR -------------- */ #side-bar { background-image: var(--deepsea); background-attachment: fixed; background-size: unset; } #side-bar div.menu-item a:hover { background-color: rgba(173,171,181,.15); color: white; } #side-bar div.menu-item a:before, #side-bar div.menu-item a:hover:before { background-color: rgba(173,171,181,.25); } #side-bar .side-block.media, #side-bar .side-block.resources { background: transparent !important; } #side-bar .heading p, #side-bar .side-block > .collapsible-block .collapsible-block-link { font-family: var(--header-font); font-weight: initial; } #side-bar div.scpnet-interwiki-wrapper { filter: hue-rotate(60deg) invert(1) brightness(0.7); } #side-bar::-webkit-scrollbar-track { background-image: var(--deepsea); } #side-bar::-webkit-scrollbar, #side-bar::-webkit-scrollbar-thumb, #side-bar::-webkit-scrollbar-corner { border-color: rgba(71, 79, 107, .6); } /* -------------- BODY -------------- */ #page-title { color: rgb(var(--medium-accent)); border-color: rgb(var(--medium-accent)); text-align: center; } .rate-box-with-credit-button .page-rate-widget-box .cancel { border-top: 0 !important; border-bottom: 0 !important; } #page-content .rate-box-with-credit-button, .page-rate-widget-box { background-color: rgb(var(--rating-module-bg-color)) !important; } .close-credits, .credit-back { filter: hue-rotate(260deg); } #page-content .modalbox { box-shadow: 0 2px 6px rgba(0, 0, 100,.5); background: linear-gradient( rgb(200,200,200) 51px, rgb(240,240,240) 51px, rgb(240,240,240)) !important; } .info-container { --barColour: #336; } .anom-bar-container { --title-font: Poppins, sans-serif; } blockquote, div.blockquote { background: rgb(var(--pale-gray-monochrome)); } div.woaf-hr { height: .3em; background: linear-gradient(to right, rgb(0,0,0), rgb(23,0,82), rgb(0,0,101), rgb(23,0,82), rgb(0,0,0)); margin: 1em 0; border-radius: 5px; } div.woaf-hr p, div.woaf-hr ul { display: none; } #footer a, #footer a:visited { color: white; } /* L2 has been here */ @media (max-width: 767px) { #side-bar .side-bar-container { background-color: unset !important; padding: 0 !important; } }