Papatrimoine
@import url("https://scp-wiki.wdfiles.com/local--files/theme%3Awilderness/national-park-full.css");
@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@200&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@800&display=swap');
 
/*
    Wilson's Wildlife Theme
    [2018 Wikidot Theme, 2021 Revamp]
    Created by stormbreath and DarkStuff.
    The new WWS logo (both normal and trans pride variants) was created by Jade Skylar.
    The National Park Font is licensed under the SIL Open Font License and can be found here: https://nationalparktypeface.com/
*/
 
@supports(--css:variables) {
 
:root {
    --national-park-thin: 'national_parkthin', 'Dosis', sans-serif;
    --national-park: 'national_parkregular', 'Comfortaa', sans-serif;
    --national-park-heavy: 'national_parkheavy', 'Nunito', sans-serif;
 
    --wilson-header: rgb(163, 193, 98); /* Wilson's Format Header */
    --wilson-subtitle: rgb(200, 226, 147); /* Wilson's Format Subtitle */
    --wilson-body: rgb(209, 237, 154); /* Wilson's Format Body */
    --wilson-quote: rgb(220, 242, 176);
    --wilson-text: rgb(102, 87, 49); /* Wilson's Format Text */
 
    /* 1 Common */
    --ct_col_link: #148c14;
    --ct_col_link-visited: #036403;
    --ct_col_link-newpage: #c8e293;
 
    /* 2 Header */
    --ct_cnt_alt-header-txt: "Solutions Fauniques Wilson";
    --ct_cnt_alt-slogan-txt: "Où toutes les bêtes sont les bienvenues";
    --ct_col_header-txt: #fff;
    --ct_col_slogan-txt: #fff;
    --ct_fnt_header-txt: 'national_parkregular', sans-serif;
    --ct_fnt_slogan-txt: 'national_parkregular', sans-serif;
    --ct_shd_header-txt: 3px 3px 5px #000;
    --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);
    --ct_fns_header-txt: 0;
    --ct_fns_slogan-txt: 0;
 
    /* 4 Rating-module */
    --ct_col_rate-primary: #a3c162;
    --ct_col_rate-secondary: #d1ed9a;
    --ct_col_rate-cancel: #f1fff0;
    --ct_col_rate-link-hover: #665731;
    --ct_brd_rate-primary: solid 1px #665731;
}
 
/* Couleur texte creditbox */
.credit {
    color: #665745;
}
 
/* Links */
a,
#page-options-container a {
    color: rgb(18, 94, 18);
}
 
a.newpage {
    color: #c8e293;
}
 
a:visited {
    color: rgb(75, 104, 78);
}
 
/* HEADER */
div#container-wrap {
    background: url(none);
}
 
div#extra-div-1 {
    height: 140px;
    width: 100%;
    top: 0;
    position: absolute;
    background: linear-gradient(
           to bottom right,
           var(--wilson-header) 0%,
           var(--wilson-subtitle) 80%,
           var(--wilson-body) 100%);
} /* Light green gradient */
 
div#extra-div-2 {
    height: 22px;
    width: 100%;
    top: 140px;
    position: absolute;
    background: linear-gradient(to top,
      rgb(51, 43, 24),      
      var(--wilson-text));
    box-shadow: 0 5px 10px rgba(0,0,0,.3);
} /* Dark brown gradient for top-bar */
 
#header {
    background: url("https://scp-wiki.wdfiles.com/local--files/theme%3Awilsons/WWS_Logo_2.2_abrv.png") 15px 40px no-repeat;
    background-size: 6rem;
}
 
@media (max-width: 580px) and (min-width: 480px) {
    #header {
        background-position: 0.5em 4.5em ;
        background-size: 66px 66px ;
    }
}
 
@media (max-width: 479px) {
    #header {
        background-position: 0 5.5em ;
        background-size: 55px 55px ;
    }
}
 
#header h1 a {
    color: transparent;
    text-shadow: none;
    font-family: var(--national-park);
}
 
#header h1 a::before {
    content: "Solutions Fauniques Wilson";
    color: #fff;
}
 
#header h2 span {
    color: transparent;
    text-shadow: none;
    font-family: var(--national-park);
}
#header h2 span::before {
    content: "Où toutes les bêtes sont les bienvenues";
    color: #fff;
}
 
#login-status,
#login-status a,
#account-topbutton {
    color: #fff;
}
 
#login-status ul a {
    color: var(--wilson-text);
}
 
/* Search Bar */
#search-top-box-input {
    border: solid 1px var(--wilson-text);
    color: var(--wilson-text) !important;
    background-color: rgb(187,214,129);
    font-family: var(--national-park-thin);
}
 
#search-top-box-input:hover,
#search-top-box-input:focus {
    background-color: var(--wilson-quote);
}
 
#search-top-box-form input[type=submit] {
    border: solid 1px rgb(66, 56, 31);
    color: #fff;
    background: rgb(66, 56, 31);
    font-family: var(--national-park);
}
 
#search-top-box-form input[type=submit]:hover,
#search-top-box-form input[type=submit]:focus {
    border: solid 1px var(--wilson-text);
    background: var(--wilson-body);
    color: var(--wilson-text);
}
 
/* Top-Bar */
#top-bar ul li a {
   font-family: var(--national-park-heavy);
}
 
#top-bar ul li ul li a {
    font-family: var(--national-park);
}
 
#top-bar ul li ul {
    border: solid 1px #3d2b1f;
    background: rgba(66, 56, 31, .9);
}
 
#top-bar ul li.sfhover ul li a,
#top-bar ul li:hover ul li a {
    border-top: 1px solid #665731;
}
 
#top-bar ul li.sfhover a,
#top-bar ul li:hover a {
    background: transparent;
    color: #fff;
}
 
#top-bar ul li ul a,
#top-bar a:hover {
    color: #fff;
}
#top-bar ul li.sfhover a:hover,
#top-bar ul li:hover a:hover {
    background: rgb(126, 145, 84); /* top bar hover background color */
    color: #fff;
}
 
/* ----- Side Bar ----- */
#side-bar .side-block {
    border-radius: 0;
    border: 1px solid #665731;
    box-shadow: none;
}
 
#side-bar .side-block.media {
    background: var(--wilson-subtitle);
}
 
#side-bar .side-block.resources {
    background: var(--wilson-quote);
}
 
#side-bar .heading {
    color: var(--wilson-text);
    border-color: var(--wilson-text);
    font-family: var(--national-park-heavy);
    font-size: 13px;
}
 
#side-bar a,
#side-bar a:visited,
#side-bar a.newpage {
    color: var(--wilson-text);
    font-family: var(--national-park-thin);
}
 
.side-block .menu-item > .image,
iframe.scpnet-interwiki-frame {
    filter: hue-rotate(70deg);
    -webkit-filter: hue-rotate(70deg);
}
 
#top-bar .open-menu a {
     border: 0.15em solid var(--wilson-text);
     background-color: var(--wilson-body);
     color: var(--wilson-text);
}
 
/* ----- Footer ----- */
#footer {
    background: rgb(80, 68, 37);
    color: #d1ed9a;
}
 
/* ----- Page Elements ----- */
/* Titles */
#page-title,
.meta-title {
    color: var(--wilson-text);
    font-family: var(--national-park-thin);
    font-size: 2.25em;
}
 
#page-title {
    border-color: var(--wilson-text);
}
 
#content-wrap h1,
.owindow h1 {
    font-family: var(--national-park-heavy);
    color: var(--wilson-text);
}
 
/* Tables */
#page-content .wiki-content-table tr th {
    background-color: var(--wilson-header);
    color: #fff;
    border: 1px solid var(--wilson-text);
}
 
/* Quote Blocks */
blockquote,
div.blockquote,
#toc,
.code {
    border-color: var(--wilson-quote);
    background-color: var(--wilson-quote);
    color: var(--wilson-text);
}
 
/* Line Breaks */
hr {
    background-color: var(--wilson-text);
}
 
/* Image Blocks */
.scp-image-block {
    border: solid 1px var(--wilson-text);
}
.scp-image-block .scp-image-caption {
    background-color: var(--wilson-body);
    border-top: solid 1px var(--wilson-text);
}
 
/* ----- RATING MODULE ----- */
.page-rate-widget-box .rate-points {
    background-color: var(--wilson-header) !important;
    border: solid 1px var(--wilson-header);
    text-transform: capitalize;
}
 
.page-rate-widget-box .rateup,
.page-rate-widget-box .ratedown {
    background-color: var(--wilson-body);
    border-top: solid 1px var(--wilson-header);
    border-bottom: solid 1px var(--wilson-header);
}
 
.page-rate-widget-box .rateup a,
.page-rate-widget-box .ratedown a {
    color: var(--wilson-text);
}
 
.page-rate-widget-box .rateup a:hover,
.page-rate-widget-box .ratedown a:hover{
    background: var(--wilson-subtitle);
    color: var(--wilson-text);
}
 
.page-rate-widget-box .cancel {
    background-color: var(--wilson-header);
    border: solid 1px var(--wilson-header);
}
 
.page-rate-widget-box .cancel a {
    color: #fff;
}
 
.page-rate-widget-box .cancel a:hover {
    background: var(--wilson-subtitle);
    color: var(--wilson-text);
}
 
/* Info Module */
#page-content .rate-box-with-credit-button{
    background-color: var(--wilson-header);
    border: solid 1px var(--wilson-header);
}
 
#page-content .creditButton p a {
    border-left-color: #fff;
}
 
.close-credits,
.credit-back {
    filter: hue-rotate(140deg);
}
 
#page-content .modalbox {
    box-shadow: 0 2px 6px rgba(0,30,0,.5);
}
 
.info-container {
    --barColour: var(--wilson-header);
}
 
/* Wikimodule Component */
#page-content .collection .collapsible-block-unfolded-link a,
#page-content .collection .collapsible-block-folded a,
#page-content .titlecolumn,
#page-content .namerow,
#page-content .namerow a {
    background-color: var(--wilson-body);
    color: var(--wilson-text);
}
 
/* ----- Scrollbar and Selection ----- */
::-webkit-scrollbar-track {
    background: #DAEAB9;
}
 
::-webkit-scrollbar-thumb {
    background: #755400;
}
 
::selection {
   background: rgb(126, 145, 84);
   color: #fff;
}
 
/* ----- Mobile Reformatting ----- */
@media (max-width: 767px) {
    #side-bar {
          background-color: var(--wilson-body);
     }
}
 
/* ----- Wikidot Elements ----- */
#lock-info {
    background-color: var(--wilson-body);
    border-color: var(--wilson-body);
    color: var(--wilson-text);
}
 
div.buttons input,
input.button,
button,
file,
a.button {
    background: var(--wilson-body);
    border-color: var(--wilson-body);
    color: var(--wilson-text);
}
 
div.buttons input:hover,
input.button:hover,
button:hover,
a.button:hover {
    color: var(--wilson-text);
    background: var(--wilson-header);
}
 
.hovertip {
    background: var(--wilson-body) !important;
    color: var(--wilson-text) !important;
    border: 1px solid var(--wilson-text) !important;
}
 
.pager .current {
    background: var(--wilson-header);
    border: 1px solid var(--wilson-text);
}
 
} /* <-- This closes the @supports */
 
/* Wilson's Divs */
/* Wilson's Divs placed outside supports @supports(--css:variables) to ensure most crucial part of theme remains visually intact if fallback occurs. */
div.wilson-border {
    border: 0.063em solid rgb(102, 87, 49);  
    box-shadow: 0em 0.063em 0.125em rgba(0, 0, 0, 0.1);
}
 
div.wilson-header {
    color: white;
    background: rgb(163, 193, 98);
    padding: 1em;
    font-size: 150%;
    font-weight: bold;
    text-align: center;
}
 
div.wilson-subtitle {
    color: rgb(102, 87, 49);
    background: rgba(200, 226, 147);
    padding: 0.313em;
    text-align: right;
    font-weight: bold;
}
 
div.wilson-body {
    color: rgba(102, 87, 49);
    background: rgb(209, 237, 154);
    padding: 1em;
}
Bearitage3.png

Le Papatrimoine des SFW est un "Panthéon" officiel proposant des articles considérés à la fois comme emblématiques et facilement identifiables au fait qu'ils mettent en scène des ours.


Bienvenue au Papatrimoine !

Pré-requis

Tous les articles du Papatrimoine doivent répondre aux critères suivants :

  1. L'article doit mettre en valeur l'importante présence des ours.

Ces articles ne constituent pas forcément un canon par défaut sur les ursidés, mais représentent une liste des exemples d'articles sur les ours, classiques ou fondamentaux, largement reconnues et généralement bien cotés.


Promotion de 2019

SCP-549

Inauguration : 1er Avril 2019

Ursa Minor

"SCP-549 est une version miniature d’un Ursus arctos horribilis ou grizzly."

SCP-1048

Inauguration : 1er Avril 2019

Nounours Bricoleur

"SCP-1048 est un petit ours en peluche, mesurant approximativement trente-trois (33) cm de haut."

SCP-1055

Inauguration : 1er Avril 2019

Bugsy

"En condition normale, SCP-1055 ressemble superficiellement à un spécimen de Ursus arctos horribilis ; cependant, son volume, sa masse et sa morphologie se modifient spontanément."

SCP-1145

Inauguration : 1er Avril 2019

Nounours de Nagasaki

"SCP-1145 est un ours en peluche d'environ 30 cm de haut récupéré de Nagasaki, au Japon, en 19██. Son tissu de surface est entièrement composé de cuir issu d'Ursus thibetanus."

SCP-1313

Inauguration : 1er Avril 2019

Résoudre pour Ours

"SCP-1313 est une série anormale de processus logiques, pouvant être définie comme une équation mathématique dont la réponse est un unique spécimen femelle d'Ursus arctos."

SCP-1845

Inauguration : 1er Avril 2019

Royaume Animal

"Vingt-six (26) pigeons, seize (16) pumas, douze (12) écureuils, onze (11) moutons, huit (8) ours à collier, six (6) ratons-laveurs et un (1) tigre du Bengale, désignés SCP-1845-3."

SCP-2091

Inauguration : 1er Avril 2019

Un Ours et sa Petite Fille

"Lorsque SCP-2091-1 est à moins de 15 m de SCP-2091-2, SCP-2091-1 affiche une démarche et des traits de caractère typiquement associés aux grizzlis. Il essaiera de rester près de SCP-2091-2 autant que possible et attaquera tout organisme qu'il juge menaçant ou dangereux pour SCP-2091-2."

SCP-2295

Inauguration : 1er Avril 2019

L'Ours au Cœur de Patchwork

"SCP-2295 est un ours en peluche rapiécé, d’approximativement 0,46 m de hauteur et rempli de fibres synthétiques et de coton."

SCP-2410

Inauguration : 26 Décembre 2019

Ruche de petits teignes

"SCP-2410 est un ensemble d'ours en peluche qui ont subi un phénomène ectoentropique qui a remplacé les matériaux à l'intérieur des ours par des organes internes anatomiquement corrects pour un ours de cette taille."

SCP-2528

Inauguration : 1er Avril 2019

Processeurs de Pandas

"SCP-2528-B désigne l'espèce Ailuropoda melanoleuca et les bactéries intestinales qui lui sont propres. Lorsqu'une instance de SCP-2528-B absorbe la matière constituant SCP-2528-A, des réactions chimiques anormales se produisent et provoquent des modifications au niveau des états quantiques de ses particules, propageant des données dans les amas ainsi créés."

SCP-2579

Inauguration : 1er Avril 2019

Les Ours Dansants de Grant

"La couverture pour les instances SCP-2579-1 est ornée de l'inscription "Zoo des Ours Cybernétiques Améliorés de Grant" dans des caractères en relief."

SCP-2875

Inauguration : 1er Avril 2019

La Ville qui s'est Faite Niquer par des Ours

"Ok écoutez il y a un ours devant ma maison, ok. Mon voisin vient de se faire bouffer, putain, bouffer par un ours. Ok il y a des ours dans la rue, il y a des ours chez les gens, ok, il faut qu'on fasse quelque chose."

SCP-3254

Inauguration : 1er Avril 2019

Vous Ne Pouvez Nous Contenir

"SCP-3254-1 désigne des copies physiques de SCP-3254 que ce dernier a créées à partir de jouets en peluche comme modèle de base. Lorsqu'il trouve une peluche, il l'emmène dans sa tanière pour la caresser ou la nettoyer."

SCP-3603

Inauguration : 1er Avril 2019

Oups ! Tous les Ours

"Au bout de 15 minutes à 32 heures, le bulbe issu de SCP-3603 éclate, auquel succède un SCP-3603-1. Les instances de SCP-3603-1 sont semblables artificiellement aux Ursus Americanus (ours noirs d'Amérique)."

SCP-3877

Inauguration : 1er Avril 2019

MIЯЯOIЯ D'ÜRS

"Au moment de l'impact, le miroir extérieur a cessé de montrer le piège à ours en forme de cylindre et la cage réfléchie affichée sur SCP-3877-1 s'est ouverte."

Maya la Magnifique

Inauguration : 1er Avril 2019

Herman Fuller présente : Maya la Magnifique

"Venez voir notre merveilleuse musicienne ! Capturée lors d’un féroce combat à mort quelque part au fin fond des montagnes !"

Profil de Bestiole : Maya !

Inauguration : 1er Avril 2019

Le nounours de Wilson !

"Vu que nous essayons actuellement de lui faire arrêter la cigarette, Alex est chargé de lui poser des patchs de nicotine quand c’est nécessaire. Et bien sûr, aucun clown n’a le droit d’approcher Maya !"

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