From: tom.c Date: Mon, 8 Apr 2013 07:44:45 +0000 (+0200) Subject: modifications css X-Git-Tag: 0.1~61^2^2 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=4d94769a56979f6ee896ffaef453f09d03e7e4fe;p=github%2Fwallabag%2Fwallabag.git modifications css --- diff --git a/cache/footer.32a3c4422ad65642b8dbb7e731f4d990.rtpl.php b/cache/footer.32a3c4422ad65642b8dbb7e731f4d990.rtpl.php new file mode 100644 index 00000000..2a8209b7 --- /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 00000000..e844824a --- /dev/null +++ b/cache/index.0b3442bc62f6c429fc13004b3c821ba0.rtpl.php @@ -0,0 +1,32 @@ + + + + + + + + + + + + + <?php echo $title;?> + + +
+
+ +
+
+

+ +
+
+
+ +
+
+
+ assign( $this->var );$tpl->draw( dirname("footer") . ( substr("footer",-1,1) != "/" ? "/" : "" ) . basename("footer") );?> + + diff --git a/css/style.css b/css/style.css index 764cf628..604b3728 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 3f3b28f0..5d7baa89 100755 --- a/tpl/index.html +++ b/tpl/index.html @@ -14,7 +14,7 @@
-
+