mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-24 04:25:06 +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
|
||||
{% if page.title == "News" %}banner-highlight{% endif %}"
|
||||
href="{{ base }}news">News</a>
|
||||
<a id="forkme_banner" href="https://github.com/justinethier/cyclone">View on GitHub</a>
|
||||
</p>
|
||||
</header>
|
||||
</div>
|
||||
<div id="header_wrap" class="outer">
|
||||
<header class="inner">
|
||||
<a id="forkme_banner" href="https://github.com/justinethier/cyclone">View on GitHub</a>
|
||||
|
||||
<h1 id="project_title">
|
||||
<a href="{{ base }}index">
|
||||
<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> -
|
||||
<a class="banner banner-highlight"
|
||||
href="{{ base }}news">News</a>
|
||||
<a id="forkme_banner" href="https://github.com/justinethier/cyclone">View on GitHub</a>
|
||||
</p>
|
||||
</header>
|
||||
</div>
|
||||
<div id="header_wrap" class="outer">
|
||||
<header class="inner">
|
||||
<a id="forkme_banner" href="https://github.com/justinethier/cyclone">View on GitHub</a>
|
||||
|
||||
<h1 id="project_title">
|
||||
<a href="{{ base }}index">
|
||||
<img src="{{ base }}docs/images/cyclone-logo-04-header.png"
|
||||
|
|
|
@ -51,7 +51,7 @@ Theme Styles
|
|||
body {
|
||||
box-sizing: border-box;
|
||||
color:#373737;
|
||||
background: #212121;
|
||||
background: /*#212121;*/ #F0F1F2;
|
||||
font-size: 16px;
|
||||
font-family: 'Myriad Pro', Calibri, Helvetica, Arial, sans-serif;
|
||||
line-height: 1.5;
|
||||
|
@ -290,7 +290,7 @@ Full-Width Styles
|
|||
display: block;
|
||||
position: absolute;
|
||||
top:0;
|
||||
right: 10px;
|
||||
right: 0px;
|
||||
z-index: 10;
|
||||
padding: 10px 50px 10px 10px;
|
||||
color: #fff;
|
||||
|
|
Loading…
Add table
Reference in a new issue