Template:Copyvio/style.css
外观
.copyvio-box {
width: 95%;
border: 3px solid #003153;
margin: .5em auto;
font-size:90%;
border-radius: 8px;
box-shadow: 4px 4px 2px #888;
color: #000;
}
.copyvio-title {
font-family: sans-serif;
text-align: center;
font-size: 150%;
font-weight: bold;
}
.copyvio-titlebox {
border-bottom: 2px solid #003153;
color: white;
background: #17566f;
padding: 0.5em;
height: 3em;
border-radius: 4px 4px 0 0;
}