From 4464529a48571bf309d71abab1def5e6f1a8f727 Mon Sep 17 00:00:00 2001 From: Manoel Trapier Date: Mon, 14 Mar 2011 22:56:07 +0100 Subject: [PATCH] Update web page ( http://godzil.github.com/InsideJob/ ) --- index.css | 86 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ index.html | 26 ++--------------- 2 files changed, 89 insertions(+), 23 deletions(-) create mode 100644 index.css diff --git a/index.css b/index.css new file mode 100644 index 0000000..e00f20d --- /dev/null +++ b/index.css @@ -0,0 +1,86 @@ +body +{ + margin-top: 1.0em; + background-color: #fff; + font-family: Lucida Grande,FreeSans,sans-serif; + color: #333; +} + +a +{ + color: #444; +} + +#container +{ + margin: 0 auto; + width: 700px; +} + +h1 +{ + text-align: center; + font-size: 2.5em; + color: #000; + margin-bottom: 1em; +} + +h1 .small +{ + font-size: 0.4em; +} + +h1 a +{ + text-decoration: none; +} + +h2 +{ + font-size: 1.5em; + color: #444; + letter-spacing: 4px; + margin-left: -15px; +} + +h3 +{ + text-align: center; + color: #000; +} + +.download a +{ + text-decoration: none; +} + +.description +{ + font-size: 1.0em; + margin-bottom: 30px; + margin-top: 15px; + font-style: italic; +} + +pre +{ + background: #000; + color: #ccc; + padding: 15px; +} + +hr +{ + border: 0; + width: 80%; + border-bottom: 1px solid #aaa +} + +.footer +{ + text-align: center; + font-size: 0.8em; + padding-top: 30px; + font-style: italic; + color: #aaa; +} \ No newline at end of file diff --git a/index.html b/index.html index 9dd390d..ee534a9 100644 --- a/index.html +++ b/index.html @@ -7,28 +7,8 @@ godzil/InsideJob @ GitHub -