Blame Identity/Webenv/Themes/Default/Puntal/themes/punbb/style.css

6ce18f
/* En-tete / header */
6ce18f
div#brdtitle { position: relative; }
6ce18f

6ce18f
p#prelude {
6ce18f
	position: absolute;
6ce18f
	top: 0.3em;
6ce18f
	right: 0.3em;
6ce18f
	font-size: 0.8em;
6ce18f
}
6ce18f

6ce18f
p#prelude a:link            { text-decoration: none; color: #EEE }
6ce18f
p#prelude a:hover           { text-decoration: underline; color: #FFF; } 
6ce18f
p#prelude a:active          { text-decoration: underline; color: #FFF; } 
6ce18f
p#prelude a:visited         { text-decoration: none; color: #EEE; }
6ce18f
p#prelude a:visited:hover   { text-decoration: underline; color: #FFF; }
6ce18f

6ce18f
/* Colone à gauche / Column on left */
6ce18f
div#puntal_main {
6ce18f
	width: 100%;
6ce18f
	float: right;
6ce18f
	margin-left: -22em;
6ce18f
}
6ce18f
div#puntal_content {
6ce18f
	margin-left: 22em;
6ce18f
	padding-left: 1ex;
6ce18f
}
6ce18f
div#puntal_sidebar {
6ce18f
	width: 21em;
6ce18f
	float: left;
6ce18f
}
6ce18f

6ce18f
/* Styles for collapse icon and text */
6ce18f
div.block h2 img.icon {
6ce18f
	vertical-align: text-bottom;
6ce18f
}
6ce18f
div.block h2 a {
6ce18f
	text-decoration: none;
6ce18f
}
6ce18f

6ce18f
/* Listes colone latérale / Lateral column list */
6ce18f
div#puntal_sidebar li {
6ce18f
	padding-top: 0.2em;
6ce18f
	padding-bottom: 0.2em;
6ce18f
}
6ce18f
div#puntal_sidebar li.active {
6ce18f
	font-weight: bold;
6ce18f
}
6ce18f

6ce18f

6ce18f
/* Sous-menu téléchargements / Downloads sub-menu */
6ce18f
#sousmenu ul, #sousmenu li {
6ce18f
	list-style-type: none;
6ce18f
	display: inline;
6ce18f
}
6ce18f
#sousmenu li { margin-right: 12px; }
6ce18f
#sousmenu a:link, #sousmenu a:visited{ text-decoration: none; }
6ce18f
#sousmenu a:hover { text-decoration: underline; }
6ce18f

6ce18f
/* Boite bloc édito / Edito block box */
6ce18f
#box_edito div.box { border-width: 1px; }
6ce18f
#box_edito div.box p {
6ce18f
	line-height: 150%;
6ce18f
	letter-spacing: 0.08em;
6ce18f
}
6ce18f

6ce18f
/* Boite bloc RSS reader / RSS reader block box */
6ce18f
#box_rssreader h3 {
6ce18f
    margin-top: 1em;
6ce18f
    font-weight: bold;
6ce18f
}