Add: static/sass/_logo.sass -The `bitshift` logo visible on our home-page may likely end up on other pages; move all of its styling to a SASS partial. templates/docs.html -Add `bitshift` logo.tags/v1.0^2
@@ -0,0 +1,18 @@ | |||||
a#logo | |||||
letter-spacing: 0.3em | |||||
text-decoration: none | |||||
div#logo | |||||
font-size: 400% | |||||
padding-bottom: 0.2em | |||||
text-align: center | |||||
#logo-bit | |||||
color: $baseColor1 | |||||
#logo-angle | |||||
color: $baseColor3 | |||||
#logo-shift | |||||
color: $baseColor2 | |||||
font-style: italic |
@@ -1,4 +1,5 @@ | |||||
@import variables | @import variables | ||||
@import logo | |||||
h1 | h1 | ||||
color: $baseColor1 | color: $baseColor1 | ||||
@@ -4,6 +4,7 @@ | |||||
@import mixins | @import mixins | ||||
@import variables | @import variables | ||||
@import logo | |||||
$minSearchFieldsWidth: 490px | $minSearchFieldsWidth: 490px | ||||
$codeWidth: 700px | $codeWidth: 700px | ||||
@@ -84,25 +85,6 @@ div#search-field | |||||
top: 0 | top: 0 | ||||
width: 40% | width: 40% | ||||
a#title | |||||
letter-spacing: 0.3em | |||||
text-decoration: none | |||||
div#title | |||||
font-size: 400% | |||||
padding-bottom: 0.2em | |||||
text-align: center | |||||
#title-bit | |||||
color: $baseColor1 | |||||
#title-angle | |||||
color: $baseColor3 | |||||
#title-shift | |||||
color: $baseColor2 | |||||
font-style: italic | |||||
form#search-bar | form#search-bar | ||||
min-width: $minSearchFieldsWidth | min-width: $minSearchFieldsWidth | ||||
@@ -143,7 +125,7 @@ div#search-field | |||||
position: absolute | position: absolute | ||||
width: 100% | width: 100% | ||||
#title | |||||
#logo | |||||
position: absolute | position: absolute | ||||
top: -1% | top: -1% | ||||
left: 1% | left: 1% | ||||
@@ -9,6 +9,14 @@ | |||||
= endblock | = endblock | ||||
= block body | = block body | ||||
<a id="logo" href="/"> | |||||
<div id="logo"> | |||||
<span id="logo-bit">bit</span | |||||
><span id="logo-angle">«</span | |||||
><span id="logo-shift">shift</span> | |||||
</div> | |||||
</a> | |||||
<ul> | <ul> | ||||
<li> | <li> | ||||
<h1><span>»</span> Usage</h1> | <h1><span>»</span> Usage</h1> | ||||
@@ -19,11 +19,11 @@ | |||||
= block body | = block body | ||||
<div id="search-field"> | <div id="search-field"> | ||||
<a id="title" href="/"> | |||||
<div id="title"> | |||||
<span id="title-bit">bit</span | |||||
><span id="title-angle">«</span | |||||
><span id="title-shift">shift</span> | |||||
<a id="logo" href="/"> | |||||
<div id="logo"> | |||||
<span id="logo-bit">bit</span | |||||
><span id="logo-angle">«</span | |||||
><span id="logo-shift">shift</span> | |||||
</div> | </div> | ||||
</a> | </a> | ||||