티스토리 뷰

body ,html
	{
		background-image: url('./images/dfdf2.jpg');
		background-repeat: no-repeat;
		background-position: left top;
		background-attachment: fixed;
		background-size: cover;
	}

button 
	{
		background-color: white;
	}

/*input 
	{
		background-color: white;
	}
*/
h3,h1,span,tr,th,thead,col,caption,td
	{
		color: white;
	}

form
	{
		margin:0 auto;
		margin-top: 20px;
		margin-bottom: 20px;
	}

button {
	-moz-box-shadow: 0px 1px 0px 0px #1c1b18;
	-webkit-box-shadow: 0px 1px 0px 0px #1c1b18;
	box-shadow: 0px 1px 0px 0px #1c1b18;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #eae0c2), color-stop(1, #ccc2a6));
	background:-moz-linear-gradient(top, #eae0c2 5%, #ccc2a6 100%);
	background:-webkit-linear-gradient(top, #eae0c2 5%, #ccc2a6 100%);
	background:-o-linear-gradient(top, #eae0c2 5%, #ccc2a6 100%);
	background:-ms-linear-gradient(top, #eae0c2 5%, #ccc2a6 100%);
	background:linear-gradient(to bottom, #eae0c2 5%, #ccc2a6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eae0c2', endColorstr='#ccc2a6',GradientType=0);
	background-color:#eae0c2;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	border:2px solid #333029;
	display:inline-block;
	cursor:pointer;
	color:#505739;
	font-family:Arial;
	font-size:20px;
	font-weight:bold;
	padding:12px 16px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}
button:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ccc2a6), color-stop(1, #eae0c2));
	background:-moz-linear-gradient(top, #ccc2a6 5%, #eae0c2 100%);
	background:-webkit-linear-gradient(top, #ccc2a6 5%, #eae0c2 100%);
	background:-o-linear-gradient(top, #ccc2a6 5%, #eae0c2 100%);
	background:-ms-linear-gradient(top, #ccc2a6 5%, #eae0c2 100%);
	background:linear-gradient(to bottom, #ccc2a6 5%, #eae0c2 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccc2a6', endColorstr='#eae0c2',GradientType=0);
	background-color:#ccc2a6;
}
button:active {
	position:relative;
	top:1px;
}

input,textarea {
  border: 2px solid purple;
  border-radius: 10px;
  font-family:Arial;
  font-size:20px;
  font-weight:bold;
  padding:12px 16px;
  
}

td, tr {
  border: 2px solid white;
  border-radius: 5px;
  font-family:Arial;
  font-size:20px;
  font-weight:bold;
  padding:12px 16px;
}

a {
	color: white;
}

 

이미지는 변경해주세요~

공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday