diff options
| author | Zaran <zaran.krleza@gmail.com> | 2011-04-12 02:10:30 +0200 |
|---|---|---|
| committer | Zaran <zaran.krleza@gmail.com> | 2011-04-12 02:10:30 +0200 |
| commit | 15987fa032a86571a0502b91d2b3a00ac4084b53 (patch) | |
| tree | cba2853835ee231fa648edfbe8b94918762f1dcb /webclient/style | |
| parent | 0f42ad64d61bd6e4d7eb8d25f4264dcc8d5865bf (diff) | |
| download | alias-15987fa032a86571a0502b91d2b3a00ac4084b53.tar.gz | |
Test of a new design (test.html)
Diffstat (limited to 'webclient/style')
| -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 |
3 files changed, 27 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 |
