Skip to content

Instantly share code, notes, and snippets.

@hirosof
Created June 3, 2012 09:00
Show Gist options
  • Select an option

  • Save hirosof/2862666 to your computer and use it in GitHub Desktop.

Select an option

Save hirosof/2862666 to your computer and use it in GitHub Desktop.
*,**{
font-family: "MS ゴシック",Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
font-size:16pt;
}
html{
background:#E0E0F0;
min-width:640px;
}
body{
margin:5px;
}
#Body_Contents{
color:white;
background:#071A71;
width:auto;
height:auto;
}
#header{
padding:5px;
min-height:30px;
font-size:32pt;
text-align:center;
}
#ContentsBox{
padding:5px;
min-height:300px;
overflow:hidden;
}
#PageL{
float:left;
width:300px;
margin:2px;
background:#876ED7;
}
#PageR{
float:right;
width:300px;
margin-left:auto;
margin-top:2px;
margin-bottom:2px;
background:#876ED7;
}
#ContentsDataL{
margin-left:2px;
margin-right:200px;
margin-top:2px;
margin-bottom:2px;
background:#65A5D1;
}
#ContentsDataR{
margin:2px 2px 2px 310px;
background:#65A5D1;
}
#ContentsDataC{
margin:2px;
background:#65A5D1;
}
#ContentsDataL,#PageR,#PageL,#ContentsDataR,#ContentsDataC{
margin-bottom:-32767px;
color:#000;
padding:10px 2px 32767px 10px;
}
#footer{
padding:10px 5px 10px 5px;
min-height:30px;
font-size:16pt;
text-align:center;
}
/*サイトメニュー*/
#SiteMenuBox{
padding:5px;
background:#071A71;
min-height:30px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment