Minify css/html/js

This commit is contained in:
Digital Studium 2023-07-25 23:20:25 +03:00
parent 91235f35ce
commit 93bd25396f
3 changed files with 474 additions and 102 deletions

View File

@ -1,84 +1,463 @@
pre { line-height: 125%; background: #0d1117; color: #c9d1d9 } .codehilite {
td.linenos .normal { color: #6e7681; background-color: #0d1117; padding-left: 5px; padding-right: 5px; } padding-bottom: 1rem;
span.linenos { color: #6e7681; background-color: #0d1117; padding-left: 5px; padding-right: 5px; } }
td.linenos .special { color: #c9d1d9; background-color: #6e7681; padding-left: 5px; padding-right: 5px; }
span.linenos.special { color: #c9d1d9; background-color: #6e7681; padding-left: 5px; padding-right: 5px; } .copy-code-button {
.codehilite .hll { background-color: #6e7681 } cursor: pointer;
.codehilite .c { color: #8b949e; font-style: italic } /* Comment */ display: block;
.codehilite .err { color: #f85149 } /* Error */ margin: 1rem 0 -2px auto;
.codehilite .esc { color: #c9d1d9 } /* Escape */ font-size: 1.1rem !important;
.codehilite .g { color: #c9d1d9 } /* Generic */ }
.codehilite .k { color: #ff7b72 } /* Keyword */
.codehilite .l { color: #a5d6ff } /* Literal */ pre {
.codehilite .n { color: #c9d1d9 } /* Name */ line-height: 125%;
.codehilite .o { color: #ff7b72; font-weight: bold } /* Operator */ background: #0d1117;
.codehilite .x { color: #c9d1d9 } /* Other */ color: #c9d1d9
.codehilite .p { color: #c9d1d9 } /* Punctuation */ }
.codehilite .ch { color: #8b949e; font-style: italic } /* Comment.Hashbang */
.codehilite .cm { color: #8b949e; font-style: italic } /* Comment.Multiline */ td.linenos .normal {
.codehilite .cp { color: #8b949e; font-weight: bold; font-style: italic } /* Comment.Preproc */ color: #6e7681;
.codehilite .cpf { color: #8b949e; font-style: italic } /* Comment.PreprocFile */ background-color: #0d1117;
.codehilite .c1 { color: #8b949e; font-style: italic } /* Comment.Single */ padding-left: 5px;
.codehilite .cs { color: #8b949e; font-weight: bold; font-style: italic } /* Comment.Special */ padding-right: 5px;
.codehilite .gd { color: #ffa198; background-color: #490202 } /* Generic.Deleted */ }
.codehilite .ge { color: #c9d1d9; font-style: italic } /* Generic.Emph */
.codehilite .gr { color: #ffa198 } /* Generic.Error */ span.linenos {
.codehilite .gh { color: #79c0ff; font-weight: bold } /* Generic.Heading */ color: #6e7681;
.codehilite .gi { color: #56d364; background-color: #0f5323 } /* Generic.Inserted */ background-color: #0d1117;
.codehilite .go { color: #8b949e } /* Generic.Output */ padding-left: 5px;
.codehilite .gp { color: #8b949e } /* Generic.Prompt */ padding-right: 5px;
.codehilite .gs { color: #c9d1d9; font-weight: bold } /* Generic.Strong */ }
.codehilite .gu { color: #79c0ff } /* Generic.Subheading */
.codehilite .gt { color: #ff7b72 } /* Generic.Traceback */ td.linenos .special {
.codehilite .g-Underline { color: #c9d1d9; text-decoration: underline } /* Generic.Underline */ color: #c9d1d9;
.codehilite .kc { color: #79c0ff } /* Keyword.Constant */ background-color: #6e7681;
.codehilite .kd { color: #ff7b72 } /* Keyword.Declaration */ padding-left: 5px;
.codehilite .kn { color: #ff7b72 } /* Keyword.Namespace */ padding-right: 5px;
.codehilite .kp { color: #79c0ff } /* Keyword.Pseudo */ }
.codehilite .kr { color: #ff7b72 } /* Keyword.Reserved */
.codehilite .kt { color: #ff7b72 } /* Keyword.Type */ span.linenos.special {
.codehilite .ld { color: #79c0ff } /* Literal.Date */ color: #c9d1d9;
.codehilite .m { color: #a5d6ff } /* Literal.Number */ background-color: #6e7681;
.codehilite .s { color: #a5d6ff } /* Literal.String */ padding-left: 5px;
.codehilite .na { color: #c9d1d9 } /* Name.Attribute */ padding-right: 5px;
.codehilite .nb { color: #c9d1d9 } /* Name.Builtin */ }
.codehilite .nc { color: #f0883e; font-weight: bold } /* Name.Class */
.codehilite .no { color: #79c0ff; font-weight: bold } /* Name.Constant */ .codehilite .hll {
.codehilite .nd { color: #d2a8ff; font-weight: bold } /* Name.Decorator */ background-color: #6e7681
.codehilite .ni { color: #ffa657 } /* Name.Entity */ }
.codehilite .ne { color: #f0883e; font-weight: bold } /* Name.Exception */
.codehilite .nf { color: #d2a8ff; font-weight: bold } /* Name.Function */ .codehilite .c {
.codehilite .nl { color: #79c0ff; font-weight: bold } /* Name.Label */ color: #8b949e;
.codehilite .nn { color: #ff7b72 } /* Name.Namespace */ font-style: italic
.codehilite .nx { color: #c9d1d9 } /* Name.Other */ }
.codehilite .py { color: #79c0ff } /* Name.Property */
.codehilite .nt { color: #7ee787 } /* Name.Tag */ /* Comment */
.codehilite .nv { color: #79c0ff } /* Name.Variable */ .codehilite .err {
.codehilite .ow { color: #ff7b72; font-weight: bold } /* Operator.Word */ color: #f85149
.codehilite .pm { color: #c9d1d9 } /* Punctuation.Marker */ }
.codehilite .w { color: #6e7681 } /* Text.Whitespace */
.codehilite .mb { color: #a5d6ff } /* Literal.Number.Bin */ /* Error */
.codehilite .mf { color: #a5d6ff } /* Literal.Number.Float */ .codehilite .esc {
.codehilite .mh { color: #a5d6ff } /* Literal.Number.Hex */ color: #c9d1d9
.codehilite .mi { color: #a5d6ff } /* Literal.Number.Integer */ }
.codehilite .mo { color: #a5d6ff } /* Literal.Number.Oct */
.codehilite .sa { color: #79c0ff } /* Literal.String.Affix */ /* Escape */
.codehilite .sb { color: #a5d6ff } /* Literal.String.Backtick */ .codehilite .g {
.codehilite .sc { color: #a5d6ff } /* Literal.String.Char */ color: #c9d1d9
.codehilite .dl { color: #79c0ff } /* Literal.String.Delimiter */ }
.codehilite .sd { color: #a5d6ff } /* Literal.String.Doc */
.codehilite .s2 { color: #a5d6ff } /* Literal.String.Double */ /* Generic */
.codehilite .se { color: #79c0ff } /* Literal.String.Escape */ .codehilite .k {
.codehilite .sh { color: #79c0ff } /* Literal.String.Heredoc */ color: #ff7b72
.codehilite .si { color: #a5d6ff } /* Literal.String.Interpol */ }
.codehilite .sx { color: #a5d6ff } /* Literal.String.Other */
.codehilite .sr { color: #79c0ff } /* Literal.String.Regex */ /* Keyword */
.codehilite .s1 { color: #a5d6ff } /* Literal.String.Single */ .codehilite .l {
.codehilite .ss { color: #a5d6ff } /* Literal.String.Symbol */ color: #a5d6ff
.codehilite .bp { color: #c9d1d9 } /* Name.Builtin.Pseudo */ }
.codehilite .fm { color: #d2a8ff; font-weight: bold } /* Name.Function.Magic */
.codehilite .vc { color: #79c0ff } /* Name.Variable.Class */ /* Literal */
.codehilite .vg { color: #79c0ff } /* Name.Variable.Global */ .codehilite .n {
.codehilite .vi { color: #79c0ff } /* Name.Variable.Instance */ color: #c9d1d9
.codehilite .vm { color: #79c0ff } /* Name.Variable.Magic */ }
.codehilite .il { color: #a5d6ff } /* Literal.Number.Integer.Long */
/* Name */
.codehilite .o {
color: #ff7b72;
font-weight: bold
}
/* Operator */
.codehilite .x {
color: #c9d1d9
}
/* Other */
.codehilite .p {
color: #c9d1d9
}
/* Punctuation */
.codehilite .ch {
color: #8b949e;
font-style: italic
}
/* Comment.Hashbang */
.codehilite .cm {
color: #8b949e;
font-style: italic
}
/* Comment.Multiline */
.codehilite .cp {
color: #8b949e;
font-weight: bold;
font-style: italic
}
/* Comment.Preproc */
.codehilite .cpf {
color: #8b949e;
font-style: italic
}
/* Comment.PreprocFile */
.codehilite .c1 {
color: #8b949e;
font-style: italic
}
/* Comment.Single */
.codehilite .cs {
color: #8b949e;
font-weight: bold;
font-style: italic
}
/* Comment.Special */
.codehilite .gd {
color: #ffa198;
background-color: #490202
}
/* Generic.Deleted */
.codehilite .ge {
color: #c9d1d9;
font-style: italic
}
/* Generic.Emph */
.codehilite .gr {
color: #ffa198
}
/* Generic.Error */
.codehilite .gh {
color: #79c0ff;
font-weight: bold
}
/* Generic.Heading */
.codehilite .gi {
color: #56d364;
background-color: #0f5323
}
/* Generic.Inserted */
.codehilite .go {
color: #8b949e
}
/* Generic.Output */
.codehilite .gp {
color: #8b949e
}
/* Generic.Prompt */
.codehilite .gs {
color: #c9d1d9;
font-weight: bold
}
/* Generic.Strong */
.codehilite .gu {
color: #79c0ff
}
/* Generic.Subheading */
.codehilite .gt {
color: #ff7b72
}
/* Generic.Traceback */
.codehilite .g-Underline {
color: #c9d1d9;
text-decoration: underline
}
/* Generic.Underline */
.codehilite .kc {
color: #79c0ff
}
/* Keyword.Constant */
.codehilite .kd {
color: #ff7b72
}
/* Keyword.Declaration */
.codehilite .kn {
color: #ff7b72
}
/* Keyword.Namespace */
.codehilite .kp {
color: #79c0ff
}
/* Keyword.Pseudo */
.codehilite .kr {
color: #ff7b72
}
/* Keyword.Reserved */
.codehilite .kt {
color: #ff7b72
}
/* Keyword.Type */
.codehilite .ld {
color: #79c0ff
}
/* Literal.Date */
.codehilite .m {
color: #a5d6ff
}
/* Literal.Number */
.codehilite .s {
color: #a5d6ff
}
/* Literal.String */
.codehilite .na {
color: #c9d1d9
}
/* Name.Attribute */
.codehilite .nb {
color: #c9d1d9
}
/* Name.Builtin */
.codehilite .nc {
color: #f0883e;
font-weight: bold
}
/* Name.Class */
.codehilite .no {
color: #79c0ff;
font-weight: bold
}
/* Name.Constant */
.codehilite .nd {
color: #d2a8ff;
font-weight: bold
}
/* Name.Decorator */
.codehilite .ni {
color: #ffa657
}
/* Name.Entity */
.codehilite .ne {
color: #f0883e;
font-weight: bold
}
/* Name.Exception */
.codehilite .nf {
color: #d2a8ff;
font-weight: bold
}
/* Name.Function */
.codehilite .nl {
color: #79c0ff;
font-weight: bold
}
/* Name.Label */
.codehilite .nn {
color: #ff7b72
}
/* Name.Namespace */
.codehilite .nx {
color: #c9d1d9
}
/* Name.Other */
.codehilite .py {
color: #79c0ff
}
/* Name.Property */
.codehilite .nt {
color: #7ee787
}
/* Name.Tag */
.codehilite .nv {
color: #79c0ff
}
/* Name.Variable */
.codehilite .ow {
color: #ff7b72;
font-weight: bold
}
/* Operator.Word */
.codehilite .pm {
color: #c9d1d9
}
/* Punctuation.Marker */
.codehilite .w {
color: #6e7681
}
/* Text.Whitespace */
.codehilite .mb {
color: #a5d6ff
}
/* Literal.Number.Bin */
.codehilite .mf {
color: #a5d6ff
}
/* Literal.Number.Float */
.codehilite .mh {
color: #a5d6ff
}
/* Literal.Number.Hex */
.codehilite .mi {
color: #a5d6ff
}
/* Literal.Number.Integer */
.codehilite .mo {
color: #a5d6ff
}
/* Literal.Number.Oct */
.codehilite .sa {
color: #79c0ff
}
/* Literal.String.Affix */
.codehilite .sb {
color: #a5d6ff
}
/* Literal.String.Backtick */
.codehilite .sc {
color: #a5d6ff
}
/* Literal.String.Char */
.codehilite .dl {
color: #79c0ff
}
/* Literal.String.Delimiter */
.codehilite .sd {
color: #a5d6ff
}
/* Literal.String.Doc */
.codehilite .s2 {
color: #a5d6ff
}
/* Literal.String.Double */
.codehilite .se {
color: #79c0ff
}
/* Literal.String.Escape */
.codehilite .sh {
color: #79c0ff
}
/* Literal.String.Heredoc */
.codehilite .si {
color: #a5d6ff
}
/* Literal.String.Interpol */
.codehilite .sx {
color: #a5d6ff
}
/* Literal.String.Other */
.codehilite .sr {
color: #79c0ff
}
/* Literal.String.Regex */
.codehilite .s1 {
color: #a5d6ff
}
/* Literal.String.Single */
.codehilite .ss {
color: #a5d6ff
}
/* Literal.String.Symbol */
.codehilite .bp {
color: #c9d1d9
}
/* Name.Builtin.Pseudo */
.codehilite .fm {
color: #d2a8ff;
font-weight: bold
}
/* Name.Function.Magic */
.codehilite .vc {
color: #79c0ff
}
/* Name.Variable.Class */
.codehilite .vg {
color: #79c0ff
}
/* Name.Variable.Global */
.codehilite .vi {
color: #79c0ff
}
/* Name.Variable.Instance */
.codehilite .vm {
color: #79c0ff
}
/* Name.Variable.Magic */
.codehilite .il {
color: #a5d6ff
}
/* Literal.Number.Integer.Long */

View File

@ -37,13 +37,6 @@ blockquote {
background-color: #f8f8f8; background-color: #f8f8f8;
} }
.copy-code-button {
cursor: pointer;
display: block;
margin: 1rem 0 -2px auto;
font-size: 1.1rem !important;
}
button { button {
padding: 0.5rem; padding: 0.5rem;
border: 0.1; border: 0.1;
@ -131,6 +124,7 @@ body {
header { header {
display: grid; display: grid;
align-content: space-between; align-content: space-between;
grid-row-end: 2
} }
header, header,
@ -142,11 +136,13 @@ main {
.social-icons { .social-icons {
grid-column-start: 3; grid-column-start: 3;
grid-column-end: 5; grid-column-end: 5;
align-self: start;
justify-self: end; justify-self: end;
grid-row-end: 2
} }
#search { #search {
grid-column-start: 4; grid-column-start: 3;
grid-column-end: 5; grid-column-end: 5;
justify-self: end; justify-self: end;
align-self: end; align-self: end;
@ -192,7 +188,7 @@ main,
grid-column-end: 4; grid-column-end: 4;
} }
main, #search { main, #search, .social-icons {
grid-column-end: 7 grid-column-end: 7
} }
} }

View File

@ -1,20 +1,17 @@
<div class="social-icons"> <div class="social-icons">
{% if config.languages[language].youtube %} {% if config.languages[language].youtube %}
<a href="https://youtube.com/{{ config.languages[language].youtube }}"> <a href="https://youtube.com/{{ config.languages[language].youtube }}">
<img src="/images/youtube.svg" <img src="/images/youtube.svg" alt="{{ config.languages[language].title }}" width="60" />
alt="{{ config.languages[language].title }}" width="100" />
</a> </a>
{% endif %} {% endif %}
{% if config.languages[language].github %} {% if config.languages[language].github %}
<a href="https://github.com/{{ config.languages[language].github }}"> <a href="https://github.com/{{ config.languages[language].github }}">
<img src="/images/github.svg" <img src="/images/github.svg" alt="{{ config.languages[language].title }}" width="60" />
alt="{{ config.languages[language].title }}" width="100" />
</a> </a>
{% endif %} {% endif %}
{% if config.languages[language].telegram %} {% if config.languages[language].telegram %}
<a href="https://t.me/{{ config.languages[language].telegram }}"> <a href="https://t.me/{{ config.languages[language].telegram }}">
<img src="/images/telegram.svg" <img src="/images/telegram.svg" alt="{{ config.languages[language].title }}" width="60" />
alt="{{ config.languages[language].title }}" width="100" />
</a> </a>
{% endif %} {% endif %}
</div> </div>