diff --git a/cache/footer.32a3c4422ad65642b8dbb7e731f4d990.rtpl.php b/cache/footer.32a3c4422ad65642b8dbb7e731f4d990.rtpl.php
new file mode 100644
index 0000000..2a8209b
--- /dev/null
+++ b/cache/footer.32a3c4422ad65642b8dbb7e731f4d990.rtpl.php
@@ -0,0 +1,3 @@
+
diff --git a/cache/index.0b3442bc62f6c429fc13004b3c821ba0.rtpl.php b/cache/index.0b3442bc62f6c429fc13004b3c821ba0.rtpl.php
new file mode 100644
index 0000000..e844824
--- /dev/null
+++ b/cache/index.0b3442bc62f6c429fc13004b3c821ba0.rtpl.php
@@ -0,0 +1,32 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ assign( $this->var );$tpl->draw( dirname("footer") . ( substr("footer",-1,1) != "/" ? "/" : "" ) . basename("footer") );?>
+
+
diff --git a/css/style.css b/css/style.css
index 764cf62..604b372 100644
--- a/css/style.css
+++ b/css/style.css
@@ -2,10 +2,13 @@ body {
color: #222222;
font: 20px/1.3em Palatino,Georgia,serif;
background-color: #F1F1F1;
+ margin: 10px;
}
body.article {
- background-color: #ffffff;
+ color: #222222;
+ font: 20px/1.3em Palatino,Georgia,serif;
+ background-color: #F1F1F1;
}
a, a:hover, a:visited {
@@ -40,7 +43,16 @@ header {
#main ul#links li {
display: inline;
- padding: 15px;
+}
+#links a, #backhome a{
+ text-decoration: none;
+ padding: 5px 10px;
+}
+#links a:hover, #backhome a{
+ -webkit-border-radius: 2px;
+ border-radius: 2px;
+ background-color: #040707;
+ color: #F1F1F1;
}
#main #entries {
@@ -51,7 +63,12 @@ header {
color: rgb(46, 46, 46);
position:relative;
background-color: #ffffff;
- height: 8em;
+ padding: 15px;
+ height: 6em;
+ -webkit-border-radius: 2px;
+ border-radius: 2px;
+ -webkit-box-shadow: 0px 0px 2px -1px #000;
+ box-shadow: 0px 0px 2px -1px #000;
}
#main #entries .entrie h2 a {
@@ -67,6 +84,7 @@ header {
bottom: 0;
width: 100%;
text-align: right;
+ margin-left: -20px;
}
#main a.tool {
@@ -74,5 +92,5 @@ header {
}
footer {
- text-align: right;
+ text-align: center;
}
\ No newline at end of file
diff --git a/tpl/index.html b/tpl/index.html
index 3f3b28f..5d7baa8 100755
--- a/tpl/index.html
+++ b/tpl/index.html
@@ -14,7 +14,7 @@