Fidgeting...
This commit is contained in:
parent
23b5271852
commit
355f25a7dc
2 changed files with 10 additions and 10 deletions
|
@ -29,11 +29,14 @@
|
||||||
<div id="bar">
|
<div id="bar">
|
||||||
<section id="header">
|
<section id="header">
|
||||||
<ul id="navigation">
|
<ul id="navigation">
|
||||||
<li>Home</li>
|
<li><a href="http://www.theinternetvagabond.com">
|
||||||
|
Home</a></li>
|
||||||
<li>Projects</li>
|
<li>Projects</li>
|
||||||
<ul id="projects">
|
<ul id="projects">
|
||||||
<li>GitHub Page<br />
|
<li>GitHub Page<br />
|
||||||
<div>[ Page ][ Source ]</div>
|
<div>
|
||||||
|
<a href="#">[ Page ]</a>
|
||||||
|
<a href="https://github.com/VagabondAzulien/VagabondAzulien.github.io">[ Source ]</a></div>
|
||||||
</li>
|
</li>
|
||||||
<li>Dot Files<br />
|
<li>Dot Files<br />
|
||||||
<div>[ Page ][ Source ]</div>
|
<div>[ Page ][ Source ]</div>
|
||||||
|
@ -41,7 +44,6 @@
|
||||||
<li>Antennae<br />
|
<li>Antennae<br />
|
||||||
<div>[ Page ][ Source ]</div>
|
<div>[ Page ][ Source ]</div>
|
||||||
</li>
|
</li>
|
||||||
<li> ... more ... </li>
|
|
||||||
</ul>
|
</ul>
|
||||||
<li>Posts</li>
|
<li>Posts</li>
|
||||||
<ul id="posts">
|
<ul id="posts">
|
||||||
|
@ -51,7 +53,6 @@
|
||||||
{{ post.title }}</a>
|
{{ post.title }}</a>
|
||||||
</li>
|
</li>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
<li> ... more ... </li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
|
|
|
@ -94,7 +94,7 @@ header {
|
||||||
}
|
}
|
||||||
|
|
||||||
#navigation li {
|
#navigation li {
|
||||||
padding: 10px 10px;
|
padding: 15px 10px;
|
||||||
color: #888888;
|
color: #888888;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -114,10 +114,8 @@ header {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#navigation #expand {
|
#posts li {
|
||||||
padding: 0px 20px;
|
padding: 10px;
|
||||||
border-top: 1px solid grey;
|
|
||||||
border-bottom: 1px solid grey;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#bar #footer {
|
#bar #footer {
|
||||||
|
@ -166,8 +164,9 @@ article {
|
||||||
}
|
}
|
||||||
|
|
||||||
article h1 {
|
article h1 {
|
||||||
|
padding: 10px;
|
||||||
font: 1.2em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
|
font: 1.2em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
|
||||||
text-shadow: 2px 2px #DEDEDE; color: darkgrey;
|
text-shadow: 2px 2px #DEDEDE; color: darkgrey; letter-spacing: 0.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
article h1::first-letter {
|
article h1::first-letter {
|
||||||
|
|
Loading…
Reference in a new issue