Newer
Older
skip-web / oasis2015 / profeel.css
@ARAKI Tsuyohito ARAKI Tsuyohito on 6 Jul 2015 989 bytes add image
body{text-align:center;
background:#ffb;
}
header{
#padding:100px;
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100px;
background-image:url(./img/head.png);
text-align:center;
}
footer{
#padding:100px;
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100px;
background-image:url(./img/foot.png);
text-align:center;
}



header p {color:red;}

input[type="checkbox"][name="hdn"] + span {display: none;}
input[type="checkbox"][name="hdn"]:checked + span {display: inline;}

table{margin-left:auto; margin-right: auto;}
table.state{text-align:left;}
table.state tr+tr+tr{font-size:xx-large;}

div.lets{
border:solid 2px #fa0;
background:#faf;
padding:2%;
margin:2em 28em;
}
div.lets span{color:navy;  text-decoration: underline #faf;}

div.cal {margin-left:auto; margin-right:auto;
#width: 230px; height: 140px;
background: white}
div.cal div{float:left; border:solid black;}


#form{margin-left:auto; margin-right:auto;}