Newer
Older
skip-web / staff / want.css
@MURAKAMI Masaki MURAKAMI Masaki on 29 Jun 2014 1 KB test
body {
        background-image: url("border-s.png");
	background-color: #ffffff;
	background-attachment: fixed;
	margin-top: 20px;
}

/* -------------------------------------------
div.header {
        position: fixed !important;
	position: absolute;
        height: 30px;
        background: rgba(255,150,75,0.9);
}
--------------------------------------------- */

div.flame {
	   border: 15px dashed rgba(179,126,46,0.7);
	   width: 720px;
	   margin-right: auto;
	   margin-left: auto;
	   border-radius: 51px;
	   position: relative;
	   top: -10px;
}

div.main {
        background: rgba(179,126,46,0.7);
	width: 680px;
	margin-left:0 auto;
	margin-right:0 auto;
	padding: 2px 20px 2px 20px;
	border-radius: 30px;
}

div.inner {
	background: rgba(255,255,255,0.95);
	padding: 2px 10px 10px 10px;
	margin: 10px;
}

div.outflame {
        position: relative;

}

div img {
        position: absolute;
	left: 280px;
	top: -15px;
	z-index: 1;
	opacity: 0.78;
	transform: rotate(-10deg);
	
} 

div.section {
        border: thin solid rgba(255,200,200,0.8);
	position: relative;
	padding: 5px;
	background: white;
	border-bottom-right-radius: 30px;
	box-shadow: 2px 2px rgba(255,210,210,0.8);
}

div.corner{
        width: 25px;
	height: 25px;
	border: thin solid rgba(255,200,200,0.8);
	border-right: none;
	border-bottom: none;
	position: absolute;
	right:0;
	bottom:0;
	z-index: 1;	
	transform: skew(-10deg,-10deg);	
}