delete_shiori.css 1.36 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
@charset "utf-8";


.sectionDeleteConfirm {
	width:420px;
	height:249px;
	display: none;
	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;
	z-index: 101;
}

.sectionDeleteConfirm h1{
	margin:0 0 38px 0;
	padding:0;
	height:64px;
	line-height:62px;
	text-align:center;
	letter-spacing: 2px;	
	border-radius: 10px 10px 0px 0px;
}

.sectionDeleteConfirm p{
	text-align:center;
}

.sectionDeleteConfirm p.message{	
}

.sectionDeleteConfirm .deletebtn {
	width:325px;
	height:25px;
	margin:49px auto 0;
}
.sectionDeleteConfirm .deletebtn a.ok {
	position:relative;
	margin:0 98px 0 0;
	cursor: pointer;
}
.sectionDeleteConfirm .deletebtn a.cancel {
	position:relative;
	margin:-27px 0 0 135px;
	cursor: pointer;
}


.sectionDeleteConfirm .deletebtn a.cancel_audio {
	position:relative;
	margin:-27px 60px 0 135px;
	cursor: pointer;
}

.sectionDeleteConfirm .deletebtn a {
	width:85px;
	height:21px;	
	text-align:center;
	float:right;

	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	display: inline-block;
	padding: 2px 0;
	text-decoration: none;
}
.sectionDeleteConfirm .deletebtn a:hover {
}
.sectionDeleteConfirm .deletebtn a:active {
	position:relative;
	top:1px;
}
.sectionDeleteConfirm .deletebtn a:not(:target) {
    filter: none;
    -ms-filter: none;
}