Stylesheet improvements.
h3rald h3rald@h3rald.com
Tue, 26 Dec 2017 11:03:15 +0100
7 files changed,
35 insertions(+),
11 deletions(-)
M
assets/styles/fonts.css
→
assets/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.css
→
assets/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
scripts/article.min
→
scripts/article.min
@@ -1,3 +1,4 @@
+;Generates a new article page. "" :ident "" :title "" :subtitle
M
scripts/project.min
→
scripts/project.min
@@ -1,3 +1,4 @@
+;Generates a new project page. "" :ident "" :title "" :subtitle
M
templates/_archives.mustache
→
templates/_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.mustache
→
templates/_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"> </a> + <a href="/archives" class="navbar-link navbar-left">articles</a> + <a href="/" class="h3rald h3rald-header" alt="H3RALD"> </a> <a href="/projects" class="navbar-link navbar-right">projects</a> </section> <section class="navbar-section"></section>