Skip to content

Instantly share code, notes, and snippets.

@backy22
Created June 13, 2015 13:11
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/5d39c1eb2a987a3b4e1e to your computer and use it in GitHub Desktop.
Save backy22/5d39c1eb2a987a3b4e1e 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 td{
height: 15px;
font-size: 12px;
}
#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:80px;
}
#nezu{
display: inline-block;
margin:1em;
height: 400px;
}
#shibuya{
display: inline-block;
margin:1em;
height: 400px;
}
#kagurazaka{
display: inline-block;
margin:1em;
height: 400px;
}
#gaienmae{
display: inline-block;
margin:1em;
height: 400px;
}
#ebisu{
display: inline-block;
margin:1em;
height: 400px;
}
#newroom{
display: inline-block;
margin:1em;
height: 400px;
}
/*#dialog-form*/
#dialog-form{
height: 310px;
width: 470px;
font-size:10px;
position: absolute;
top:250px;
left:36%;
margin-left: -60px;
margin-top: -80px;
display: none;
background: #CCFFFF;
}
#dialog-form td{
font-size: 10px
}
#dialog-form .header{
font-size:10px;
}
#dialog-form .shortinput{
width:50px;
}
#guestinfo{
margin:15px 15px 5px 15px;
}
#guestname{
width:100px;
}
#people{
width:100px;
}
#userhouse{
width:100px;
}
#memo{
width:300px;
}
#taskinfo {
margin:5px 15px 5px 15px;
}
#taskinfo .nittei{
width:110px;
}
#taskinfo .membername {
width: 70px;
}
#modal-close{
margin:0 15px 15px 360px;
}
/*#dialog-form*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment