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

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

4c79b5
/* Catégories */
4c79b5

4c79b5
#catBox ul {
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 downloads 
4c79b5
----------------------------------------------------------*/
4c79b5
#downloadContent {
4c79b5
}
4c79b5

4c79b5
#downloadContent p {
4c79b5
	margin: 1em 0;
4c79b5
}
4c79b5

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

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

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

4c79b5

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

4c79b5
#downloadContent ul,
4c79b5
#downloadContent ul li {
4c79b5
  list-style-type: disc;
4c79b5
}
4c79b5

4c79b5
#downloadContent ol,
4c79b5
#downloadContent ol li {
4c79b5
  list-style-type: decimal;
4c79b5
}
4c79b5

4c79b5
#downloadContent li {
4c79b5
  display: list-item;
4c79b5
}
4c79b5

4c79b5

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

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

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