

/*** BBcode stuff be carefull here !***/

/* Wrap quotes (in a big blue box.) */ 

div.bbcode_quote { 

  border: 1px solid blue; 

  margin: 0.5em 0.75em; 

} 

div.bbcode_quote_head { 

  background-color: blue; 

  color: white; 

  font-weight: bold; 

  padding: 0.25em 0.5em; 

} 

div.bbcode_quote_head a:link { 

  color: yellow; 

} 

div.bbcode_quote_head a:visited { 

  color: yellow;

} 

div.bbcode_quote_head a:hover { 

  color: white; 

  text-decoration: underline; 

} 

div.bbcode_quote_head a:active { 

  color: white; 

  text-decoration: underline; 

} 

div.bbcode_quote_body { 

  background-color: skyblue; 

  color: black; 

  padding: 0.5em 1em; 

} 



/* Wrap code in a big blue box. */ 

div.bbcode_code { border: 1px solid blue; margin: 0.5em 0; } 

div.bbcode_code_head { background-color: blue; color: white; font-weight: bold; padding: 0.25em 0.5em; } 

div.bbcode_code_body { background-color: skyblue; color: black; font: 10pt monospace; padding: 0.5em 1em; }



/* Make spoilers invisible, so that you need to select them with the mouse. */ 

span.spoiler { background-color: black; color: black; } 



/* Add a dashed underline to acronyms. */ 

span.acronym { border-bottom:1px dashed green; } 

span.acronym:hover { color: green; border-bottom:1px dashed lightgreen; } 



/*** Don't remove the class nixhier, this is required for ASP ***/

.nixhier {

	display:none;

}