Merge branch 'master' of github.com:ornicar/lila

* 'master' of github.com:ornicar/lila:
  Lowered brightness of light theme
This commit is contained in:
Thibault Duplessis 2014-06-17 20:38:14 +02:00
commit 8555c77a2a

View file

@ -490,12 +490,12 @@ html {
body {
font: 12px'Open Sans', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, Sans-Serif;
color: #747474;
background: #f7f7f7;
background-image: -moz-linear-gradient(top, #d7d7d7 0%, #f7f7f7 116px);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d7d7d7), color-stop(116px, #f7f7f7));
background-image: -webkit-linear-gradient(top, #d7d7d7 0%, #f7f7f7 116px);
background-image: -ms-linear-gradient(top, #d7d7d7 0%, #f7f7f7 116px);
background-image: linear-gradient(to bottom, #d7d7d7 0%, #f7f7f7 116px);
background: #eeeeee;
background-image: -moz-linear-gradient(top, #d7d7d7 0%, #eeeeee 116px);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d7d7d7), color-stop(116px, #eeeeee));
background-image: -webkit-linear-gradient(top, #d7d7d7 0%, #eeeeee 116px);
background-image: -ms-linear-gradient(top, #d7d7d7 0%, #eeeeee 116px);
background-image: linear-gradient(to bottom, #d7d7d7 0%, #eeeeee 116px);
background-repeat: no-repeat;
overflow-x: hidden;
}
@ -601,8 +601,8 @@ body.tight #site_baseline {
display: none;
}
#footer_wrap {
border-top: 1px solid #ddd;
background: #EEE;
border-top: 1px solid #c9c9c9;
background: #e4e4e4;
padding: 30px 0;
}
#footer_wrap div.footer {
@ -1207,11 +1207,11 @@ div.vstext,
div.user_show div.content_box_inter.tabs,
table.slist thead {
background: rgb(250, 250, 250);
background: -moz-linear-gradient(top, rgba(250, 250, 250, 1) 0%, rgba(245, 245, 245, 1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(250, 250, 250, 1)), color-stop(100%, rgba(245, 245, 245, 1)));
background: -webkit-linear-gradient(top, rgba(250, 250, 250, 1) 0%, rgba(245, 245, 245, 1) 100%);
background: -ms-linear-gradient(top, rgba(250, 250, 250, 1) 0%, rgba(245, 245, 245, 1) 100%);
background: linear-gradient(to bottom, rgba(250, 250, 250, 1) 0%, rgba(245, 245, 245, 1) 100%);
background: -moz-linear-gradient(top, rgba(245, 250, 250, 1) 0%, rgba(240, 245, 245, 1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(245, 250, 250, 1)), color-stop(100%, rgba(240, 245, 245, 1)));
background: -webkit-linear-gradient(top, rgba(245, 250, 250, 1) 0%, rgba(240, 245, 245, 1) 100%);
background: -ms-linear-gradient(top, rgba(245, 250, 250, 1) 0%, rgba(240, 245, 245, 1) 100%);
background: linear-gradient(to bottom, rgba(245, 250, 250, 1) 0%, rgba(240, 245, 245, 1) 100%);
text-decoration: none !important;
text-shadow: 0px 1px 0px #FFF;
color: #848484;