Centre des communautés
Advertisement
Centre des communautés

Note : après avoir publié vos modifications, il se peut que vous deviez forcer le rechargement complet du cache de votre navigateur pour voir les changements.

  • Firefox / Safari : maintenez la touche Maj (Shift) en cliquant sur le bouton Actualiser ou appuyez sur Ctrl + F5 ou Ctrl + R (⌘ + R sur un Mac).
  • Google Chrome : appuyez sur Ctrl + Maj + R (⌘ + Shift + R sur un Mac).
  • Internet Explorer / Edge : maintenez la touche Ctrl en cliquant sur le bouton Actualiser ou pressez Ctrl + F5.
  • Opera : appuyez sur Ctrl + F5.
@import url("https://community.fandom.com/load.php?mode=articles&articles=MediaWiki:Badges-blogs.css|u:dev:MediaWiki:FandomIcons.css|MediaWiki:Documentation.css|MediaWiki:ProgramsHub.css|MediaWiki:HelpWiki.css&only=styles");
@import url("/fr/load.php?mode=articles&articles=MediaWiki:Mainpage.css&only=styles");

/* Inline code, taken from dev.fandom.com */
code,
.code { 
    background-color: rgba(183,183,183,0.23);
    border: 1px solid rgba(156, 156, 156, 0.4);
    padding: 1px 4px;
}

/* 
=== Forum formatting -Algorithm & -Splaka === 
*/
.forumheader {
	border: 1px solid var(--theme-page-accent-mix-color);
	background-color: var(--theme-page-text-mix-color-95);
	color: var(--theme-page-text-color);
	margin-top: 1em;
	padding: 6px;
}
.forumlist td.forum_edited a { 
	color: black; text-decoration: none 
}
.forumlist td.forum_title a { 
	padding-left: 20px; 
}
.forumlist td.forum_title a.forum_new {  
	font-weight: bold; background: url('https://images.wikia.nocookie.net/fr/images/4/4e/Forum_new.gif') center left no-repeat; padding-left: 20px; 
}
.forumlist td.forum_title a.forum_new:visited { 
	font-weight: normal; background: none; padding-left: 20px; 
}
.forumlist th.forum_title { 
	padding-left: 20px; 
}

.theme-fandomdesktop-dark .forumlist td {
    background-color: #505050;
}

/* SPORTTABLE */
 
/* Tableau préformaté permettant lignes blanches et lignes grises. Syntaxe : class="sporttable"
   Exemple sur [[Équipe d'Angleterre de rugby à XV#Statistiques sur les matchs|cet article]]. */
table.sporttable { /* monobookocentré debut */
	margin:1em 1em 1em 0;
	background:#F9F9F9;
	border:1px #AAA solid;
	border-collapse:collapse;
}
 
table.sporttable th, table.sporttable td {
	border:1px #AAA solid;
	padding:.2em;
}
 
table.sporttable th {
	font-weight:bold;
} /* monobookocentré fin */
 
table.wikitable caption {
	margin-left:inherit;
	margin-right:inherit;
}
.encadre{
	border: 1px solid #aaaaaa;
	background:antiquewhite;
	padding:5px;
}

/* Tableau Barre de thème */
.table-theme {
	border: 5px solid var(--fandom-accent-color);
	background-color: var(--theme-page-background-color--secondary);
	color: var(--theme-page-dynamic-color-1);
	border-radius: 0.4em;
}

/* Mark redirects in Special:Allpages and Special:Watchlist */
.allpagesredirect { font-style: italic; }
.watchlistredir { font-style: italic; }

/* Giving TOC a little extra space */
.toc { margin-top: 20px; }

/* Recent changes byte indicators */
.mw-plusminus-pos { color: #006500; }
.mw-plusminus-neg { color: #8B0000; }

/* class for Hubs */
.mw-parser-output .nostar > a:first-child { 
	background: transparent url(https://images.wikia.nocookie.net/central/images/9/96/Bullet_plain.png) center left no-repeat !important; 
	padding-left: 14px !important;
}
.mw-parser-output .yellowstar > a:first-child { 
	background: transparent url(https://images.wikia.nocookie.net/central/images/thumb/e/e6/Hubstar-yellow.png/12px-Hubstar-yellow.png) center left no-repeat !important; 
	padding-left: 14px !important;
}
.mw-parser-output .orangestar > a:first-child { 
	background: transparent url(https://images.wikia.nocookie.net/central/images/thumb/7/73/Hubstar-orange.png/12px-Hubstar-orange.png) center left no-repeat !important; 
	padding-left: 14px !important;
}
.mw-parser-output .redstar > a:first-child { 
	background: transparent url(https://images.wikia.nocookie.net/central/images/thumb/e/ea/Hubstar-red.png/12px-Hubstar-red.png) center left no-repeat !important; 
	padding-left: 14px !important;
}

/** modèle BoiteAccueil **/
.BoiteAccueil {
	margin: 10px 0;
	background-color: #FF6A00;
	border: 1px solid #000;
	border-radius: 8px;
}

.BoiteAccueil h2 {
	margin: 10px 20px 8px;
	text-align: center;
	color: #FFF;
}

.BoiteAccueil .corps {
	padding: 0 5px 5px;
}

/* === Navigation dynamique === */

/* apparence par défaut pour les boîtes de navigation */
table.navbox {
    background-color: #f9f9f92b;
    border: 1px solid #aaaaaa4a;
    clear: both;
    font-size: 90%;
    margin: 1em 0em 0em;
    padding: 2px;
    text-align: center;
    width: 100%;
}
table.navbox th {
    background-color: #9b9befb3;
    padding-left: 1em;
    padding-right: 1em;
}
table.navbox tr:not(:first-child) th {
    background-color: #a1a1f74a;
}
@media print {
    .navbox {
        display: none;
    }
}

/** modèle Infobox **/
.infobox {
	float: right;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border:1px solid #D9D9D9;
	margin: 1em 0 1em 1em;
	width: 245px;
	z-index: 150; 
}
.infobox .barre_haut {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	text-align: center;
	line-height: 23px;
	height: 23px;
	font-size: 85%;
}
.infobox .contenu { padding: 2px; text-align: center; }
.infobox table { 
	border-collapse: collapse;
	font-size: 75%;
	width: 100%;
	background-color: transparent;
	table-layout: fixed;
}
.infobox table a, 
.infobox table a:visited { 
	text-decoration: underline; 
	color: inherit; 
}
.infobox td, 
.infobox th { 
	vertical-align: top; 
	padding: 0; 
}
.infobox th { 
	text-align: left; 
	font-weight: bold; 
}
.infobox td { 
	text-align: right; 
}
.infobox table.bloc { 
	font-size: 100%; 
}
.infobox table.bloc th, 
.infobox table.bloc td { 
	text-align: center; 
	width: 50%; 
}
.infobox tr.un th, 
.infobox tr.un td { 
	text-align: center; 
}
.infobox tr.deux { 
	border-top: 1px solid #B5B7CF; 
	border-bottom: 1px solid #B5B7CF; 
}
.infobox tr.deux th { 
	padding-left: 2px; 
}
.infobox .logowiki img { 
	max-width: 235px; 
}

.ns-500 .RelatedPagesModule { display:none; } /* To rid of Read More on Blogs */
.ns-114 .RelatedPagesModule { display:none; } /* To rid of Read More on AS */

/** Modèle topicon **/
.topicon {
	display: block !important;
	position: absolute;
	right: 10px;
	top: 15px;
}

.helpmodule img:hover {
	-moz-opacity: .8;
	-khtml-opacity: .8;
	opacity: .8;
}

.navbox th a { color: #FFF; }

/****************************************************************
**** Exemple de thème pour les infoboxes avec InfoboxBuilder ****
****************************************************************/
.mon-theme-infobox-toggle-content span.mw-collapsible-toggle {
	float: none;
	display: block;
}
 
.mon-theme-infobox-container {
	float: right;
	box-sizing: border-box;
	width: 275px;
	margin: 0px 0px 10px 10px;
	padding: 10px;
	border: 1px solid #B5B7CF;
	border-radius: 10px;
	background-color: #EFF0FF;
	font-size: 10px;
	color: #3A3A3A;
}
 
.mon-theme-infobox-container table {
	width: 100%;
}
 
.mon-theme-infobox-main-image img {
	max-width: 100% !important;
	height: auto;
	display: block;
	padding: 1em;
	box-sizing: border-box;
}
 
.mon-theme-infobox-main-image-caption {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding: 5px 0px;
}
 
.mon-theme-infobox-image img {
	max-width: 100% !important;
	height: auto;
	display: block;
	padding: 1em;
	box-sizing: border-box;
}
 
.mon-theme-infobox-image-caption {
	font-size: 90%;
}
 
.mon-theme-infobox-title {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding: 10px 0px;
}
 
.mon-theme-infobox-header {
	padding-top: 10px;
	font-size: 14px;
	text-align: center;
}
 
.mon-theme-infobox-link {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
 
.mon-theme-infobox-line {
	border-top: 1px solid #ccc;
}
 
.mon-theme-infobox-line-left {
	vertical-align: top;
	border-top: 1px solid #B5B7CF;
	width: 40%;
}
 
.mon-theme-infobox-line-right {
	vertical-align: top;
	text-align: right;
	border-top: 1px solid #B5B7CF;
	width: 60%;
}

/*~ Cell sizes for ambox/tmbox/imbox/cmbox/ombox/fmbox/dmbox message boxes ~*/
 th.mbox-text, td.mbox-text {
    /* The message body cell(s) */
    border: none;
    padding: 0.25em 0.9em;
    /* 0.9em left/right */
    width: 100%;
    /* Make all mboxes the same width regardless of text length */
}
td.mbox-image {
    /* The left image cell */
    border: none;
    padding: 2px 0 2px 0.9em;
    /* 0.9em left, 0px right */
    text-align: center;
}
td.mbox-imageright {
    /* The right image cell */
    border: none;
    padding: 2px 0.9em 2px 0;
    /* 0px left, 0.9em right */
    text-align: center;
}
/*~ Talk page message box styles ~*/
 table.tmbox {
    margin: 4px 10%;
    border-collapse: collapse;
    border: 1px solid #c0c090;
    /* Default "notice" gray-brown */
    background: #f8eaba;
}
.mediawiki .mbox-inside .tmbox {
    /* For tmboxes inside other templates. The "mediawiki" */
    margin: 2px 0;
    /* class ensures that this declaration overrides other */
    width: 100%;
    /* For Safari and Opera */
    /* styles (including mbox-small above) */
}
.mbox-inside .tmbox.mbox-small {
    /* "small" tmboxes should not be small when  */
    line-height: 1.5em;
    /* also "nested", so reset styles that are   */
    font-size: 100%;
    /* set in "mbox-small" above.                */
}
table.tmbox-speedy {
    border: 2px solid #b22222;
    /* Red */
    background: #fee;
    /* Pink */
}
table.tmbox-delete {
    border: 2px solid #b22222;
    /* Red */
}
table.tmbox-content {
    border: 2px solid #f28500;
    /* Orange */
}
table.tmbox-style {
    border: 2px solid #f4c430;
    /* Yellow */
}
table.tmbox-move {
    border: 2px solid #9932cc;
    /* Purple */
}
table.tmbox-protection, table.tmbox-notice {
    border: 1px solid #c0c090;
    /* Gray-brown */
}
/* These mbox-small classes must be placed after all other 
   ambox/tmbox/ombox etc classes. "body.mediawiki" is so 
   they override "table.ambox + table.ambox" above. */
body.mediawiki table.mbox-small {
    /* For the "small=yes" option. */
    clear: right;
    float: right;
    margin: 4px 0 4px 1em;
    width: 238px;
    font-size: 88%;
    line-height: 1.25em;
}
body.mediawiki table.mbox-small-left {
    /* For the "small=left" option. */
    margin: 4px 1em 4px 0;
    width: 238px;
    border-collapse: collapse;
    font-size: 88%;
    line-height: 1.25em;
}

/* Meilleur alignement des infoboxes sur Project:Staff et Modèle:MembresGlobauxModération */

.profilecards {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-content: space-between;
}
 
.profilecards .portable-infobox {
	display:flex;
	flex-direction:column;
	max-width:270px;
}
 
.profilecards .portable-infobox [data-item-name="biographie"],
.profilecards .portable-infobox [data-source="description"]{
	height:100%;
}
 
.profilecards .portable-infobox h2,
.profilecards .portable-infobox .pi-data{
	overflow:visible;
}

.pi-theme-VolunteerCard [data-source="extimage"] {
	justify-content: center;
}
.pi-theme-VolunteerCard [data-source="extimage"] img {
	height:100px;
	width:auto;
}

/* Boîtes d'aide par User:SlyCooperFan1 */
.helpbox-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
    margin: 5px 0;
}
.helpbox {
	padding: 0 30px 10px;
	border: 1px solid var(--theme-border-color);
}
.helpbox:nth-child(even) {
	margin-left: 5px;
}
.helpbox h2 {
	font-size: 20px;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.helpbox h2 > span > span {
	position: relative;
	top: 4px;
}
.helpbox a {
	font-weight: bold;
}

/* remet les bordures en blanc */
.WikiaPage {
    border-color: white;
}

/* style des boutons */
.cc2-wikia-button a {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #002E54;
    background-image: -moz-linear-gradient(top, #004A87 35%, #002E54 65%);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(35%, #004A87), color-stop(65%, #002E54));
    border: 1px solid #002E54;
    color: white;
    cursor: pointer;
    display: inline-block;
    font: 12px/20px Helvetica, Arial, sans-serif;
    height: 19px;
    margin: 0;
    padding: 0 7px;
    text-decoration: none;
    white-space: nowrap;
}

.cc2-wikia-button a:hover {
    background-color: #002E54;
    background-image: -moz-linear-gradient(top, #004A87 35%, #002E54 65%);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(35%, #004A87), color-stop(65%, #002E54));
    text-decoration: none
}

.blogsubhead {
    font-size: 14px;
    padding: 8px 0 0;
    font-weight: bold;
    margin-bottom: -5px;
}
/* choses pour wikifactory, ajout temporaire en attendant que le code soit natif, trouvez uberfuzzy s'il y a des problèmes */
#wiki-factory td[data-status="1"] {
    background-color: lime;
    color: black;
}

#wiki-factory td[data-status="2"] {
    background-color: purple;
    color: white;
}

#wiki-factory td[data-status="0"],
td[data-status="-1"] {
    background-color: red;
    color: white;
}

#wiki-factory td[data-status="-1"] {
    text-decoration: line-through;
}

.sharedHelp {
    border: 1px solid #ccc !important;
}

.ns-116 .RelatedPagesModule,
.ns-500 .RelatedPagesModule {
    display: none;
}

.helpmodule img:hover {
    -moz-opacity: .8;
    -khtml-opacity: .8;
    opacity: .8;
}

/* Darwin-isation de la page d'accueil */
@media screen and (max-width: 1023px) {
    .page-Community_Central #WikiaArticle iframe {
        width: 49%;
    }
    .page-Community_Central #WikiaArticle #twitter-widget-0 {
        float: right;
    }
}

/* Liens interlangue du pied de page */
.mainpage .WikiaArticleInterlang h3,
.mw-special-Contact div.WikiaArticleInterlang h3,
.mw-special-Forum div.WikiaArticleInterlang h3 {
    font-size: 18px;
    height: 55px;
    margin-left: 90px;
    font-weight: bolder;
}

.mainpage .WikiaArticleInterlang h3 {
    padding-top: 20px;
}

.mw-special-Contact div.WikiaArticleInterlang h3 {
    padding-top: 11px
}

.mw-special-Forum div.WikiaArticleInterlang h3 {
    padding-top:0;
}

div.WikiaArticleInterlang {
    display: none;
}

.mw-special-Recentchanges div.WikiaArticleInterlang,
.mw-special-Contact div.WikiaArticleInterlang,
.mw-special-Forum div.WikiaArticleInterlang {
    display: block;
}

.mainpage .WikiaArticleInterlang,
.mw-special-Contact div.WikiaArticleInterlang,
.mw-special-Forum div.WikiaArticleInterlang {
    background-color: white;
    background: url('https://images.wikia.nocookie.net/eswikia/images/5/55/W-Intl_65x65.png') no-repeat 10px, -moz-linear-gradient(top, rgba(242, 242, 242, 0) 50%, #f2f2f2 100%);
    background: url('https://images.wikia.nocookie.net/eswikia/images/5/55/W-Intl_65x65.png') no-repeat 10px, -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(50%, rgba(242, 242, 242, 0)), color-stop(100%, #f2f2f2));
    background: url('https://images.wikia.nocookie.net/eswikia/images/5/55/W-Intl_65x65.png') no-repeat 10px, -o-linear-gradient(top, rgba(242, 242, 242, 0) 50%, #f2f2f2 100%);
    background: url('https://images.wikia.nocookie.net/eswikia/images/5/55/W-Intl_65x65.png') no-repeat 10px, -ms-linear-gradient(top, rgba(242, 242, 242, 0) 50%, #f2f2f2 100%);
    border: 1px solid #D9D9D9;
    height: 60px;
    margin: 0;
    margin-top: 10px;
}

.mw-special-Forum #forum-display {
    clear: both;
    margin: 0 10px;
}

.mw-special-Forum #mw-content-text {
    margin-bottom: 15px;
}

.mainpage .WikiaArticleInterlang ul {
    font-size: 14px;
    padding-top: 20px;
}

.mw-special-Recentchanges div.WikiaArticleInterlang ul {
    font-size: 14px;
    padding-top: 16px;
}

.mw-special-Forum div.WikiaArticleInterlang ul {
    font-size: 14px;
    padding-top: 3px;
}
.mw-special-Contact div.WikiaArticleInterlang ul {
    font-size: 14px;
    padding-top: 16px;
}

.mainpage .WikiaArticleInterlang ul li:first-child,
.mw-special-Recentchanges .WikiaArticleInterlang ul li:first-child
.mw-special-Contact div.WikiaArticleInterlang ul li:first-child,
.mw-special-Forum div.WikiaArticleInterlang ul li:first-child {
    padding-left: 10px;
}

body.page-Community_Central_Staff .WikiaPage .WikiaArticle .mw-content-text {
    font-family: Rubik, Helvetica, Arial, sans-serif;
    color: #002a32;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.6
}

body.page-Community_Central_Staff #mw-content-text > h2 {
    border-bottom: 0;
    margin: 0 0 30px;
    background-image: -webkit-gradient(linear, left top, right top, from(#dfec24), to(#dfec24));
    background-image: -webkit-linear-gradient(left, #dfec24, #dfec24);
    background-image: -o-linear-gradient(left, #dfec24, #dfec24);
    background-image: linear-gradient(90deg, #dfec24, #dfec24);
    background-position: 0 0.9em;
    background-repeat: repeat-x;
    background-size: 1px 4px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.2;
    padding: 0 6px;
    text-transform: uppercase
}

body.page-Community_Central_Staff #mw-content-text > h3 {
    border-bottom: 0;
    font-size: 20px;
    font-weight: 400;
    padding: 0 6px;
    text-transform: uppercase
}

body.page-Community_Central_Staff #mw-content-text > h2 + h3 {
    margin-bottom: 15px
}

/** Infoboxes Portables **/
/*** Projet de Wiki ***/
.pi-theme-projetdewiki {
    background:transparent;
    border-color: var(--theme-page-background-color);
}
.pi-theme-projetdewiki .pi-title {
    background:#404a57;
    color:white;
    font-weight:bold;
    text-align:center;
    padding:5px 20px;
    border-radius:12px 12px 0 0;
}
.pi-theme-projetdewiki .pi-title img {
    float: right;
}
.pi-theme-projetdewiki .pi-header {
    background:#404a57;
    color:white;
    text-align:center;
    padding:5px 20px;
    font-size: 14px;
}
.pi-theme-projetdewiki .pi-horizontal-group .pi-data-value {
  text-align: center;
}
.pi-theme-projetdewiki .pi-item {
    background:#404a57;
    color:white;
}
.pi-theme-projetdewiki .pi-data-value {
    text-align:right;
}
.pi-theme-projetdewiki .pi-navigation {
    background:#656e78;
    text-align:center;
}
.pi-theme-projetdewiki a {
    color:#babbae;
    text-decoration:underline;
}
.pi-theme-projetdewiki .pi-border-color {
    border-color:#babbae
}
.pi-theme-projetdewiki .pi-navigation:last-child {
    border-radius:0 0 12px 12px;
}

.pi-theme-projetdewiki .pi-navigation img {
	max-width: 250px;
	height: auto;
}

.portable-infobox.pi-theme-notes .pi-header {
    background-color: #E5F0F7;
    color: black;
    text-align: center;
    font-weight: normal;
}

.portable-infobox.type-card {
	clear: none;
	float: left;
	margin: 0 0 15px 15px;
	padding: 0.5em;
}

.portable-infobox.type-card .pi-data-value {
	hyphens: manual;
	word-break: break-word;
}

/* Volunteer cards */
.staff-member    td:first-child,
.ivt-member      td:first-child,
.convol-member   td:first-child,
.squadron-member td:first-child {
	width: 70%;
}

.Adopt-a-Wiki {
    border: 3px;
    border-style: solid;
    border-color: #08D6CC;
    border-radius: 5px;
    box-shadow: -9px 10px 15px 2px rgba(219, 218, 221, 1);
}

/* Boîtes-Blog */
.GT-1 {
background: rgba(173,237,0,1);
background: -moz-linear-gradient(45deg, rgba(173,237,0,1) 0%, rgba(0,214,214,1) 50%, rgba(0,191,237,1) 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(173,237,0,1)), color-stop(50%, rgba(0,214,214,1)), color-stop(100%, rgba(0,191,237,1)));
background: -webkit-linear-gradient(45deg, rgba(173,237,0,1) 0%, rgba(0,214,214,1) 50%, rgba(0,191,237,1) 100%);
background: -o-linear-gradient(45deg, rgba(173,237,0,1) 0%, rgba(0,214,214,1) 50%, rgba(0,191,237,1) 100%);
background: -ms-linear-gradient(45deg, rgba(173,237,0,1) 0%, rgba(0,214,214,1) 50%, rgba(0,191,237,1) 100%);
background: linear-gradient(45deg, rgba(173,237,0,1) 0%, rgba(0,214,214,1) 50%, rgba(0,191,237,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aded00', endColorstr='#00bfed', GradientType=1 );
}
.GT-2 {
background: rgba(0,191,237,1);
background: -moz-linear-gradient(-45deg, rgba(0,191,237,1) 0%, rgba(0,214,214,1) 50%, rgba(173,237,0,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(0,191,237,1)), color-stop(50%, rgba(0,214,214,1)), color-stop(100%, rgba(173,237,0,1)));
background: -webkit-linear-gradient(-45deg, rgba(0,191,237,1) 0%, rgba(0,214,214,1) 50%, rgba(173,237,0,1) 100%);
background: -o-linear-gradient(-45deg, rgba(0,191,237,1) 0%, rgba(0,214,214,1) 50%, rgba(173,237,0,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(0,191,237,1) 0%, rgba(0,214,214,1) 50%, rgba(173,237,0,1) 100%);
background: linear-gradient(135deg, rgba(0,191,237,1) 0%, rgba(0,214,214,1) 50%, rgba(173,237,0,1) 100%);
filter: prog
}
/*Modèle:Bulle*/
 
.bulle {
    background: gray;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: black;
    padding: 0.2em;
    padding-left: 0.5em;
    min-width:300px;
    font-family:Times New Roman;
}
.bulle #titre {
    font-size: 17px;
    line-height: 22px;
    margin:.5em 0 .2em;
}
.boitebulle {
    display:flex;
    align-items:center;
}
.flèche {
    border:10px solid;
    border-color:transparent grey transparent transparent;
}

/* Blogs */
body.ns-500 .WikiaArticle h2 {
    border-bottom: 0;
    background-image: -webkit-gradient(linear,left top,right top,from(#dfec24),to(#dfec24));
    background-image: -webkit-linear-gradient(left,#dfec24,#dfec24);
    background-image: -o-linear-gradient(left,#dfec24,#dfec24);
    background-image: linear-gradient(90deg,#dfec24,#dfec24);
    background-position: 0 0.9em;
    background-repeat: repeat-x;
    background-size: 1px 4px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    color: #002a32;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.2;
    padding: 0 6px;
    text-transform: uppercase;
}
body.ns-500 .WikiaPage .WikiaArticle .mw-content-text {
    font-family: Rubik,Helvetica,Arial,sans-serif;
    color: #002a32;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.6;
}
body.ns-500 .WikiaArticle .toc {
    background-color: transparent;
    border: 1px solid #d9d9d9;
    border-collapse: separate;
    margin: 1em 0;
    padding: 5px;
}

/* Changements visuels de WAM */
.WikiaArticle .wam-header {
    display: none !important;
}

/* In-Editor Help Assistance board - hide create thread module */
.page-Board_In-Editor_Help_Assistance #ForumNewMessage {
    display: none;
}

/* Hide on Topic pages */
#ForumNewMessage #BoardList option[value='In-Editor Help Assistance'] {
  display:none;
}

/* Corrige un problème avec les liens de l'"historique de page" étant coupé pour les pages action=delete */
.mw-delete-warning-revisions > .emptymwmsg.mediawiki_historywarning {
    display: none;
}

.main-page-tag-rcs .has-icon {
    font-size: 22px;
    font-weight: bold;
    border: none;
}

.FANDOM-badge {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal;
    font-style: normal;
    font-family: Rubik, Helvetica, Arial, sans-serif;
    font-size: .875rem;
    line-height: 1.5rem;
    background-color: #39424d;
    width:100%;
    max-width:700px;
    color: #fff;
    margin: auto;
    margin-top:40px;
    text-align: center;
}

.FANDOM-avatar {
    border: 2px solid #ccc;
    height: 90px;
    margin: 0 auto -40px;
    -webkit-transform: translateY(-45px);
    -moz-transform: translateY(-45px);
    -ms-transform: translateY(-45px);
    -o-transform: translateY(-45px);
    transform: translateY(-45px);
    width: 90px;
}

.FANDOM-badge .fs1rem {
    color: #fff;
    display: block;
    font-size: 1rem;
}

.FANDOM-about {
    margin: 14px 70px 0;
    line-height: 1.3125rem;
}

.FANDOM-profile {
    background-color: #2c343d;
    margin-top: 20px;
    text-transform: uppercase;
}

blockquote.FANDOM-badge.context-link { 
	padding: 1em 0.5em;
}

/* Badges with color adaptation for both light and dark theme  */
.theme-fandomdesktop-dark .fandom-badge {
    --color-bg: #280033;
    --bg-image: url(https://static.wikia.nocookie.net/central/images/0/08/Site-background-dark/revision/latest);
}

.theme-fandomdesktop-light .fandom-badge {
    --color-bg: #ffc500;
    --color-text: #000;
    --bg-image: url(https://static.wikia.nocookie.net/central/images/b/b5/Site-background-light/revision/latest);
}

.fandom-badge {
    position: relative;
    font-size: .875rem;
    line-height: 1.5rem;
    background-color: var(--color-bg);
    width: 100%;
    max-width: 700px;
    color: var(--color-text);
    margin: auto;
    margin-top: 50px;
    text-align: center;
}

blockquote.fandom-badge.context-link { 
	padding: 1em 0.5em;
}

/* Clean up margin in info box on [[Discord]] */
.page-Discord #mw-content-text .article-table > p:last-child {
    margin-bottom: 0;
}

/* Custom red link color for updated light theme */
body.theme-fandomdesktop-light {
	--theme-alert-color: #E6001B
}

/* Style pour [[Aide:Contenu]] */
.centralhelpbox {
	border: 1px solid silver;
	cursor: pointer;
	margin: 0 5px 10px 0;
	min-height: 240px;
	padding: 20px 20px 10px;
}
.centralhelpbox > span {
	font-size: 20px;
	font-weight: bold;
}
h2.centralhelpbox-h2 { 
	border: none;
	padding: -6px 0;
	display: grid;
	place-items: center;
	padding: 0px 0px;
	/* color: #ad0057; */
}
.content-botton {
	display: grid;
	place-items: center;
}
/* Page de demandes */
#guidelines-admin .mw-collapsible-text,
#guidelines-bureaucrat .mw-collapsible-text{
  color: inherit;
}

/****    ADOPTION    ****/
/* Formulaire d'adoption */
#adoption {
    margin: auto;
    width: 100%;
    text-align: center;
}
#adoption .form-section {
    width: 100%;
    padding: 5px;
    box-sizing: border-box
}
#adoption input,
#adoption select,
#adoption textarea {
    padding: 10px;
    border: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    border-radius: 3px;
    margin-top: 10px;
    width: 30em;
}
#adoption input[type="number"] {
	width: 5em;
}
#adoption label {
    display: block;
    font-weight: bold;
    font-size: large
}
#adoption textarea {
    width: 70%;
    height: 80px
}

.mw-notification-tag-adoption {
    position: fixed;
    width: 400px;
    left: 50vw;
    margin-left: -200px;
    top: 5vh;
}
#adoption #communityvote {
    width: 200px
}

/* Modèle d'adoption */
/* @author: SacredOwl, Bitomic */
.adoption-request { 
  margin: auto; 
  width: 90%; 
  padding: 1px; 
  display: flex; 
  flex-wrap: wrap;
  gap: 3px;
  color: Black;
  font-size: 90%;
  padding-left: 5px;
  border-left: 5px solid var(--border);
}
.adoption-box-pending {
  --accent: rgba(150, 150, 250, 0.5);
  --background: rgba(200, 200, 250, 0.5);
  --border: darkblue;
}
.adoption-box-done {
  --accent: rgba(150, 250, 150, 0.5);
  --background: rgba(200, 250, 200, 0.5);
  --border: forestgreen;
}
.adoption-box-rejected {
  --accent: rgba(250, 150, 150, 0.5);
  --background: rgba(250, 200, 200, 0.5);
  --border: darkred;
}

.adoption-text { 
	font-size: 110%; 
	font-variant: small-caps; 
	letter-spacing: 1px; 
}
.adoption-box { 
	width: 49%; 
	padding: 3px; 
	border-radius: .15em; 
	border: 1px solid var(--accent); 
	background-color: var(--background); 
}
.adoption-box-motivation, 
.adoption-box-voting { 
	display: auto; 
	border-radius: .15em; 
	padding: 3px; 
	width: calc(98% + 3px);; 
	border: 1px solid var(--accent); 
	background-color: var(--background); 
}

/* Adoption description styling */

.adoptiondesc-box {
    width: 100%;
    margin: 1.5em auto 2em;
    padding-top: 0;
    background: rgba(90,90,90,0.15);
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-collapse: collapse;
}

.theme-fandomdesktop-light .adoptiondesc-box { background: rgb(242,242,242); }
.theme-fandomdesktop-dark .adoptiondesc-box { background: rgba(50,50,50,0.2); }

.theme-fandomdesktop-light .adoptiondesc-top-yes { border-top: 5px solid #b3e0bd; }
.theme-fandomdesktop-light .adoptiondesc-yes div { background: #b3e0bd; }
.theme-fandomdesktop-dark .adoptiondesc-top-yes { border-top: 5px solid #263926; }
.theme-fandomdesktop-dark .adoptiondesc-yes div { background: #263926; }

.theme-fandomdesktop-light .adoptiondesc-top-no { border-top: 5px solid #e6b2b6; }
.theme-fandomdesktop-light .adoptiondesc-no div { background: #e6b2b6; }
.theme-fandomdesktop-dark .adoptiondesc-top-no { border-top: 5px solid #372525; }
.theme-fandomdesktop-dark .adoptiondesc-no div { background: #372525; }

.theme-fandomdesktop-light .adoptiondesc-top-info { border-top: 5px solid #b7cdeb; }
.theme-fandomdesktop-light .adoptiondesc-info div { background: #b7cdeb; }
.theme-fandomdesktop-dark .adoptiondesc-top-info { border-top: 5px solid #1e2b41; }
.theme-fandomdesktop-dark .adoptiondesc-info div { background: #1e2b41; }

.adoptiondesc-title {
    padding-top: 0;
    padding-left: 1em;
    font-size: 130%;
    text-transform: uppercase;
}

.adoptiondesc-title div {
    display: inline-block;
    width: max-content;
    padding: 0.1em 0.5em;
}

.adoptiondesc-text {
    padding: 0.7em 1.5em 0.5em;
    font-size: 95%;
}

/* pour les paramètres de Modèle:DPL */
table.wikitable.dplparameter {
	/*width:100%;*/
	border-spacing:0;
}
table.wikitable.dplparameter > * > tr > td:first-child {
	background-color:var(--dplparameter-background);
	padding:5px;
	width:200px;
	font:130% Courier, monospace;
}
table.wikitable.dplparameter > * > tr > td:nth-child(2) {
	padding:5px;
}
Advertisement