File size: 969 Bytes
12776c3 |
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 |
html { position: relative; min-height: 100%; }
body { margin-bottom: 60px; font-family: Verdana, sans-serif;}
.footer { position: absolute; bottom: 0; width: 100%; height: 40px; line-height: 15px; background-color: #f5f5f5; padding-top: 5px; font-size: 12px; text-align: center;}
label, footer { user-select: none; }
.score { position:absolute; bottom:0; right:15px;}
.list-group-item:first-of-type {
background-color: #fff;
border-left-color: #fff;
border-right-color: #fff;
}
.list-group-mine .list-group-item {
background-color: #fff;
border-left-color: #fff;
border-right-color: #fff;
}
.paper_title {
margin-top: 15px;
margin-left: auto;
margin-right: auto;
margin-bottom: auto;
width: 70%;
text-align: center;
}
.detail {
margin: auto;
width: 50%;
}
.detail2 {
margin-top: 8px;
margin-left: auto;
margin-right: auto;
margin-bottom: auto;
width: 50%;
}
.card {
margin-top: -15px;
}
|