2019-08-10 23:00:19 +02:00
|
|
|
@font-face {
|
|
|
|
font-family: andale;
|
|
|
|
src: url("fonts/ANDALEMO.TTF");
|
|
|
|
}
|
|
|
|
|
|
|
|
.yue h1, .yue h2, .yue h3, .yue h4, .yue h5,
|
|
|
|
.t-sidebar h1, .t-sidebar h2, .t-sidebar h3 {
|
|
|
|
font-family: andale;
|
|
|
|
letter-spacing: -2px;
|
|
|
|
}
|
|
|
|
.yue h1 {
|
|
|
|
padding-left: 20px;
|
|
|
|
margin-left: -20px;
|
|
|
|
letter-spacing: 0px;
|
2019-08-22 16:03:04 +02:00
|
|
|
font-weight: bold;
|
2019-08-10 23:00:19 +02:00
|
|
|
}
|
|
|
|
|
2019-08-11 12:21:15 +02:00
|
|
|
.yue p {
|
|
|
|
hyphens: none;
|
|
|
|
}
|
|
|
|
|
2019-08-10 23:00:19 +02:00
|
|
|
.t-sidebar {
|
|
|
|
background: #111111;
|
|
|
|
font-size: 0.8em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.yue pre {
|
|
|
|
font-family: andale;
|
|
|
|
}
|
|
|
|
|
|
|
|
.t-sidebar h1, .t-sidebar h2, .t-sidebar h3,
|
2019-09-04 00:59:55 +02:00
|
|
|
.t-sidebar h1 > a, .t-sidebar h2 > a, .t-sidebar h3 > a,
|
|
|
|
.t-sidebar a {
|
2019-08-10 23:00:19 +02:00
|
|
|
color: #efefef;
|
|
|
|
}
|
|
|
|
|
|
|
|
.t-sidebar a:hover, .t-sidebar li > a:hover {
|
2019-09-04 00:59:55 +02:00
|
|
|
text-decoration: underline;
|
2019-08-10 23:00:19 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#searchbox .input-group > button {
|
|
|
|
background-color: #dd4444;
|
|
|
|
}
|
|
|
|
|
|
|
|
.caption-text {
|
|
|
|
font-size: 1.5em;
|
|
|
|
font-weight: bold;
|
|
|
|
font-family: andale;
|
|
|
|
color: #000000;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cc0 {
|
|
|
|
display:inline-block;
|
|
|
|
padding: 10px 40px;
|
|
|
|
background-image: url("CC0_button.svg");
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-size: contain;
|
|
|
|
}
|
|
|
|
|
|
|
|
a.atom {
|
|
|
|
color: #dd6644;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
.atom img {
|
|
|
|
width: 30px;
|
|
|
|
font-family: andale;
|
|
|
|
}
|
2019-08-11 12:21:15 +02:00
|
|
|
|
2019-08-22 16:03:04 +02:00
|
|
|
div.t-content {
|
|
|
|
width: 650px;
|
|
|
|
}
|
|
|
|
|
2019-08-11 12:21:15 +02:00
|
|
|
div.t-content > div.t-body > div.section:last-child {
|
|
|
|
color:#9a9a9a;
|
|
|
|
margin-top: 40px;
|
|
|
|
}
|