200 lines
5.3 KiB
CSS
200 lines
5.3 KiB
CSS
|
/* JOST* */
|
||
|
@font-face {
|
||
|
font-family: "Jost";
|
||
|
src: url("/theme/fonts/Jost-400.ttf") format("truetype");
|
||
|
font-weight: 400;
|
||
|
font-style: normal;
|
||
|
|
||
|
}
|
||
|
|
||
|
/* arvo-regular - latin */
|
||
|
@font-face {
|
||
|
font-family: 'Arvo';
|
||
|
font-style: normal;
|
||
|
font-weight: 400;
|
||
|
src: url('/theme/fonts/arvo-v13-latin-regular.eot'); /* IE9 Compat Modes */
|
||
|
src: local('Arvo'),
|
||
|
url('/theme/fonts/arvo-v13-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
||
|
url('/theme/fonts/arvo-v13-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
|
||
|
url('/theme/fonts/arvo-v13-latin-regular.woff') format('woff'), /* Modern Browsers */
|
||
|
url('/theme/fonts/arvo-v13-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
|
||
|
url('/theme/fonts/arvo-v13-latin-regular.svg#Arvo') format('svg'); /* Legacy iOS */
|
||
|
}
|
||
|
|
||
|
/* arvo-italic - latin */
|
||
|
@font-face {
|
||
|
font-family: 'Arvo';
|
||
|
font-style: italic;
|
||
|
font-weight: 400;
|
||
|
src: url('/theme/fonts/arvo-v13-latin-italic.eot'); /* IE9 Compat Modes */
|
||
|
src: local('Arvo-Italic'),
|
||
|
url('/theme/fonts/arvo-v13-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
||
|
url('/theme/fonts/arvo-v13-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
|
||
|
url('/theme/fonts/arvo-v13-latin-italic.woff') format('woff'), /* Modern Browsers */
|
||
|
url('/theme/fonts/arvo-v13-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
|
||
|
url('/theme/fonts/arvo-v13-latin-italic.svg#Arvo') format('svg'); /* Legacy iOS */
|
||
|
}
|
||
|
|
||
|
/* arvo-700 - latin */
|
||
|
@font-face {
|
||
|
font-family: 'Arvo';
|
||
|
font-style: normal;
|
||
|
font-weight: 700;
|
||
|
src: url('/theme/fonts/arvo-v13-latin-700.eot'); /* IE9 Compat Modes */
|
||
|
src: local('Arvo Bold'), local('Arvo-Bold'),
|
||
|
url('/theme/fonts/arvo-v13-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
||
|
url('/theme/fonts/arvo-v13-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
|
||
|
url('/theme/fonts/arvo-v13-latin-700.woff') format('woff'), /* Modern Browsers */
|
||
|
url('/theme/fonts/arvo-v13-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
|
||
|
url('/theme/fonts/arvo-v13-latin-700.svg#Arvo') format('svg'); /* Legacy iOS */
|
||
|
}
|
||
|
|
||
|
/* arvo-700italic - latin */
|
||
|
@font-face {
|
||
|
font-family: 'Arvo';
|
||
|
font-style: italic;
|
||
|
font-weight: 700;
|
||
|
src: url('/theme/fonts/arvo-v13-latin-700italic.eot'); /* IE9 Compat Modes */
|
||
|
src: local('Arvo Bold Italic'), local('Arvo-BoldItalic'),
|
||
|
url('/theme/fonts/arvo-v13-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
||
|
url('/theme/fonts/arvo-v13-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
|
||
|
url('/theme/fonts/arvo-v13-latin-700italic.woff') format('woff'), /* Modern Browsers */
|
||
|
url('/theme/fonts/arvo-v13-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
|
||
|
url('/theme/fonts/arvo-v13-latin-700italic.svg#Arvo') format('svg'); /* Legacy iOS */
|
||
|
}
|
||
|
|
||
|
/* fira-code-regular - latin */
|
||
|
@font-face {
|
||
|
font-family: 'Fira Code';
|
||
|
font-style: normal;
|
||
|
font-weight: 400;
|
||
|
src: url('/theme/fonts/fira-code-v5-latin-regular.eot'); /* IE9 Compat Modes */
|
||
|
src: local(''),
|
||
|
url('/theme/fonts/fira-code-v5-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
||
|
url('/theme/fonts/fira-code-v5-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
|
||
|
url('/theme/fonts/fira-code-v5-latin-regular.woff') format('woff'), /* Modern Browsers */
|
||
|
url('/theme/fonts/fira-code-v5-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
|
||
|
url('/theme/fonts/fira-code-v5-latin-regular.svg#FiraCode') format('svg'); /* Legacy iOS */
|
||
|
}
|
||
|
|
||
|
body {
|
||
|
background: #c4cfd0;
|
||
|
height: 100%;
|
||
|
font-family: 'Arvo';
|
||
|
font-style: normal;
|
||
|
font-size: 1.5em;
|
||
|
color: #1c366b;
|
||
|
}
|
||
|
|
||
|
a {
|
||
|
color: #f24d29;
|
||
|
text-decoration: none;
|
||
|
}
|
||
|
|
||
|
a:hover {
|
||
|
color: #1dace8;
|
||
|
}
|
||
|
|
||
|
h1 {
|
||
|
color: #f24d29;
|
||
|
margin-top: 75px;
|
||
|
font-family: 'Jost';
|
||
|
}
|
||
|
|
||
|
h1 a {
|
||
|
text-decoration: none;
|
||
|
}
|
||
|
|
||
|
h2 {
|
||
|
color: #f24d29;
|
||
|
font-family: 'Jost';
|
||
|
}
|
||
|
|
||
|
hr {
|
||
|
border: solid #1c366b 1px;
|
||
|
}
|
||
|
|
||
|
p.post-meta {
|
||
|
color: #1c366b;
|
||
|
font-size: 75%;
|
||
|
}
|
||
|
|
||
|
p.footer {
|
||
|
color: #1c366b;
|
||
|
font-size: 75%;
|
||
|
margin-bottom: 0px;
|
||
|
}
|
||
|
|
||
|
figure {
|
||
|
display: block;
|
||
|
margin: 0;
|
||
|
padding: 0;
|
||
|
border: 0;
|
||
|
}
|
||
|
|
||
|
figcaption {
|
||
|
display: block;
|
||
|
margin-left: auto;
|
||
|
margin-right: auto;
|
||
|
max-width: 90%;
|
||
|
font-size: small;
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
.content pre {
|
||
|
padding: 20px;
|
||
|
font-family: "Fira Code";
|
||
|
}
|
||
|
|
||
|
.content blockquote {
|
||
|
font-family: "Arvo";
|
||
|
font-size: 1.5em;
|
||
|
}
|
||
|
|
||
|
.content img {
|
||
|
width: 100%;
|
||
|
}
|
||
|
|
||
|
#tipue_search_input {
|
||
|
font-family: 'Arvo';
|
||
|
padding: 0px;
|
||
|
}
|
||
|
|
||
|
#tipue_search_results_count, .tipue_search_content_title a, .tipue_search_content_url a, .tipue_search_content_text, #tipue_search_warning {
|
||
|
font-family: 'Arvo';
|
||
|
}
|
||
|
|
||
|
.tipue_search_content_title a, .tipue_search_content_url a {
|
||
|
color: #1c366b;
|
||
|
}
|
||
|
|
||
|
.tipue_search_content_title a:hover {
|
||
|
color: #000000;
|
||
|
}
|
||
|
|
||
|
.tipue_search_content_url a:hover {
|
||
|
color: #000000;
|
||
|
text-decoration: underline;
|
||
|
}
|
||
|
|
||
|
.sidebar {
|
||
|
background-image: url(/theme/images/background.png);
|
||
|
position: absolute;
|
||
|
height: 65px;
|
||
|
}
|
||
|
|
||
|
@media (min-width: 550px) {
|
||
|
|
||
|
.sidebar {
|
||
|
background-image: url(/theme/images/background.png);
|
||
|
background-size: cover;
|
||
|
position: fixed;
|
||
|
height: 100%;
|
||
|
}
|
||
|
|
||
|
}
|
||
|
|
||
|
.highlight.hl-ipython3 pre {
|
||
|
color: #000000;
|
||
|
}
|