1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63
|
table.table tbody {
border: none;
}
table.table th {
border: none;
}
table.queue-summary th.collection-as-table:first-child {
text-align: left
}
table.queue-summary a,
table.collection-as-table a {
font-weight: bold
}
table.collection-as-table th.collection-as-table a,
table.queue-summary th.collection-as-table a {
color: #3858a3
}
table.collection-as-table th.collection-as-table,
table.queue-summary th.collection-as-table,
.article-headers .label {
color: #3858a3;
font-weight: 500; /* 500 is between regular (400) and bold (700) */
}
table.queue-summary th.collection-as-table {
text-align: right
}
.chart-wrapper .query {
clear: both;
text-align: center;
font-size: 1.2em;
padding: 1em;
}
.table th {
font-weight: 300;
vertical-align: middle;
}
.table td {
color: #5C6273;
padding: 7px;
vertical-align: middle;
}
li.page-item > a.rt-page-link {
color: #3858a3;
}
li.page-item.active > a.page-link {
background-color: #3858a3;
border-color: #3858a3;
}
.page-jump {
width: 200px;
}
|