all repos — h3rald @ c82d8d0e309115194a805ccdc410703a482192eb

The sources of https://h3rald.com

Stylesheet improvements.
h3rald h3rald@h3rald.com
Tue, 26 Dec 2017 11:03:15 +0100
commit

c82d8d0e309115194a805ccdc410703a482192eb

parent

47410c6b8fe20c26698c5ba5da5a3aa2a50b9c59

M assets/styles/fonts.cssassets/styles/fonts.css

@@ -83,9 +83,9 @@ content: "\e7c4";

} .h3rald-header, .navbar a.h3rald.h3rald-header { - margin-left: 1rem; + margin-left: 0.5rem; color: #000000; - font-size: 35px; + font-size: 55px; } .h3rald-header:hover, .navbar a.h3rald.h3rald-header:hover {
M assets/styles/style.cssassets/styles/style.css

@@ -10,11 +10,21 @@ -moz-hyphens: auto;

-webkit-hyphens: auto; -ms-hyphens: auto; hyphens: auto; - text-align: justify; font-weight: normal; font-size: 1rem; + background: #FEFDFC; + color: #27282E; } +/* + + +354871 + +A22600 + + * */ + code, preĀ { color: #333; background-color: #f8f8f8;

@@ -23,6 +33,15 @@ font-size: 0.8rem;

line-height: 1.2rem; } +pre code { + border: 1px solid #CBD0F0; +} + +p { + line-height: 1.8rem; + margin: 0.9rem 0; +} + b, strong, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .panel-title { font-weight: bold; }

@@ -63,9 +82,6 @@ line-height: 1.2rem;

margin-top: -0.3rem; } -.body-text p { - padding-bottom: 1rem; -} ol, ul { }

@@ -74,10 +90,15 @@ ol li, ul li {

} main.container { + padding: 2rem 3rem; +} + +article, .featured .column, .featured .panel-body { padding: 1rem; } -article { +.featured, .card { + background: #FEFEFE; } article.article header h3,

@@ -107,6 +128,7 @@ font-size: 1.2rem;

} .navbar-right { + margin-left: -1rem; } .contact-list ul {

@@ -163,6 +185,7 @@ }

img { max-width: 100%; + border: 1px solid #CBD0F0; } .archives-search {
M rules.minrules.min

@@ -21,7 +21,7 @@ ()

"archives/index" %id "archives.html" %path ".html" %ext - "Archives" %title + "Articles" %title "page" %content-type ARCHIVES 'last map (/code :a /code :b a b >) sort %archives ;ARCHIVE-COLUMNS %archive-columns
M scripts/article.minscripts/article.min

@@ -1,3 +1,4 @@

+;Generates a new article page. "" :ident "" :title "" :subtitle
M scripts/project.minscripts/project.min

@@ -1,3 +1,4 @@

+;Generates a new project page. "" :ident "" :title "" :subtitle
M templates/_archives.mustachetemplates/_archives.mustache

@@ -15,7 +15,6 @@ </div>

</div> </div> <div class="search-results d-none clearfix"> - Results go here... </div> <div class="timeline clearfix d-none"> {{#archives}}
M templates/_header.mustachetemplates/_header.mustache

@@ -1,8 +1,8 @@

<header class="navbar"> <section class="navbar-section"></section> <section class="navbar-center"> - <a href="/archives" class="navbar-link navbar-left">archives</a> - <a href="/" class="h3rald h3rald-header">&nbsp;</a> + <a href="/archives" class="navbar-link navbar-left">articles</a> + <a href="/" class="h3rald h3rald-header" alt="H3RALD">&nbsp;</a> <a href="/projects" class="navbar-link navbar-right">projects</a> </section> <section class="navbar-section"></section>