mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-24 12:35:05 +02:00
Experimenting with header
This commit is contained in:
parent
60fb9a9944
commit
6219f4cd9f
3 changed files with 4 additions and 6 deletions
|
@ -35,13 +35,12 @@
|
||||||
<a class="banner
|
<a class="banner
|
||||||
{% if page.title == "News" %}banner-highlight{% endif %}"
|
{% if page.title == "News" %}banner-highlight{% endif %}"
|
||||||
href="{{ base }}news">News</a>
|
href="{{ base }}news">News</a>
|
||||||
|
<a id="forkme_banner" href="https://github.com/justinethier/cyclone">View on GitHub</a>
|
||||||
</p>
|
</p>
|
||||||
</header>
|
</header>
|
||||||
</div>
|
</div>
|
||||||
<div id="header_wrap" class="outer">
|
<div id="header_wrap" class="outer">
|
||||||
<header class="inner">
|
<header class="inner">
|
||||||
<a id="forkme_banner" href="https://github.com/justinethier/cyclone">View on GitHub</a>
|
|
||||||
|
|
||||||
<h1 id="project_title">
|
<h1 id="project_title">
|
||||||
<a href="{{ base }}index">
|
<a href="{{ base }}index">
|
||||||
<img src="{{ base }}docs/images/cyclone-logo-04-header.png"
|
<img src="{{ base }}docs/images/cyclone-logo-04-header.png"
|
||||||
|
|
|
@ -30,13 +30,12 @@
|
||||||
href="{{ base }}docs/Scheme-Language-Compliance">R<sup>7</sup>RS Compliance</a> -
|
href="{{ base }}docs/Scheme-Language-Compliance">R<sup>7</sup>RS Compliance</a> -
|
||||||
<a class="banner banner-highlight"
|
<a class="banner banner-highlight"
|
||||||
href="{{ base }}news">News</a>
|
href="{{ base }}news">News</a>
|
||||||
|
<a id="forkme_banner" href="https://github.com/justinethier/cyclone">View on GitHub</a>
|
||||||
</p>
|
</p>
|
||||||
</header>
|
</header>
|
||||||
</div>
|
</div>
|
||||||
<div id="header_wrap" class="outer">
|
<div id="header_wrap" class="outer">
|
||||||
<header class="inner">
|
<header class="inner">
|
||||||
<a id="forkme_banner" href="https://github.com/justinethier/cyclone">View on GitHub</a>
|
|
||||||
|
|
||||||
<h1 id="project_title">
|
<h1 id="project_title">
|
||||||
<a href="{{ base }}index">
|
<a href="{{ base }}index">
|
||||||
<img src="{{ base }}docs/images/cyclone-logo-04-header.png"
|
<img src="{{ base }}docs/images/cyclone-logo-04-header.png"
|
||||||
|
|
|
@ -51,7 +51,7 @@ Theme Styles
|
||||||
body {
|
body {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
color:#373737;
|
color:#373737;
|
||||||
background: #212121;
|
background: /*#212121;*/ #F0F1F2;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
font-family: 'Myriad Pro', Calibri, Helvetica, Arial, sans-serif;
|
font-family: 'Myriad Pro', Calibri, Helvetica, Arial, sans-serif;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
|
@ -290,7 +290,7 @@ Full-Width Styles
|
||||||
display: block;
|
display: block;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top:0;
|
top:0;
|
||||||
right: 10px;
|
right: 0px;
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
padding: 10px 50px 10px 10px;
|
padding: 10px 50px 10px 10px;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
|
Loading…
Add table
Reference in a new issue