@@ -0,0 +1,234 @@
|
||||
@import url('https://fonts.googleapis.com/css2?family=Orbitron&family=Aladin&family=Anton&display=swap');
|
||||
|
||||
body {
|
||||
background-color: #fafafa !important;
|
||||
padding-top: 42px;
|
||||
|
||||
display: flex;
|
||||
min-height: 100vh;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.main {
|
||||
display: flex;
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
h1, h2, h3, h4, h5, h6,
|
||||
.h1, .h2, .h3, .h4, .h5, .h6 {
|
||||
word-wrap: break-word;
|
||||
font-family: 'Orbitron';
|
||||
padding-top: .5em;
|
||||
}
|
||||
|
||||
#front-title {
|
||||
font-family: 'Orbitron';
|
||||
}
|
||||
|
||||
hr {
|
||||
border-top: 1px dotted #2c2a24;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
pre {
|
||||
margin: 0 0 10px;
|
||||
padding: 10px;
|
||||
border: 1px solid #ccc;
|
||||
border-radius: 4px;
|
||||
background-color: #f5f5f5;
|
||||
}
|
||||
|
||||
a,
|
||||
.text-primary {
|
||||
color: #337ab7;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
.top-nav .container {
|
||||
font-family: 'Anton';
|
||||
max-width: 1575px;
|
||||
padding-left: 0;
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
.navbar-brand {
|
||||
font-family: 'Oswald', sans-serif;
|
||||
font-size: 1.6rem;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.navbar-brand img {
|
||||
vertical-align: baseline;
|
||||
}
|
||||
|
||||
.top-nav a,
|
||||
.top-nav a:hover {
|
||||
text-decoration: none;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
a.card {
|
||||
text-decoration: none;
|
||||
color: #000;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
.top-nav,
|
||||
footer,
|
||||
.sidebar {
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.sidebar .badge-secondary {
|
||||
color: #847b79;
|
||||
background-color: #eeedea;
|
||||
}
|
||||
|
||||
footer {
|
||||
background-color: #27343c;
|
||||
color: #fff3e4;
|
||||
font-size: .8rem;
|
||||
padding: 30px 30px;
|
||||
}
|
||||
|
||||
footer h5 {
|
||||
font-size: .9rem;
|
||||
font-family: inherit;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
footer h5,
|
||||
footer a {
|
||||
color: #e3d096 !important;
|
||||
}
|
||||
|
||||
footer .icons a {
|
||||
font-size: 1.2rem;
|
||||
margin: 0 8px;
|
||||
}
|
||||
|
||||
footer hr {
|
||||
border-top: 1px dotted #555;
|
||||
margin: 30px 0;
|
||||
}
|
||||
|
||||
.main-content {
|
||||
flex: 1 0 auto;
|
||||
}
|
||||
|
||||
.main-content h1 {
|
||||
font-size: 2rem;
|
||||
}
|
||||
|
||||
.post h1,
|
||||
.recent-posts h2,
|
||||
.sidebar h2 {
|
||||
padding-bottom: 10px;
|
||||
border-bottom: 1px dotted #2c2a24;
|
||||
}
|
||||
|
||||
.recent-posts .post {
|
||||
margin-bottom: 4rem;
|
||||
}
|
||||
|
||||
.recent-posts a.title,
|
||||
.recent-posts a.title:hover {
|
||||
color: #222;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.top-nav {
|
||||
color: #fff;
|
||||
border-color: rgba(255,255,255,0);
|
||||
}
|
||||
|
||||
.share-icons {
|
||||
font-size: 1.2em;
|
||||
}
|
||||
|
||||
.share-icons a {
|
||||
color: #eeedea;
|
||||
}
|
||||
|
||||
.share-icons .fa-inverse {
|
||||
color: #847b79;
|
||||
}
|
||||
|
||||
.feature-image,
|
||||
.feature-banner {
|
||||
background: no-repeat center center;
|
||||
background-size: cover;
|
||||
display: flex;
|
||||
height: 100%;
|
||||
text-align: center;
|
||||
align-items: center;
|
||||
|
||||
-ms-flex-pack: center!important;
|
||||
justify-content: center!important;
|
||||
}
|
||||
|
||||
.feature-image-text {
|
||||
max-width: 760px;
|
||||
|
||||
margin-right: auto;
|
||||
margin-left: auto;
|
||||
}
|
||||
|
||||
.white-shadow-text {
|
||||
text-shadow: 0 0 3px #222;
|
||||
color: #fcfbf7;
|
||||
}
|
||||
|
||||
.feature-image-text h1 {
|
||||
font-size: 2.3rem;
|
||||
}
|
||||
|
||||
.feature-image-text .intro-description {
|
||||
font-size: 1.6rem;
|
||||
}
|
||||
|
||||
.sidebar {
|
||||
background-color: #F8F8F8;
|
||||
border-left: 1px dotted #BBB;
|
||||
padding: 1.5rem 50px 20px 50px;
|
||||
flex: 0 0 30rem;
|
||||
}
|
||||
|
||||
.sidebar a:hover {
|
||||
color: #23527c;
|
||||
background-color: #eee;
|
||||
}
|
||||
|
||||
.btn-outline-secondary {
|
||||
color: #333;
|
||||
background-color: #fff;
|
||||
border-color: #ccc;
|
||||
}
|
||||
|
||||
a.btn-outline-secondary:hover {
|
||||
color: #333;
|
||||
background-color: #e6e6e6;
|
||||
border-color: #adadad;
|
||||
}
|
||||
|
||||
.blockquote {
|
||||
margin: 25px auto;
|
||||
font-style: italic;
|
||||
color: #555555;
|
||||
padding: 1.2em 30px 1.2em 75px;
|
||||
border-left: 8px solid #78C0A8;
|
||||
position: relative;
|
||||
background: #EDEDED;
|
||||
}
|
||||
|
||||
blockquote::before {
|
||||
font-family: Arial;
|
||||
content: "\201C";
|
||||
color: #78C0A8;
|
||||
font-size: 4em;
|
||||
position: absolute;
|
||||
left: 10px;
|
||||
top: -10px;
|
||||
}
|
||||
|
||||
|
||||
@@ -0,0 +1,69 @@
|
||||
/* Generated with: ./hugo gen chromastyles --style=pygments > syntax.css */
|
||||
/* Background */ .chroma { }
|
||||
/* Error */ .chroma .err { }
|
||||
/* LineTableTD */ .chroma .lntd { vertical-align: top; padding: 0; margin: 0; border: 0; }
|
||||
/* LineTable */ .chroma .lntable { border-spacing: 0; padding: 0; margin: 0; border: 0; width: auto; overflow: auto; display: block; }
|
||||
/* LineHighlight */ .chroma .hl { display: block; width: 100%;background-color: #ffffcc }
|
||||
/* LineNumbersTable */ .chroma .lnt { margin-right: 0.4em; padding: 0 0.4em 0 0.4em; }
|
||||
/* LineNumbers */ .chroma .ln { margin-right: 0.4em; padding: 0 0.4em 0 0.4em; }
|
||||
/* Keyword */ .chroma .k { color: #008000; font-weight: bold }
|
||||
/* KeywordConstant */ .chroma .kc { color: #008000; font-weight: bold }
|
||||
/* KeywordDeclaration */ .chroma .kd { color: #008000; font-weight: bold }
|
||||
/* KeywordNamespace */ .chroma .kn { color: #008000; font-weight: bold }
|
||||
/* KeywordPseudo */ .chroma .kp { color: #008000 }
|
||||
/* KeywordReserved */ .chroma .kr { color: #008000; font-weight: bold }
|
||||
/* KeywordType */ .chroma .kt { color: #b00040 }
|
||||
/* NameAttribute */ .chroma .na { color: #7d9029 }
|
||||
/* NameBuiltin */ .chroma .nb { color: #008000 }
|
||||
/* NameClass */ .chroma .nc { color: #0000ff; font-weight: bold }
|
||||
/* NameConstant */ .chroma .no { color: #880000 }
|
||||
/* NameDecorator */ .chroma .nd { color: #aa22ff }
|
||||
/* NameEntity */ .chroma .ni { color: #999999; font-weight: bold }
|
||||
/* NameException */ .chroma .ne { color: #d2413a; font-weight: bold }
|
||||
/* NameFunction */ .chroma .nf { color: #0000ff }
|
||||
/* NameLabel */ .chroma .nl { color: #a0a000 }
|
||||
/* NameNamespace */ .chroma .nn { color: #0000ff; font-weight: bold }
|
||||
/* NameTag */ .chroma .nt { color: #008000; font-weight: bold }
|
||||
/* NameVariable */ .chroma .nv { color: #19177c }
|
||||
/* LiteralString */ .chroma .s { color: #ba2121 }
|
||||
/* LiteralStringAffix */ .chroma .sa { color: #ba2121 }
|
||||
/* LiteralStringBacktick */ .chroma .sb { color: #ba2121 }
|
||||
/* LiteralStringChar */ .chroma .sc { color: #ba2121 }
|
||||
/* LiteralStringDelimiter */ .chroma .dl { color: #ba2121 }
|
||||
/* LiteralStringDoc */ .chroma .sd { color: #ba2121; font-style: italic }
|
||||
/* LiteralStringDouble */ .chroma .s2 { color: #ba2121 }
|
||||
/* LiteralStringEscape */ .chroma .se { color: #bb6622; font-weight: bold }
|
||||
/* LiteralStringHeredoc */ .chroma .sh { color: #ba2121 }
|
||||
/* LiteralStringInterpol */ .chroma .si { color: #bb6688; font-weight: bold }
|
||||
/* LiteralStringOther */ .chroma .sx { color: #008000 }
|
||||
/* LiteralStringRegex */ .chroma .sr { color: #bb6688 }
|
||||
/* LiteralStringSingle */ .chroma .s1 { color: #ba2121 }
|
||||
/* LiteralStringSymbol */ .chroma .ss { color: #19177c }
|
||||
/* LiteralNumber */ .chroma .m { color: #666666 }
|
||||
/* LiteralNumberBin */ .chroma .mb { color: #666666 }
|
||||
/* LiteralNumberFloat */ .chroma .mf { color: #666666 }
|
||||
/* LiteralNumberHex */ .chroma .mh { color: #666666 }
|
||||
/* LiteralNumberInteger */ .chroma .mi { color: #666666 }
|
||||
/* LiteralNumberIntegerLong */ .chroma .il { color: #666666 }
|
||||
/* LiteralNumberOct */ .chroma .mo { color: #666666 }
|
||||
/* Operator */ .chroma .o { color: #666666 }
|
||||
/* OperatorWord */ .chroma .ow { color: #aa22ff; font-weight: bold }
|
||||
/* Comment */ .chroma .c { color: #408080; font-style: italic }
|
||||
/* CommentHashbang */ .chroma .ch { color: #408080; font-style: italic }
|
||||
/* CommentMultiline */ .chroma .cm { color: #408080; font-style: italic }
|
||||
/* CommentSingle */ .chroma .c1 { color: #408080; font-style: italic }
|
||||
/* CommentSpecial */ .chroma .cs { color: #408080; font-style: italic }
|
||||
/* CommentPreproc */ .chroma .cp { color: #bc7a00 }
|
||||
/* CommentPreprocFile */ .chroma .cpf { color: #bc7a00 }
|
||||
/* GenericDeleted */ .chroma .gd { color: #a00000 }
|
||||
/* GenericEmph */ .chroma .ge { font-style: italic }
|
||||
/* GenericError */ .chroma .gr { color: #ff0000 }
|
||||
/* GenericHeading */ .chroma .gh { color: #000080; font-weight: bold }
|
||||
/* GenericInserted */ .chroma .gi { color: #00a000 }
|
||||
/* GenericOutput */ .chroma .go { color: #888888 }
|
||||
/* GenericPrompt */ .chroma .gp { color: #000080; font-weight: bold }
|
||||
/* GenericStrong */ .chroma .gs { font-weight: bold }
|
||||
/* GenericSubheading */ .chroma .gu { color: #800080; font-weight: bold }
|
||||
/* GenericTraceback */ .chroma .gt { color: #0044dd }
|
||||
/* GenericUnderline */ .chroma .gl { text-decoration: underline }
|
||||
/* TextWhitespace */ .chroma .w { color: #bbbbbb }
|
||||
Reference in New Issue
Block a user