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

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

ef5584
/* Catégories */
ef5584

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

ef5584
#downloadContent p {
ef5584
	margin: 1em 0;
ef5584
}
ef5584

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

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

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

ef5584

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

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

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

ef5584
#downloadContent li {
ef5584
  display: list-item;
ef5584
}
ef5584

ef5584

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

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

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