update with a softer, coral colored, banner (wcs sync)

This commit is contained in:
Frédéric Péters 2015-06-10 17:31:06 +02:00
parent 1c3ad06d1d
commit 28f4452619
2 changed files with 25 additions and 29 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 53 KiB

View File

@ -106,8 +106,7 @@ ul.user-info a {
/* header */
div#header {
background: #ff7800;
background: linear-gradient(to bottom, #f13600 5%, #ff7800 30%) top right no-repeat;
background: #AD7C6D url(adwaita-lock.jpg);
color: white;
padding-left: 25px;
border-bottom: 1px solid #888;
@ -115,18 +114,6 @@ div#header {
height: 5em;
}
div#header h1:after {
content: "";
display: block;
background: url(../images/banner-green.jpg) top right no-repeat;
position: absolute;
top: 0;
right: 0px;
width: calc(100% - 15em);
max-width: 75%;
height: 100%;
}
div#header h1 {
margin: 0;
padding: 15px 0 25px 0;
@ -138,9 +125,9 @@ div#header h1 {
div#main-content {
width: 95%;
margin-left: 2%;
padding: 0 6px;
border: 1px solid #888;
margin-left: 0;
padding: 0 6px 0 16px;
border: 1px solid #ccc;
border-width: 0 1px 1px 0;
background: white;
float: left;
@ -284,7 +271,7 @@ ul.apps {
}
ul.apps li {
display: block;
display: table;
float: left;
margin-right: 1em;
margin-bottom: 1em;
@ -294,13 +281,11 @@ ul.apps li a {
background-color: transparent;
background-repeat: no-repeat;
background-position: 50% 50%;
}
ul.apps li a {
display: block;
display: table-cell;
vertical-align: bottom;
width: 120px;
height: 30px;
padding-top: 90px;
height: 110px;
padding-bottom: 10px;
font-weight: bold;
text-align: center;
border: 1px dotted #666;
@ -583,8 +568,7 @@ form.small button + a.button {
#sidepage {
position: absolute;
z-index: 100;
background: black;
width: 220px;
width: 30ex;
height: 2em;
text-align: left;
transition: all 0ms ease-in;
@ -592,20 +576,24 @@ form.small button + a.button {
}
#main.sidepage-expanded {
margin-left: 220px;
margin-left: 30ex;
}
#main.enable-transitions,
#sidepage.enable-transitions ul#sidepage-menu,
#sidepage.enable-transitions {
transition-duration: 100ms;
transition-duration: 400ms;
}
#sidepage.sidepage-expanded {
height: 100%;
background: #23282d url(texture.png);
overflow: initial;
}
#sidepage.sidepage-expanded ul#sidepage-menu {
transform: scale(1);
}
#main {
transition: margin-left 0ms ease-in;
}
@ -621,6 +609,14 @@ form.small button + a.button {
#sidepage ul#sidepage-menu {
list-style: none;
padding: 0;
padding-top: 1em;
margin: 0;
background: #23282d url(texture.png);
height: 100%;
height: calc(100% - 3em); /* #top 2em, padding-top: 1em */
transition: all 0ms ease;
transform: scale(1, 0);
transform-origin: 0 0;
}
#sidepage ul#sidepage-menu a {