Added logo and corrected the shade of green

This commit is contained in:
Serĉanto de Scio 2015-08-26 22:43:19 +10:00
parent 54fe2af567
commit bb22581b64
4 changed files with 12 additions and 9 deletions

View file

@ -1,5 +1,5 @@
body { body {
color: green; color: rgb(0,204,0);
background-color: black; background-color: black;
font-size: 16px; font-size: 16px;
margin: 0px auto 0px auto; margin: 0px auto 0px auto;
@ -7,13 +7,13 @@ body {
} }
div#header { div#header {
border-bottom: 2px solid green; border-bottom: 2px solid rgb(0,204,0);
margin-bottom: 30px; margin-bottom: 30px;
padding: 12px 0px 12px 0px; padding: 12px 0px 12px 0px;
} }
div#logo a { div#logo a {
color: green; color: rgb(0,204,0);
float: left; float: left;
font-size: 18px; font-size: 18px;
font-weight: bold; font-weight: bold;
@ -25,7 +25,7 @@ div#header #navigation {
} }
div#header #navigation a { div#header #navigation a {
color: green; color: rgb(0,204,0);
font-size: 18px; font-size: 18px;
font-weight: bold; font-weight: bold;
margin-left: 12px; margin-left: 12px;
@ -35,7 +35,7 @@ div#header #navigation a {
div#footer { div#footer {
width: 100%; width: 100%;
color: green; color: rgb(0,204,0);
font-size: 12px; font-size: 12px;
margin-top: 30px; margin-top: 30px;
padding: 0px; padding: 0px;
@ -46,7 +46,7 @@ div#footer {
} }
div#footer a { div#footer a {
color: green; color: rgb(0,204,0);
} }
h1 { h1 {
@ -58,7 +58,7 @@ h2 {
} }
div.info { div.info {
color: green; color: rgb(0,204,0);
font-size: 14px; font-size: 14px;
font-style: italic; font-style: italic;
} }

BIN
images/mcwhirter.io.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.7 KiB

View file

@ -2,3 +2,8 @@
title: mcwhirter.io title: mcwhirter.io
--- ---
.. image:: images/mcwhirter.io.png
============
mcwhirter.io
============

View file

@ -10,8 +10,6 @@
<body> <body>
<div id="content"> <div id="content">
<h1>$title$</h1>
$body$ $body$
</div> </div>
<div id="footer"> <div id="footer">