# HG changeset patch # User Eugen Sawin # Date 1319191686 -7200 # Node ID 93aa0c0f3c534eaccf228533658eab77ed17a0c5 # Parent d7bbef8dce526614d8567c667de25b493db8b5b3 Arrow. diff -r d7bbef8dce52 -r 93aa0c0f3c53 dev/logo/logo1.xcf Binary file dev/logo/logo1.xcf has changed diff -r d7bbef8dce52 -r 93aa0c0f3c53 dev/misc/bigarrow.xcf Binary file dev/misc/bigarrow.xcf has changed diff -r d7bbef8dce52 -r 93aa0c0f3c53 webclient/images/bigarrow.png Binary file webclient/images/bigarrow.png has changed diff -r d7bbef8dce52 -r 93aa0c0f3c53 webclient/images/logo1.png Binary file webclient/images/logo1.png has changed diff -r d7bbef8dce52 -r 93aa0c0f3c53 webclient/index.html --- a/webclient/index.html Fri Oct 21 04:18:07 2011 +0200 +++ b/webclient/index.html Fri Oct 21 12:08:06 2011 +0200 @@ -18,5 +18,8 @@ +
+ +
diff -r d7bbef8dce52 -r 93aa0c0f3c53 webclient/style.css --- a/webclient/style.css Fri Oct 21 04:18:07 2011 +0200 +++ b/webclient/style.css Fri Oct 21 12:08:06 2011 +0200 @@ -14,7 +14,12 @@ body { font-family: sans-serif; - background: #fff; + background:-moz-linear-gradient(top, #fff, #ddd); /* Firefox */ + background:-webkit-gradient(linear, left top, left bottom, from(#fff), to(#ddd)); /* Safari, Chrome */ + background:-webkit-linear-gradient(top, #fff, #ddd); /* Safari, Chrome - neue Syntax! */ + background:-o-linear-gradient(top, #fff, #ddd); /* Opera */ + background:-ms-linear-gradient(top, #fff, #ddd); /* IE */ + background:linear-gradient(top, #fff, #ddd); /* W3C Standard */ } footer @@ -23,25 +28,38 @@ top: 250px; } +footer :hover +{ + color: #f44296; +} + +footer :hover a +{ + color: #f44296; +} + address { /*background: #f44296;*/ border-style: dotted none none none; border-width: 2px; + border-color: #1e1108; padding-top: 5px; margin-bottom: 0px; - font-size: 0.75em; + font-size: 0.9em; font-style: normal; - color: white; - font-weight: 700; + color: #412410; + font-weight: bold; text-transform: uppercase; height: 18px; + text-shadow: -1px -1px 0px #1e1108, 1px 1px 0px #522e15; } address a { text-decoration: none; - color: white; + color: #412410; + text-shadow: -1px -1px 0px #1e1108, 1px 1px 0px #522e15; } #floater @@ -55,8 +73,8 @@ } #content -{ - background: #372601; +{ /*1e1108 27150a 311b0c 372601 412410 4e2b14 522e15 5C3317 7b441f*/ + background: #412410; position: relative; text-align: center; clear: left; @@ -65,8 +83,21 @@ min-width: 800px; margin: 0 auto; padding-top: 70px; - border-style: inset none; - border-width: 0px; - border-color: #372601;/*#281b00;*/ + /*border-style: solid none none none; + border-width: 2px; + border-color: #311b0c;/*#372601;#281b00;*/ */ + box-shadow: 0px 2px 4px 2px #311b0c; + -moz-box-shadow: 0px 2px 4px 2px #311b0c; + -webkit-box-shadow: 0px 2px 4px 2px #311b0c; + } +#postcontent +{ + position: relative; + text-align: center; + width: 100%; + min-width: 800px; + margin: 5px auto; +} +