Skip to content

Instantly share code, notes, and snippets.

@backy22
Created June 11, 2015 13:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save backy22/199f5b5921a2fc8540f6 to your computer and use it in GitHub Desktop.
Save backy22/199f5b5921a2fc8540f6 to your computer and use it in GitHub Desktop.
@charset "UTF-8";
html, body{
margin: 0;
padding: 0;
}
#calender{
width:1600px;
}
#calender th{
height:40px;
width:25px;
}
#calender .icons{
width: 15px;
height: 15px;
}
#calender .tableclass {
border-collapse: collapse;
width:200px;
}
#calender .bggray{
background-color: silver;
}
#calender .bgred{
background-color: #FF0000;
}
#calender .bgyellow {
background-color: #FFFF00;
}
#calender .line1{
width: 30px;
}
#calender .line2{
width:50px;
}
#calender .line3{
width:15px;
}
#calender .line4{
width:15px;
}
#calender .line5{
width:90px;
}
#nezu{
display: inline-block;
margin:1em;
}
#shibuya{
display: inline-block;
margin:1em;
}
#kagurazaka{
display: inline-block;
margin:1em;
}
#gaienmae{
display: inline-block;
margin:1em;
}
#ebisu{
display: inline-block;
margin:1em;
}
#newroom{
display: inline-block;
margin:1em;
}
#dialog-form{
height: 400px;
width: 500px;
}
#dialog-form table{
height: 400px;
width: 500px;
}
#dialog-form .header{
font-size:8px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment