now responsive
This commit is contained in:
parent
d3ef7a929c
commit
530dd55d55
@ -1,11 +1,14 @@
|
|||||||
<footer>
|
<footer>
|
||||||
<small>
|
<div class="row">
|
||||||
///
|
<div class="column"></div>
|
||||||
|
<div class="column"></div>
|
||||||
{{ range where .Site.RegularPages "Type" "pages"}}
|
{{ range where .Site.RegularPages "Type" "pages"}}
|
||||||
<a href="{{ .RelPermalink }}">{{ .Title }}</a>
|
<div class="column"><a href="{{ .RelPermalink }}">{{ .Title }}</a></div>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ range $name, $url := .Site.Params.links}}
|
{{ range $name, $url := .Site.Params.links}}
|
||||||
<a href="{{ $url }}">{{ $name }}</a>
|
<div class="column"><a href="{{ $url }}">{{ $name }}</a></div>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</small>
|
<div class="column"></div>
|
||||||
|
<div class="column"></div>
|
||||||
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
@ -1,12 +1,3 @@
|
|||||||
<header>
|
<header>
|
||||||
<h1 id="logo"><a href="{{ .Site.BaseURL }}">X5734DF457X</a></h1>
|
<div class="row"><div class="column"><h1 id="logo"><a href="{{ .Site.BaseURL }}">X5734DF457X</a></h1></div></div>
|
||||||
<!-- {{ with .Site.Menus.main }} -->
|
|
||||||
<!-- <nav> -->
|
|
||||||
<!-- <ul> -->
|
|
||||||
<!-- {{ range . }} -->
|
|
||||||
<!-- <li><a href="{{ .URL | relURL }}">{{ .Name }}</a></li> -->
|
|
||||||
<!-- {{ end }} -->
|
|
||||||
<!-- </ul> -->
|
|
||||||
<!-- </nav> -->
|
|
||||||
<!-- {{ end }} -->
|
|
||||||
</header>
|
</header>
|
||||||
|
@ -47,9 +47,9 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
font-family: "Go Mono";
|
|
||||||
color: #000000;
|
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
|
color: #000000;
|
||||||
|
font-family: "Go Mono";
|
||||||
}
|
}
|
||||||
|
|
||||||
body img {
|
body img {
|
||||||
@ -82,15 +82,21 @@ a:hover {
|
|||||||
}
|
}
|
||||||
|
|
||||||
h1#logo {
|
h1#logo {
|
||||||
font-size: 7rem;
|
font-size: 5rem;
|
||||||
text-shadow: 4px 4px #848484;
|
|
||||||
text-decoration: line-through;
|
text-decoration: line-through;
|
||||||
|
text-shadow: 4px 4px #848484;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (min-width: 80.0rem) {
|
||||||
|
h1#logo {
|
||||||
|
font-size: 7rem;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
h1#logo a:link,
|
h1#logo a:link,
|
||||||
h1#logo a:visited {
|
h1#logo a:visited {
|
||||||
color: #000000;
|
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
|
color: #000000;
|
||||||
}
|
}
|
||||||
|
|
||||||
main h1,
|
main h1,
|
||||||
@ -103,23 +109,24 @@ article h1 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
header {
|
header {
|
||||||
|
background-image: url("/images/newstile.png");
|
||||||
|
background-repeat: repeat;
|
||||||
|
border-bottom-color: #000000;
|
||||||
border-bottom-style: solid;
|
border-bottom-style: solid;
|
||||||
border-bottom-width: 10px;
|
border-bottom-width: 10px;
|
||||||
padding-bottom: 20px;
|
padding-bottom: 20px;
|
||||||
border-bottom-color: #000000;
|
|
||||||
background-image: url("/images/newstile.png");
|
|
||||||
background-repeat: repeat;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
|
background-image: url("/images/newstile.png");
|
||||||
|
background-repeat: repeat;
|
||||||
|
border-top-color: #000000;
|
||||||
border-top-style: solid;
|
border-top-style: solid;
|
||||||
border-top-width: 10px;
|
border-top-width: 10px;
|
||||||
border-top-color: #000000;
|
font-size: 1.3rem;
|
||||||
padding-bottom: 50px;
|
padding-bottom: 50px;
|
||||||
padding-top: 20px;
|
padding-top: 20px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
background-image: url("/images/newstile.png");
|
|
||||||
background-repeat: repeat;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
footer a {
|
footer a {
|
||||||
@ -128,10 +135,10 @@ footer a {
|
|||||||
}
|
}
|
||||||
|
|
||||||
section.article_content {
|
section.article_content {
|
||||||
|
padding-bottom: 15px;
|
||||||
padding-left: 0px;
|
padding-left: 0px;
|
||||||
padding-right: 0px;
|
padding-right: 0px;
|
||||||
padding-top: 15px;
|
padding-top: 15px;
|
||||||
padding-bottom: 15px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
section#pagination {
|
section#pagination {
|
||||||
@ -139,18 +146,17 @@ section#pagination {
|
|||||||
}
|
}
|
||||||
|
|
||||||
figure {
|
figure {
|
||||||
|
border: 0;
|
||||||
display: block;
|
display: block;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
border: 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
figcaption {
|
figcaption {
|
||||||
display: block;
|
display: block;
|
||||||
|
font-size: small;
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
/* max-width: 90%; */
|
|
||||||
font-size: small;
|
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user