Royalty tested
Vous souhaitez réagir à ce message ? Créez un compte en quelques clics ou connectez-vous pour continuer.



 
Le deal à ne pas rater :
Cartes Pokémon : la prochaine extension Pokémon sera EV6.5 Fable ...
Voir le deal
-28%
Le deal à ne pas rater :
Précommande : Smartphone Google Pixel 8a 5G Double Sim 128Go ...
389 € 539 €
Voir le deal

 :: Random fact de Dracuficient :: Random fact de Dracuficient :: Codages Voir le sujet précédent Voir le sujet suivant Aller en bas
CSS VERSION DEUX
King Maleficent
Messages : 92
Date d'inscription : 03/12/2021
Age : 38
Admin
King Maleficent
Code:
/*BASES*/
a:link {text-decoration: none !important;}
a:visited {text-decoration: none !important;}
a:hover {text-decoration: none !important;}
a:active {text-decoration: none !important;}
a {text-decoration:none !important;}
.mainmenu img {display: none;}
tr.post span.gensmall { display: none; }
b{color:#6c4235;}
i{color:#aab488;}
.calvin img{width:100px; height:100px; object-fit: cover; border-radius:5px;}
.selectCode{font-weight:lighter;float:right;text-transform:uppercase}
.selectCode { float:right; text-transform: uppercase; cursor:pointer; }
.postbody{padding:20px; text-align:justify;}
body {margin-top:0px;  padding-top:0px; margin: 0 auto; }

.bodyline {
  padding: 0;
  border: none !important;
}
.bodyline{border-top: none !important;border-bottom: none !important;}
.mainmenu {text-transform: uppercase;font-family: times;font-size: 13px;}
body {margin: 0 auto;}
.maintitle{margin-top:-40px;}
cd{color:#945344;
font-family: 'Road Rage', cursive;
  font-size:18px;line-height:9px;
  text-transform:uppercase;
}
ky{color:#9a4f41;
  font-family: 'Road Rage', cursive;
  font-size:18px;
  text-transform:uppercase;
  font-weight:bold;}
hf{color:#78818F;
font-family: 'Spectral SC', serif;
font-size:10px; line-height:9px;
text-transform:uppercase;
text-shadow:0px 0px 2px #e1fed1;
}
rus{color:#;
font-family: 'Spectral SC', serif;
font-size:10px; line-height:9px;
text-transform:uppercase;
text-shadow:0px 0px 2px #e1fed1;
font-weight:bold;}
rr{font-size:14px;
  font-family: 'Scetral SC', serif;
  text-transform:uppercase;
  text-shadow:0px 0px 2px #e1fde1;
  font-weight: bold;
  text-decoration: overline;
color:#7176a0;
margin-left:25px;}
al{letter-spacing:-2px; font-size:16px;}
hr{border:1px solid #33211e;}

/**********************************SIGNATURE********************************/
wd{background-color:#33211e;
font-family: 'Road Rage', cursive;
  text-transform :uppercase;
  letter-spacing:2px;
font-size:18px;
  color:#a2a08a;
}

.pickup{
  width:250px;
  text-align:justify;
  font-size;12px;
  line-height:12px;
  text-transform:lowercase;
  font-family: 'Playfair Display', serif;
}

/*******************************************RÉPONSE RAPIDE****************************************************/
form#quick_reply .sceditor-container
{
width: 600px;
max-width: 600px;
  min-height:208px;
}
.panneau_avatar {
    margin-left:10px;
  margin-top:-52px;
  border-radius:5px;
  border:solid 5px #383c2b;
}

.panneau_avatar img {
    width:200px;
  height:200px;
  object-fit: cover;
}

div.sceditor-toolbar, form#quick_reply .sceditor-container {
  border:2px solid #191918 !important;
}

.sceditor-container iframe, .sceditor-container textarea {
  color:#72775F !important;
}

div.sceditor-group {
  background-color:#292b21 !important;
  border: none !important;
}

/**********************************************************QUOTE & CODE*******************************************************/

.codebox{
  background-image: url(https://images2.imgbox.com/fd/a8/a9TMbAcL_o.png);
background-position: center center;
    border-bottom: 10px solid #a2a08a;
    border-radius: 3px;
    box-shadow: 0 0 3px 0 #a2a08a;
    padding: 20px;
    width: 410px;
}

.quote, .code {
  background-color:#22231f !important;
  padding:10px !important;
  border:none !important;
  color:#F1F1F1 !important;
  max-width:500px !important;
}

dt .genmed {
  color:#72775F !important;
  font-size:15px !important;
  text-transform:uppercase;
}

.spoiler dt {
  background-color:#22231f !important;
  color:#72775F !important;
  font-size:15px !important;
  text-transform:uppercase;
}

.selectCode {
  float:right;
  text-transform: uppercase;
  cursor:pointer;
  font-family: 'Road Rage', cursive;
  font-size:30px !important;
}
div.cont_code { clear: right; }

.spoiler_closed {
  border:none !important;
}

.spoiler_content {
  border:none !important;
}

.selectCode {
  color:#72775F !important;
  font-size:15px !important;
  text-transform:uppercase;
}

/*****************************SWITCHEROO***************************************/
:root {
  --color-text: rgba(255, 255, 255, 0.87);
  --color-bg: #17141b;
  --color-delete: #e74c3c;
  --color-tooltip: #010203;
  --color-squircle: #201f2e;
  --color-accent: #b14255;
  --color-button: #aaa2f2;
  --color-pill: #ffffff;
  --gap-size: 16px;
  --ease: cubic-bezier(0.4, 0.0, 0.2, 1);
  --ease-bounce: cubic-bezier(0.43, 0.09, 0.38, 2.56);
}

.switcheroo {
  color: var(--color-text);
  background-color: #181818 !important;
  font-size: 16px;
}
.switcheroo[position="static"] {
  position: relative;
}
.switcheroo[position="top"] {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
.switcheroo[position="bottom"] {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
}
.switcheroo[direction="horizontal"] {
  width: 100%;
}
.switcheroo[direction="vertical"] {
  height: 100%;
    width:120px !important;
}

.switcheroo__squircles {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  padding: var(--gap-size);
  gap: var(--gap-size);
}
.switcheroo[direction="horizontal"] .switcheroo__squircles {
  flex-direction: row;
}
.switcheroo[direction="vertical"] .switcheroo__squircles {
  flex-direction: column;
}

/* squircle */
.switcheroo[theme="discord"] .switcheroo__squircle {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-squircle);
}
.switcheroo[theme="discord"] .switcheroo__squircle {
  width: 90px;
  height: 20px;
  border-radius: 5px;
  cursor: pointer;
  transition: border-radius 128ms var(--ease);
  filter: grayscale(100%);
}
.switcheroo[theme="discord"] .switcheroo__squircle:hover {
  border-radius: 7px;
  height:35px;
  filter: grayscale(50%);
}
.switcheroo[theme="discord"][direction="vertical"] .switcheroo__squircle:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: var(--color-pill);
  position: absolute;
  border-radius: 4px;
  top: 50%;
  transform: translate(-100%, -50%) scale(0);
  transition: transform 128ms, opacity 64ms;
  pointer-events: none;
  opacity: 0;
}
.switcheroo[theme="discord"][direction="horizontal"] .switcheroo__squircle:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: var(--color-pill);
  position: absolute;
  border-radius: 4px;
  left: 50%;
  transform: translate(-50%, -100%) scale(0);
  transition: transform 128ms, opacity 64ms;
  pointer-events: none;
  opacity: 0;
}
.switcheroo[theme="discord"] .switcheroo__squircle.active {
  border-radius: 7px;
  height:35px;
  width:110px;
  cursor: default;
  filter: grayscale(0%);
}
.switcheroo[theme="discord"][direction="vertical"] .switcheroo__squircle:hover:before {
  opacity: 1;
  transform: translate(-100%, -50%) scale(0.5);
}
.switcheroo[theme="discord"][direction="horizontal"] .switcheroo__squircle:hover:before {
  opacity: 1;
  transform: translate(-50%, -100%) scale(0.5);
}

.switcheroo[theme="discord"][direction="vertical"] .switcheroo__squircle.active:before {
  opacity: 1;
  transform: translate(-85%, -50%) scale(0.2);
  border-radius: 50%;
}
.switcheroo[theme="discord"][direction="horizontal"] .switcheroo__squircle.active:before {
  opacity: 1;
  transform: translate(-50%, -85%) scale(0.2);
  border-radius: 50%;
}


/* tooltip */
.switcheroo__popper {
  background-color: var(--color-tooltip);
  padding: 0.68rem 1rem;
  position: absolute;
  width: -webkit-max-content;
  width: max-content;
  border-radius: 4px;
  z-index: 0;
  opacity: 0;
  transition: opacity 64ms var(--ease), transform 128ms var(--ease-bounce);
  pointer-events: none;
  color: #fff;
}
.switcheroo[direction="vertical"] .switcheroo__popper {
  left: 155%;
  top: 50%;
  transform-origin: left;
  transform: translateY(-50%) scale(0.98);
  background-color:#383c2b !important;
}
.switcheroo[direction="horizontal"] .switcheroo__popper {
  top: 155%;
  left: 50%;
  transform-origin: top;
  transform: translateX(-50%) scale(0.98);
}
.switcheroo__popper:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background-color: #383c2b !important;
  z-index: -1;
}
.switcheroo[direction="vertical"] .switcheroo__popper:before {
  left: -2px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
.switcheroo[direction="horizontal"] .switcheroo__popper:before {
  left: 50%;
  top: -2px;
  transform: translateX(-50%) rotate(-45deg);
}

.switcheroo[direction="vertical"] .switcheroo__squircle:hover .switcheroo__popper {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}
.switcheroo[direction="horizontal"] .switcheroo__squircle:hover .switcheroo__popper {
  opacity: 1;
  transform: translateX(-50%) scale(1);
}
.switcheroo__squircle:hover:before {
  opacity: 1;
  transform: translate(-100%, -50%) scale(0.5);
}

/* avatar */
.switcheroo[theme="discord"] .switcheroo__avatar {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  overflow: hidden;
  background-color: #383c2b !important;
}
.switcheroo[theme="discord"] .switcheroo__avatar img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* divider */
.switcheroo[theme="discord"][direction="vertical"] .switcheroo__divider {
  width: 100%;
  height: 2px;
  background-color: #383c2b !important;
  border-radius: 1px;
  opacity: 0.06;
  transform: scale(0.8);
}
.switcheroo[theme="discord"][direction="horizontal"] .switcheroo__divider {
  width: 2px;
  background-color: #383c2b !important;
  border-radius: 1px;
  opacity: 0.06;
  transform: scale(0.8);
}
/* delete button */
.switcheroo[theme="discord"] .switcheroo__delete {
  display: flex;
  justify-content: center;
  position: absolute;
  width: 16px;
  line-height: 14px;
  height: 16px;
  top: -2px;
  right: -2px;
  border-radius: 50%;
  background-color: var(--color-delete);
  transform: scale(0);
  opacity: 1;
  transition: transform 128ms var(--ease), opacity 64ms var(--ease);
  cursor: pointer;
  font-size: 13px;
}
.switcheroo[theme="discord"] .switcheroo__squircle:hover .switcheroo__delete {
  opacity: 1;
  transform: scale(1);
}
/* logo */
.switcheroo[theme="discord"] .switcheroo__logo {
}
.switcheroo[theme="discord"] .switcheroo__logo img {
  width: 32px;
}
.switcheroo[theme="discord"] .switcheroo__logo:hover {
  background-color: var(--color-accent);
}
/* buttons */
.switcheroo[theme="discord"] .switcheroo__squircle--button {
  transition: border-radius 128ms var(--ease);
  background-color:#383c2b !important;
  color: #ffffff;
}
.switcheroo[theme="discord"] .switcheroo__squircle--button:hover {
  color: #fff;
  background-color: var(--color-button);
}
/* modal */
.switcheroo__form {
  padding: 48px;
}
.switcheroo__form-row {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  margin-bottom: 16px;
}
.switcheroo__form-label {
  margin-bottom: 8px;
  font-size: 14px;
  text-transform: uppercase;
  color: var(--color-text) !important;
}
.switcheroo__form-input {
  padding: 6px !important;
  font-size: 16px !important;
  border-radius: 4px !important;
  width: 100% !important;
  border-bottom: 2px solid var(--color-accent) !important;
  background-color: var(--color-bg) !important;
  color: var(--color-text) !important;
  cursor: text !important;
}
.switcheroo__form-button {
  border-radius: 8px;
  padding: 8px;
  border: none;
  outline: none;
  box-shadow: none;
  text-transform: uppercase;
  font-size: 14px;
  align-self: flex-end;
  color: #fff;
  background-color: var(--color-accent);
}

.monomer-overlay {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  transition: 0.2s opacity ease;
  background: rgba(0, 0, 0, 0.6);
}

.monomer-modal {
  position: fixed;
  z-index: 999;
  top: 50%;
  left: 50%;
  opacity: 0;
  width: 94%;
  padding: 24px 20px;
  transition: 0.2s opacity ease;
  transform: translate(-50%, -50%);
  border-radius: 2px;
  background: var(--color-squircle);
  color: var(--color-text);
}

.monomer-modal.monomer-open.monomer-anchored {
  top: 20px;
  transform: translate(-50%, 0);
}

.monomer-modal.monomer-open {
  opacity: 1;
}

.monomer-overlay.monomer-open {
  opacity: 1;
}

.monomer-close {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  width: 24px;
  height: 24px;
  position: absolute;
  top: -5px;
  right: -5px;
  padding: 5px;
  cursor: pointer;
  color: #fff;
  border: 0;
  outline: none;
  background: var(--color-delete);
  border-radius: 50%;
  padding: 0;
}
.monomer-close:hover {
  opacity: 0.8;
}

/*************MESSENGER CHANGER LES CRISS DE COULEURS******************/
#FAM-load-older {
  display:block !important;
}

#FAM {
  width:350px !important;
  border: 1px #191918 solid !important;
}
.fam-tab{
  background-color:#2c2e23 !important;
  border: 1px #191918 solid !important;
}

#FAM-content, #FAM-tab-container, .FAM-tab, #FAM-msg-container, #FAM-emoji, #FAM-actions, #FAM-attachment, #FAM-send {
  background-color:#161616 !important;
  border: 1px #191918 solid !important;
}

#FAM-msg {
  color:#fff !important;
}

.FAM-codebox, .FAM-spoiler {
    background-color: rgba(179, 179, 179, 0.00) !important;
  color:#b2b2b2 !important;
  border: none !important;
    border-radius: 4px;
    padding: 0;
    margin: 12px 0;
    overflow: hidden;
}

.FAM-msg-avatar{
  /*background-color:#52889a;*/
  border:none !important;
  padding:none !important;
  border-radius: 5px !important;
}

.FAM-msg-avatar img{
  border-radius: 5px !important;
  object-fit: cover;
}

.FAM-name-mention{
  font-family: 'Road Rage', cursive;
  font-size:24px !important;
  font-weight:bold;
}

#FAM-button{
  width: 100px !important;
  /*height: 8px !important;
  padding:10px;
  padding-left:10px !important;*/
  border-radius:10px;
  background-color:#222826 !important;
}

#FAM-button, .FAM-maintitle {
    text-align: center;
    font-size: 14px !important;
  margin-top:-10px !important;
  font-family: 'Poppins', sans-serif !important;
}

#FAM-toolbar {
  background-color:#222826 !important;
  height:50px !important;
  border-bottom: 1px solid #222826 !important;
  font-family: 'Poppins', sans-serif !important;
}

.FAM-tab.FAM-tab-active:after {
      background: #222826 !important;
}

.FAM-chat-icon.FAM-new-post .fa-circle {
    color: #222826 !important;
}

.FAM-msg .FAM-msg-content{
  color: #a7887d;
    background: #5d3f31 !important;
}

.FAM-msg .FAM-msg-content:before {
      border-left: none;
    border-right: 10px solid #5d3f31 !important;
}

.FAM-my-msg .FAM-msg-content {
    color: #383c2b;
    background: #383c2b !important;
}
.FAM-my-msg .FAM-msg-content:before {
      border-right: none !important;
    border-left: 10px solid #383c2b !important;
    top: 12px !important;
    left: auto !important;
    right: -10px !important;
}

.FAM-chat-avatar{
  width:60px !important;
  height:60px !important;
  border-radius:5px;
  margin-left:20px !important;
  margin-top:-30px !important;
}

.FAM-chat-avatar img{
  object-fit: cover;
}

.fa-comment:before {
  font-family: 'Poppins', sans-serif !important;
    content: "let's talk" !important;
}

#FAM, #FAM .FAM-inputbox, #FAM-msg {
    font-family: 'Poppins', sans-serif !important;
}

.FAM-chat-title{
  text-align:center !important;
  font-size:16px !important;
  margin-top:5px !important;
}

#FAM-new-topic .fa-circle {
    color: #222826 !important;
}

.FAM-msg-text{
  font-size:13px !important;
}


/***********************************************toolbar***********************************/
#fa_toolbar {
  width:500px;
  margin-left:600px;
  background-color: transparent !important;  /* Rend transparent le fond principal */
  padding-bottom: -30px;
  margin-right:15px !important;
  margin-top:15px;
  font-family: Roboto, sans-serif;
}
span#fa_share {display:none!important;}
div#fa_search {display:none!important;}
/*#fa_welcome {display:none!important;}*/
#fa_right {
  /*width:150px;*/
  background-color: #1B1C19;
  border-radius:5px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 17px;
  text-align:center;
  height: 30px;
  left: 0;
  z-index: 999;
}

.fa_avatar img {
  width: 85px;
  height: 85px;
  position: relative;
  top: -3px;
  margin-right: 5px;
  border:5px solid #23080b;
  border-radius: 50px;
  margin-top:5px;
  /*margin-bottom: -10px;*/
  float:left;
  object-fit: cover !important;
}

#fa_left {left: -700px;  /* Décale la toolbar de la gauche */display:none!important;}
#fa_search {left: -700px;  /* Décale la toolbar de la gauche */display:none!important;}
#fa_share {left: -700px;  /* Décale la toolbar de la gauche */display:none!important;}
#fa_fix {position: fixed!important;right: 0;top: 0;}
.bodylinewidth{margin-top:-30px;}

/*******************************************************SCROLLBAR**********************************************************/

::-webkit-scrollbar { /*taille dans les messages ou fiches */
  height: 2px;
  width: 5px;
  background-color: transparent !important; /* couleur de fond */
}
html > ::-webkit-scrollbar {
  width: 7px; /* largeur de la barre du forum */
}
::-webkit-scrollbar-thumb {
  background: #33211e; /* couleur de la barre qui se déplace */
}
::-webkit-scrollbar-track-piece {
  background-color: transparent !important; /* couleur de fond */
}

/* --- BORDURES DU FORUM COLLÉES AU HEADER & BACKGROUND --- */

body {
    margin: 0;
}
body {
    overflow-x: hidden;
}

.bodyline {
  padding: 0;
  border-left: 10px solid #76141a;
  border-right: 10px solid #76141a;
}

/***************************NAVIGATION************************************/
.navi{width:155px; margin-top:-375px; margin-left:-555px;
font-family: 'Road Rage', cursive; background-color: #1B1C19;
  opacity:0.8; padding:10px;
text-transform:uppercase; font-size:12px; line-height:12px; letter-spacing:1px;}
.navi a{font-family: 'Road Rage', cursive !important; font-size:25px !important; line-height:20px;}
.navi img{display:none;}

/*********************************************CATEGORIES********************************************/
.muchu{font-family: 'Road Rage', cursive;}
.muchu > .forumlink{font-size:34px;margin-left:20px;}
.klink{width:95px; height:33px;
  background-color:#33211e;
font-size:10px;
  padding-top:7px;
  text-align:center;
font-family: 'Road Rage', cursive;
color:#fdfefb;
  text-transform: uppercase;
  letter-spacing:3px;}
.klink > .gensmall{color:#fdfefb;}
.yoan img{width:200px;
height:58px;
margin-bottom:5px;}
.guy{width:200px; height:65px;
  padding:5px; overflow:auto;
  margin-left:-2px;
  background-color:#22231f;
  text-align: justify;}
.descrip{text-align:justify;}
.renard{width:430px; height:20px;
  padding-top:6px; margin-top:4px;
  background-color:#22231f;
  font-size:20px; text-align:center;
  font-family: 'Road Rage', cursive;
text-transform:uppercase;}
.renard > .gensmall br{display:none;}
.renard > .gensmall,
.renard a.gensmall{font-size:20px !important;}

.viktor{width:200px; height:65px;
  padding:5px;
margin-left:4px;
  background-color:#22231f;
  font-size:10px; text-align:center;
  font-family: 'Road Rage', cursive;
text-transform:uppercase;
overflow-x: hidden;
overflow-y: auto;}
.viktor a {background: #33211e;
    box-sizing: border-box;
  font-family: 'Road Rage', cursive;
    color: #9a9985;
    display: block;
    font-size: 20px;
    margin: 3% 0;
    padding: 1%;
}
.lastpost-avatar img{width:250px; height:105px;
object-fit: cover;
opacity:0.8;}
.tetefond{margin-top:-55px; height:30px; margin-bottom:10px;}
.tetefond h2{font-family: 'Road Rage', cursive;
font-size:40px; color:#9a9985;
text-shadow:1px 1px 0px #67646d;}

/***********************************LISTES DE SUJETS****************************************/
.titremoica {
  width:300px;
  height:95px;
  text-align:center;
  vertical-align: baseline;
  font-family: 'Road Rage', cursive;
  color:#9a9985;
  background-color: #22231f;
  margin-left:5px;
    padding: 5px;
}
.titremoica a{
  font-size:25px !important;
  font-weight:normal !important;
}

.name {font-size:20px;}

.decritou {display:none !important;}

.lefact {
  width:200px;
  height:65px;
  text-align:center;
  vertical-align: baseline;
  font-family: 'Road Rage', cursive;
  color:#9a9985;
  background-color: #22231f;
  margin-left:5px;
    padding: 5px;
}

.lefact a{font-size:30px;}

.postdetails{font-size:20px;}

.lesinfos {
  width:93px;
  text-align:center;
  vertical-align: baseline;
  font-family: 'Road Rage', cursive;
  color:#9a9985;
  background-color: #33211e;
  margin-top:2px;
    padding: 5px;
}

/*AFFICHAGES DES SUJETS*/
/*AVATARS RÉPONSE RAPIDE*/
#av_quickreply img {
    margin-left: 30px;
  margin-top:3px;
    position: relative;
  width:175px;
  height:275px;
}
 
#av_quickreply {
    float:left;
    position : absolute;
  width:175px;
  height:275px;
}

.postdetails{
  font-family: 'Road Rage', cursive;
}

/**************************FICHES**************************/
.fondfiche{-webkit-border-radius: 3px;
border-radius: 3px;
  -webkit-box-shadow: 0 0 3px 0 #a2a08a;
box-shadow: 0 0 3px 0 #a2a08a;
  background-image:url(https://images2.imgbox.com/fd/a8/a9TMbAcL_o.png);
  background-position:center center;
  border-bottom:10px solid #a2a08a; width:410px; padding:20px;
}

.etete{
  width:400px;
  text-align:center;
}

.centrefiche{ -webkit-border-radius: 3px;
  border-radius: 3px; padding: 3px;
  background-color:#f9fefb;
  text-align:justify;
line-height:11px; font-size:11px;
  height:220px;  width:270px;
  /*height:24px;*/ overflow:auto;
  opacity:0.95;
}
.ennteta{height:200px;
  opacity:0.95;
-webkit-border-radius: 3px;
border-radius: 3px;
  -webkit-box-shadow: 0 0 3px 0 #f0f0f0;
box-shadow: 0 0 3px 0 #f0f0f0;
}
.boudatete{widht:115px; height:17px;
  padding:2px; margin-top:2px;
font-size: 8px;
  text-align:center;
letter-spacing:2px;
text-transform:uppercase;
background-color:#f9fefb;
-webkit-border-radius: 3px;
border-radius: 3px; padding: 3px;
}
.pseudofiche{font-family: 'Road Rage', cursive; font-size:36px;
  color:#a2a08a; font-weight: bold; text-transform:uppercase;
  text-align:center; letter-spacing:3px; margin-top:5px; margin-bottom:5px;
}

.wild{
  width:410px;
  height:200px;
  object-fit: cover !important;
  border-radius: 3px;
}

.wild2{
  width:200px;
  height:150px;
  object-fit: cover !important;
  border-radius: 3px;
}

.wild3{
  width:300px;
  height:150px;
  object-fit: cover !important;
  border-radius: 3px;
}

.wild4{
  width:160px;
  height:150px;
  object-fit: cover !important;
  border-radius: 6px;
}

.west{
  width:200px;
  height:200px;
  object-fit: cover !important;
  border-radius: 3px;
}

.crazyman{-webkit-border-radius: 3px;
  border-radius: 3px; padding: 3px;
  background-color:#f9fefb;
  text-align:justify;
line-height:11px; font-size:11px;
  height:150px;  width:400px;
  overflow:auto;
  opacity:0.95;
}
.poulpe{-webkit-border-radius: 3px;
  border-radius: 3px; padding: 3px;
  background-color:#22231f;
  text-align:justify;
line-height:12px; font-size:12px;
  width:390px;
  height:180px;
  overflow:auto;
  padding:10px;
  opacity:0.95;}
.groueta{font-family: 'Road Rage', cursive; font-size:20px;
  background-color:#a2a08a;
  color:#161616; text-transform:uppercase;
  text-align:center; letter-spacing:3px;
  padding-top:5px;
  padding-bottom:5px;
  margin-top:5px; margin-bottom:5px;}

.groueta2{
  width:330px;
  font-family: 'Road Rage', cursive; font-size:20px;
  background-color:#a2a08a;
  color:#161616; text-transform:uppercase;
  text-align:center; letter-spacing:3px;
  padding-top:5px;
  padding-bottom:5px;
  margin-top:5px; margin-bottom:5px;
}


.june{ background-color:#33211e;
  font-family: 'Road Rage', cursive;font-size:12px;
  color:#a2a08a; text-transform:lowercase;
  text-align:center; letter-spacing:3px;
  padding-top:5px;
  padding-bottom:5px;
  margin-top:5px; margin-bottom:5px;
}
.glou{-webkit-border-radius: 3px;
  border-radius: 3px; padding: 3px;
  background-color:#f9fefb;
  text-align:justify;
line-height:11px; font-size:11px;
  height:100px;  width:287px;
  overflow:auto;
  opacity:0.95;
}
.cacher{width:100px; height:100px;
border: #f9fefb solid 4px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  overflow:hidden;}
.sous{
  margin-left:-30px;
  height:100px;
}
.bringit{-webkit-border-radius: 3px;
  border-radius: 3px;
width:400px;}

/*****************************PROFIL******************************/
.fondprofil{background-color:#f5f4f4; width:200px; padding:10px;
  -webkit-box-shadow: 0 0 1px 0 #474747; box-shadow: 0 0 1px 0 #474747;
font-size:10px; line-height:10px; text-align:center;
text-transform:uppercase;
background-image:url(https://images2.imgbox.com/fd/a8/a9TMbAcL_o.png);
background-size:auto 700px;}
.fondprofil img{opacity:0.7;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-ms-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;}
.fondprofil img:hover{opacity:0.9;}
.profilpseudo{font-size:24px; font-family: 'Road Rage', cursive;
  margin-top:5px;
text-transform:uppercase;
background-color:#161616;
padding:8px;}
.rangprofil{font-family: 'Spectral SC', serif; margin-top:5px;
text-transform:uppercase; letter-spacing:2px; font-size:8px;
text-shadow: 1px 1px 0px #e7e7e7;}
.centreprofil{background-color:#161616;
  font-family:arial !important;
  font-size:11px; line-height:10px; overflow:auto; margin-top:-10px;
  text-align:justify; padding:5px; width:190px; height:220px;
  text-transform:lowercase;
  -webkit-box-shadow: 0 0 1px 0 #2e3225; box-shadow: 0 0 1px 0 #2e3225;}
.centreprofil img{width:190px;}
.profilentete{color: #614235;
    font-size: 15px;
    font-family: 'Road Rage', cursive;
    text-transform: uppercase !important;}
Mer 20 Avr - 12:53
https://rh-test-shits.forumactif.com
Revenir en haut Aller en bas
Sauter vers: