Portail, CMS (plugin module) pour equipes de jeux en reseaux
Vous n'êtes pas identifié.
Publié le jeudi 8 novembre 2007
Votez pour cet article
1 Votes
Note :1
Interessant Très Interessant Bon Très Bon Indispensable
remplacer le contenu de themes/punbb/style.css par ceci
et le tour est joué !
/* En-tete / header */
div#brdtitle { position: relative; }
p#prelude {
position: absolute;
top: 0.3em;
right: 0.3em;
font-size: 0.8em;
}
/* centre / center */
div#puntal_main {
width : 64%;
margin : 0 0 0 18%;
float : left;
display:inline;
}
/* colonne de droite + colonne de gauche / right column + left column */
#puntal_sidebar, #puntal_extrabar {
margin : 0;
padding : 0 ;
display:inline;
}
div#puntal_sidebar{
width : 17%;
float: left;
margin-left: -82%;
overflow:hidden;
}
div#puntal_extrabar {
width : 17%;
padding-top: 40px;
float:right;
overflow:hidden;
}
/* Styles for collapse icon and text */
div.block h2 img.icon {
vertical-align: text-bottom;
}
div.block h2 a {
text-decoration: none;
}
/* Listes colone latérale / Lateral column list */
div#puntal_sidebar li, div#puntal_extrabar li {
padding-top: 0.2em;
padding-bottom: 0.2em;
}
div#puntal_sidebar li.active , div#puntal_extrabar li.active{
font-weight: bold;
}
/* Sous-menu téléchargements / Downloads sub-menu */
#sousmenu ul, #sousmenu li {
list-style-type: none;
display: inline;
}
#sousmenu li { margin-right: 12px; }
#sousmenu a:link, #sousmenu a:visited{ text-decoration: none; }
#sousmenu a:hover { text-decoration: underline; }
/* Boite bloc édito / Edito block box */
#box_edito div.box { border-width: 1px; }
#box_edito div.box p {
line-height: 150%;
letter-spacing: 0.08em;
}
/* Boite bloc RSS reader / RSS reader block box */
#box_rssreader h3 {
margin-top: 1em;
font-weight: bold;
}