lichess_widgets/dark.css

40 lines
602 B
CSS
Raw Normal View History

2014-11-07 07:06:36 -08:00
/* Dark Style */
.lichess_widget {
display: inline-block;
margin: 2px;
background: #333;
border: 1px solid #444;
padding: 5px 7px 7px 5px;
color: #e0e0e0;
2014-11-07 07:24:43 -08:00
border-radius: 4px;
text-decoration: none;
2014-11-07 07:06:36 -08:00
}
.lichess_widget:hover {
background: #4A4A4A;
}
.lichess_widget img {
margin: 0 10px 0 0;
display: inline-block;
height: 20px;
vertical-align: middle;
}
.lichess_widget span {
display:inline-block;
vertical-align:middle;
}
.lichess_long {
width: 200px;
}
2014-11-07 07:24:43 -08:00
.lichess_long hr {
margin: 6px 0 2px 0;
background: #666;
border: none;
height: 1px
}
2014-11-07 07:40:39 -08:00
.lichess_online img {
color: green;
}