4
1
Fork 0

css änderungen

This commit is contained in:
Alpha 2018-02-20 02:50:14 +01:00
parent 7cff726581
commit fcc7981f81
2 changed files with 56 additions and 3 deletions

View file

@ -0,0 +1,47 @@
table.col {
border: 4px solid #555555;
background-color: #555555;
width: 400px;
text-align: center;
border-collapse: collapse;
}
table.col td, table.col th {
border: 1px solid #555555;
padding: 5px 10px;
}
table.col tbody td {
font-size: 12px;
font-weight: bold;
color: #FFFFFF;
}
table.col td:nth-child(even) {
background: #398AA4;
}
table.col thead {
background: #398AA4;
border-bottom: 10px solid #398AA4;
}
table.col thead th {
font-size: 15px;
font-weight: bold;
color: #FFFFFF;
text-align: left;
border-left: 2px solid #398AA4;
}
table.col thead th:first-child {
border-left: none;
}
table.col tfoot td {
font-size: 13px;
}
table.col tfoot .links {
text-align: right;
}
table.col tfoot .links a{
display: inline-block;
background: #FFFFFF;
color: #398AA4;
padding: 2px 8px;
border-radius: 5px;
}

View file

@ -1,11 +1,15 @@
<link rel="stylesheet" href="/css/main_style.css"> <link rel="stylesheet" href="/css/main_style.css">
<img src="/assets/top.png" align="top">
<div align="center">
<img src="/assets/top.png" align="top">
<img src="assets/bleft.png" align="left"> <img src="assets/bleft.png" align="left">
<img src="assets/bright.png" align="right"> <img src="assets/bright.png" align="right">
<table Border = 1> <table Border = 1 class="col">
<tr> <tr>
<th>Name</th> <th>Name</th>
<th>Level</th> <th>Level</th>
@ -22,4 +26,6 @@
<td><progress value={{exp_percentage}} max="1"></progress></td> <td><progress value={{exp_percentage}} max="1"></progress></td>
</tr> </tr>
{{/instances}} {{/instances}}
</table> </table>
</div>