update css

This commit is contained in:
readme 2020-03-04 15:57:38 +01:00
parent 65df63c91d
commit 520a186357
4 changed files with 29 additions and 25 deletions

View file

@ -12,7 +12,7 @@ body {
font-family: georgia, cambria, "times new roman", times, serif;
font-size: 1em;
color: #555;
background-color: #eee;
background-color: #FBF7EB;
line-height: 1.5;
}
@ -152,6 +152,7 @@ p.articleinfo {
/* Distance left, right 4em */
padding: 0em 4em;
margin: 0 0 0 0;
background-color: #FBF7EB;
}
main {
@ -173,9 +174,10 @@ header {
/* header global */
clear: both;
width: 100%;
height: 70px;
/* eg can overwrite value for "if desktop" below */
height: 55px;
overflow: auto;
background-color: rgb(56, 143, 61);
background-color: #1f2833
}
footer {
@ -184,8 +186,8 @@ footer {
width: 100%;
height: 70px;
overflow: auto;
background-color: rgb(214, 4, 4);
position: fixed;
background-color: #FBF7EB;
/* bottom: 0; */
/* left: 310px; */
}
@ -257,8 +259,8 @@ footer p {
header {
/* header global */
position: fixed;
/* CHECK added */
height: 55px;
/* defined global above */
/* height: 55px; */
top: 0;
}
.logo {
@ -274,9 +276,9 @@ footer p {
width: 6em;
}
main {
/* CHECK same padding options for both templates here!? */
/* main global */
/* position: fixed; */
/* margin: 55px 0px 0px 310px; */
/* margin: 0px 0px 0px 0px; */
/* padding: 3em 0em 2em 0em; */
/* overflow: auto; */
}
@ -288,7 +290,7 @@ footer p {
.subpages article {
/* article template */
/* flex: 1 1 70%; */
/* min-width for text content */
/* min-width for text content, eg "next: xxx" */
min-width: 100%;
}
.subpages .nav.sub {
@ -299,7 +301,7 @@ footer p {
z-index: 1;
top: 0;
left: 0;
background-color: rgb(88, 9, 112);
background-color: #1f2833;
overflow-x: hidden;
overflow-y: scroll;
padding-top: 20px;

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[dashdevs-suite]]></title><description><![CDATA[dashdevs-suite metalsmith website]]></description><link>http://127.0.0.1</link><generator>metalsmith-feed</generator><lastBuildDate>Wed, 04 Mar 2020 13:44:28 GMT</lastBuildDate><atom:link href="http://127.0.0.1/rss.xml" rel="self" type="application/rss+xml"/><item><title><![CDATA[Articles]]></title><description><![CDATA[<!DOCTYPE html>
<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[dashdevs-suite]]></title><description><![CDATA[dashdevs-suite metalsmith website]]></description><link>http://127.0.0.1</link><generator>metalsmith-feed</generator><lastBuildDate>Wed, 04 Mar 2020 14:57:18 GMT</lastBuildDate><atom:link href="http://127.0.0.1/rss.xml" rel="self" type="application/rss+xml"/><item><title><![CDATA[Articles]]></title><description><![CDATA[<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">

View file

@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:news="http://www.google.com/schemas/sitemap-news/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:mobile="http://www.google.com/schemas/sitemap-mobile/1.0" xmlns:image="http://www.google.com/schemas/sitemap-image/1.1" xmlns:video="http://www.google.com/schemas/sitemap-video/1.1">
<url> <loc>http://127.0.0.1/</loc> <priority>1.0</priority> </url>
<url> <loc>http://127.0.0.1/contact/</loc> <priority>0.7</priority> </url>
<url> <loc>http://127.0.0.1/article/future/</loc> </url>
<url> <loc>http://127.0.0.1/article/gotchas/</loc> </url>
<url> <loc>http://127.0.0.1/article/gulp/</loc> </url>
<url> <loc>http://127.0.0.1/article/gotchas/</loc> </url>
<url> <loc>http://127.0.0.1/article/</loc> <priority>0.8</priority> </url>
<url> <loc>http://127.0.0.1/article/usage/</loc> </url>
<url> <loc>http://127.0.0.1/contact/</loc> <priority>0.7</priority> </url>
<url> <loc>http://127.0.0.1/start/build/</loc> <priority>0.5</priority> </url>
<url> <loc>http://127.0.0.1/start/</loc> <priority>0.9</priority> </url>
<url> <loc>http://127.0.0.1/start/installation/</loc> <priority>0.5</priority> </url>

View file

@ -12,7 +12,7 @@ body {
font-family: georgia, cambria, "times new roman", times, serif;
font-size: 1em;
color: #555;
background-color: #eee;
background-color: #FBF7EB;
line-height: 1.5;
}
@ -152,6 +152,7 @@ p.articleinfo {
/* Distance left, right 4em */
padding: 0em 4em;
margin: 0 0 0 0;
background-color: #FBF7EB;
}
main {
@ -173,9 +174,10 @@ header {
/* header global */
clear: both;
width: 100%;
height: 70px;
/* eg can overwrite value for "if desktop" below */
height: 55px;
overflow: auto;
background-color: rgb(56, 143, 61);
background-color: #1f2833
}
footer {
@ -184,8 +186,8 @@ footer {
width: 100%;
height: 70px;
overflow: auto;
background-color: rgb(214, 4, 4);
position: fixed;
background-color: #FBF7EB;
/* bottom: 0; */
/* left: 310px; */
}
@ -257,8 +259,8 @@ footer p {
header {
/* header global */
position: fixed;
/* CHECK added */
height: 55px;
/* defined global above */
/* height: 55px; */
top: 0;
}
.logo {
@ -274,9 +276,9 @@ footer p {
width: 6em;
}
main {
/* CHECK same padding options for both templates here!? */
/* main global */
/* position: fixed; */
/* margin: 55px 0px 0px 310px; */
/* margin: 0px 0px 0px 0px; */
/* padding: 3em 0em 2em 0em; */
/* overflow: auto; */
}
@ -288,7 +290,7 @@ footer p {
.subpages article {
/* article template */
/* flex: 1 1 70%; */
/* min-width for text content */
/* min-width for text content, eg "next: xxx" */
min-width: 100%;
}
.subpages .nav.sub {
@ -299,7 +301,7 @@ footer p {
z-index: 1;
top: 0;
left: 0;
background-color: rgb(88, 9, 112);
background-color: #1f2833;
overflow-x: hidden;
overflow-y: scroll;
padding-top: 20px;