view 2014OC/Bingo.css @ 2944:b1cb17ea7605

merge
author ARAKI Tsuyohito <c113007@e.koeki-u.ac.jp>
date Tue, 08 Dec 2015 19:36:05 +0900
parents 6ee4a16b2fb3
children
line wrap: on
line source

html,body {
	  width: 100%;
	  height: 100%;
}
div.outflam{
	width: 800px;
	height: 1240px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 auto;
	}

div.top{
	background: #214e4d;
	background-image: url("png/top.png");
	background-repeat: no-repeat;
	border: thin solid #214e4d;
	width: 100%;
	height: 180px;
	margin-top:0 auto;
	margin-bottom:0 auto;
	margin-left: auto;
	margin-right: auto;

}

p,h3 {
	margin:0;
	padding-left: 5%;
	font-weight: 900;
	height: 5%;
	width: 95%;
	border: thin solid #214e4d;
}

div.center{
	border: thin solid #214e4d;
	background: #214e4d;
	width: 100%;
	height: 45%;
	margin-left: auto;
	margin-right: auto;
}

table {
	background: white;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1%;
	margin-bottom: auto;
}

div.bottom{
	background: #214e4d;
	background-image: url("png/bottom.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	border:thin solid #214e4d;
	width: 100%;
	height: 150px;
	margin-left: auto;
	margin-right: auto;
}

div.bottom img {
	   float: left;
	   margin-left: 15%;
}

div.charSTATUS {
	   clear: right;
	   margin-top: 7%;
	   background: rgba(255,255,255,0.75);
	   width: 70%;
}

yatex.org