This commit is contained in:
2017-02-10 10:51:08 +01:00
parent 900df47e68
commit aeb0ba37af
3 changed files with 52 additions and 50 deletions

View File

@ -50,27 +50,4 @@
}
</table>
<style>
tr.vpost {
background-color: #80A050;
max-height: 3em;
}
tr.ipost {
background-color: #303030;
color: #b0b0b0;
font-size: smaller;
max-height: 3em;
}
tr.vpost a {
font-weight: bold;
color: white;
text-shadow: 3px 3px 8px black;
}
tr.ipost a {
font-style: bold;
color: #b0b0b0;
text-shadow: 3px 3px 5px #505050;
}
</style>