mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-24 20:45:06 +02:00
Tweaks
This commit is contained in:
parent
e84ce79f67
commit
b6176adc8f
2 changed files with 11 additions and 9 deletions
|
@ -20,7 +20,7 @@
|
||||||
|
|
||||||
<h1 id="project_title">
|
<h1 id="project_title">
|
||||||
<a href="http://github.com/justinethier/cyclone">
|
<a href="http://github.com/justinethier/cyclone">
|
||||||
<img src="https://raw.githubusercontent.com/justinethier/cyclone/master/docs/images/cyclone-logo-05-header.png"
|
<img src="https://raw.githubusercontent.com/justinethier/cyclone/master/docs/images/cyclone-logo-04-header.png"
|
||||||
alt="Cyclone">
|
alt="Cyclone">
|
||||||
</a>
|
</a>
|
||||||
</h1>
|
</h1>
|
||||||
|
@ -115,7 +115,7 @@ hello-world
|
||||||
<!-- FOOTER -->
|
<!-- FOOTER -->
|
||||||
<div id="footer_wrap" class="outer">
|
<div id="footer_wrap" class="outer">
|
||||||
<footer class="inner">
|
<footer class="inner">
|
||||||
<p class="copyright">Cyclone maintained by <a href="https://github.com/justinethier">justinethier</a></p>
|
<p class="copyright">Cyclone is maintained by <a href="https://github.com/justinethier">justinethier</a></p>
|
||||||
<p>Published with <a href="https://pages.github.com">GitHub Pages</a></p>
|
<p>Published with <a href="https://pages.github.com">GitHub Pages</a></p>
|
||||||
</footer>
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -139,6 +139,7 @@ img {
|
||||||
max-width: 739px;
|
max-width: 739px;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
margin: 10px 0 10px 0;
|
margin: 10px 0 10px 0;
|
||||||
|
/*
|
||||||
border: 1px solid #ebebeb;
|
border: 1px solid #ebebeb;
|
||||||
|
|
||||||
box-shadow: 0 0 5px #ebebeb;
|
box-shadow: 0 0 5px #ebebeb;
|
||||||
|
@ -146,6 +147,7 @@ img {
|
||||||
-moz-box-shadow: 0 0 5px #ebebeb;
|
-moz-box-shadow: 0 0 5px #ebebeb;
|
||||||
-o-box-shadow: 0 0 5px #ebebeb;
|
-o-box-shadow: 0 0 5px #ebebeb;
|
||||||
-ms-box-shadow: 0 0 5px #ebebeb;
|
-ms-box-shadow: 0 0 5px #ebebeb;
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
|
|
||||||
p img {
|
p img {
|
||||||
|
@ -279,7 +281,7 @@ Full-Width Styles
|
||||||
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') #0090ff no-repeat 95% 50%;
|
background: url('../images/blacktocat.png') #000000 no-repeat 95% 50%;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
box-shadow: 0 0 10px rgba(0,0,0,.5);
|
box-shadow: 0 0 10px rgba(0,0,0,.5);
|
||||||
border-bottom-left-radius: 2px;
|
border-bottom-left-radius: 2px;
|
||||||
|
@ -287,12 +289,12 @@ Full-Width Styles
|
||||||
}
|
}
|
||||||
|
|
||||||
#header_wrap {
|
#header_wrap {
|
||||||
background: #212121;
|
background: #f2f2f2;
|
||||||
background: -moz-linear-gradient(top, #373737, #212121);
|
background: -moz-linear-gradient(top, #f2f2f2, #007edf);
|
||||||
background: -webkit-linear-gradient(top, #373737, #212121);
|
background: -webkit-linear-gradient(top, #f2f2f2, #007edf);
|
||||||
background: -ms-linear-gradient(top, #373737, #212121);
|
background: -ms-linear-gradient(top, #f2f2f2, #007edf);
|
||||||
background: -o-linear-gradient(top, #373737, #212121);
|
background: -o-linear-gradient(top, #f2f2f2, #007edf);
|
||||||
background: linear-gradient(top, #373737, #212121);
|
background: linear-gradient(top, #f2f2f2, #007edf);
|
||||||
}
|
}
|
||||||
|
|
||||||
#header_wrap .inner {
|
#header_wrap .inner {
|
||||||
|
|
Loading…
Add table
Reference in a new issue