blob: 49e6fffe95bfb6b321ff3729c7dbbcf7502fe9f0 (
plain) (
tree)
|
|
/*@import url("/times.css");*/
:root {
image-rendering: pixelated;
font-family: "Times New Roman";
}
p {
font-size: 15px;
}
h3 {
font-size: 18px;
}
/* --- LOGO --- */
#logo {
position: relative;
display: none;
}
#logo > :first-child {
color: #000;
position: absolute;
font-weight: 700;
filter: drop-shadow(0px 0px 2px #000) drop-shadow(0px 0px 2px #000) drop-shadow(0px 0px 2px #000) drop-shadow(0px 0px 3px #f77) drop-shadow(0px 0px 2px #f00);
}
#logo > :last-child {
color: #fff;
position: absolute;
}
/* --- BORDER --- */
.border {
border-image-slice: 6 5 5 6 fill;
border-image-width: 6px 5px 5px 6px;
border-image-outset: 5px 5px 5px 5px;
border-image-repeat: stretch stretch;
border-image-source: url("data:image/gif;base64,R0lGODdhDAAMAHcAACH5BAgKAAAALAAAAAAMAAwAgiIgNEUoPGY5MY9WO9mgZu7DmgAAAAAAAAMrGLq89DCCQIa9VsyKr6YWIALZFj5BCQ4AUaTDxzEq18XmjQdC7/+joBCQAAA7");
border-style: solid;
padding: 0px
}
.border > hr {
border-image-slice: 1 1 5 1;
border-image-width: 1px 1px 5px 1px;
border-image-outset: 0px 4px 0px 4px;
border-image-repeat: stretch stretch;
border-image-source: url("data:image/gif;base64,R0lGODdhAwAGAHcAACH5BAgKAAAALAAAAAADAAYAgSIgNEUoPI9WO9mgZgIHjIWZwDBRAAA7");
border-style: solid;
border-width: 1px 1px 5px 1px;
margin: 0px;
margin-top: 3px;
}
.border > h3:first-child {
margin: 0px;
font-weight: bold;
}
.border > summary > h3:first-child {
margin: 0px;
margin-left: 8px;
font-weight: bold;
display: inline;
border-image-slice: 1 0 1 6;
border-image-width: 1px 0px 1px 6px;
border-image-outset: 0px 0px 0px 6px;
border-image-repeat: stretch stretch;
border-image-source: url("data:image/gif;base64,R0lGODdhBgAEAKIAACIgNEUoPGY5MY9WO9mgZu7DmgAAAAAAACH5BAgKAAAALAAAAAAGAAQAAAMLCLMAsQOQxyYMIQEAOw==");
border-left-style: solid;
box-sizing: border-box;
padding-top: 4px;
padding-bottom: 5px;
}
.border > summary {
margin-left: 5px;
height: 21px;
}
.border > summary::marker {
color: #663931;
}
|