.
 
Le Deal du moment :
Manga Chainsaw Man : où acheter le Tome 17 ...
Voir le deal
19.99 €

Partagez
 

 Stock V1 ; CSS

Voir le sujet précédent Voir le sujet suivant Aller en bas 
AuteurMessage
Myuu.BANG!
Messages : 40 Date d'inscription : 28/10/2014 Age : 24 Localisation : buzhizjl Myuu.BANG!
Membre

MessageSujet: Stock V1 ; CSS   Stock V1 ; CSS EmptyJeu 4 Juin - 11:18

Code:
/*_____________ CORPS, FOND ET BANNIERE ______________*/

/* CENTRER L'IMAGE DE FOND */
body{
  background-position: top center;}

/* ENLEVER LES MARGES DU CONTOUR DU FORUM */
.bodyline {
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;}

body{
  margin-top: -1px;
  margin-bottom: 0px;}

/* LUMIERE CORPS */
.bodyline {
  box-shadow: 0px 0px 200px #000000;}

/* VIRER LES BORDURES */
.row3Right{
  border: none !important;}
.thHead{
  border: none !important;}
.thCornerL, .thCornerR, .thTop{
  border: none !important;}
.thLeft, .thRight{
  border-left: none !important;
  border-right: none !important;}
.catLeft, .catRight{
  border: none! important;}
.catHead{
  border: none !important;}
.catBottom{
  border: none !important;}

/*_____________ PAGE D'ACCUEIL ______________*/

/* PRESENTATION STAFF */

.pres1 {
  display: block;
  width: 150px;
  height: 60px;
  overflow: hidden;
  box-shadow: 0px 0px 6px #000000;
  -moz-box-shadow: 0px 0px 6px #000000;
  -o-box-shadow: 0px 0px 6px #000000;
  -htm-box-shadow: 0px 0px 6px #000000;
  -webkit-box-shadow: 0px 0px 6px #000000;
  transform: all;
  -moz-transform: all;
  -o-transform: all;
  -htm-transform: all;
  -webkit-transform: all;
  transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  -htm-transition: 1s;
  -webkit-transition: 1s;}

.pres1:hover {
  transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  -htm-transition: 1s;
  -webkit-transition: 1s;}

.pres2 {
  position: absolute;
  display: block;
  width: 144px;
  height: 54px;
  margin: auto;
  padding: 3px;
  overflow: auto;
  background: #1f1a0d;;
  color: #c5bea0;
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  filter: alpha(opacity=0);
  transform: all;
  -moz-transform: all;
  -o-transform: all;
  -htm-transform: all;
  -webkit-transform: all;
  transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  -htm-transition: 1s;
  -webkit-transition: 1s;}

.pres2:hover {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  filter: alpha(opacity=100);
  transform: all;
  -moz-transform: all;
  -o-transform: all;
  -htm-transform: all;
  -webkit-transform: all;
  transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  -htm-transition: 1s;
  -webkit-transition: 1s;}

.pseudostaff {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bolder;
  letter-spacing: 1px;
  text-shadow: 1px 1px 0px #000000;}

.rangstaff {
  font-size: 9px;
  text-transform: uppercase;
  margin-top: -3px; }

.liensstaff {
  font-size: 9px;
  text-transform: uppercase;
  margin-top: -9px;}

/* MEMBRE DU MOIS */

.pres3 {
  display: block;
  width: 75px;
  height: 60px;
  overflow: hidden;
  box-shadow: 0px 0px 6px #000000;
  -moz-box-shadow: 0px 0px 6px #000000;
  -o-box-shadow: 0px 0px 6px #000000;
  -htm-box-shadow: 0px 0px 6px #000000;
  -webkit-box-shadow: 0px 0px 6px #000000;
  transform: all;
  -moz-transform: all;
  -o-transform: all;
  -htm-transform: all;
  -webkit-transform: all;
  transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  -htm-transition: 1s;
  -webkit-transition: 1s;}

.pres3:hover {
  transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  -htm-transition: 1s;
  -webkit-transition: 1s;}

.pres4 {
  position: absolute;
  display: block;
  width: 69px;
  height: 54px;
  margin: auto;
  padding: 3px;
  overflow: auto;
  background: #1f1a0d;
  color: #c5bea0;
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  filter: alpha(opacity=0);
  transform: all;
  -moz-transform: all;
  -o-transform: all;
  -htm-transform: all;
  -webkit-transform: all;
  transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  -htm-transition: 1s;
  -webkit-transition: 1s;}

.pres4:hover {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  filter: alpha(opacity=100);
  transform: all;
  -moz-transform: all;
  -o-transform: all;
  -htm-transform: all;
  -webkit-transform: all;
  transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  -htm-transition: 1s;
  -webkit-transition: 1s;}

/* CONTEXTE */

.cadrecontextepa {
  width: 500px;
  height: 180px;
  padding: 10px;
  border-radius: 2px;
  text-align: justify;
  color: #726039; }

.titrecontextepa {
  font-size: 22px;
  text-shadow: 1px 1px 0px #000000;
  letter-spacing: 1px;
  text-align: center;}

/* PETITS CARES NEWS, PARRENAIRES ET TOPSITES */

.petitcadrepa {
  background-color: #1f1a0d;
  height: 80px;
  width: 144px;
  padding: 10px;
  border-radius: 2px;
  text-align: justify;}

.petittitrepa {
  text-shadow: 1px 1px 0px #000000;
  letter-spacing: 1px;
  text-align: center;}

/* LIENS PRATIQUES PA */

.lienspa {
  color: #171808;
  font-size: 14px;
  letter-spacing: 1px;
  text-shadow: 1px 1px 1px #000000;
  text-transform: uppercase;}

/*_____________ TEXTE ET LIENS (GENERAL) ______________*/

/* VIRER LES SOULIGNEMENTS ET GRAS DES LIENS */
a:hover {
  text-decoration: none !important;}

a {
  text-decoration: none;}

        a span strong {
          font-weight: normal !important;
        }

/* MESSAGES JUSTIFIES ET LISTES */
.postbody {
  display: block;
  text-align:justify;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;}

/*_____________ BARRE DE NAVIGATION ______________*/

/* MISE EN FORME BARRE DE NAVIGATION */
a.mainmenu img {
  display:none;}

a.mainmenu{
  margin-top: -100px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  size: 25px;
  color: #34331f;
  text-shadow: 1px 1px 0px #000000;}

a:hover.mainmenu{
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  size: 25px;
  color: #37200e;
  text-shadow: 1px 1px 0px #000000;}

/*_____________ MISE EN FORME CATEGORIES & FORUMS ______________*/



/* FORUMS, DECSCRIPTIONS ET NOUVEAUX MESSAGES */

.forumline{
width: 100%;}

a.forumlink{
  text-align: center;
  font-size: 16px;
  color: #787246 !important;
  font-weight: normal !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-shadow: 1px 1px 0px #000000;}

a.forumlink:hover{
  color: #6c673f;
  letter-spacing: 2px;}

.descripto{
  font-size: 11px;
  padding-right: 10px;
  padding-left: 10px;
  text-align:justify;}

.descripto2 {
  text-align: center;
  font-size: 11px;
  padding-top: 10px;
  padding-bottom: -5px;
  padding-right: 10px;
  padding-left: 10px;
  color: #090b05;}

.soufos {
  color: #090b05 !important;}

.soufos:hover {
  color: #4f5b48 !important; }

.lastpost{
padding:4px;
margin-top:-10px;
margin-right:10px;
font-size: 11px;
color: #4d4b2e;}

.cadre
{padding:8px;
padding-left: 5px;}

/*_____________ PIED DU FORUM (QEEL, CB ET CREDITS) ______________*/

/*CREDITS*/
.credits {
  background-color: #1f1a0d;
  width: 800px;
  padding: 10px;
  font-size: 11px;
  text-align: justify;
  color: #4d4b2e;
}

/*_____________ MISE EN FORME DU PROFIL ______________*/

.avatar_mess {
  display: block;
  width: 200px;
  height: 355px;
  overflow: hidden;
  background: #0b0d06;
  border-top: 5px solid #1a1509;
  border-bottom: 5px solid #1a1509;
  transform: all;
  -moz-transform: all;
  -o-transform: all;
  -htm-transform: all;
  -webkit-transform: all;
  transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  -htm-transition: 1s;
  -webkit-transition: 1s;}

.avatar_mess:hover {
  transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  -htm-transition: 1s;
  -webkit-transition: 1s;}

.profil_mess {
  position: absolute;
  display: block;
  width: 190px;
  height: 310px;
  margin: auto;
  padding: 5px;
  overflow: auto;
  background: #0b0d06;
  color: #c5bea0;
  font-size: 11px;
  text-transform: uppercase;
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  filter: alpha(opacity=0);
  transform: all;
  -moz-transform: all;
  -o-transform: all;
  -htm-transform: all;
  -webkit-transform: all;
  transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  -htm-transition: 1s;
  -webkit-transition: 1s;}

.profil_mess:hover {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  filter: alpha(opacity=100);
  transform: all;
  -moz-transform: all;
  -o-transform: all;
  -htm-transform: all;
  -webkit-transform: all;
  transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  -htm-transition: 1s;
  -webkit-transition: 1s;}

.pseudo_mess{
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  text-shadow: 1px 1px 0px #000000;
  margin-bottom: -15px;
  margin-top: 6px;}

.posterank {
  font-size: 11px;
  text-transform: uppercase;
  color: #3a4f23 !important;
  font-weight: bold;}

.jsuisun {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;}

/*_____________ MISE EN PAGE SUJETS ADMINISTRATIFS ______________*/

.genpres {
  width:400px !important;
  background-color:#0b0d06;
  border-radius:2px;
  padding:10px;}

.minipres {
  background-color:#0f1208;
  padding:0px;
  margin-left:-50px;
  border-radius:5px;
  margin-top:-50px;
}

.minipres2 {
  background-color:#0f1208;
  padding:0px;
  margin-left:-25px;
  border-radius:5px;
  margin-top:-50px;
}

.cadpres {
  height:120px;
  background-color:#0b0d06;
  padding:2px;
  overflow:auto;
  text-align:justify;
}

.cadpres2 {
  background-color:#0b0d06;
  padding:10px;
  text-align:justify;}

.cadpres3 {
  height:50px;
  background-color:#0b0d06;
  padding:2px;
  overflow:auto;
  text-align:justify;
}

ti {
  font-size:25px;
  color: #5a3a1d;
  letter-spacing: 1px;
  text-transform: uppercase;}
  
k {
  display:block;
  font-size:10px;
  background-color:#0b0d06;
  padding:2px;
  margin-bottom:3px;}

d {
  color:#5a2c0e;
  text-transform:lowercase !important;
}

.message {
  -webkit-border-radius: 30px 30px 30px 30px;
  -moz-border-radius: 30px 30px 30px 30px;
  border-radius: 30px 30px 30px 30px;
  padding:10px 10px 10px 10px;
  text-align:justify !important;
}

/*_____________ PERSONNALISATION CHATBOX ______________*/

#chatbox_members {
  border-right: 1px #222222 solid ;
  background-color: #1f1a0d;
  font-family: Tahoma;}

#chatbox .chatbox_row_1,#chatbox .chatbox_row_2{
  background-color: #1f1a0d;
  font-family: Tahoma;}

.chatbox_row_1,
.chatbox_row_2,
.chatbox_row_3,
.chatbox_row_1 a,
.chatbox_row_2 a,
.chatbox_row_3 a {
  font-size: 11px;
  font-family: Tahoma;
  background-color: #1f1a0d;
}

body.chatbox {
  background-color: #1f1a0d;
  font-family: Tahoma;}

.chatrow .row1 {
  background: #1f1a0d;
  font-family: Tahoma;}

.chatbox_row_2 {
  font-family: Tahoma;}

#chatbox_bottom {
  width: 800px !important;
  margin-left: 50px;}

/*_____________ QUI EST EN LIGNE ______________*/

.liensgroupes {
  font-size: 14px !important;}

.petitcadreqeel {
  background-color: #1f1a0d;
  padding: 10px;
  text-align: justify;
  height: 75px;
  overflow: auto;
  border-radius: 2px;
  font-size: 11px;}

.petitcadreqeel2 {
  padding: 10px;
  text-align: justify;
  height: 75px;
  overflow: auto;
  border-radius: 2px;
  font-size: 11px;}
Revenir en haut Aller en bas
https://myuubangtest.forumgaming.fr
 
Stock V1 ; CSS
Voir le sujet précédent Voir le sujet suivant Revenir en haut 
Page 1 sur 1
 Sujets similaires
-
» Stock V2 ; CSS
» Stock V1 ; index_box
» Stock V1 ; overall_header
» Stock V1 ; topics_list_box
» Stock V1 ; view_topic

Permission de ce forum:Vous ne pouvez pas répondre aux sujets dans ce forum
Myuu.BANG! TEST ::  :: Prémices de la guerre :: Souls of War : Stock V1-
Sauter vers: