Blame Identity/Webenv/App/Puntal/themes/punbb/articles/articles.css
|
|
f2e824 |
|
|
|
f2e824 |
/* Titres
|
|
|
f2e824 |
----------------------------------------------------------*/
|
|
|
f2e824 |
#puntal_content #articlesTitle span {
|
|
|
f2e824 |
font-weight: bold;
|
|
|
f2e824 |
}
|
|
|
f2e824 |
|
|
|
f2e824 |
|
|
|
f2e824 |
/* Liste des catégories
|
|
|
f2e824 |
----------------------------------------------------------*/
|
|
|
f2e824 |
#catBox ul {
|
|
|
f2e824 |
padding: 0;
|
|
|
f2e824 |
}
|
|
|
f2e824 |
|
|
|
f2e824 |
#catBox li {
|
|
|
f2e824 |
display: inline;
|
|
|
f2e824 |
margin-right: 12px;
|
|
|
f2e824 |
}
|
|
|
f2e824 |
#catBox li.current {
|
|
|
f2e824 |
font-weight: bold;
|
|
|
f2e824 |
}
|
|
|
f2e824 |
|
|
|
f2e824 |
/* Contenu des articles
|
|
|
f2e824 |
----------------------------------------------------------*/
|
|
|
f2e824 |
.articleTitle {
|
|
|
f2e824 |
margin-bottom: 0;
|
|
|
f2e824 |
}
|
|
|
f2e824 |
.articleDate {
|
|
|
f2e824 |
margin-top: 0;
|
|
|
f2e824 |
font-size: 0.9em;
|
|
|
f2e824 |
}
|
|
|
f2e824 |
|
|
|
f2e824 |
.articleContent {
|
|
|
f2e824 |
}
|
|
|
f2e824 |
|
|
|
f2e824 |
p.articleVote {
|
|
|
f2e824 |
font-weight: bold;
|
|
|
f2e824 |
}
|
|
|
f2e824 |
|
|
|
f2e824 |
.articleContent p {
|
|
|
f2e824 |
margin: 1em 0;
|
|
|
f2e824 |
}
|
|
|
f2e824 |
|
|
|
f2e824 |
.articleContent pre {
|
|
|
f2e824 |
background-color: #333;
|
|
|
f2e824 |
color: #fff;
|
|
|
f2e824 |
padding: 5px;
|
|
|
f2e824 |
border: 1px solid #ccc;
|
|
|
f2e824 |
}
|
|
|
f2e824 |
|
|
|
f2e824 |
.articleContent h3, .articleContent h4, .articleContent h5, .articleContent h6 {
|
|
|
f2e824 |
display: block;
|
|
|
f2e824 |
font-weight: bold;
|
|
|
f2e824 |
}
|
|
|
f2e824 |
|
|
|
f2e824 |
.articleContent h3 {
|
|
|
f2e824 |
font-size: 1.4em;
|
|
|
f2e824 |
margin: 1em 0;
|
|
|
f2e824 |
}
|
|
|
f2e824 |
.articleContent h4 {
|
|
|
f2e824 |
font-size: 1.3em;
|
|
|
f2e824 |
margin: 1.33em 0;
|
|
|
f2e824 |
}
|
|
|
f2e824 |
.articleContent h5 {
|
|
|
f2e824 |
font-size: 1.2em;
|
|
|
f2e824 |
margin: 1.67em 0;
|
|
|
f2e824 |
}
|
|
|
f2e824 |
.articleContent h6 {
|
|
|
f2e824 |
font-size: 1.1em;
|
|
|
f2e824 |
margin: 2.33em 0;
|
|
|
f2e824 |
}
|
|
|
f2e824 |
|
|
|
f2e824 |
|
|
|
f2e824 |
/* Lists settings from Mozilla Firefox */
|
|
|
f2e824 |
.articleContent ul,
|
|
|
f2e824 |
.articleContent ol {
|
|
|
f2e824 |
display: block;
|
|
|
f2e824 |
margin: 1em 0;
|
|
|
f2e824 |
padding-left: 40px;
|
|
|
f2e824 |
}
|
|
|
f2e824 |
|
|
|
f2e824 |
.articleContent ul,
|
|
|
f2e824 |
.articleContent ul li {
|
|
|
f2e824 |
list-style-type: disc;
|
|
|
f2e824 |
}
|
|
|
f2e824 |
|
|
|
f2e824 |
.articleContent ol,
|
|
|
f2e824 |
.articleContent ol li {
|
|
|
f2e824 |
list-style-type: decimal;
|
|
|
f2e824 |
}
|
|
|
f2e824 |
|
|
|
f2e824 |
.articleContent li {
|
|
|
f2e824 |
display: list-item;
|
|
|
f2e824 |
}
|
|
|
f2e824 |
|
|
|
f2e824 |
|
|
|
f2e824 |
/* nested lists have no top/bottom margins */
|
|
|
f2e824 |
.articleContent ul ul,
|
|
|
f2e824 |
.articleContent ul ol,
|
|
|
f2e824 |
.articleContent ul dl,
|
|
|
f2e824 |
.articleContent ol ul,
|
|
|
f2e824 |
.articleContent ol ol,
|
|
|
f2e824 |
.articleContent ol dl,
|
|
|
f2e824 |
.articleContent dl ul,
|
|
|
f2e824 |
.articleContent dl ol,
|
|
|
f2e824 |
.articleContent dl dl {
|
|
|
f2e824 |
margin-top: 0;
|
|
|
f2e824 |
margin-bottom: 0;
|
|
|
f2e824 |
}
|
|
|
f2e824 |
|
|
|
f2e824 |
/* 2 deep unordered lists use a circle */
|
|
|
f2e824 |
.articleContent ol ul,
|
|
|
f2e824 |
.articleContent ul ul,
|
|
|
f2e824 |
.articleContent ol ul li,
|
|
|
f2e824 |
.articleContent ul ul li {
|
|
|
f2e824 |
list-style-type: circle;
|
|
|
f2e824 |
}
|
|
|
f2e824 |
|
|
|
f2e824 |
/* 3 deep (or more) unordered lists use a square */
|
|
|
f2e824 |
.articleContent ol ol ul,
|
|
|
f2e824 |
.articleContent ol ul ul,
|
|
|
f2e824 |
.articleContent ul ol ul,
|
|
|
f2e824 |
.articleContent ul ul ul,
|
|
|
f2e824 |
.articleContent ol ol ul li,
|
|
|
f2e824 |
.articleContent ol ul ul li,
|
|
|
f2e824 |
.articleContent ul ol ul li,
|
|
|
f2e824 |
.articleContent ul ul ul li {
|
|
|
f2e824 |
list-style-type: square;
|
|
|
f2e824 |
}
|
|
|
f2e824 |
|
|
|
f2e824 |
|
|
|
f2e824 |
/* Commentaires
|
|
|
f2e824 |
----------------------------------------------------------*/
|
|
|
f2e824 |
.addLinkTop {
|
|
|
f2e824 |
text-align: right;
|
|
|
f2e824 |
margin-bottom: 0;
|
|
|
f2e824 |
}
|
|
|
f2e824 |
.addLinkBottom {
|
|
|
f2e824 |
text-align: right;
|
|
|
f2e824 |
margin-top: 0;
|
|
|
f2e824 |
}
|
|
|
f2e824 |
|
|
|
f2e824 |
.comment {
|
|
|
f2e824 |
margin: 0 0 1em 0;
|
|
|
f2e824 |
}
|
|
|
f2e824 |
|