2014-12-09 01:40:55 +01:00

86 lines
1.6 KiB
Plaintext

#fallback {
display: none;
max-width: 960px;
margin: 0 auto 32px;
padding: 32px 16px;
table {
display: block;
width: 100%;
border-collapse: collapse;
th, td {
padding: 6px;
text-align: left;
border: none;
}
th {
padding-bottom: 18px;
color: #555;
font-weight: normal;
opacity: 0.4;
}
td {
border-bottom: 1px solid @col-border;
overflow: hidden;
white-space: nowrap;
a, a:active, a:visited {
display: block;
color: #555;
text-decoration: none;
cursor: pointer;
&:hover {
color: @col-hover;
}
}
}
.fb-i {
width: 24px;
img {
width: 24px;
height: 24px;
}
}
.fb-n {
width: 682px;
max-width: 682px;
}
.fb-d {
text-align: right;
width: 160px;
min-width: 160px;
}
.fb-s {
text-align: right;
width: 70px;
min-width: 70px;
}
}
}
html.no-js, html.no-browser {
body {
position: static;
background: #fff;
}
#fallback {
display: block;
}
#bottombar {
display: block;
position: fixed;
z-index: 1;
left: 0;
right: 0;
bottom: 0;
}
}