add pages vote
This commit is contained in:
parent
3ee2f2afb0
commit
d86f3d8f3e
10 changed files with 310 additions and 1 deletions
19
templates/pagevotes/media-css.html
Normal file
19
templates/pagevotes/media-css.html
Normal file
|
@ -0,0 +1,19 @@
|
|||
<style>
|
||||
.page-vote {
|
||||
border: 1px solid #ccc;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
}
|
||||
.pagevote-score {
|
||||
text-align: center;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.upvote-link, .downvote-link {
|
||||
color: black;
|
||||
}
|
||||
|
||||
.voted {
|
||||
text-shadow: 0 0 4px black, 0 0 9px blue;
|
||||
}
|
||||
</style>
|
Loading…
Add table
Add a link
Reference in a new issue