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

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

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

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

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

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

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

ef5584

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

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

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