diff options
| -rw-r--r-- | webclient/style/alias.css | 27 | ||||
| -rw-r--r-- | webclient/style/images/bb.png | bin | 0 -> 185 bytes | |||
| -rw-r--r-- | webclient/style/images/bold.ttf | bin | 0 -> 56624 bytes | |||
| -rw-r--r-- | webclient/test.html | 11 |
4 files changed, 38 insertions, 0 deletions
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 Binary files differnew file mode 100644 index 0000000..b6d7f8e --- /dev/null +++ b/webclient/style/images/bb.png diff --git a/webclient/style/images/bold.ttf b/webclient/style/images/bold.ttf Binary files differnew file mode 100644 index 0000000..049dc43 --- /dev/null +++ b/webclient/style/images/bold.ttf 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 @@ +<!--?xml version="1.0" encoding="utf-8" ?--> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"><head> + <title>Cryptoapplet - Public key cryptography</title> +<link rel="stylesheet" type="text/css" href="style/alias.css" /> +</head> +<body> +<p id="header"> +<span id="logo">Alias</span></p> +</p> +</body></html>
\ No newline at end of file |
