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

4c79b5

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

4c79b5

4c79b5
/* Liste des catégories 
4c79b5
----------------------------------------------------------*/
4c79b5
#catBox ul {
4c79b5
	padding: 0;
4c79b5
}
4c79b5

4c79b5
#catBox li {
4c79b5
	display: inline;
4c79b5
	margin-right: 12px;
4c79b5
}
4c79b5
#catBox li.current {
4c79b5
	font-weight: bold;
4c79b5
}
4c79b5

4c79b5
/* Contenu des articles 
4c79b5
----------------------------------------------------------*/
4c79b5
.articleTitle {
4c79b5
	margin-bottom: 0;
4c79b5
}
4c79b5
.articleDate {
4c79b5
	margin-top: 0;
4c79b5
	font-size: 0.9em;
4c79b5
}
4c79b5

4c79b5
.articleContent {
4c79b5
}
4c79b5

4c79b5
p.articleVote {
4c79b5
	font-weight: bold;
4c79b5
}
4c79b5

4c79b5
.articleContent p {
4c79b5
	margin: 1em 0;
4c79b5
}
4c79b5

4c79b5
.articleContent pre {
4c79b5
	background-color: #333;
4c79b5
	color: #fff;
4c79b5
	padding: 5px;
4c79b5
	border: 1px solid #ccc;
4c79b5
}
4c79b5

4c79b5
.articleContent h3, .articleContent h4, .articleContent h5, .articleContent h6  {
4c79b5
	display: block;
4c79b5
	font-weight: bold;
4c79b5
}
4c79b5

4c79b5
.articleContent h3 {
4c79b5
  font-size: 1.4em;
4c79b5
  margin: 1em 0;
4c79b5
}
4c79b5
.articleContent h4 {
4c79b5
  font-size: 1.3em;
4c79b5
  margin: 1.33em 0;
4c79b5
}
4c79b5
.articleContent h5 {
4c79b5
  font-size: 1.2em;
4c79b5
  margin: 1.67em 0;
4c79b5
}
4c79b5
.articleContent h6 {
4c79b5
  font-size: 1.1em;
4c79b5
  margin: 2.33em 0;
4c79b5
}
4c79b5

4c79b5

4c79b5
/* Lists settings from Mozilla Firefox */
4c79b5
.articleContent ul,
4c79b5
.articleContent ol {
4c79b5
  display: block;
4c79b5
  margin: 1em 0;
4c79b5
  padding-left: 40px;
4c79b5
}
4c79b5

4c79b5
.articleContent ul,
4c79b5
.articleContent ul li {
4c79b5
  list-style-type: disc;
4c79b5
}
4c79b5

4c79b5
.articleContent ol,
4c79b5
.articleContent ol li {
4c79b5
  list-style-type: decimal;
4c79b5
}
4c79b5

4c79b5
.articleContent li {
4c79b5
  display: list-item;
4c79b5
}
4c79b5

4c79b5

4c79b5
/* nested lists have no top/bottom margins */
4c79b5
.articleContent ul ul, 
4c79b5
.articleContent ul ol, 
4c79b5
.articleContent ul dl, 
4c79b5
.articleContent ol ul, 
4c79b5
.articleContent ol ol, 
4c79b5
.articleContent ol dl, 
4c79b5
.articleContent dl ul, 
4c79b5
.articleContent dl ol, 
4c79b5
.articleContent dl dl {
4c79b5
  margin-top: 0;
4c79b5
  margin-bottom: 0;
4c79b5
}
4c79b5

4c79b5
/* 2 deep unordered lists use a circle */
4c79b5
.articleContent ol ul, 
4c79b5
.articleContent ul ul,
4c79b5
.articleContent ol ul li, 
4c79b5
.articleContent ul ul li {
4c79b5
  list-style-type: circle;
4c79b5
}
4c79b5

4c79b5
/* 3 deep (or more) unordered lists use a square */
4c79b5
.articleContent ol ol ul, 
4c79b5
.articleContent ol ul ul, 
4c79b5
.articleContent ul ol ul, 
4c79b5
.articleContent ul ul ul,
4c79b5
.articleContent ol ol ul li, 
4c79b5
.articleContent ol ul ul li, 
4c79b5
.articleContent ul ol ul li, 
4c79b5
.articleContent ul ul ul li {
4c79b5
  list-style-type: square;
4c79b5
}
4c79b5

4c79b5

4c79b5
/* Commentaires
4c79b5
----------------------------------------------------------*/
4c79b5
.addLinkTop {
4c79b5
	text-align: right;
4c79b5
	margin-bottom: 0;
4c79b5
}
4c79b5
.addLinkBottom {
4c79b5
	text-align: right;
4c79b5
	margin-top: 0;
4c79b5
}
4c79b5

4c79b5
.comment {
4c79b5
	margin: 0 0 1em 0;
4c79b5
}
4c79b5