aboutsummaryrefslogtreecommitdiffstats
path: root/webclient
diff options
context:
space:
mode:
authorZaran <zaran.krleza@gmail.com>2011-04-12 02:10:30 +0200
committerZaran <zaran.krleza@gmail.com>2011-04-12 02:10:30 +0200
commit15987fa032a86571a0502b91d2b3a00ac4084b53 (patch)
treecba2853835ee231fa648edfbe8b94918762f1dcb /webclient
parent0f42ad64d61bd6e4d7eb8d25f4264dcc8d5865bf (diff)
downloadalias-15987fa032a86571a0502b91d2b3a00ac4084b53.tar.gz
Test of a new design (test.html)
Diffstat (limited to 'webclient')
-rw-r--r--webclient/style/alias.css27
-rw-r--r--webclient/style/images/bb.pngbin0 -> 185 bytes
-rw-r--r--webclient/style/images/bold.ttfbin0 -> 56624 bytes
-rw-r--r--webclient/test.html11
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
new file mode 100644
index 0000000..b6d7f8e
--- /dev/null
+++ b/webclient/style/images/bb.png
Binary files differ
diff --git a/webclient/style/images/bold.ttf b/webclient/style/images/bold.ttf
new file mode 100644
index 0000000..049dc43
--- /dev/null
+++ b/webclient/style/images/bold.ttf
Binary files 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 @@
+<!--?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