notes/source/_static/custom.css

79 lines
1.2 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 {
padding-left: 20px;
margin-left: -20px;
letter-spacing: 0px;
font-weight: bold;
}
.yue p {
hyphens: none;
}
.t-sidebar {
background: #111111;
font-size: 0.8em;
}
.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 {
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;
}
div.t-content {
width: 650px;
}
div.t-content > div.t-body > div.section:last-child {
color:#9a9a9a;
margin-top: 40px;
}