compatible background gradients, move user trophies to the left

This commit is contained in:
Thibault Duplessis 2015-04-07 17:28:08 +02:00
parent b3540b3ad9
commit 8f524daf93
3 changed files with 7 additions and 2 deletions

View file

@ -506,7 +506,8 @@ html {
body {
font: 12px'Noto Sans', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, Sans-Serif;
color: #707070;
background: #eee no-repeat linear-gradient(to bottom, #d7d7d7 0%, #eeeeee 116px);
background: #eee;
background-image: linear-gradient(to bottom, #d7d7d7 0%, #eeeeee 116px);
overflow-x: hidden;
}
a,

View file

@ -1,5 +1,6 @@
body.dark {
background: #1a1a1a linear-gradient(to bottom, #2c2c2c 0%, #1a1a1a 116px);
background-color: #1a1a1a;
background-image: linear-gradient(to bottom, #2c2c2c 0%, #1a1a1a 116px);
color: #8c8c8c;
}
body.dark a,

View file

@ -19,6 +19,9 @@ div.user_show div.content_box_top > .trophy {
float: right;
margin-top: -46px;
}
div.user_show div.content_box_top > .trophy:first-child {
margin-right: 50px;
}
div.user_show .honorific {
display: inline-block;
margin-top: 1em;