lichess_widgets/dark.css

49 lines
768 B
CSS
Raw Normal View History

2014-11-07 07:06:36 -08:00
/* Dark Style */
.lichess_widget {
2014-11-07 07:49:37 -08:00
font-family: "Open Sans","Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
2014-11-07 07:06:36 -08:00
display: inline-block;
margin: 2px;
background: #333;
border: 1px solid #444;
2014-11-07 08:26:11 -08:00
padding: 5px 10px 7px 10px;
2014-11-07 07:49:37 -08:00
color: #acacac;
2014-11-07 07:24:43 -08:00
border-radius: 4px;
text-decoration: none;
2014-11-07 07:06:36 -08:00
}
2014-11-07 07:49:37 -08:00
2014-11-07 07:06:36 -08:00
.lichess_widget:hover {
background: #4A4A4A;
}
2014-11-07 07:49:37 -08:00
.lichess_widget b {
font-weight: 700;
font-size: 100%;
}
2014-11-07 07:06:36 -08:00
.lichess_widget img {
margin: 0 10px 0 0;
display: inline-block;
height: 20px;
vertical-align: middle;
}
.lichess_widget span {
2014-11-07 07:49:37 -08:00
display: inline-block;
vertical-align: middle;
2014-11-07 07:06:36 -08:00
}
.lichess_long {
2014-11-07 07:49:37 -08:00
min-width: 220px;
2014-11-07 07:06:36 -08:00
}
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;
}