1
0
Fork 0
burlesque/server/static/app.css

68 lines
1.1 KiB
CSS

* { box-sizing: border-box; }
.title, td, th {
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 1.3em;
padding: 0.6em;
font-weight: 300;
}
.title, table {
position: absolute;
left: 50%;
width: 650px;
margin-left: -325px;
}
.title {
top: 10px;
text-align: center;
font-size: 1.8em;
}
table {
top: 100px;
border-spacing: 0;
border-collapse: collapse;
}
th {
font-weight: 400;
}
thead tr {
border-bottom: #666 1px solid;
}
tbody tr:nth-child(even) {
background-color: #f5f5f5;
}
.name {
width: 350px;
max-width: 350px;
text-align: left;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.messages, .subscriptions {
width: 150px;
max-width: 150px;
text-align: right;
}
.zero {
color: #aaa;
}
.fat {
font-weight: 600;
}
.hot {
font-weight: 600;
color: #f20;
}
#loading {
display: none;
position: absolute;
bottom: 10px;
right: 10px;
font-size: 0.5em;
width: auto;
}
#placeholder td {
text-align: center;
}