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 +++++++++++++++++++++++++++ webclient/style/images/bb.png | Bin 0 -> 185 bytes webclient/style/images/bold.ttf | Bin 0 -> 56624 bytes webclient/test.html | 11 +++++++++++ 4 files changed, 38 insertions(+) create mode 100644 webclient/style/images/bb.png create mode 100644 webclient/style/images/bold.ttf create mode 100644 webclient/test.html 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 { diff --git a/webclient/style/images/bb.png b/webclient/style/images/bb.png new file mode 100644 index 0000000..b6d7f8e Binary files /dev/null and b/webclient/style/images/bb.png differ diff --git a/webclient/style/images/bold.ttf b/webclient/style/images/bold.ttf new file mode 100644 index 0000000..049dc43 Binary files /dev/null and b/webclient/style/images/bold.ttf differ diff --git a/webclient/test.html b/webclient/test.html new file mode 100644 index 0000000..d13a174 --- /dev/null +++ b/webclient/test.html @@ -0,0 +1,11 @@ + + + + Cryptoapplet - Public key cryptography + + + + +

+ \ No newline at end of file -- cgit v1.2.3-70-g09d2