Browse Source

Update web page ( http://godzil.github.com/InsideJob/ )

Manoel Trapier 13 years ago
parent
commit
4464529a48
2 changed files with 89 additions and 23 deletions
  1. 86 0
      index.css
  2. 3 23
      index.html

+ 86 - 0
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;
+}

+ 3 - 23
index.html

@@ -7,28 +7,8 @@
 
 	<title>godzil/InsideJob @ GitHub</title>
 	
-	<style type="text/css">
-		body {
-  		margin-top: 1.0em;
-  		background-color: #fff;
-		  font-family: Lucida Grande,FreeSans,sans-serif;
-  		color: #333;
-    }
-    #container {
-      margin: 0 auto;
-      width: 700px;
-    }
-		h1 { font-size: 2.5em; color: #000; margin-bottom: 3px; }
-		h1 .small { font-size: 0.4em; }
-		h1 a { text-decoration: none }
-		h2 { font-size: 1.5em; color: #000; }
-    h3 { text-align: center; color: #000; }
-    a { color: #444; }
-	.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; padding-top:30px; font-style: italic; }
+	<style type="text/css"media="screen">
+	    @import url("index.css");
 	</style>
 	
 <script type="text/javascript">
@@ -51,7 +31,7 @@
 
   <div id="container">
 
-    <h1><a href="http://github.com/godzil/InsideJob">Inside Job</a></h1>
+    <h1><a href="http://github.com/godzil/InsideJob">Inside Job - SMP</a></h1>
 
     <div class="description">
       Inside Job is a Minecraft inventory editor for Mac OS X 10.6 written by <a href="http://adampreble.net/">Adam Preble</a>.