More work on polls and themes
This commit is contained in:
@ -28,6 +28,15 @@ label {
|
||||
color: #425f99;
|
||||
}
|
||||
|
||||
input[type="submit"] {
|
||||
background-color: #b967ff;
|
||||
border-top:2px solid #ffffff;
|
||||
border-left:2px solid #ffffff;
|
||||
border-bottom:2px solid #828282;
|
||||
border-right:2px solid #828282;
|
||||
color:white;
|
||||
}
|
||||
|
||||
textarea,input[type="text"],.notifpic{
|
||||
background-color:#c8f7f5;
|
||||
border-bottom:2px solid #ffffff !important;
|
||||
@ -146,15 +155,6 @@ input[type="checkbox"]:checked+label {
|
||||
background-color:white;
|
||||
}
|
||||
|
||||
#send {
|
||||
background-color: #b967ff;
|
||||
border-top:2px solid #ffffff;
|
||||
border-left:2px solid #ffffff;
|
||||
border-bottom:2px solid #828282;
|
||||
border-right:2px solid #828282;
|
||||
color:white;
|
||||
}
|
||||
|
||||
.formbtn {
|
||||
color:black;
|
||||
}
|
||||
@ -327,6 +327,25 @@ input[type="checkbox"]:checked+label {
|
||||
color:white;
|
||||
}
|
||||
|
||||
.polloption{
|
||||
background-color: #efd7f3;
|
||||
border-top:2px solid #ffffff;
|
||||
border-left:2px solid #ffffff;
|
||||
border-bottom:2px solid #828282;
|
||||
border-right:2px solid #828282;
|
||||
display:block;
|
||||
margin:5px;
|
||||
padding:5px;
|
||||
}
|
||||
|
||||
.polloption:hover{
|
||||
border-bottom:2px solid #ffffff;
|
||||
border-right:2px solid #ffffff;
|
||||
border-top:2px solid #828282;
|
||||
border-left:2px solid #828282;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.post_footer {
|
||||
border-bottom:2px solid #ffffff;
|
||||
border-right:2px solid #ffffff;
|
||||
|
||||
@ -84,14 +84,6 @@ input[type="checkbox"]:checked+label {
|
||||
text-decoration:blue !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;
|
||||
}
|
||||
@ -126,7 +118,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;
|
||||
@ -306,17 +298,23 @@ input[type="checkbox"]:checked+label {
|
||||
background-color:black;
|
||||
}
|
||||
|
||||
.polloption {
|
||||
.polloption{
|
||||
display:block;
|
||||
box-shadow: inset 0 1px 10px rgba(0, 0, 0, 0.5), 0 1px rgba(255, 255, 255, 0.1);
|
||||
border-bottom:2px solid #6a6a82;
|
||||
border-right:2px solid #6a6a82;
|
||||
border-top:2px solid #26263c;
|
||||
border-left:2px solid #26263c;
|
||||
background-color: #04e703;
|
||||
color:black !important;
|
||||
margin-bottom:2px;
|
||||
padding:5px;
|
||||
background-color: black;
|
||||
color:#04e703 !important;
|
||||
}
|
||||
|
||||
.polloption:hover {
|
||||
background-color: #04e703;
|
||||
color:black !important;
|
||||
cursor:pointer;
|
||||
}
|
||||
|
||||
.post_footer .post_buttons a, .post_footer span{
|
||||
|
||||
@ -23,6 +23,10 @@ input[type="checkbox"]:checked+label {
|
||||
color: red;
|
||||
}
|
||||
|
||||
input[type="text"] {
|
||||
border:0px;
|
||||
}
|
||||
|
||||
.topbar {
|
||||
background-color: #373737;
|
||||
}
|
||||
@ -76,6 +80,24 @@ input[type="checkbox"]:checked+label {
|
||||
color: #373737;
|
||||
}
|
||||
|
||||
.polloption{
|
||||
display:block;
|
||||
margin:5px;
|
||||
padding:5px;
|
||||
background-color: white;
|
||||
border:2px solid #7dbcda;
|
||||
border-radius:15px;
|
||||
color:#7dbcda;
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
.polloption:hover{
|
||||
cursor: pointer;
|
||||
border:2px solid #7dbcda;
|
||||
background-color: #7dbcda;
|
||||
color:white;
|
||||
}
|
||||
|
||||
.new {
|
||||
background-color:white;
|
||||
}
|
||||
@ -106,7 +128,7 @@ input[type="checkbox"]:checked+label {
|
||||
background-color:white;
|
||||
}
|
||||
|
||||
#quicksend,#send {
|
||||
input[type="submit"] {
|
||||
background-color:#04a0c6;
|
||||
border: 1px solid #04a0c6;
|
||||
color:white;
|
||||
|
||||
@ -23,6 +23,10 @@ input[type="checkbox"]:checked+label {
|
||||
color: red;
|
||||
}
|
||||
|
||||
input[type="text"]{
|
||||
border:0px;
|
||||
}
|
||||
|
||||
.topbar {
|
||||
background-color: #3b5998;
|
||||
border-bottom: 2px solid #14468d;
|
||||
@ -109,7 +113,7 @@ input[type="checkbox"]:checked+label {
|
||||
background-color:white;
|
||||
}
|
||||
|
||||
#send {
|
||||
input[type="submit"] {
|
||||
background-color:#4267b2;
|
||||
border: 1px solid #425f99;
|
||||
color:white;
|
||||
@ -223,6 +227,22 @@ input[type="checkbox"]:checked+label {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.polloption{
|
||||
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 0.1);
|
||||
border-radius: 5px;
|
||||
display:block;
|
||||
margin:5px;
|
||||
padding:5px;
|
||||
background-color: #ddd;
|
||||
}
|
||||
|
||||
.polloption:hover{
|
||||
background-color: #3b5998;
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
|
||||
color: white;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.icon {
|
||||
background-color: black;
|
||||
}
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -75,6 +75,7 @@ a, .link {
|
||||
textarea,input[type="text"],select{
|
||||
background-color: <?php echo ($foregroundL < 50 ? $foregroundLight : $foregroundDark) ?>;
|
||||
color:<?php echo $text; ?>;
|
||||
border:0px;
|
||||
}
|
||||
|
||||
body {
|
||||
@ -114,6 +115,20 @@ input[type="checkbox"]:checked+label {
|
||||
color: <?php echo $foreground; ?>;
|
||||
}
|
||||
|
||||
.polloption{
|
||||
display:block;
|
||||
margin:5px;
|
||||
padding:5px;
|
||||
background-color: <?php echo $foregroundLighter; ?>;
|
||||
color: <?php echo $link; ?>;
|
||||
}
|
||||
|
||||
.polloption:hover{
|
||||
cursor: pointer;
|
||||
background-color: <?php echo $foregroundDarker; ?>;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.tiselected {
|
||||
border-bottom: 2px solid <?php echo $foreground; ?>;
|
||||
}
|
||||
@ -141,7 +156,7 @@ input[type="checkbox"]:checked+label {
|
||||
color:<?php echo $text; ?> !important;
|
||||
}
|
||||
|
||||
#quicksend,#send {
|
||||
input[type="submit"] {
|
||||
background-color: <?php echo $link; ?>;
|
||||
color: <?php echo $foreground; ?>;
|
||||
border:0px;
|
||||
|
||||
@ -113,7 +113,7 @@ input[type="checkbox"]:checked+label {
|
||||
background-color:white;
|
||||
}
|
||||
|
||||
#send, #quicksend {
|
||||
input[type="submit"] {
|
||||
background-color:#182230;
|
||||
border: 1px solid #464e59;
|
||||
color:white;
|
||||
@ -212,6 +212,20 @@ input[type="checkbox"]:checked+label {
|
||||
color: #121a24;
|
||||
}
|
||||
|
||||
.polloption{
|
||||
display:block;
|
||||
margin:5px;
|
||||
padding:5px;
|
||||
background-color: #d8a070;
|
||||
color:black;
|
||||
}
|
||||
|
||||
.polloption:hover{
|
||||
cursor: pointer;
|
||||
background-color:white;
|
||||
color:black;
|
||||
}
|
||||
|
||||
.post {
|
||||
border-top: 2px solid #1c2737;
|
||||
}
|
||||
|
||||
@ -66,11 +66,6 @@ input[type="checkbox"]:checked+label {
|
||||
background-color:#1b1b1b;
|
||||
}
|
||||
|
||||
#quicksend {
|
||||
background-color: #101010;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.new {
|
||||
background-color:#2f2f2f;
|
||||
}
|
||||
@ -102,7 +97,7 @@ input[type="checkbox"]:checked+label {
|
||||
background-color:white;
|
||||
}
|
||||
|
||||
#send {
|
||||
input[type="submit"] {
|
||||
background-color:#ff9900;
|
||||
border: 0px;
|
||||
color:white;
|
||||
@ -223,6 +218,20 @@ textarea,input[type="text"]{
|
||||
border-top:2px solid #2f2f2f;
|
||||
}
|
||||
|
||||
.polloption{
|
||||
display:block;
|
||||
margin:5px;
|
||||
padding:5px;
|
||||
background-color: white;
|
||||
color:black;
|
||||
}
|
||||
|
||||
.polloption:hover{
|
||||
cursor: pointer;
|
||||
background-color: #ff8706;;
|
||||
color:black;
|
||||
}
|
||||
|
||||
.post_buttons {
|
||||
color: #1b1b1b;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user