More work on polls and themes

This commit is contained in:
Daisuke
2020-04-21 17:42:31 -05:00
parent d34a7c7ced
commit f59049c3c2
18 changed files with 281 additions and 103 deletions

View File

@ -82,14 +82,6 @@ input[type="checkbox"]:checked+label {
text-decoration:underline !important;
}
#quicksend {
background-color: #c3c3c3;
border-top:2px solid #ffffff;
border-left:2px solid #ffffff;
border-bottom:2px solid #828282;
border-right:2px solid #828282;
}
.new {
background-color:#c3c3c3;
}
@ -124,7 +116,7 @@ input[type="checkbox"]:checked+label {
background-color:white;
}
#send {
input[type="submit"] {
background-color: #c3c3c3;
border-top:2px solid #ffffff;
border-left:2px solid #ffffff;
@ -293,6 +285,26 @@ input[type="checkbox"]:checked+label {
color:white;
}
.polloption{
display:block;
margin:5px;
padding:5px;
background-color: #c3c3c3;
border-top:2px solid #ffffff;
border-left:2px solid #ffffff;
border-bottom:2px solid #828282;
border-right:2px solid #828282;
color:black;
}
.polloption:hover{
cursor: pointer;
border-bottom:2px solid #ffffff ;
border-right:2px solid #ffffff;
border-top:2px solid #828282;
border-left:2px solid #828282;
}
.post_footer {
border-bottom:2px solid #ffffff;
border-right:2px solid #ffffff;