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

ef5584

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

ef5584

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

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

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

ef5584
.articleContent {
ef5584
}
ef5584

ef5584
p.articleVote {
ef5584
	font-weight: bold;
ef5584
}
ef5584

ef5584
.articleContent p {
ef5584
	margin: 1em 0;
ef5584
}
ef5584

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

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

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

ef5584

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

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

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

ef5584
.articleContent li {
ef5584
  display: list-item;
ef5584
}
ef5584

ef5584

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

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

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

ef5584

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

ef5584
.comment {
ef5584
	margin: 0 0 1em 0;
ef5584
}
ef5584