2020-04-01 00:46:27 +00:00
|
|
|
a, .link {
|
|
|
|
color: #04a0c6;
|
|
|
|
}
|
|
|
|
|
|
|
|
body {
|
|
|
|
background-color: #7dbcda;
|
|
|
|
}
|
|
|
|
|
|
|
|
select{
|
|
|
|
color: #373737;
|
|
|
|
background-color:white;
|
|
|
|
}
|
|
|
|
|
|
|
|
label {
|
|
|
|
color: gray;
|
|
|
|
}
|
|
|
|
|
|
|
|
input[type="radio"]:checked+label {
|
|
|
|
color: black;
|
|
|
|
}
|
|
|
|
|
|
|
|
input[type="checkbox"]:checked+label {
|
|
|
|
color: red;
|
|
|
|
}
|
|
|
|
|
2020-04-21 22:42:31 +00:00
|
|
|
input[type="text"] {
|
|
|
|
border:0px;
|
|
|
|
}
|
|
|
|
|
2020-04-01 00:46:27 +00:00
|
|
|
.topbar {
|
|
|
|
background-color: #373737;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gotop {
|
|
|
|
background-color: rgba(255, 255, 255, 0.5);
|
|
|
|
}
|
|
|
|
|
|
|
|
.gotop a {
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
.topicon {
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tiselected {
|
|
|
|
border-bottom: 2px solid white;
|
|
|
|
}
|
|
|
|
|
|
|
|
.badge {
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
.alert {
|
|
|
|
background-color: red;
|
|
|
|
}
|
|
|
|
|
|
|
|
#notifications {
|
|
|
|
background-color:white;
|
|
|
|
box-shadow: 1px 1px 1px black;
|
|
|
|
}
|
|
|
|
|
|
|
|
.notif{
|
|
|
|
border-bottom:1px solid lightgray;
|
|
|
|
background-color:white;
|
|
|
|
color:black;
|
|
|
|
-webkit-box-shadow: inset -6px 73px 100px -117px rgba(209,209,209,1);-moz-box-shadow: inset -6px 73px 100px -117px rgba(209,209,209,1);box-shadow: inset -6px 73px 100px -117px rgba(209,209,209,1);
|
|
|
|
}
|
|
|
|
|
|
|
|
.text {
|
|
|
|
color:black !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.notif .post_buttons{
|
|
|
|
background-color:white;
|
|
|
|
}
|
|
|
|
|
|
|
|
.toggleblur{
|
|
|
|
background-color: #04a0c6;
|
|
|
|
color: #373737;
|
|
|
|
}
|
|
|
|
|
2020-04-21 22:42:31 +00:00
|
|
|
.polloption{
|
|
|
|
display:block;
|
|
|
|
margin:5px;
|
|
|
|
padding:5px;
|
|
|
|
background-color: white;
|
|
|
|
border:2px solid #7dbcda;
|
2020-04-23 01:25:00 +00:00
|
|
|
border-radius:7px;
|
|
|
|
color:#04a0c6;
|
2020-04-21 22:42:31 +00:00
|
|
|
font-weight:bold;
|
|
|
|
}
|
|
|
|
|
2020-04-23 01:25:00 +00:00
|
|
|
.polloption:hover:not(.fixed),.voted{
|
2020-04-21 22:42:31 +00:00
|
|
|
cursor: pointer;
|
|
|
|
border:2px solid #7dbcda;
|
|
|
|
background-color: #7dbcda;
|
|
|
|
color:white;
|
|
|
|
}
|
|
|
|
|
2020-04-23 01:25:00 +00:00
|
|
|
.voteBar{
|
|
|
|
background-color: #04a0c6;
|
|
|
|
}
|
|
|
|
|
2020-04-01 00:46:27 +00:00
|
|
|
.new {
|
|
|
|
background-color:white;
|
|
|
|
}
|
|
|
|
|
|
|
|
.side_element {
|
|
|
|
background-color: white;
|
|
|
|
color: #04a0c6;
|
|
|
|
}
|
|
|
|
|
|
|
|
.side_element li:hover {
|
|
|
|
background-color: rgba(255, 255, 255, 0.25);
|
|
|
|
}
|
|
|
|
|
|
|
|
.side_element li:active {
|
|
|
|
background-color: rgba(255, 255, 255, 0.25);
|
|
|
|
}
|
|
|
|
|
|
|
|
.side_element a {
|
|
|
|
color: #04a0c6;
|
|
|
|
}
|
|
|
|
|
|
|
|
.uploadBox {
|
|
|
|
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
|
|
|
|
}
|
|
|
|
|
|
|
|
.delpic {
|
|
|
|
color:red;
|
|
|
|
background-color:white;
|
|
|
|
}
|
|
|
|
|
2020-04-21 22:42:31 +00:00
|
|
|
input[type="submit"] {
|
2020-04-01 00:46:27 +00:00
|
|
|
background-color:#04a0c6;
|
|
|
|
border: 1px solid #04a0c6;
|
|
|
|
color:white;
|
|
|
|
}
|
|
|
|
|
|
|
|
.formbtn {
|
|
|
|
color:#04a0c6;
|
|
|
|
}
|
|
|
|
|
|
|
|
.formbtn label{
|
|
|
|
color:#04a0c6;
|
|
|
|
}
|
|
|
|
|
|
|
|
.profile,.loader {
|
|
|
|
background-color:white;
|
|
|
|
}
|
|
|
|
|
|
|
|
.menu,.menu li {
|
|
|
|
background-color: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
.postMenu div{
|
|
|
|
box-shadow: 1px 1px 2px black;
|
|
|
|
}
|
|
|
|
|
|
|
|
.postMenu li:hover {
|
|
|
|
background-color:#203960 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.postMenu li a{
|
|
|
|
color:#203960;
|
|
|
|
}
|
|
|
|
|
|
|
|
.postMenu li:hover a{
|
|
|
|
color:white;
|
|
|
|
}
|
|
|
|
|
|
|
|
.listmenu li {
|
|
|
|
background-color:black;
|
|
|
|
color:white;
|
|
|
|
}
|
|
|
|
|
|
|
|
.listmenu li:hover {
|
|
|
|
background-color:white;
|
|
|
|
color:black;
|
|
|
|
}
|
|
|
|
|
|
|
|
.autl:hover li{
|
|
|
|
background-color:lightgreen !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.rutl:hover li{
|
|
|
|
background-color:crimson !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.unblock,.unmute,.block,.mute,.follow,
|
|
|
|
.unfollow,
|
|
|
|
.nsfw,
|
|
|
|
.unnsfw,
|
|
|
|
.profileMenu,
|
|
|
|
.listmenu {
|
|
|
|
background-color: black;
|
|
|
|
color: white;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mute:hover,.block:hover,.follow:hover,
|
|
|
|
.nsfw:hover {
|
|
|
|
background-color: lime;
|
|
|
|
}
|
|
|
|
|
|
|
|
.unmute:hover,.unblock:hover,.unfollow:hover,
|
|
|
|
.unnsfw:hover{
|
|
|
|
background-color: crimson !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.unbookmark{
|
|
|
|
color: crimson !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.unfav, .unreblog{
|
|
|
|
color: red !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.element_pad > .post {
|
|
|
|
border-left:3px solid #0b82d2;;
|
|
|
|
box-shadow: 1px 1px 1px rgba(0,0,0,0.5);
|
|
|
|
}
|
|
|
|
|
|
|
|
.post,
|
|
|
|
.rb,
|
|
|
|
.textonly,
|
|
|
|
.loadmore {
|
|
|
|
background-color: white;
|
|
|
|
border: 1px solid #8fa9b8;
|
|
|
|
}
|
|
|
|
|
2020-04-13 16:30:51 +00:00
|
|
|
.postform,.searchmobile {
|
2020-04-01 00:46:27 +00:00
|
|
|
background-color: white;
|
|
|
|
border: 1px solid #8fa9b8
|
|
|
|
}
|
|
|
|
|
|
|
|
.previewpost {
|
|
|
|
background-color: white;
|
|
|
|
border: 1px solid darkgray;
|
|
|
|
box-shadow: 1px 1px 1px rgba(0,0,0,0.5);
|
|
|
|
}
|
|
|
|
|
|
|
|
.userinfo {
|
|
|
|
background-color: white;
|
|
|
|
border: 1px solid darkgray;
|
|
|
|
box-shadow: 1px 1px 1px rgba(0,0,0,0.5);
|
|
|
|
}
|
|
|
|
|
|
|
|
.icon {
|
|
|
|
background-color: black;
|
|
|
|
}
|
|
|
|
|
|
|
|
.post_footer {
|
|
|
|
background-color: #eee;
|
|
|
|
}
|
|
|
|
|
|
|
|
.post_buttons {
|
|
|
|
color: #0b82d2;
|
|
|
|
}
|
|
|
|
|
|
|
|
.reply {
|
|
|
|
background-color: #f5f5f5;
|
|
|
|
border-bottom: 1px solid #666;
|
|
|
|
}
|
|
|
|
|
|
|
|
.note {
|
|
|
|
background-color: #ccc;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button {
|
|
|
|
background-color: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
.setting label {
|
|
|
|
background-color: lightgray;
|
|
|
|
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
|
|
|
|
}
|
|
|
|
|
|
|
|
.setting input[type="radio"]:checked+label {
|
|
|
|
background-color:#04a0c6;
|
|
|
|
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
|
|
|
|
color: white;
|
|
|
|
}
|