From 15987fa032a86571a0502b91d2b3a00ac4084b53 Mon Sep 17 00:00:00 2001 From: Zaran Date: Tue, 12 Apr 2011 02:10:30 +0200 Subject: Test of a new design (test.html) --- webclient/style/alias.css | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) (limited to 'webclient/style/alias.css') diff --git a/webclient/style/alias.css b/webclient/style/alias.css index 1a05bbc..b453c28 100644 --- a/webclient/style/alias.css +++ b/webclient/style/alias.css @@ -1,3 +1,10 @@ +@font-face { + font-family: "street"; + src: url("images/bold.ttf"); + font-weight:bold; +} + + html { height:100%; @@ -9,6 +16,7 @@ body margin: 0px; font-family: sans-serif; height:100%; + background-image:url('images/bb.png'); } div @@ -59,6 +67,25 @@ input border-top:1px solid black; } +#header +{ + margin:0px; + background-image: -moz-linear-gradient(top center, white, #AEB2B1); + background: -webkit-gradient(linear, left top, left bottom, from(#F6F6F6), to(#D9D9D9)); + border-bottom:1px solid #CDCDCD; + box-shadow: 0px 5px 10px #434343; +} + + +#logo +{ + color:#004B6B; + font-family: "street"; + font-size:200%; + font-weight:bold; + padding-left:20px; + text-shadow: 0px 1px 0px #EBEBEB; +} #left { -- cgit v1.2.3-70-g09d2