Thème Saint-Patrick

EH TOI LÀ !

Cette page est utilisée en interne par le Wiki SCP,

MERCI DE NE PAS MODIFIER CETTE PAGE
SANS LA PERMISSION DU STAFF.


Ce thème est celui utilisé pour la fête de la Saint-Patrick. Pour l'utiliser sur votre article, copiez le code suivant en haut du code de votre page :

[[include theme:saint-patrick]]

Tous les articles postés sur le site doivent utiliser le code du dessus, mais il ne marchera pas sur votre page sandbox ! Pour cela, il vous faudra utiliser celui-ci :

[[include :fondationscp:theme:saint-patrick]]


logo-scp.svg

Image d'exemple.

Texte avec une note de bas de page1

Premier Titre

Premier Titre

Second Titre

Premier Titre

Second Titre

Troisième Titre

Premier Titre

Second Titre

Troisième Titre

Quatrième Titre

Premier Titre

Second Titre

Troisième Titre

Quatrième Titre

Cinquième Titre

Premier Titre

Second Titre

Troisième Titre

Quatrième Titre

Cinquième Titre
Sixième Titre

Ceci est un onglet.

Ceci est un bloc de citation faisable en mettant un chevron ">" suivi d'un espace au début de chaque ligne.
Plus de texte


C'est un trait horizontal

Blocs de citation imbriqués

Titre Titre Titre
Contenu Contenu Contenu
Contenu Longue cellule
Très longue cellule

/*
     CSS gradient to replace Sigma-9 body-bg image
     By 7happy7, Dr Lekter and Styrius
     Based on code by Woedenaz
*/
 
:root {
    --head-top: 0, 0, 0; /* Black */
    --head-bottom: 103, 61, 61; /* Brown */
    --bar-top: 83, 83, 83; /* Light gray */
    --bar-bottom: 59, 59, 59; /* Dark gray */
    --bar-shadow-top: 95, 60, 60; /* Dark brown */
    --bar-shadow-bottom: 157, 157, 157; /* Very light gray */
    --body: 255, 255, 255; /* White */
}
 
div#container-wrap {
    background-image:
        linear-gradient(to top, rgba(var(--head-bottom), .5) 10%,
        rgba(var(--head-top), 1) 80%), 
 
        repeating-linear-gradient(45deg,hsla(0, 0%, 100%, 0),
        hsla(0, 0%, 100%, 0) 2px,
        rgba(88, 88, 88, 0.2) 2px,
        rgba(88, 88, 88, 0.2) 4px),
 
        linear-gradient(to bottom, rgba(var(--head-top), 1) 4.67rem,
        rgba(var(--head-bottom), 1) 8.55rem,
        rgba(var(--bar-shadow-top), 1) 8.675rem,
        rgba(var(--bar-top), 1) 8.8rem,
        rgba(var(--bar-top), 1) calc(90% - 0.125rem),
        rgba(var(--bar-bottom), 1) calc(98% - 0.125rem)),
 
        linear-gradient(to bottom,rgba(var(--bar-bottom), 1) 10.1rem,
        rgba(var(--bar-shadow-bottom), 1) 10.225rem,
        rgba(var(--body), 1) 10.345rem);
 
    background-size: 100% 8.7rem, 100% 8.7rem, 100% 10.1rem, 100% 10.465rem;
    background-repeat: no-repeat;
}
/*
    Thème Saint-Patrick
    Basé sur le thème de la Fondation Caritative de la Manne
    [2014 Wikidot Theme]
*/
 
:root {
    /* 1 Common */
    --ct_col_h1-txt: #006c00;
    --ct_col_link: #4f7942;
    --ct_col_link-visited: #3f6034;
    --ct_col_link-newpage: #74a512;
 
    /* 2 Header */
    --head-top: 2, 28, 0;
    --head-bottom: 2, 28, 0;
    --bar-shadow-top: 1, 16, 0;
    --bar-shadow-bottom: 153, 200, 182;
    --bar-top: 0, 118, 72;
    --bar-bottom: 0, 118, 72;
 
    --ct_cnt_alt-header-txt: "Fondation St-Patrick";
    --ct_cnt_alt-slogan-txt: "Séquestrer, Célébrer, Picoler";
    --ct_bg_header-logo: url(http://fondationscp.wdfiles.com/local--files/theme%3Asaint-patrick/logo.png); 
    --ct_fns_header-txt: 0;
    --ct_fns_slogan-txt: 0;
    --ct_fns_alt-header-txt: clamp(2.27rem, calc(1.77rem + 2.47vw), 3.53rem);
    --ct_fns_alt-slogan-txt: clamp(0.88rem, calc(1.02rem + -0.20vw), 0.98rem);
 
    /* 4 Rating-module */
    --ct_col_rate-primary: #006c00;
    --ct_col_rate-secondary: white;
    --ct_col_rate-cancel: white;
    --ct_col_rate-link-hover: #cce1cc;
}
 
/* Var fixes */
#header {
    background-position: 10px 32px;
}
a:hover{text-decoration:underline;background:transparent}
 
/* COMMON */
h1, #page-title {
    font-family: sansationregular, Arial, sans-serif;
    border-color: #006c00;
}
 
/* HEADER */
#search-top-box-input {
    border: solid 1px #005c3a;
    color: #fff;
    background-color: #00764a;
}
#search-top-box-input:hover,
#search-top-box-input:focus {
    border: solid 1px #00764a;
    color: #fff;
    background-color: #009a62;
}
#search-top-box-form input[type=submit] {
    border: solid 1px #005c3a;
    color: #ccc;
    background-color: #00764a;
    background: linear-gradient(to bottom, #082b1e,#00764a,#46d49f);
}
#search-top-box-form input[type=submit]:hover,
#search-top-box-form input[type=submit]:focus {
    border: solid 1px #76f8c9;
    color: #fff;
    background-color: #009a62;
    background: linear-gradient(to bottom, #0c6142,#009a62,#03b977);
}
 
#login-status {
    color: #95feaa;
}
#login-status a {
    background: transparent;
    color: #96e696;
}
#login-status ul a {
    color: #a3c5a3;
    background: transparent;
}
 
#account-topbutton {
    background: #005c3a;
    color: #a3c5a3;
}
 
/* TOP MENU */
#top-bar {
    font-family: quanticoregular, sans-serif;
}
#top-bar a {
    color: #fff;
    background: transparent;
}
#top-bar ul li ul {
    border: solid 1px #3d2b1f;
}
 
#top-bar ul li.sfhover a,
#top-bar ul li:hover a {
    background: #f0f8ff;
    color: #082b1e;
    border-left: solid 1px #082b1e;
    border-right: solid 1px #082b1e;
}
#top-bar ul li ul a, #top-bar a:hover {
    color: #8db600;
}
 
/* SIDE MENU */
#side-bar {
    font-family: quanticoregular, sans-serif;
}
#side-bar .side-block {
    border: 1px solid #198b19;
}
#side-bar .heading {
    color: #00764a;
    border-bottom: solid 1px #00764a;
    font-size: 1.1em;
}
#side-bar div.menu-item.inactive a {
    color: #00764a;
}
#side-bar div.menu-item .sub-text {
    color: #00764a;
}
 
/* Lien cassé
#side-bar .collapsible-block-folded {
    background: url(https://image.noelshack.com/fichiers/2018/11/4/1521116743-beer-512.png) 0 2px no-repeat;
}
*/
 
#side-bar .collapsible-block-unfolded-link {
    border-bottom: solid 1px #00764a;
}
#side-bar .collapsible-block-unfolded-link .collapsible-block-link {
    color: #00764a;
}
#side-bar .collapsible-block-unfolded-link .collapsible-block-link:hover {
    color: #4f7942;
}
 
/* YUI-TABS */
.yui-navset .yui-content{
    background-color: #f5f5f5;
}
.yui-navset .yui-nav a,
.yui-navset .yui-navset-top .yui-nav a {
    background-color:#d8d8d8;
}
.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: #00764a url(../images/yuitabs.png) repeat-x left -1400px;
    color: #fff;
}
.yui-navset .yui-nav a:hover,
.yui-navset .yui-nav a:focus {
    background: #79d479 url(../images/yuitabs.png) repeat-x left -1300px;
    text-decoration: none;
}
.yui-navset .yui-nav,
.yui-navset .yui-navset-top .yui-nav {
    border-color: #008000;
}
.yui-navset .yui-nav,
.yui-navset .yui-navset-top .yui-nav {
    border-color: #00764a;
}
 
/* FOOTER */
#footer {
    background: #3d2b1f;
    color: #006c00;
}
 
/* SOME NICE BOXES */
.sexy-box {
    background: #f0f8ff;
    border: 1px solid #3c9065;
}
.sexy-box .image-container img {
    border: 1px solid #9f8170;
}
 
/* Custom page content classes */
#page-content, .page-tags, page-options-bottom {
    font-family: "sansationregular", "sans-serif";
}
 
.content-panel {
    border: solid 1px #5d8aa8;
    background-color: #bcd4e6;
    box-shadow: 3px 3px 6px #e6e6fa;
}
.content-panel.standalone {
    background: #fcfdfb;
}
.content-panel .panel-body {
    background: #f0ffff;
}
.content-panel .panel-footer {
    color: #06da6e;
}
.content-panel .content-toc {
    border: solid 1px #5d8aa8;
}
 
/* Standard Image Block */
.scp-image-block {
  border: solid 1px #006c00;
}
.scp-image-block .scp-image-caption {
  background-color: #f0f8ff;
  border-top: solid 1px #006c00;
}
 
/* Forum Customizations */
 
.thread-container .post .head {
    background-color: #f0f8ff;
    background: linear-gradient(to right, #f0f8ff, #eeecec);
}
 
@media (max-width: 767px) {
  .open-menu a {
      border: 0.2em solid #888 !important;
      background-color: #fff !important;
      color: #888 !important;
  }
 
  #side-bar {
      background-color: rgb(184, 134, 134);
  }
 
  #side-bar:target {
      border: 1px solid #dedede;
  }
}
Sauf mention contraire, le contenu de cette page est protégé par la licence Creative Commons Attribution-ShareAlike 3.0 License