Opération LLEWYN DARK
@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');
 
    /* 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 {
    content: 'Scientia potentia est ';
    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);
    }
}
llewyndarktransparent_fr.png

BILAN DE L'OPÉRATION LLEWYN DARK

Bilan

Le 19 juin 1981, le contrôle du premier satellite interne de Communications à Distribution de Geis de Prometheus Astrotechnologies, le PSAT Setanta fut perdu en raison d'un dysfonctionnement imprévu de son circuit démonique. Le satellite était opérationnel depuis 9 ans lorsque l'incident se produisit, et il était estimé qu'il aurait pu continuer de fonctionner pendant au moins 10 ans sans autre interférence.

Suite à une collision avec un météore, le circuit démonique utilisé par le satellite fut gravement endommagé, résultant en la décharge de plusieurs démons et le dysfonctionnement subséquent du Setanta.

Une première équipe de réparation fut rapidement dépêchée ; plusieurs membres de celle-ci furent possédés par les démons libérés, qui s'évertuèrent alors à compliquer la situation plus avant en introduisant une grande quantité d'énergie thaumique libre, rendant le satellite totalement irréparable.

L'opération LLEWYN DARK est la désignation des tentatives visant à endiguer les répercussions qui résultèrent de l'effondrement du Setanta, et des tentatives actuelles de maintien de la sécurité du geis utilisé en paratechnologie.

Sauf mention contraire, le contenu de cette page est protégé par la licence Creative Commons Attribution-ShareAlike 3.0 License