mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-24 12:35:05 +02:00
Tweak banner
This commit is contained in:
parent
46856812d7
commit
08ed0e3e04
3 changed files with 8 additions and 4 deletions
|
@ -34,7 +34,7 @@
|
||||||
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
|
<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>
|
<a id="forkme_banner" href="https://github.com/justinethier/cyclone">View on GitHub</a>
|
||||||
</p>
|
</p>
|
||||||
</header>
|
</header>
|
||||||
|
|
|
@ -29,7 +29,7 @@
|
||||||
<a class="banner"
|
<a class="banner"
|
||||||
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>
|
<a id="forkme_banner" href="https://github.com/justinethier/cyclone">View on GitHub</a>
|
||||||
</p>
|
</p>
|
||||||
</header>
|
</header>
|
||||||
|
|
|
@ -288,11 +288,11 @@ Full-Width Styles
|
||||||
}
|
}
|
||||||
|
|
||||||
#forkme_banner {
|
#forkme_banner {
|
||||||
display: block;
|
/*display: block;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top:0;
|
top:0;
|
||||||
right: -30px;
|
right: -30px;
|
||||||
z-index: 10;
|
z-index: 10;*/
|
||||||
padding: 10px 50px 10px 10px;
|
padding: 10px 50px 10px 10px;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background: url('../images/blacktocat.png') #000000 no-repeat 95% 50%;
|
background: url('../images/blacktocat.png') #000000 no-repeat 95% 50%;
|
||||||
|
@ -302,6 +302,10 @@ Full-Width Styles
|
||||||
border-bottom-right-radius: 2px;
|
border-bottom-right-radius: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
p.banner {
|
||||||
|
min-width: 300px;
|
||||||
|
}
|
||||||
|
|
||||||
.banner {
|
.banner {
|
||||||
color: #000;
|
color: #000;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
|
|
Loading…
Add table
Reference in a new issue