Blame Extras/Puntal/themes/punbb/lexicon/lexicon.css

4c79b5
#puntal_content .lexiconTitle span {
4c79b5
	font-weight: bold;
4c79b5
}
4c79b5
#puntal_content .word {
4c79b5
	border: none;
4c79b5
	margin: 0;
4c79b5
	font-weight: normal;
4c79b5
}
4c79b5

4c79b5
p#letter_list { text-align: center; }
4c79b5

4c79b5
p#letter_list a.cur_letter { font-weight: bold; }
4c79b5

4c79b5
div.lexique dt.word {
4c79b5
	margin-top: 1em;
4c79b5
	font-weight: bold;
4c79b5
}
4c79b5

4c79b5
div.lexique dd.word_def {}
4c79b5

4c79b5
div.lexique dd.word_example {
4c79b5
	font-style: italic;
4c79b5
}
4c79b5
div.lexique dd.word_example em {
4c79b5
	font-style: normal;
4c79b5
}
4c79b5

4c79b5
div.lexique dd.word_infos {
4c79b5
	text-align: right;
4c79b5
}
4c79b5

4c79b5
div.lexique dt.inactive, 
4c79b5
div.lexique dd.inactive {
4c79b5
	color: #696969;
4c79b5
}
4c79b5

4c79b5
#puntal_content #lexiqueTitle span {
4c79b5
	font-weight: bold;
4c79b5
}