logout.css 2.99 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137
/* CSS Document */
@charset "utf-8";


/* Latest Update
   2012.11.5 write           */

/* author
   koyuki watanabe               */

/* ---------- MENU ---------- */
/*

	5. section setting

                              */
/* ---------- MENU ---------- */

html,body {
	margin:0;
	padding:0;
}

/*----------------------------*/
/*	1. section setting        */
/*----------------------------*/


article{
	margin:0;
	padding:0;
}

section{
	width:520px;
	height:308px;
	border:1px solid #cccccc;
	display:block;
	padding:0;
	margin:0;
	overflow:hidden;
	-webkit-border-radius:10px 10px 10px 10px;
	-moz-border-radius:10px 10px 10px 10px;
	border-radius:10px 10px 10px 10px;
	-webkit-box-shadow: 0px 1px 3px 0px #666;
	-moz-box-shadow: 0px 1px 3px 0px #666;
	box-shadow: 0px 1px 3px 0px #666;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS Pゴシック", "MS P Gothic", "Osaka", Verdana, Arial, Helvetica, sans-serif;
}

section h1{
	margin:0 0 38px 0;
	padding:0;
	height:64px;
	line-height:62px;
	text-align:center;
	font-weight:bold;
	letter-spacing: 2px;
	color:#333;
	text-shadow: 1px 1px 2px #999;
	background-color:#f0f0f0;
	-webkit-box-shadow: 0px 1px 3px 0px #999;
	-moz-box-shadow: 0px 1px 3px 0px #999;
	box-shadow: 0px 1px 3px 0px #999;
}

section p{
	width:320px;
	margin:0 50px;
}

section p.message{
	margin-bottom:20px;
	font-size:15px;
	font-weight:bold;
	color:#333;
}

section p.notice{
	line-height:20px;
	font-size:12px;
	color:#333;
}

section .restorebtn {
	width:325px;
	height:25px;
	margin:29px auto 0;
}
section .restorebtn a.ok {
	position:relative;
	margin:0 98px 0 0;
}
section .restorebtn a.cancel {
	position:relative;
	margin:27px 0 0 135px;
}
section .restorebtn a {
	width:170px;
	height:21px;
	-moz-box-shadow:inset 0px 1px 0px 0px #d6ee23;
	-webkit-box-shadow:inset 0px 1px 0px 0px #d6ee23;
	box-shadow:inset 0px 1px 0px 0px #d6ee23;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #a4d815), color-stop(1, #83c008) );
	background:-moz-linear-gradient( center top, #a4d815 5%, #83c008 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a4d815', endColorstr='#83c008');
	background-color:#a4d815;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #83bd07;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:14px;
	font-weight:bold;
	padding:2px 0;
	line-height:21px;
	text-decoration:none;
	text-shadow:1px 1px 0px #a2d613;
	text-align:center;
	float:right;
}
section .restorebtn a:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #83c008), color-stop(1, #a4d815) );
	background:-moz-linear-gradient( center top, #83c008 5%, #a4d815 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#83c008', endColorstr='#a4d815');
	background-color:#83c008;
}
section .restorebtn a:active {
	position:relative;
	top:1px;
}
section .restorebtn a:not(:target) {
    filter: none;
    -ms-filter: none;
}