Le Deal du moment : -21%
LEGO® Icons 10329 Les Plantes Miniatures, ...
Voir le deal
39.59 €

 

 code du css

Aller en bas 
AuteurMessage
Lym01




Messages : 2
Date d'inscription : 19/01/2016

code du css Empty
MessageSujet: code du css   code du css I_icon_minitimeMar 19 Jan - 18:16

Si ça peut t'aider voila le css actuel du forum:
Code:
/*NAVIGATION*/   
.navig {
        position: absolute;
        top: 0px;
        width: 100%;
        background-color: black;
        border-bottom: 1px solid #505050;
        } 

        a.mainmenu{
        margin: 5px;
        font-family: Gabriela;
        font-size: 15px;
     color: white;
     }
   a.mainmenu:hover{
     color:white;
   }
    
a.mainmenu img{
        display: none;
        }

/*****PAGE ACCUEIL*****/
 .fond_PA {
          background-color: #422F24;
          padding: 25px;
          text-align: justify;
        }

        .fond_PA a {
          color: #F3F3F3 !important;
          text-decoration: none !important;
        }

        .titrePA {
          color: #d5bfb2;
          font-size: 30px;
          font-family: 'Gabriela', cursive;
        }

        .sous-titresPA {
          color: #d5bfb2;
          font-size: 25px;
          font-family: 'Gabriela', cursive;
          text-align: center;
        }

        .blocsPA {
          width: 200px;
          overflow: auto;
          background-color: #795642;
          padding: 25px;
          text-align: justify;
          color: black;
        }

        /*** IMAGES DU STAFF ***/

        .imgPA {
          width: 100px;
          height: 125px;
        }

        .info {
          position: relative;
          z-index: 24;
          text-decoration: none;
        }
       
      c.info:hover {
          z-index: 25;
        }
       
      c.info span {
          display: none;
        }
       
      c.info:hover span {
          display: block;
          position: absolute;
          top: -11.5em;
          left: -0em;
          width: 100px;
          height: 126px;
          background-color:#795642;
          color: #F3F3F3;
          text-align: center;
          font-weight: none;
        }
       

      /***************************** FIN MISE EN FORME PA *****************************/
/****************************************CORPS********************************/

body
{
background-image:  url(http://zupimages.net/up/15/14/e7e0.jpg);
background-position: top center, center center;
background-repeat:  repeat-y;
background-attachment: scroll, fixed;
background-color: #1e0707;

}
.bodylinewidth
{
width: 850px;
margin: auto;
}

/*image réponse au sujet*/
.sceditor-container iframe, .sceditor-container textarea
{
  background:url()!important;
background-position: center;
}

/*police personnalisée (cf templates overall_header l.4)*/
  font-family: 'Gabriela', serif;

/*images fond sujets*/
td.row1{
background-image: url("");
background-repeat: repeat;
}
td.row2{
background-image: url("");
background-repeat: repeat;
}
td.row3{
background-image: url("");
background-repeat: repeat;
}
td.row3Right{
  background-image: url("");
background-repeat: repeat;
}
td.rowpic{
  background-color:#F2F2F2;
}



/*lignes invisibles*/ 
.forumline {
 border-spacing: 0 !important;
 }   

/*HR transparent*/
hr {
color:transparent;
 }

/*cadre des sujets et des catégories )*/
.forumline{
  border: ;
}

 
    /*images titre catégorie*/
th{
  background-image: url("");
}
 td.catHead{
  background-image: url("");
}
 td.catBottom{
  background-image: url("");
}
td.catLeft {
  background-image: url("");
}
td.catbottom{
  background-image: url("");
}

        /* CODES CSS CATEGORIES AUX DESCRIPTIONS CACHEES */


        .cate
        {
          width: 500px;
          height: 120px;
          overflow: hidden;
          border: 1px solid #000000;
          background-color: #422F24;
        }
        .cate_img
        {
          position: relative;
          z-index: 2;
          width: 500px;
          height: 120px;
          margin-left: 0px;
            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;
        }
        .cate:hover .cate_img
        {
        margin-left: 500px;
        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;
        }
        .cate_description
        {
          position: relative;
          z-index: 1;
          width: 400px;
          height: 120px;
          margin-top: -100px;
          text-align: justify;
          font-size: 11px;
          color: #d5bfb2;
          padding: 2px;
          overflow: auto;
        }

/*MARGES CENTREES*/
td.catLeft {
border-width:0 0 0 0px !important;
}
td.catBottom {
border-width:0 0px 0px !important;
 }
td.catHead {
border-width:0px 0px 0 !important;
 }
td.catRight {
border-width:0 0 0 0px !important;
 }
td {
border-width:0 0 0 0px !important;
 }
       
th, td, p {
border-width:0 0 0 0px !important;
 }
/*****************************CHATBOX******************/
/*TEXTE TITRE CHATBOX*/
#chatbox_header .cattitle strong { display: none; }
#chatbox_header .cattitle:before { content: "Au Poney Fringant"; }

/*COULEUR TITRE CHATBOX*/
#chatbox_header .catBottom .cattitle {
color: #2C2C2C;
}

/*CORPS DE LA CHATBOX*/
body.chatbox {
    background-image: url("");
  background-repeat: repeat;
}
body.chatbox {
  background-color:#ae8258 ;

  }
        .chatbox_row_1,
        .chatbox_row_2,
        .chatbox_row_3,
        .chatbox_row_1 a,
        .chatbox_row_2 a,
        .chatbox_row_3 a  {
            background-image: url("");
        }
       
#chatbox_members {
  background-image: url ("http://img4.hostingpics.net/pics/408068beige2.jpg");
        }
Revenir en haut Aller en bas
 
code du css
Revenir en haut 
Page 1 sur 1
 Sujets similaires
-
» code catégories défliantes

Permission de ce forum:Vous ne pouvez pas répondre aux sujets dans ce forum
 :: 
Au Sein de la Confrérie
-
Sauter vers: