Mon forum pour faire des essais pour des fiches et tout
 
AccueilAccueil  Dernières imagesDernières images  RechercherRechercher  S'enregistrerS'enregistrer  ConnexionConnexion  
Le Deal du moment : -15%
(Adhérents) LEGO® Icons 10318 Le Concorde
Voir le deal
169.99 €

Partagez

CSS d'ALBL, Version 5

Voir le sujet précédent Voir le sujet suivant Aller en bas
AuteurMessage
Mayiie
est tout bien bronzé !
Keep Calm and Gangnam Style
Mayiie
Fiche RPG
Infos de baseMessages : 494
Date d'inscription : 26/10/2014

MessageSujet: CSS d'ALBL, Version 5 CSS d'ALBL, Version 5 EmptyJeu 5 Mar - 18:59

Code:
/* CODES POUR EMBELLIR LE FORUM*/

tr.post span.gensmall {display:none;}
a {text-decoration:none;}
a:hover {text-decoration:none !important;}
a:link {text-decoration:none;}
a:visited {text-decoration:none;}
.postbody {text-align:justify;font-family:verdana;font-size:11px;display:block;padding-left:15px;padding-right:15px;line-height:normal;padding-bottom:20px;}
a.gen,a.genmed,a.gensmall { text-decoration: none; font-weight: none; }

/* CODE, CITATION */

.selectCode {
  float: right;
  text-align: right;
  cursor: pointer;
  font-family: Courier New;
  text-transform: uppercase;
  color: #F65A85;
}

.quote {
  box-shadow: 0px 0px 50px #C7C2CE inset;
  border-radius: 30px;
  border: none !important;
  padding: 15px;
  margin: 5px;
  text-align: justify;
  line-height: normal;
}

.code {
  box-shadow: 0px 0px 50px #C7C2CE inset;
  border-radius: 30px;
    border: none !important;
  padding: 15px;
  margin: 5px;
  text-align: justify;
  line-height: normal;
}

/* MENU PAGE D'ACCUEIL */

a.mainmenu {
  color: #AEB2B8;
  font-family: Courier New;
  font-size: 13px;
  text-transform: uppercase;
  text-decoration: none !important;
}

a.mainmenu:hover {
  color: #F65A85;
  transition: 0.5s;
}

Revenir en haut Aller en bas
https://mayiie-test-rpg.forum-canada.com
Mayiie
est tout bien bronzé !
Keep Calm and Gangnam Style
Mayiie
Fiche RPG
Infos de baseMessages : 494
Date d'inscription : 26/10/2014

MessageSujet: Re: CSS d'ALBL, Version 5 CSS d'ALBL, Version 5 EmptyJeu 5 Mar - 18:59

Catégories du forum

Code:
/* CATÉGORIES */

.lastpost-avatar {
  float: center;
}

.lastpost-avatar img {
  width: 70px;
  height: auto;
}

.description {
  font-size: 11px;
  text-align: justify;
  color: #A199A8;
  position: relative;
  height: 50px;
  overflow: auto;
  line-height: normal;
  margin: 5px;
  padding: 5px;
  margin-right: 10px;
  margin-top: -5px;
}
.forumlink {
  color: #F65A85 !important;
  font-family: Pinyon Script;
  font-size: 27px !important;
  font-weight: none !important;
  position: relative;
  text-shadow:1px 1px 2px white;
  text-align: center;
  margin-left: 20px;
}

.forumlink:hover {
  color: #AEB2B8 !important;
  text-decoration: none !important;
  transition:0.5s;
}

a.forumlink {
  font-size: 27px;
  font-weight: normal !important;
}

div.sous {
  font-size: 12px !important;
  text-transform: uppercase;
  font-family: Garamond;
  font-weight: none !important;
  color: #AEB2B8 !important;
  margin-left: 10px;
}

div.sous:hover {
  transition: 0.5s;
  color: #F65A85;
  margin-left: 20px;
}

a.span.sous {
  font-weight: none !important;
}

.lastmess {
  width: 170px;
}

.lastmess a {
  color: #AEB2B8 !important;
  text-decoration: none !important;
  font-family: Courier New;
  font-size: 11px;
  text-transform: uppercase;
}

.lastmess a:hover {
  color: #F65A85 !important;
  text-decoration : none !important;
  transition: 0.8s;
}

.topictitle,h1,h2 {
  font-weight: bold;
  font-size: 11px;
  color : #AEB2B8;
  font-family: Trebuchet MS;
}

a.topictitle,h1,h2 {
  font-weight: bold;
  font-size: 11px;
  color : #AEB2B8;
  font-family: Trebuchet MS;
}

h2 {
  font-size: 25px;
  font-family: Dancing Script;
  color: #AEB2B8;
  text-align: center;
  font-weight: none !important;
}

.secondarytitle,.secondarytitle h2 {
  color: #AEB2B8 !important;
  font-family: Pinyon Script;
  font-size: 27px;
  font-weight: none !important;
  display: block;
  position: relative;
  padding-bottom: 10px;
}

.cattitle {
  color: #AEB2B8 !important;
}

.banane {
border: 1px solid #C7C2CE;
  border-left: 4px solid #C7C2CE;
  border-right: 4px solid #C7C2CE;
  border: none !important;
  background-color: #FFFFFF;
padding: 10px;
}

.forumline {
  background-color: #FFFFFF;
}


Dernière édition par Mayiie le Jeu 5 Mar - 19:05, édité 1 fois
Revenir en haut Aller en bas
https://mayiie-test-rpg.forum-canada.com
Mayiie
est tout bien bronzé !
Keep Calm and Gangnam Style
Mayiie
Fiche RPG
Infos de baseMessages : 494
Date d'inscription : 26/10/2014

MessageSujet: Re: CSS d'ALBL, Version 5 CSS d'ALBL, Version 5 EmptyJeu 5 Mar - 19:00

Profil

Code:
 /* --------------------------------- PROFIL --------------------------------- */

    .profilmasque {
      background-color: #FDFBF9;
      width: 200px;
      padding: 10px;
      font-size: 11px;
      font-family: Verdana;
  text-align: justify;
    }

    .profil1 {
      width: 200px;
      font-size: 13px;
      font-family: Courier New;
      background-color: #C7C2CE;
      border: none;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px #ffffff;
      color: #A199A8;
    }

    .profil {
box-shadow: 0px 0px 50px #C7C2CE inset;
      padding: 10px;
      border-radius: 30px;
    }

    .rang {
      padding: 3px;
      width: 200px;
      text-align: center;
      color: #C7C2CE !important;
      font-size: 13px;
      font-family: Courier New;
  text-transform: uppercase;
    }

    .rang:hover {
      color: #F65A85 !important;
  transition: 0.5s;
    }

    .avatar_profil {
      width: 200px;
      height: 320px;
      border-radius: 30px;
}

    .avatar_profil:hover {
      opacity: 1;
    }

.postdetails.poster-profile img {
  border-radius: 30px;
}

    .bloc_pseudo {
      padding: 4px;
      width: 200px;
      position: relative;
      left: 1em;
      text-align: center;
      color: #AEB2B8;
      font-size: 25px;
      font-family: Pinyon Script;
    }

    .pseudo_profil {
      font-family: Pinyon Script;
      font-size: 25px !important;
      text-align: center;
    }

    .details_profil {
      background-color: #FDFBF9;
      padding: 10px;
      width: 200px;
      height: 80px;
      overflow: auto;
      text-align: justify;
      color: #A199A8 !important;
      font-size: 11px;
    }
Revenir en haut Aller en bas
https://mayiie-test-rpg.forum-canada.com
Mayiie
est tout bien bronzé !
Keep Calm and Gangnam Style
Mayiie
Fiche RPG
Infos de baseMessages : 494
Date d'inscription : 26/10/2014

MessageSujet: Re: CSS d'ALBL, Version 5 CSS d'ALBL, Version 5 EmptyJeu 5 Mar - 19:01

Messages

Code:
/* PRÉSENTATION DES MESSAGES */

.tabs-onglets {
}

.contenu {
  text-align: justify;
  font-size: 11px;
  line-height: normal;
}

.nom {
  font-family: Pinyon Script;
  font-size: 35px;
  color: #F65A85;
  text-align: center;
  position: relative;
  transform: all;
  -moz-transform: all;
  -o-transform: all;
  -htm-transform: all;
  -webkit-transform: all;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -htm-transition: 0.5s;
  -webkit-transition: 0.5s;
}

.nom:hover {
  color: #AEB2B8;
}

.citation {
  color: #AEB2B8;
  font-family: Courier New;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  transform: all;
  -moz-transform: all;
  -o-transform: all;
  -htm-transform: all;
  -webkit-transform: all;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -htm-transition: 0.5s;
  -webkit-transition: 0.5s;
  margin-top: -20px;
}

.citation:hover {
  color: #F65A85;
}

.tt {
  background-color: #FDFBF9;
  display: block;
  text-align: center;
  color: #A199A8 !important;
  font-size: 11px;
  padding: 5px;
  width: 240px;
  font-family: Courier New;
  text-transform: uppercase;
  border-left: 5px solid #C7C2CE;
  border-right: 5px solid #C7C2CE;
}

.tt:hover {
  background-color: #FDFBF9;
  color: #AEB2B8 !important;
  transition: 0.5s;
  border-left: 5px solid #F65A85;
  border-right: 5px solid #F65A85;
}

tt {
  background-color: #FDFBF9;
  display: block;
  text-align: center;
  color: #A199A8 !important;
  font-size: 11px;
  padding: 5px;
  width: 240px;
  font-family: Courier New;
  text-transform: uppercase;
  border-left: 5px solid #C7C2CE;
  border-right: 5px solid #C7C2CE;
}

tt:hover {
  background-color: #FDFBF9;
  color: #AEB2B8 !important;
  transition: 0.5s;
  border-left: 5px solid #F65A85;
  border-right: 5px solid #F65A85;
}

.ongletpresa {
  color: #F65A85;
  font-family: Garamond;
  text-align: center;
  font-size: 15px;
  text-transform: lowercase;
  font-style: italic;
  padding-top: 5px;
}

ongletpresa {
  color: #F65A85;
  font-family: Garamond;
  text-align: center;
  font-size: 15px;
  text-transform: lowercase;
  font-style: italic;
  padding-top: 5px;
}

.m {
  text-transform: uppercase;
  font-family: Courier New;
  font-size: 11px;
  color: #F65A85;
}

m {
  text-transform: uppercase;
  font-family: Courier New;
  font-size: 11px;
  color: #F65A85;
}


.op {
  font-family: Courier New;
  font-size: 12px;
  text-transform: uppercase;
  color: #F65A85;
}

op {
  font-family: Courier New;
  font-size: 12px;
  text-transform: uppercase;
  color: #F65A85;
}

.contour {
  box-shadow: 0px 0px 30px #C7C2CE inset;
  border-radius: 30px;
  padding: 5px;
}

.image {
  border: 1px solid #C7C2CE;
  padding: 2px;
  opacity: 1;
  transform: all;
  -moz-transform: all;
  -o-transform: all;
  -htm-transform: all;
  -webkit-transform: all;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -htm-transition: 0.5s;
  -webkit-transition: 0.5s;
}

.image:hover {
opacity: 0.8;
}

.imgrp {
  border: 1px solid #C7C2CE;
  padding: 2px;
  opacity: 0.7;
  transition: 0.3s;
  height: 100px;
  width: auto;
}

.imgrp:hover {
  opacity: 1;
  transition: 0.3s;
}

.texte {
  padding: 5px;
  margin: 5px;
  text-align: justify;
  font-size: 11px;
  line-height: normal;
}

.t {
  font-weight: bold;
  text-shadow: 1px 1px 3px #ffffff;
  color: #C7C2CE;
  text-transform: lowercase;
}

t {
  font-weight: bold;
  text-shadow: 1px 1px 3px #ffffff;
  color: #C7C2CE;
  text-transform: lowercase;
}

.f {
  font-weight: bold;
  text-shadow: 1px 1px 3px #ffffff;
  color: #92a078;
  text-transform: lowercase; 
}

f {
  font-weight: bold;
  text-shadow: 1px 1px 3px #ffffff;
  color: #92a078;
  text-transform: lowercase; 
}

.r {
  font-weight: bold;
  text-shadow: 1px 1px 3px #ffffff;
  color: #9678a7;
  text-transform: lowercase; 
}

r {
  font-weight: bold;
  text-shadow: 1px 1px 3px #ffffff;
  color: #9678a7;
  text-transform: lowercase; 
}

.st {
  text-transform: uppercase;
  text-shadow: 1px 1px 3px #ffffff;
  color: #F65A85;
}

st {
  text-transform: uppercase;
  text-shadow: 1px 1px 3px #ffffff;
  color: #F65A85;
}

.fond {opacity: 0; transition: 0.3s;}
.fond:hover {opacity: 1; transition: 0.3s}
.descrilien { background-color: #FFFFFF; width: 200px; transition: 0.3s; padding: 5px; margin-left: -5px; margin-top: -5px; }
Revenir en haut Aller en bas
https://mayiie-test-rpg.forum-canada.com
Mayiie
est tout bien bronzé !
Keep Calm and Gangnam Style
Mayiie
Fiche RPG
Infos de baseMessages : 494
Date d'inscription : 26/10/2014

MessageSujet: Re: CSS d'ALBL, Version 5 CSS d'ALBL, Version 5 EmptyJeu 5 Mar - 19:03

Page d'accueil

Code:
.fondpa {opacity: 0; transition: 0.3s; }
.fondpa:hover {opacity: 1; transition: 0.3s;}
.papa {background-color: #FDFBF9; transition: 0.3s; padding: 5px; text-align: center; font-size: 10px;}
.imgpa {  border: 1px solid #C7C2CE;
}

.textepa {
  padding: 10px;
  text-align: justify;
  font-size: 11px;
  background-color: none;
    transform: all;
  -moz-transform: all;
  -o-transform: all;
  -htm-transform: all;
  -webkit-transform: all;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -htm-transition: 0.5s;
  -webkit-transition: 0.5s;
  line-height: normal;
  width: auto;
}
Revenir en haut Aller en bas
https://mayiie-test-rpg.forum-canada.com
Mayiie
est tout bien bronzé !
Keep Calm and Gangnam Style
Mayiie
Fiche RPG
Infos de baseMessages : 494
Date d'inscription : 26/10/2014

MessageSujet: Re: CSS d'ALBL, Version 5 CSS d'ALBL, Version 5 EmptyJeu 5 Mar - 19:04

Groupes

Code:
.groupe1 /* HUAKA */ {
  font-family: Courier New;
  font-size: 13px;
  text-transform: uppercase;
  color: #da8bb9;
  margin-right: 5px;
}

groupe1 {
  font-family: Courier New;
  font-size: 13px;
  text-transform: uppercase;
  color: #da8bb9;
  margin-right: 5px;
}

.groupe2 /* malama */ {
  font-family: Courier New;
  font-size: 13px;
  text-transform: uppercase;
  color: #71ac7f;
  margin-right: 5px;
}

groupe2 {
  font-family: Courier New;
  font-size: 13px;
  text-transform: uppercase;
  color: #71ac7f;
  margin-right: 5px;
}

.groupe3 /* A AHOE */ {
  font-family: Courier New;
  font-size: 13px;
  text-transform: uppercase;
  color: #4bc0c1;
  margin-right: 5px;
}

groupe3 {
  font-family: Courier New;
  font-size: 13px;
  text-transform: uppercase;
  color: #4bc0c1;
  margin-right: 5px;
}
Revenir en haut Aller en bas
https://mayiie-test-rpg.forum-canada.com
Mayiie
est tout bien bronzé !
Keep Calm and Gangnam Style
Mayiie
Fiche RPG
Infos de baseMessages : 494
Date d'inscription : 26/10/2014

MessageSujet: Re: CSS d'ALBL, Version 5 CSS d'ALBL, Version 5 EmptyJeu 5 Mar - 19:05

Divers

Code:
/* Partenariat */

.liste {
  text-transform: lowercase;
  color: #AEB2B8;
}

.fiche {
  text-transform: lowercase;
  color: #F65A85;
}

a.liste {
  text-transform: lowercase;
  color: #AEB2B8;
}

a.fiche {
  text-transform: lowercase;
  color: #F65A85;
}


a.liste:hover {
  color: #F65A85;
  transition: 0.4s;
}

a.fiche:hover {
  color: #AEB2B8;
  transition: 0.4s;
}

/* Chatbox */

    .ChatboxLaterale {
      position: fixed; /* position fixe dans la fenêtre */
      bottom: 10%; /* à 10% du bas (calculé en fonction de la taille de la fenêtre) */
      left: 0; /* et collé au bord gauche */
      width : 100px; /* dimension 100px */
    }
    .ChatboxLaterale iframe {
      width: 600px; /* largeur */
      height: 400px; /* hauteur */
      display: none; /* caché par défaut */
    }
    .boutonChatbox {
    vertical-align: bottom; /* on aligne le bouton en bas, le long de la chatbox */
    }
    .boutonChatbox img {
      cursor:pointer; /* on ajoute un pointeur pour indiquer que image est cliquable */
    }

#chatbox_members {
    border-right: 1px solid;
    bottom: 30px;
    overflow: auto;
    position: absolute;
    top: 30px;
    width: 180px;
  background-color: #FFFFFF;
}

div#chatbox {
color: #A199A8;
    background-color: #FFFFFF;
}

/* Paroles */

maike { color: #c07a8d; font-style: italic; }
cameron{ color: #7d3947; font-style: italic; }
elliot{ color: #6f8784; font-style: italic; }
axelle { color: #ef8185; font-style: italic; }
chelsie { color: #bacee0; font-style: italic; }
mathys { color: #889567; font-style: italic; }
evy { color: #ef6162; font-style: italic; }



Revenir en haut Aller en bas
https://mayiie-test-rpg.forum-canada.com
Mayiie
est tout bien bronzé !
Keep Calm and Gangnam Style
Mayiie
Fiche RPG
Infos de baseMessages : 494
Date d'inscription : 26/10/2014

MessageSujet: Re: CSS d'ALBL, Version 5 CSS d'ALBL, Version 5 EmptyJeu 5 Mar - 19:06

Archives

Code:
.barre1 {
  background-color: #C7C2CE;
  width: 150px;
  height: 6px;
  font-size: 4px;
  color: #C7C2CE;
}

.barre2 {
  background-color: #F65A85;
  width: 150px;
  height: 6px;
    font-size: 4px;
  color: #F65A85;
}

.blabla {
  width: 305px;
  line-height: normal;
  text-align: justify;
  overflow: auto;
  background-color: none !important;
}

/* INFOBULLES POUR LE STAFF */

/*!
 * Code proposé par Damudo No Kyoku
 * Corrigé par Espeon
 * Pour CSSActif - http://www.css-actif.com
 */
.infobulle {
  display: inline-block;
}

.infobulle > div {
  position: absolute;
  margin-top: -5px;
  opacity: 0;
  visibility: hidden;
  height: 80px;
  margin-right: -5px;

  -webkit-transform: scale(0.3) rotate(-45deg);
  -moz-transform: scale(0.3) rotate(-45deg);
  -o-transform: scale(0.3) rotate(-45deg);
  transform: scale(0.3) rotate(-45deg);

  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.infobulle:hover > div {
  opacity: 1;
  visibility: visible;

  -webkit-transform: scale(1) rotate(0deg);
  -moz-transform: scale(1) rotate(0deg);
  -o-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
}

.bouh {
  width: 160px;
  padding: 5px;
  margin: auto;
  background-color: #FFFFFF;
  color: #A199A8;
  border: 4px 1px 4px 1px solid #C7C2CE;
  text-align: center;
 
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

.bouh a {
  padding: 5px;
  margin: 5px 0 0 0;
  display: inline-block;
  background-color: #FFFFFF;
  color: #A199A8;
    border: 4px 1px 4px 1px solid #C7C2CE;
  text-decoration: none;

  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

.bouh a:hover {
  color: #A199A8;
}

.navigation {
  background-color: #FFF3EB;
  display: block;
  text-align: center;
  color: #CE7C67 !important;
  font-size: 12px;
  padding: 5px;
  width: auto;
  font-family: Georgia;
  font-style: italic;
  border-left: 5px solid #FDDFD7;
  border-right: 5px solid #FDDFD7;
}

.navigation:hover {
  background-color: #FFF3EB;
  color: #DBA18B !important;
  transition: 0.5s;
  border-left: 5px solid #DBA18B;
  border-right: 5px solid #DBA18B;
}
Revenir en haut Aller en bas
https://mayiie-test-rpg.forum-canada.com
Contenu sponsorisé
est tout bien bronzé !
Fiche RPG
Infos de base

MessageSujet: Re: CSS d'ALBL, Version 5 CSS d'ALBL, Version 5 Empty

Revenir en haut Aller en bas

CSS d'ALBL, Version 5

Voir le sujet précédent Voir le sujet suivant Revenir en haut
Page 1 sur 1

Permission de ce forum:Vous ne pouvez pas répondre aux sujets dans ce forum
mayiie-test-rpg :: Codes pour les RPG :: Mises en page de forums-