2011年1月20日木曜日

20110120-工事中間報告

htmlコードはこちら


/*
サイドメニューとブログ本体の2カラム化
*/
#Side_Menu{
width:20%;
float:left;
border-right-style:dotted;
border-right-width:1px;
border-right-color:#cccccc;
padding-right:1%;
}

#Blog_Body{
width:75%;
float:right;
padding-left:1%;
}

/*サイドメニュー*/
#Author_Top,#Link_Top,#Categ_Top{
clear:both;
border-left-style:solid;
border-left-width:3px;
border-left-color:#000000;
border-bottom-style:solid;
border-bottom-width:1px;
border-bottom-color:#000000;
}

/*個別記事表示*/
#Blog_Body_Permanent_Coment_Disp{
clear:both;
padding-left:1em;
}
#Blog_Body_Permanent_NPDisp{
text-align:center;
}
#Blog_Body_Permanent_Coment_Submit_Form{
background-color:#eeeeee;
padding:1em;
}

/*複数種類のidにまたがる設定領域*/
#Blog_Body_Index_Top,#Blog_Body_Permanent_Top{
clear:both;
padding-left:0.4em;
border-left: medium solid #cccccc;
}



/*工事中であることを示す表示領域(工事が終われば撤去予定)*/
#str {
clear:both;
}


0 件のコメント:

コメントを投稿