Browse Source

orders releases. css changes

main
buttle 1 year ago
parent
commit
d88d5a2f28
  1. 11
      static/css/pygments.css
  2. 7
      static/css/style.css
  3. 2
      templates/base.html

11
static/css/pygments.css

@ -1,5 +1,5 @@
.highlight .hll { background-color: #49483e }
.highlight { background: #272822; color: #f8f8f2 }
.highlight { background: #E0E0E0; color: #333 }
.highlight .c { color: #75715e } /* Comment */
.highlight .err { color: #960050; background-color: #1e0010 } /* Error */
.highlight .k { color: #66d9ef } /* Keyword */
@ -62,3 +62,12 @@
.highlight .vg { color: #f8f8f2 } /* Name.Variable.Global */
.highlight .vi { color: #f8f8f2 } /* Name.Variable.Instance */
.highlight .il { color: #ae81ff } /* Literal.Number.Integer.Long */
code {
background: #E0E0E0;
border-radius:3px;
padding: 0 4px 0 4px;
}
.highlight code {
padding: 0;
}

7
static/css/style.css

@ -7,11 +7,13 @@ html {
/* Titles */
h1 { text-transform: uppercase }
h1, h2 {
font-weight: normal;
margin-top: 10px;
margin-bottom: 0px;
}
h1, h2, h3 {
font-weight: normal;
}
.title
{
@ -71,6 +73,7 @@ article section .blog-post
font-size: 16px;
}
/* Body */
body {margin: 0}
body > article, footer {

2
templates/base.html

@ -74,7 +74,7 @@
</h2>
{% if cat == 'Releases' %}
<br />
{% for article in articles if loop.index < 6 %}
{% for article in articles|reverse if loop.index < 4 %}
<li>
<a href="{{ SITEURL }}/{{ article.url }}"
rel="bookmark"

Loading…
Cancel
Save