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

@ -21,6 +21,7 @@ label {
textarea,input[type="text"]{
background-color:white;
border:0px;
}
input[type="radio"]:checked+label {
@ -71,12 +72,6 @@ input[type="checkbox"]:checked+label {
-webkit-box-shadow: inset -6px 73px 100px -117px rgba(238,170,136,0.5);-moz-box-shadow: inset -6px 73px 100px -117px rgba(238,170,136,0.5);box-shadow: inset -6px 73px 100px -117px rgba(238,170,136,0.5);
}
#quicksend {
background-color: #305792;
border: 1px solid darkgray;
color: white;
}
.new {
background-color:#fff1d8;
}
@ -125,7 +120,7 @@ input[type="checkbox"]:checked+label {
background-color:white;
}
#send {
input[type="submit"] {
background-color:#800;
border: 1px solid #800;
color:white;
@ -219,6 +214,24 @@ input[type="checkbox"]:checked+label {
color:white;
}
.polloption{
display:block;
margin:5px;
padding:5px;
background-color: white;
border:2px solid #800;
border-radius:15px;
color:#800;
font-weight:bold;
}
.polloption:hover{
cursor: pointer;
border:2px solid #800;
background-color: #800;
color:white;
}
.post_footer {
background-color: #FFF;
border-top:2px solid #eeaa88;