Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/VincentTam/huginn.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorJustin Berthault <justin.berthault@zaclys.net>2018-07-31 20:12:53 +0300
committerJustin Berthault <justin.berthault@zaclys.net>2018-07-31 20:12:53 +0300
commitec8ca34756f709cbbba96c94f574f863bcb08f82 (patch)
tree2f46be1d329ebaa1769ba1f049aebb97dea58252 /static
parent48fda8fe0f5cedb2765d0e7928cf34949d307d0c (diff)
Dark to Light, housekeeping and other stuffs
Diffstat (limited to 'static')
-rw-r--r--static/css/pygments.css69
-rw-r--r--static/css/pygments.min.css1
-rw-r--r--static/css/style.css336
-rw-r--r--static/fonts/opensansregular.woff2bin0 -> 59600 bytes
4 files changed, 0 insertions, 406 deletions
diff --git a/static/css/pygments.css b/static/css/pygments.css
deleted file mode 100644
index 3ecb1df..0000000
--- a/static/css/pygments.css
+++ /dev/null
@@ -1,69 +0,0 @@
-.c { color: #75715e } /* Comment */
-.err { color: #960050; background-color: #1e0010 } /* Error */
-.k { color: #66d9ef } /* Keyword */
-.l { color: #ae81ff } /* Literal */
-.n { color: #f8f8f2 } /* Name */
-.o { color: #f92672 } /* Operator */
-.p { color: #f8f8f2 } /* Punctuation */
-.ch { color: #75715e } /* Comment.Hashbang */
-.cm { color: #75715e } /* Comment.Multiline */
-.cp { color: #75715e } /* Comment.Preproc */
-.cpf { color: #75715e } /* Comment.PreprocFile */
-.c1 { color: #75715e } /* Comment.Single */
-.cs { color: #75715e } /* Comment.Special */
-.gd { color: #f92672 } /* Generic.Deleted */
-.ge { font-style: italic } /* Generic.Emph */
-.gi { color: #a6e22e } /* Generic.Inserted */
-.gs { font-weight: bold } /* Generic.Strong */
-.gu { color: #75715e } /* Generic.Subheading */
-.kc { color: #66d9ef } /* Keyword.Constant */
-.kd { color: #66d9ef } /* Keyword.Declaration */
-.kn { color: #f92672 } /* Keyword.Namespace */
-.kp { color: #66d9ef } /* Keyword.Pseudo */
-.kr { color: #66d9ef } /* Keyword.Reserved */
-.kt { color: #66d9ef } /* Keyword.Type */
-.ld { color: #e6db74 } /* Literal.Date */
-.m { color: #ae81ff } /* Literal.Number */
-.s { color: #e6db74 } /* Literal.String */
-.na { color: #a6e22e } /* Name.Attribute */
-.nb { color: #f8f8f2 } /* Name.Builtin */
-.nc { color: #a6e22e } /* Name.Class */
-.no { color: #66d9ef } /* Name.Constant */
-.nd { color: #a6e22e } /* Name.Decorator */
-.ni { color: #f8f8f2 } /* Name.Entity */
-.ne { color: #a6e22e } /* Name.Exception */
-.nf { color: #a6e22e } /* Name.Function */
-.nl { color: #f8f8f2 } /* Name.Label */
-.nn { color: #f8f8f2 } /* Name.Namespace */
-.nx { color: #a6e22e } /* Name.Other */
-.py { color: #f8f8f2 } /* Name.Property */
-.nt { color: #f92672 } /* Name.Tag */
-.nv { color: #f8f8f2 } /* Name.Variable */
-.ow { color: #f92672 } /* Operator.Word */
-.w { color: #f8f8f2 } /* Text.Whitespace */
-.mb { color: #ae81ff } /* Literal.Number.Bin */
-.mf { color: #ae81ff } /* Literal.Number.Float */
-.mh { color: #ae81ff } /* Literal.Number.Hex */
-.mi { color: #ae81ff } /* Literal.Number.Integer */
-.mo { color: #ae81ff } /* Literal.Number.Oct */
-.sa { color: #e6db74 } /* Literal.String.Affix */
-.sb { color: #e6db74 } /* Literal.String.Backtick */
-.sc { color: #e6db74 } /* Literal.String.Char */
-.dl { color: #e6db74 } /* Literal.String.Delimiter */
-.sd { color: #e6db74 } /* Literal.String.Doc */
-.s2 { color: #e6db74 } /* Literal.String.Double */
-.se { color: #ae81ff } /* Literal.String.Escape */
-.sh { color: #e6db74 } /* Literal.String.Heredoc */
-.si { color: #e6db74 } /* Literal.String.Interpol */
-.sx { color: #e6db74 } /* Literal.String.Other */
-.sr { color: #e6db74 } /* Literal.String.Regex */
-.s1 { color: #e6db74 } /* Literal.String.Single */
-.ss { color: #e6db74 } /* Literal.String.Symbol */
-.bp { color: #f8f8f2 } /* Name.Builtin.Pseudo */
-.fm { color: #a6e22e } /* Name.Function.Magic */
-.vc { color: #f8f8f2 } /* Name.Variable.Class */
-.vg { color: #f8f8f2 } /* Name.Variable.Global */
-.vi { color: #f8f8f2 } /* Name.Variable.Instance */
-.vm { color: #f8f8f2 } /* Name.Variable.Magic */
-.il { color: #ae81ff } /* Literal.Number.Integer.Long */
-
diff --git a/static/css/pygments.min.css b/static/css/pygments.min.css
deleted file mode 100644
index 831de95..0000000
--- a/static/css/pygments.min.css
+++ /dev/null
@@ -1 +0,0 @@
-.c{color:#75715e}.err{color:#960050;background-color:#1e0010}.k{color:#66d9ef}.l{color:#ae81ff}.n{color:#f8f8f2}.o{color:#f92672}.p{color:#f8f8f2}.ch{color:#75715e}.cm{color:#75715e}.cp{color:#75715e}.cpf{color:#75715e}.c1{color:#75715e}.cs{color:#75715e}.gd{color:#f92672}.ge{font-style:italic}.gi{color:#a6e22e}.gs{font-weight:bold}.gu{color:#75715e}.kc{color:#66d9ef}.kd{color:#66d9ef}.kn{color:#f92672}.kp{color:#66d9ef}.kr{color:#66d9ef}.kt{color:#66d9ef}.ld{color:#e6db74}.m{color:#ae81ff}.s{color:#e6db74}.na{color:#a6e22e}.nb{color:#f8f8f2}.nc{color:#a6e22e}.no{color:#66d9ef}.nd{color:#a6e22e}.ni{color:#f8f8f2}.ne{color:#a6e22e}.nf{color:#a6e22e}.nl{color:#f8f8f2}.nn{color:#f8f8f2}.nx{color:#a6e22e}.py{color:#f8f8f2}.nt{color:#f92672}.nv{color:#f8f8f2}.ow{color:#f92672}.w{color:#f8f8f2}.mb{color:#ae81ff}.mf{color:#ae81ff}.mh{color:#ae81ff}.mi{color:#ae81ff}.mo{color:#ae81ff}.sa{color:#e6db74}.sb{color:#e6db74}.sc{color:#e6db74}.dl{color:#e6db74}.sd{color:#e6db74}.s2{color:#e6db74}.se{color:#ae81ff}.sh{color:#e6db74}.si{color:#e6db74}.sx{color:#e6db74}.sr{color:#e6db74}.s1{color:#e6db74}.ss{color:#e6db74}.bp{color:#f8f8f2}.fm{color:#a6e22e}.vc{color:#f8f8f2}.vg{color:#f8f8f2}.vi{color:#f8f8f2}.vm{color:#f8f8f2}.il{color:#ae81ff}
diff --git a/static/css/style.css b/static/css/style.css
deleted file mode 100644
index 8fb8c3e..0000000
--- a/static/css/style.css
+++ /dev/null
@@ -1,336 +0,0 @@
-html {
- background: #2f363f
-}
-body {
- position: relative;
- max-width: 900px;
- margin: 0 auto;
- padding-top: 1rem;
- font: .9rem/1.7rem sans-serif;
- color: #dcdcdc
-}
-aside {
- background: #22272e
-}
-#avatar {
- margin: 0 auto;
- display: block;
- width: 140px;
- border-radius: 50%;
- border-width: 4px;
- border-style: inset
-}
-#sitetitle {
- font-size: 1.8em;
- letter-spacing: -.5px;
- padding-top: 1rem
-}
-#sitesubtitle {
- font-size: .85em;
- line-height: 1.5em;
- margin: 12px 0
-}
-#social {
- font-size: 1.2rem;
- padding: .8rem
-}
-#social i {
- margin: 1rem
-}
-main {
- background: #363e49;
- text-align: justify;
- padding: 10px
-}
-article {
- padding: 1rem 1rem 3rem 1rem;
- background-color: #2b323b;
- margin-bottom: .4rem
-}
-header {
- border: .2rem solid #363e49;
- margin-bottom: 1rem;
- padding: 0 .75rem .75rem .75rem;
- background-color: #22272e
-}
-header h1 a {
- margin-bottom: .4rem;
- max-width: 80%
-}
-time {
- font-size: .8rem
-}
-.meta {
- clear: both;
- font-size: .86rem;
- margin-bottom: .8rem
-}
-.meta .categories {
- text-transform: uppercase;
- color: #f5a623
-}
-.meta .tags {
- color: #42b983;
- margin-left: .6rem
-}
-.tags::before {
- content: "#"
-}
-footer {
- margin: 4rem 0 1rem 0;
- background: #2d3236;
- text-align: center;
- clear: both
-}
-a:hover {
- text-decoration: underline
-}
-blockquote {
- padding: 1px 15px;
- border-left: 2px solid #8d7edc;
- border-top: 1px solid #dcdcdc;
- border-right: 1px solid #dcdcdc;
- border-bottom: 1px solid #dcdcdc;
- background-color: #424c59
-}
-code {
- font-size: .75rem;
- font-family: monospace;
- padding: .125rem;
- color: #e6e6e6;
- background-color: #22272e;
- border: 1px #5b9dd9 dashed;
- border-radius: 2px
-}
-pre {
- padding: 1rem 2rem;
- border: 1px #5b9dd9 solid;
- border-radius: 2px;
- background: #22272e;
- display: block;
- overflow-x: auto
-}
-pre code {
- border: none;
-}
-a {
- font-weight: 700;
- text-decoration: none;
- font-weight: 700;
- outline: 0;
- color: #5b9dd9
-}
-h1 {
- font-size: 1.8em
-}
-h2 {
- font-size: 1.4em
-}
-h3 {
- font-size: 1.2em
-}
-h1 i {
- padding-right: 1rem
-}
-em {
- color: #42b983
-}
-strong {
- color: #f5a623
-}
-#index {
- text-align: center
-}
-table,
-td,
-th {
- border: 1px solid #bdbdbd
-}
-table {
- width: 95%;
- margin: 0 0 1.5em;
- border-collapse: separate;
- border-spacing: 0;
- border-width: 1px 0 0 1px
-}
-thead {
- background-color: #22272e
-}
-th {
- font-weight: 700
-}
-td,
-th {
- border-width: 0 1px 1px 0
-}
-td,
-th {
- padding: .375rem
-}
-figure {
- max-width: 30%;
- margin: auto
-}
-figcaption {
- text-align: center
-}
-img {
- display: block;
- margin: auto;
- max-width: 90%
-}
-.icon-gitlab {
- color: #42b983
-}
-.icon-rss {
- color: #f60
-}
-.thumbnail {
- padding: 1rem
-}
-.left {
- float: left
-}
-.right {
- float: right
-}
-.gallery {
- display: inline-block;
- padding-bottom: 1rem
-}
-.gallery-item {
- float: left;
- position: relative
-}
-.gallery-item .thumbnail {
- max-width: 90%
-}
-.nowlistening {
- padding: 1rem 2rem;
- border: 1px #8d7edc solid;
- border-radius: 3px;
- background: #22272e;
- text-align: center
-}
-.nowlistening:before {
- content: "Ce billet fut écrit en écoutant: "
-}
-.label {
- display: inline;
- padding: .2em 1em .2em;
- font-size: 80%;
- color: #fff;
- text-align: center;
- white-space: nowrap;
- vertical-align: baseline;
- border-radius: .25em;
- background-color: #5b9dd9
-}
-textarea {
- min-height: 10rem;
- width: 100%;
- padding-top: 6px;
- padding-bottom: 6px
-}
-label {
- display: block;
- margin-bottom: .5rem;
- font-weight: 600
-}
-.comments {
- padding: .4rem
-}
-.comment {
- background-color: #4c5767;
- padding: .4rem;
- border-radius: 4px;
- margin-top: .4rem
-}
-.reply {
- background-color: #414b58;
- padding: .4rem;
- border-radius: 4px;
- margin-top: .4rem;
- margin-left: 1rem
-}
-.comments span {
- float: left
-}
-.comment-name,
-.reply-name {
- float: left;
- font-weight: 700
-}
-.comment-date,
-.reply-date {
- float: right
-}
-.comment-body,
-.reply-body {
- clear: both;
- margin-top: 2.6rem;
- padding-top: .4rem;
- border-top: 1px solid #dcdcdc
-}
-@media only screen and (min-width:900px) {
- aside {
- float: left;
- width: 160px;
- position: fixed;
- border-radius: 2%;
- border-width: 1px;
- padding: 2rem .5rem;
- text-align: center
- }
- main {
- float: right;
- width: 640px
- }
- header h1 a {
- float: left
- }
- time {
- float: right
- }
- #TableOfContents {
- max-width: 50%
- }
- .gallery-item {
- width: 33%
- }
-}
-@media only screen and (max-width:767px) {
- body {
- padding-top: 0
- }
- aside {
- position: relative;
- padding: .2rem 0 .2rem .2rem;
- vertical-align: middle;
- text-align: center
- }
- #avatar {
- float: left;
- margin-top: .5rem;
- margin-left: .8rem
- }
- #sitesubtitle {
- font-size: .7rem
- }
- #navlinks {
- font-size: .8rem
- }
- main {
- clear: both;
- padding-top: 1rem
- }
- header {
- text-align: center
- }
- time {
- display: block
- }
- .gallery-item {
- width: 33.3%
- }
-}
diff --git a/static/fonts/opensansregular.woff2 b/static/fonts/opensansregular.woff2
new file mode 100644
index 0000000..9908e32
--- /dev/null
+++ b/static/fonts/opensansregular.woff2
Binary files differ