Updating...
This commit is contained in:
parent
a2ba3001fd
commit
4afa849217
3 changed files with 8 additions and 7 deletions
|
@ -29,6 +29,7 @@
|
||||||
<section id="header">
|
<section id="header">
|
||||||
<ul id="navigation">
|
<ul id="navigation">
|
||||||
<li>Home</li>
|
<li>Home</li>
|
||||||
|
<li>Posts</li>
|
||||||
<li>Projects</li>
|
<li>Projects</li>
|
||||||
<ul id="projects">
|
<ul id="projects">
|
||||||
<li>GitHub Page</li>
|
<li>GitHub Page</li>
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
The site is hosted on GitHub, and utilizes Jekyll for further
|
The site is hosted on GitHub, and utilizes Jekyll for further
|
||||||
organization and optimization. If you're interested in more
|
organization and optimization. If you're interested in more
|
||||||
technical details, check out the GitHub Project page for this
|
technical details, check out the GitHub Project page for this
|
||||||
repository. You can easily get to it via the menu on the right.</p>
|
repository [WIP]. You can easily get to it via the menu on the right.</p>
|
||||||
|
|
||||||
<h2>About the Vagabond</h2>
|
<h2>About the Vagabond</h2>
|
||||||
<p>My name is Bill Niblock, and I consider myself a citizen of the
|
<p>My name is Bill Niblock, and I consider myself a citizen of the
|
||||||
|
|
|
@ -145,22 +145,22 @@ article {
|
||||||
}
|
}
|
||||||
|
|
||||||
article h1 {
|
article h1 {
|
||||||
font: 1.1em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
|
font: 1.2em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
|
||||||
text-shadow: 2px 2px #DEDEDE; color: darkgrey; letter-spacing: 1.2em;
|
text-shadow: 2px 2px #DEDEDE; color: darkgrey;
|
||||||
}
|
}
|
||||||
|
|
||||||
article h1::first-letter {
|
article h1::first-letter {
|
||||||
margin: 0px; padding: 0px 2px;
|
margin: 0px; padding: 0px;
|
||||||
font: 1.3em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
|
font: 1.3em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
|
||||||
color: white; text-shadow: 0px 0px 10px blue;
|
color: white; text-shadow: 0px 0px 10px blue;
|
||||||
}
|
}
|
||||||
|
|
||||||
article h2 {
|
article h2 {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
padding: 0px;
|
padding: 10px;
|
||||||
border-bottom: 1px solid darkgrey;
|
border-bottom: 1px solid darkgrey;
|
||||||
font: 1.0em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
|
font: 1.0em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
|
||||||
text-shadow: 2px 2px #DEDEDE; color: darkgrey; letter-spacing: 1.2em;
|
text-shadow: 2px 2px #DEDEDE; color: darkgrey; letter-spacing: 0.6em;
|
||||||
}
|
}
|
||||||
|
|
||||||
article p {
|
article p {
|
||||||
|
|
Loading…
Reference in a new issue