Blame Extras/Puntal/themes/punbb/directory/dir.css

4c79b5

4c79b5
/* Lien catégorie parent 
4c79b5
----------------------------------------------------------*/
4c79b5
.parentCatLink {
4c79b5
	text-align: right;
4c79b5
	float: right;
4c79b5
}
4c79b5

4c79b5
/* Titres 
4c79b5
----------------------------------------------------------*/
4c79b5
#puntal_content .directory span {
4c79b5
	font-weight: bold;
4c79b5
}
4c79b5

4c79b5
/* Menu 
4c79b5
----------------------------------------------------------*/
4c79b5
#dirMenu {
4c79b5
	list-style-none: none;
4c79b5
	padding-left: 0;
4c79b5
}
4c79b5
#dirMenu li {
4c79b5
	display: inline;
4c79b5
	margin-right: 1em;
4c79b5
}
4c79b5
#dirMenu li.active {
4c79b5
	font-weight: bold;
4c79b5
}
4c79b5

4c79b5
/* Totaux 
4c79b5
----------------------------------------------------------*/
4c79b5
.dirIntro {
4c79b5
	text-align: center;
4c79b5
}
4c79b5

4c79b5
/* Liste des catégories de l'annuaire 
4c79b5
----------------------------------------------------------*/
4c79b5
ul.cats {
4c79b5
	margin: 0;
4c79b5
	padding: 0;
4c79b5
	list-style: none;
4c79b5
}
4c79b5
ul.cats li {
4c79b5
	margin: 1.5em 0 1.5em 0;
4c79b5
	padding: 0 1em 0 0;
4c79b5
	float: left;
4c79b5
	width: 48%;
4c79b5
	height: auto;
4c79b5
	line-height: 160%;
4c79b5
	font-weight: bold;
4c79b5
}
4c79b5

4c79b5
/* Liste des sous-catégories de l'annuaire 
4c79b5
----------------------------------------------------------*/
4c79b5
ul.cats ul.subcats {
4c79b5
	margin: 0;
4c79b5
	padding: 0;
4c79b5
	list-style: none;
4c79b5
	font-size: 0.9em;
4c79b5
}
4c79b5
ul.cats ul.subcats li {
4c79b5
	background: none;
4c79b5
	float: none;
4c79b5
	display: block;
4c79b5
	margin: 0;
4c79b5
	padding: 0 0 0 20px;
4c79b5
	line-height: 160%;
4c79b5
	font-weight: normal;
4c79b5
}
4c79b5
ul.cats ul.subcats li a {
4c79b5
	background: none;
4c79b5
	padding-left: 0;
4c79b5
	text-decoration: none;
4c79b5
}
4c79b5
ul.cats ul.subcats li a:hover {
4c79b5
	text-decoration: underline;
4c79b5
}
4c79b5

4c79b5
/* Les liens 
4c79b5
----------------------------------------------------------*/
4c79b5
.links {
4c79b5
	padding-bottom: 2em;
4c79b5
}
4c79b5

4c79b5
/* Google Page Ranks 
4c79b5
----------------------------------------------------------*/
4c79b5
.pageranks { padding-left: 45px; }
4c79b5
.pagerank1 { background: transparent url(img/pr1.png) no-repeat 0 50%; }
4c79b5
.pagerank2 { background: transparent url(img/pr2.png) no-repeat 0 50%; }
4c79b5
.pagerank3 { background: transparent url(img/pr3.png) no-repeat 0 50%; }
4c79b5
.pagerank4 { background: transparent url(img/pr4.png) no-repeat 0 50%; }
4c79b5
.pagerank5 { background: transparent url(img/pr5.png) no-repeat 0 50%; }
4c79b5
.pagerank6 { background: transparent url(img/pr6.png) no-repeat 0 50%; }
4c79b5
.pagerank7 { background: transparent url(img/pr7.png) no-repeat 0 50%; }
4c79b5
.pagerank8 { background: transparent url(img/pr8.png) no-repeat 0 50%; }
4c79b5
.pagerank9 { background: transparent url(img/pr9.png) no-repeat 0 50%; }
4c79b5
.pagerank10 { background: transparent url(img/pr10.png) no-repeat 0 50%; }