<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.block {
	height: 730px;
	width: 1000px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -365px;
	margin-left: -500px;
}

body{
	background-color: rgba(0, 0, 0, .3);
	background-blend-mode: multiply;
	background-image: url('https://zws.i234.me/img/ziifish_9_S.webp');
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center;
	background-size: cover;
}

a:link{
color: #000000;
}

a:visited{
color: #000000;
}

a:hover {
color: #000000;
}

a:active {
color: #000000;
}

font.title{
font-size: 18px;
color: #000000;
}

font.style1{
font-size: 12px;
color: #000000;
}

font.style2{
font-size: 16px;
color: #000000;
}

font.end{
font-size: 13px;
color: #DAA520;
}

input{
color: #000000;
background: rgba(87%,87%,87%,0.8);
border:1px #000000 solid;
}

select{
color: #000000;
background: rgba(87%,87%,87%,0.8);
border:1px #000000 solid;
}

textarea{
color: #000000;
background-color: #DFDFDF;
border:1px #000000 solid;
}

/*分隔線*/
hr{
border:1px #000000 dashed;
}

/*表格-預設*/
table{
border-collapse: collapse;
}

/*表格列-預設*/
tr{
background: rgba(82%,82%,82%,0.8);
}

/*表格列-隔列變色*/
tr:nth-child(2n){
background: rgba(87%,87%,87%,0.8);
}

/*表格列-標題*/
tr.title{
background: rgba(81%,81%,81%,0.8);
}

/*表格列-風格1*/
tr.style1{
background: rgba(87%,87%,87%,0.8);
}

/*表格列-風格2*/
tr.style2{
background: rgba(94%,94%,94%,0.8);
}

/*表格列-結尾*/
tr.end{
background: rgba(81%,81%,81%,0.8);
}

/*表格列-指定滑鼠變色*/
tr.hover:hover{
background-color: #DFE7F2;
}

/*表格-指定滑鼠變色*/
td.hover:hover{
background-color: #DFE7F2;
}

td{
border: 1px solid #000000;
}

font.hover{
background-color:#111
}

font.hover:hover{
color: #fc3a63;
position: relative;
top: 1px;
left: 1px;
}</pre></body></html>