72 lines
1.1 KiB
CSS
72 lines
1.1 KiB
CSS
|
@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 {
|
||
|
background: #111111;
|
||
|
color: #efefef;
|
||
|
padding-left: 20px;
|
||
|
margin-left: -20px;
|
||
|
letter-spacing: 0px;
|
||
|
}
|
||
|
|
||
|
.t-sidebar {
|
||
|
background: #111111;
|
||
|
font-size: 0.8em;
|
||
|
}
|
||
|
|
||
|
.t-sidebar .inner {
|
||
|
width: auto;
|
||
|
}
|
||
|
|
||
|
.yue pre {
|
||
|
font-family: andale;
|
||
|
}
|
||
|
|
||
|
.t-sidebar a, .t-sidebar li > a {
|
||
|
color: #a9e35a;
|
||
|
}
|
||
|
.t-sidebar h1, .t-sidebar h2, .t-sidebar h3,
|
||
|
.t-sidebar h1 > a, .t-sidebar h2 > a, .t-sidebar h3 > a,
|
||
|
.yue h1 a {
|
||
|
color: #efefef;
|
||
|
}
|
||
|
|
||
|
.t-sidebar a:hover, .t-sidebar li > a:hover {
|
||
|
color: #efefef;
|
||
|
}
|
||
|
|
||
|
#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;
|
||
|
}
|