User:LightSwitch/common.css: Difference between revisions
From Growtopia
Jump to navigationJump to search
>LightSwitch No edit summary |
>LightSwitch No edit summary |
||
| Line 1: | Line 1: | ||
div.ajax-poll { | |||
. | background:none; | ||
padding: 1em; | |||
padding: 20px 15px 15px; | |||
border: none; | |||
} | } | ||
. | .pollAnswerName { | ||
padding-left: 0px; | |||
} | } | ||
. | .pollAnswerVotes { | ||
border: none; | |||
background: #9b9b9b; | |||
height: 15px; | |||
line-height: 22px; | |||
color:white; | |||
} | } | ||
. | .pollAnswerVotes div { | ||
background-color: #142412; | |||
border-right: 1px solid #142412; | |||
height: 15px; | |||
line-height: 22px; | |||
box-shadow: none; | |||
} | } | ||
. | div.ajax-poll div.header { | ||
text- | background: none; | ||
color: black; | |||
text-align:center; | |||
margin-left: -14px; | |||
margin-right: -14px; | |||
padding-left: 10px; | |||
} | } | ||
. | .ajax-poll form input[type="submit"] { | ||
width:100%; | |||
height: auto; | |||
padding: 7px 12px; | |||
background-image: none; | |||
height: | border-radius: 0; | ||
font-size: 10px; | |||
background- | font-weight: bold; | ||
} | } | ||
. | .pollAnswerVotes span { | ||
top: auto; | |||
bottom: 100%; | |||
left: auto; | |||
right: 0; | |||
color: black; | |||
} | } | ||
Revision as of 04:30, 4 July 2020
div.ajax-poll {
background:none;
padding: 1em;
padding: 20px 15px 15px;
border: none;
}
.pollAnswerName {
padding-left: 0px;
}
.pollAnswerVotes {
border: none;
background: #9b9b9b;
height: 15px;
line-height: 22px;
color:white;
}
.pollAnswerVotes div {
background-color: #142412;
border-right: 1px solid #142412;
height: 15px;
line-height: 22px;
box-shadow: none;
}
div.ajax-poll div.header {
background: none;
color: black;
text-align:center;
margin-left: -14px;
margin-right: -14px;
padding-left: 10px;
}
.ajax-poll form input[type="submit"] {
width:100%;
height: auto;
padding: 7px 12px;
background-image: none;
border-radius: 0;
font-size: 10px;
font-weight: bold;
}
.pollAnswerVotes span {
top: auto;
bottom: 100%;
left: auto;
right: 0;
color: black;
}
/* Button (similar to the one in NewsBox) */
.navButton {
background: #A10164;
font-family: Century Gothic, sans-serif;
font-weight: bold;
display: inline-block;
border: 3px solid #FFFFFF;
border-radius: 10px;
color: #FFF;
padding: 10px;
text-shadow: 1.5px 1.5px rgba(0,0,0,0.7);
margin-bottom: 5px;
box-shadow: 0 3px 0px rgba(0, 0, 0, 0.5);
text-align: center;
}
.navButton a {
color: #FFF;
text-decoration: none;
}
.navButton a:hover {
text-decoration: none;
color: rgba(255,255,255,0.5);
}
.navButton a:after {
display: none !important;
}