fix colors after light background change

This commit is contained in:
Thibault Duplessis 2014-06-17 20:54:55 +02:00
parent 8555c77a2a
commit 61421dee0b
3 changed files with 23 additions and 23 deletions

View file

@ -44,8 +44,8 @@ div.analysis_menu > a {
cursor: pointer;
}
div.analysis_menu > a.active {
background-color: #f7f7f7;
border-top: 1px solid #f7f7f7;
background-color: #eee;
border-top: 1px solid #eee;
}
div.analysis_panels > div {
width: 512px;

View file

@ -243,7 +243,7 @@ ul.ui-autocomplete li a.ui-state-focus {
.loader:before {
width: 5.2em;
height: 10.2em;
background: #f7f7f7;
background: #eee;
border-radius: 10.2em 0 0 10.2em;
top: -0.1em;
left: -0.1em;
@ -275,7 +275,7 @@ ul.ui-autocomplete li a.ui-state-focus {
.loader:after {
width: 5.2em;
height: 10.2em;
background: #f7f7f7;
background: #eee;
border-radius: 0 10.2em 10.2em 0;
top: -0.1em;
left: 5.1em;
@ -489,8 +489,8 @@ html {
}
body {
font: 12px'Open Sans', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, Sans-Serif;
color: #747474;
background: #eeeeee;
color: #707070;
background: #eee;
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);
@ -748,7 +748,7 @@ div.content_box table.datatable td {
padding: 5px 10px 5px 10px;
}
div.content_box table.datatable tr:nth-child(odd) {
background: #f7f7f7;
background: #eee;
}
table.slist {
width: 100%;
@ -1206,12 +1206,12 @@ a.button,
div.vstext,
div.user_show div.content_box_inter.tabs,
table.slist thead {
background: rgb(250, 250, 250);
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%);
background: rgb(245, 245, 245);
background: -moz-linear-gradient(top, rgba(245, 245, 245, 1) 0%, rgba(240, 240, 245, 1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(245, 245, 245, 1)), color-stop(100%, rgba(240, 240, 240, 1)));
background: -webkit-linear-gradient(top, rgba(245, 245, 245, 1) 0%, rgba(240, 240, 240, 1) 100%);
background: -ms-linear-gradient(top, rgba(245, 245, 245, 1) 0%, rgba(240, 240, 240, 1) 100%);
background: linear-gradient(to bottom, rgba(245, 245, 245, 1) 0%, rgba(240, 240, 240, 1) 100%);
text-decoration: none !important;
text-shadow: 0px 1px 0px #FFF;
color: #848484;
@ -1253,12 +1253,12 @@ a.button,
a.button:hover,
.ui-state-hover {
border-color: #e2e2e2;
background: rgb(253, 253, 253);
background: -moz-linear-gradient(top, rgba(253, 253, 253, 1) 0%, rgba(248, 248, 248, 1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(253, 253, 253, 1)), color-stop(100%, rgba(248, 248, 248, 1)));
background: -webkit-linear-gradient(top, rgba(253, 253, 253, 1) 0%, rgba(248, 248, 248, 1) 100%);
background: -ms-linear-gradient(top, rgba(253, 253, 253, 1) 0%, rgba(248, 248, 248, 1) 100%);
background: linear-gradient(to bottom, rgba(253, 253, 253, 1) 0%, rgba(248, 248, 248, 1) 100%);
background: rgb(248, 248, 248);
background: -moz-linear-gradient(top, rgba(248, 248, 248, 1) 0%, rgba(243, 243, 243, 1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(248, 248, 248, 1)), color-stop(100%, rgba(243, 243, 243, 1)));
background: -webkit-linear-gradient(top, rgba(248, 248, 248, 1) 0%, rgba(243, 243, 243, 1) 100%);
background: -ms-linear-gradient(top, rgba(248, 248, 248, 1) 0%, rgba(243, 243, 243, 1) 100%);
background: linear-gradient(to bottom, rgba(248, 248, 248, 1) 0%, rgba(243, 243, 243, 1) 100%);
}
.button:active,
a.button:active {
@ -1575,7 +1575,7 @@ div.lichess_overboard.joining .mini_board {
}
#crosstable td {
text-align: center;
border: 1px solid #f7f7f7;
border: 1px solid #eee;
padding: 0;
min-width: 15px;
}
@ -1736,7 +1736,7 @@ div.relation_actions a.relation.processing {
opacity: 0.2
}
input.copyable {
background: #f7f7f7;
background: #eee;
font-family: monospace;
padding: 3px 5px;
border: 1px solid #ccc;
@ -1769,7 +1769,7 @@ input.copyable {
}
.scroll-shadow-soft {
background:
linear-gradient(#f7f7f7 30%, rgba(247, 247, 247, 0)), linear-gradient(rgba(247, 247, 247, 0), #f7f7f7 70%) 0 100%,
linear-gradient(#eee 30%, rgba(247, 247, 247, 0)), linear-gradient(rgba(247, 247, 247, 0), #eee 70%) 0 100%,
radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, .2), rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, .2), rgba(0, 0, 0, 0)) 0 100%;
}
.scroll-shadow-hard {

View file

@ -19,7 +19,7 @@ div.sidebar a {
border-top: 1px solid #eaeaea;
}
#lichess_message tr:nth-child(even) {
background: #f7f7f7;
background: #eee;
}
#lichess_message td.subject a {