Aube Noire (Centre de la 7ème Guerre Occulte)
@import url(http://fondationscp.wdfiles.com/local--files/theme%3A3law/station-font.css);
 
/*
    Third Law Canon Theme
    [2016 Wikidot Theme]
    Created by GreenWolf, with technical assistance from Randomini and aesthetic assistance from Dr Kens and tawny.
    Based on SCP Sigma 9 Theme created by Aelanna and Dr Devan.
    The Station font was created by Nick Matavka and is licensed under the SIL Open Font License.
    The Prometheus Labs/Third Law Flame Logo was created by GreenWolf and is licensed under CC-BY-SA 3.0.
     Revised by stormbreath.
*/
 
:root {
    /* 2 Header */
    --ct_bg_header-image: url('http://fondationscp.wdfiles.com/local--files/theme%3A3law/body_bg_7.png');
    --ct_bg_header-logo: url('http://fondationscp.wdfiles.com/local--files/theme%3A3law/PL_3Law_Logo_2.png');
    --ct_cnt_alt-slogan-txt: "Scientia potentia est";
 
    /* 4 Rating-module */
    --ct_col_rate-primary: #222e59;
    --ct_col_rate-secondary: #404d7e;
    --ct_col_rate-cancel: #e9ebf0;
    --ct_col_rate-link-hover: #c1bccd;
    --ct_brd_rate-primary: solid 1px #312259;
}
 
/* COMMON */
h1, #page-title {
    color: #315B7D;
}
 
#page-title {
    border-color: #315B7D;
}
 
/* links */
a {
    color: #4682B4;
}
 
a.newpage {
    color: #86bbd8;
}
 
a:visited {
    color: #054a91;
}
 
body {
    background-color: #E3E7EA;
    color: #000000;
}
 
/* HEADER */
#search-top-box-input {
    border: solid 1px #0c1121;
    color: #e9ebf0;
    background-color: #222e59;
}
 
#search-top-box-input:hover,
#search-top-box-input:focus {
    border: solid 1px #bfc3d4;
    color: #e9ebf0;
    background-color: #404d7e;
}
 
#search-top-box-form input[type=submit] {
    border: solid 1px #0c1121;
    color: #e9ebf0;
    background-color: #222e59;
    background: linear-gradient(to bottom, #263464,#1e284e);
}
 
#search-top-box-form input[type=submit]:hover,
#search-top-box-form input[type=submit]:focus {
    border: solid 1px #bfc3d4;
    color: #e9ebf0;
    background-color: #222e59;
    background: linear-gradient(to bottom, #1e284e,#263464);
}
 
#login-status {
    color: #e9ebf0;
}
 
#login-status a {
    color: #e9ebf0;
}
 
#login-status ul a {
    color: #4057a7;
}
 
#account-topbutton {
    background: #CCCCCC;
    color: #4057a7;
}
 
#header h1 a {
    color: transparent;
    font-family: 'stationmedium', Arial, sans-serif;
    font-size: 180%;
    text-shadow: none;
}
 
#header h1 a::before {
    content: "Troisieme Loi ";
    color: #e9ebf0;
    text-shadow: 3px 3px 5px #000000;
}
 
#header h2 span {
    color: transparent;
    text-shadow: none;
}
 
#header h2 span::before {
    color: #F1F1F1;
    font-style: italic;
    text-shadow: 1px 1px 1px rgba(0,0,0,.8);
}
 
/* TOP MENU */
#top-bar a {
    color: #e9ebf0;
}
 
#top-bar ul li ul {
    border: solid 1px #4B4194;
}
 
#top-bar ul li.sfhover a,
#top-bar ul li:hover a {
    background: #E3E7EA;
    color: #4682B4;
}
 
#top-bar ul li.sfhover ul li a,
#top-bar ul li:hover ul li a {
    border-top: 1px solid #6A7194;
}
 
#top-bar ul li.sfhover a:hover,
#top-bar ul li:hover a:hover {
    background: #E2E4E7;
}
 
#top-bar ul li ul a, #top-bar a:hover {
    color: #4682B4;
}
 
/* SIDE-MENU */
 
#side-bar a:visited {
   color: #4682B4;
}
 
.side-block .menu-item > .image {
    filter: hue-rotate(210deg);
    -webkit-filter: hue-rotate(210deg);
}
 
#side-bar .side-block {
    border: 1px solid #315B7D;
    background: #E2E4E7;
    box-shadow: none;
}
 
#side-bar .side-block.media,
#side-bar .side-block.resources {
    background: #E2E4E7;
}
 
.scpnet-interwiki-frame {
     filter: hue-rotate(200deg) saturate(180%) brightness(90%) opacity(75%)
}
 
#side-bar .heading {
    color: #315B7D;
    border-bottom: solid 1px #315B7D;
}
 
#side-bar div.menu-item.inactive a {
    color: #315B7D;
}
#side-bar div.menu-item .sub-text {
    font-size: 80%;
    color: #315B7D;
}
 
#side-bar .collapsible-block-unfolded-link {
    border-bottom: solid 1px #315B7D;
}
 
#side-bar .collapsible-block-unfolded-link .collapsible-block-link {
    color: #315B7D;
}
 
#side-bar .collapsible-block-unfolded-link .collapsible-block-link:hover {
    color: #4682B4;
}
 
/* YUI-TABS */
.yui-navset .yui-content{
    background-color: #E2E4E7;
    padding-left: 2em;
    padding-right: 2em;
}
.yui-navset .yui-nav a,
.yui-navset .yui-navset-top .yui-nav a {
    background-color: #36648B;
}
.yui-navset .yui-nav .selected a,
.yui-navset .yui-nav .selected a:focus, /* no focus effect for selected */
.yui-navset .yui-nav .selected a:hover { /* no hover effect for selected */
    background: #36648B; /* selected tab background */
    color: #eeeeee;
}
.yui-navset .yui-nav a:hover,
.yui-navset .yui-nav a:focus {
    background: #bfc3d4;
}
.yui-navset .yui-nav,
.yui-navset .yui-navset-top .yui-nav {
    border-color: #36648B;
}
 
/* FOOTER */
#footer {
    background: #7F7C94;
    color: #C1BCE0;
}
 
#footer a {
    color: #E0E0E0;
}
 
/* SOME NICE BOXES */
div.sexy-box {
    background: #E0E0E0;
    border: 1px solid #C1BCE0;
}
 
div.sexy-box div.image-container img {
    border: 1px solid #E0E0E0;
}
 
.content-panel {
    background-color: #1F1F1F;
    margin: 10px 0 15px;
}
 
.content-panel.standalone {
    background: #E0E0E0;
}
 
.content-panel .panel-heading {
    color: #E0E0E0;
}
 
.content-panel .panel-body {
    background: #E0E0E0;
}
 
.content-panel .panel-footer {
    color: #E0E0E0;
}
.content-panel .panel-footer a {
    color: #E0E0E0;
}
 
.content-panel .content-toc {
    background-color: #E0E0E0;
}
 
/* Standard Image Block */
.scp-image-block {
    border: solid 1px #4B4194;
}
 
.scp-image-block .scp-image-caption {
    background-color: #E0E0E0;
    border-top: solid 1px #4B4194;
}
 
@media (min-width: 767px) {
     #header {
             background-position: 10px 20px;
     }
}
 
@media (max-width: 767px) {
    #side-bar {
        background-color: rgb(54, 100, 139);
    }
}
@import url('http://scp-wiki.wikidot.com/local--files/component:3law/station-font.css');
 
/*
    Third Law Canon, 7th Occult War Theme
    [2018 Wikidot Theme]
    Created by GreenWolf
    Edited for French translation by Dr Lekter
    Based on SCP Sigma 9 Theme created by Aelanna and Dr Devan.
    The Station font was created by Nick Matavka and is licensed under the SIL Open Font License.
    The Black Sunrise logo was created by GreenWolf and is released under CC-BY-SA 3.0.
*/
 
:root {
    /* 1 Common */
    --ct_bg_body: #e0e2db;
    --ct_col_h1-txt: #003153;
    --ct_col_link: #00487c;
    --ct_col_link-visited: #0b2545;
    --ct_col_link-newpage: #80a1c1;
 
    /* 2 Header */
    --ct_cnt_alt-slogan-txt: "La Septième Guerre occulte";
    --ct_bg_header-image: url(http://fondationscp.wdfiles.com/local--files/theme%3A3law-7ow/body_bg_7OW_2.png);
    --ct_fns_alt-slogan-txt: 13.4px;
    --ct_fns_slogan-txt: 0;
 
    /* 4 Rating-module */
    --ct_col_rate-primary: #222e59;
    --ct_col_rate-secondary: #404d7e;
    --ct_col_rate-cancel: #fff;
    --ct_col_rate-link-hover: #e9ebf0;
    --ct_brd_rate-primary: solid 1px var(--ct_col_rate-primary);
}
 
/*
    Third Law Canon, 7th Occult War Theme
    [2018 Wikidot Theme]
    Created by GreenWolf
    Based on SCP Sigma 9 Theme created by Aelanna and Dr Devan.
    The Station font was created by Nick Matavka and is licensed under the SIL Open Font License.
    The Black Sunrise logo was created by GreenWolf and is released under CC-BY-SA 3.0.
    Revised by stormbreath.
*/
 
#page-title {
    border-color: #315B7D;
}
 
div#container-wrap {
    background-image: url(http://fondationscp.wdfiles.com/local--files/theme%3A3law-7ow/body_bg_7OW_2.png);
background-size : 100px 162px;
}
 
#header {
    background-image: url(http://fondationscp.wdfiles.com/local--files/theme%3A3law-7ow/BlackSunrise1.png);
    background-position: 4px 23px;
    background-size: 110px;
}
 
#search-top-box-input {
    border: solid 1px #0c1121;
    color: #e9ebf0;
    background-color: #640d14;
}
 
#search-top-box-input:hover,
#search-top-box-input:focus {
    border: solid 1px #bfc3d4;
    color: #e9ebf0;
    background-color: #e85f5c;
}
#search-top-box-form input[type=submit] {
    border: solid 1px #0c1121;
    color: #e9ebf0;
    background-color: #640d14;
    background: linear-gradient(to bottom, #640d14,#7f1023);
}
 
#search-top-box-form input[type=submit]:hover,
#search-top-box-form input[type=submit]:focus {
    border: solid 1px #bfc3d4;
    color: #e9ebf0;
    background-color: #640d14;
    background: linear-gradient(to bottom, #7f1023,#640d14);
}
 
#top-bar ul li ul {
    border: solid 1px #003153;
}
 
#top-bar ul li.sfhover a,
#top-bar ul li:hover a {
    background: #e5e2d0;
    color: #00487c;
}
 
#top-bar ul li.sfhover a:hover,
#top-bar ul li:hover a:hover {
    background: #e0e2db; /* top bar hover background color */
}
 
#top-bar ul li ul a, #top-bar a:hover {
    color: #003153; /* top bar hover text color */
}
 
#side-bar a:visited {
   color: #00487c;
}
 
#side-bar .side-block,
#side-bar .side-block.media,
#side-bar .side-block.resources {
    background: #e5e2d0; /* sidebar background color */
}
 
#side-bar .heading {
    color: #003153; /* sidebar text heading color */
    border-bottom: solid 1px #003153;
}
 
.yui-navset .yui-content{
    background-color: #e5e2d0; /* tab page color */
}
.yui-navset .yui-nav a,
.yui-navset .yui-navset-top .yui-nav a {
    background-color: #640d14; /* tab background color for tab bar */
}
.yui-navset .yui-nav .selected a,
.yui-navset .yui-nav .selected a:focus, /* no focus effect for selected */
.yui-navset .yui-nav .selected a:hover { /* no hover effect for selected */
    background: #640d14; /* selected tab background */
}
.yui-navset .yui-nav a:hover,
.yui-navset .yui-nav a:focus {
    background: #dbb3b1; /* tab hover color */
}
.yui-navset .yui-nav,
.yui-navset .yui-navset-top .yui-nav {
    border-color: #640d14;
}

Centre de Troisième Loi » Aube Noire

EXTRAIT DES ARCHIVES DE GUERRE DE L'ASIA ET DE LA CMO À LA DEMANDE DU DIRECTEUR PIETRYKAU. À RANGER ET LIVRER DÈS QUE POSSIBLE.
-Maria Jones, Directrice de l'ASIA

AOI-logo.png
AUBE NOIRE
LA SEPTIÈME GUERRE OCCULTE
BlackSunrise2.png

SECRET CLASSIFIÉ NIVEAU MAXIMAL

Non destiné à la diffusion générale
Sauf mention contraire, le contenu de cette page est protégé par la licence Creative Commons Attribution-ShareAlike 3.0 License