mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-16 17:27:33 +02:00
WIP
This commit is contained in:
parent
19f21aaa71
commit
a0e4e28554
2 changed files with 15 additions and 0 deletions
|
@ -19,6 +19,7 @@
|
||||||
<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>
|
<a id="forkme_banner" href="https://github.com/justinethier/cyclone">View on GitHub</a>
|
||||||
|
<a class="banner" href="docs/User-Manual">User Manual</a>
|
||||||
|
|
||||||
<h1 id="project_title">
|
<h1 id="project_title">
|
||||||
<a href="{{ base }}index">
|
<a href="{{ base }}index">
|
||||||
|
|
|
@ -295,6 +295,20 @@ Full-Width Styles
|
||||||
border-bottom-right-radius: 2px;
|
border-bottom-right-radius: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.banner {
|
||||||
|
display: block;
|
||||||
|
position: absolute;
|
||||||
|
top:0;
|
||||||
|
right: 10px;
|
||||||
|
z-index: 10;
|
||||||
|
padding: 10px 50px 10px 10px;
|
||||||
|
color: #fff;
|
||||||
|
font-weight: 700;
|
||||||
|
box-shadow: 0 0 10px rgba(0,0,0,.5);
|
||||||
|
border-bottom-left-radius: 2px;
|
||||||
|
border-bottom-right-radius: 2px;
|
||||||
|
}
|
||||||
|
|
||||||
#header_wrap {
|
#header_wrap {
|
||||||
background: #f2f2f2;
|
background: #f2f2f2;
|
||||||
background: -moz-linear-gradient(top, #f2f2f2, #007edf);
|
background: -moz-linear-gradient(top, #f2f2f2, #007edf);
|
||||||
|
|
Loading…
Add table
Reference in a new issue