diff options
| author | Zaran <zaran.krleza@gmail.com> | 2011-06-13 17:11:51 +0200 |
|---|---|---|
| committer | Zaran <zaran.krleza@gmail.com> | 2011-06-13 17:11:51 +0200 |
| commit | 571b3ce7234551b02bb8deca36b81177a5e256d3 (patch) | |
| tree | 7026b0f44118dbc7401d36fb410cf2a066cc5c61 /webclient/style/alias.css | |
| parent | d4ecf728109619d34c1781a069793a37c8d9b8e7 (diff) | |
| download | alias-571b3ce7234551b02bb8deca36b81177a5e256d3.tar.gz | |
Some significant and much needed design changes enforced by Enguerrand.
Diffstat (limited to 'webclient/style/alias.css')
| -rw-r--r-- | webclient/style/alias.css | 39 |
1 files changed, 30 insertions, 9 deletions
diff --git a/webclient/style/alias.css b/webclient/style/alias.css index b925e39..9efdba2 100644 --- a/webclient/style/alias.css +++ b/webclient/style/alias.css @@ -161,41 +161,62 @@ input #header { margin: 0px; - margin-bottom: 0px; + margin-bottom: 20px; background-image: -moz-linear-gradient(top center, #F4F4F4, #C1C1C1); background: -webkit-gradient(linear, left top, left bottom, from(#F6F6F6), to(#D9D9D9)); border-bottom: 1px solid #CDCDCD; box-shadow: 0px 5px 10px #434343; + height:70px; } #logo { - color: #3058A3; + color: #515159; font-family: "street"; - font-size: 200%; + font-size: 300%; font-weight: bold; - padding-left: 20px; + padding-left: 30px; text-shadow: 0px 1px 0px #EBEBEB; } #left { margin: 0px; + margin-left: 8px; float: left; - width: 22%; - background-color: white; + width: 20%; + background-color: #F4F4F4; height: 95%; display: none; + border-radius: 5px; + box-shadow: 5px 5px 5px 0px #434343; +} + +#left h2{ + margin: 0px; + background-image: -moz-linear-gradient(top center, white, #D8D8D8); + background: -webkit-gradient(linear, left top, left bottom, from(#F6F6F6), to(#D9D9D9)); + border-bottom: 1px solid #CDCDCD; + color: #3058A3; + font-family: "street"; + font-size: 120%; + font-weight: bold; + padding-left: 10px; + text-shadow: 0px 1px 0px #EBEBEB; + border-radius: 10px 10px 0px 0px; } #right { + border-radius: 5px; float: left; - width: 78%; + width: 75%; height: 95%; display: none; - background-color: white; + margin-left:2%; + margin-right:2%; + background-color: transparent; padding: 0px; } @@ -267,7 +288,7 @@ input .roster-contact:hover { - background-color: #E5E9EE; + box-shadow: 2px 2px 2px #434343; } .roster-name |
