@charset "utf-8";

/*==============================================================================
  タイトル: 掲示板スタイル(プラグイン)
  著者    : Geeklog & Geeklog Japanese
  説明    : 掲示板のスタイルです。
  適用先  : forum/
==============================================================================*/



/* Forum Plugin specific CSS */
.codeblock {
  overflow: auto;
  width: 550px;
  height: 160px;
  min-height: 50px;
  max-height: 120px;
  margin: 5px 0px 5px 5px;
  padding:5px;
  border: 1px dashed black;
  background: #ECE9D8; 
  color:#000;
}

.quotemain {
  margin: 5px auto 8px auto;
  padding: 4px;
  border: 1px dotted #000;
  border-left: 4px solid #8394B2;
  background: #FAFCFE url('../../forum/image_set/img_quote.gif') no-repeat 100% 0;
  color:#465584;
}

/* CSS Declarations for Code block feature - default will use the .php one */
div .php {
  overflow: auto;
  width: auto;
  height: auto;
  min-height: 100px;
  max-height: 400px;
}

div .html {
  overflow: auto;
  width: auto;
  height: 300px;
  min-height: 100px;
}

div .css {
  overflow: auto;
  width: auto;
  height: 300px;
  min-height: 100px;
}

/* END of Forum Plugin CSS */
