fix dark translation contribution UI

This commit is contained in:
Thibault Duplessis 2012-06-20 00:06:55 +02:00
parent 873dfbc78c
commit 5186edd417
3 changed files with 23 additions and 9 deletions

View file

@ -4,7 +4,8 @@ body.dark {
color: #909090;
}
body.dark a, body.dark a:visited {
body.dark a,
body.dark a:visited {
color: #909090;
}
@ -73,12 +74,17 @@ body.dark #lichess_forum input,
body.dark #lichess_message tr,
body.dark #lichess_message div.thread_message,
body.dark #lichess_message textarea,
body.dark #lichess_message input
body.dark #lichess_message input,
body.dark div.progressbar,
body.dark form.translation_form div.messages,
body.dark form.translation_form input
{
border-color: #404040;
}
body.dark .ui-slider {
body.dark .ui-slider,
body.dark div.progressbar
{
background-color: #505050;
}
@ -154,7 +160,9 @@ body.dark span.board_mark {
body.dark div.content_box,
body.dark div.content_box_inter a.active,
body.dark #GameText
body.dark #GameText,
body.dark table.translations tbody tr,
body.dark form.translation_form div.message
{
background: #2b2b2b;
}
@ -176,7 +184,9 @@ body.dark #lichess_forum tr:nth-child(odd),
body.dark #lichess_message tr:nth-child(even),
body.dark div.user_show .elo_with_me,
body.dark div.content_box_inter,
body.dark #GameText tr:nth-child(even)
body.dark #GameText tr:nth-child(even),
body.dark table.translations tbody tr:nth-child(even),
body.dark form.translation_form div.message:nth-child(even)
{
background: #343434;
}
@ -188,7 +198,8 @@ body.dark #lichess_forum td.subject a {
}
body.dark #lichess_forum div.post .message,
#lichess_message div.thread_message div.thread_message_body,
body.dark #GameText a.move
body.dark #GameText a.move,
body.dark form.translation_form div.message label
{
color: #b0b0b0;
}

View file

@ -94,7 +94,8 @@ div.message input {
width: 90%;
margin-left: 9%;
margin-top: 3px;
padding: 2px 5px;
padding: 3px 5px;
border: 1px solid #dadada;
}
div.message .number {
position: absolute;
@ -106,7 +107,8 @@ div.optional {
margin-bottom: 1em;
}
div.optional input {
padding: 1px 5px;
padding: 3px 5px;
border: 1px solid #dadada;
}
input.submit {

3
todo
View file

@ -19,8 +19,9 @@ volume control
board on side
check(mate) sound
mute player = no game room either
staff formatting http://awesomescreenshot.com/0198fdge6
takeback play 2 times ?? http://en.lichess.org/analyse/nfjchnmo/black move 45
movetimes chart
user win chart: split in timeout/mate/...
style sound toggle
darker small board http://www.fide.com/component/handbook/?id=124&view=article
board background like square : chrome resize bug