422 lines
6.2 KiB
CSS
422 lines
6.2 KiB
CSS
a, .link {
|
|
color: blue;
|
|
}
|
|
|
|
body {
|
|
background-color: #008282;
|
|
}
|
|
|
|
select{
|
|
color:black;
|
|
background-color:white;
|
|
}
|
|
|
|
label {
|
|
color: #425f99;
|
|
}
|
|
|
|
.uploadBox,textarea,input[type="text"]{
|
|
background-color:white;
|
|
border: 3px inset #fff !important;
|
|
}
|
|
|
|
.uploadBox {
|
|
width:99% !important;
|
|
}
|
|
|
|
.media{
|
|
border: 2px inset #d1d3d0;
|
|
background-color:white;
|
|
width:98.4% !important;
|
|
}
|
|
|
|
input[type="radio"]:checked+label {
|
|
color: black;
|
|
}
|
|
|
|
input[type="checkbox"]:checked+label {
|
|
color: red;
|
|
}
|
|
|
|
.topbar {
|
|
background-color: #000082;
|
|
}
|
|
|
|
.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: #b8b8b8;
|
|
color:black;
|
|
box-shadow: 1px 1px 1px black;
|
|
}
|
|
|
|
.notif{
|
|
color:black;
|
|
}
|
|
|
|
.notif .text{
|
|
color:black !important;
|
|
}
|
|
|
|
.uname {
|
|
text-decoration:underline !important;
|
|
}
|
|
|
|
.new {
|
|
background-color:#b8b8b8;
|
|
}
|
|
|
|
.side_element {
|
|
background-color: #b8b8b8;
|
|
border: 2px outset #fff !important;
|
|
}
|
|
|
|
.side_element li:hover {
|
|
background-color: #000082;
|
|
color:white;
|
|
}
|
|
|
|
.side_element li:active {
|
|
background-color: rgba(255, 255, 255, 0.25);
|
|
}
|
|
|
|
.side_element a, .userinfo a, .userinfo .ldr {
|
|
color: black !important;
|
|
}
|
|
|
|
.delpic {
|
|
color:red;
|
|
background-color:white;
|
|
}
|
|
|
|
input[type="submit"] {
|
|
background-color: #b8b8b8;
|
|
border-left: 3px solid #e4e6f3 !important;
|
|
border-top: 3px solid #e4e6f3 !important;
|
|
border-right: 2px solid #000507 !important;
|
|
border-bottom: 2px solid #000507 !important;
|
|
border-radius:0px !important;
|
|
color:black;
|
|
}
|
|
|
|
.search {
|
|
background-color:transparent !important;
|
|
}
|
|
|
|
.formbtn {
|
|
color:black;
|
|
}
|
|
|
|
.formbtn label{
|
|
color:black;
|
|
}
|
|
|
|
.profile,.loader,.menu,.notif {
|
|
background-color: #b8b8b8 !important;
|
|
border: 2px outset #fff !important;
|
|
}
|
|
|
|
.menu li {
|
|
background-color: #b8b8b8 !important;
|
|
}
|
|
|
|
#usermenu .menu {
|
|
background-color: #6B91B6;
|
|
}
|
|
|
|
.postMenu {
|
|
background-color: #b8b8b8;
|
|
border: 2px outset #fff !important;
|
|
color:transparent;
|
|
padding:1px 2px 1px 2px;
|
|
}
|
|
|
|
.postMenu::before {
|
|
content:'?';
|
|
color:black;
|
|
font-family:monospace;
|
|
font-weight:bold;
|
|
position:absolute;
|
|
left:3px;
|
|
font-size:18px;
|
|
}
|
|
|
|
.postMenu > .menu,.menu {
|
|
background-color: #b8b8b8;
|
|
border: 2px outset #fff !important;
|
|
color:black;
|
|
padding:2px;
|
|
}
|
|
|
|
.reply .postMenu {
|
|
background-color: transparent;
|
|
border: none !important;
|
|
color:black;
|
|
padding:2px;
|
|
margin-right:20px !important;
|
|
color:transparent;
|
|
}
|
|
|
|
.menu div{
|
|
background-color: #b8b8b8;
|
|
border: 2px outset #fff !important;
|
|
color:black;
|
|
box-shadow: 1px 1px 2px black;
|
|
}
|
|
|
|
.menu li{
|
|
background-color: #b8b8b8;
|
|
color:black;
|
|
}
|
|
|
|
.menu li:hover {
|
|
background-color: #000082 !important;
|
|
color:white;
|
|
}
|
|
|
|
|
|
.menu li a{
|
|
color: #000082 !important;
|
|
}
|
|
|
|
.menu li:hover a{
|
|
color:white !important;
|
|
}
|
|
|
|
.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;
|
|
}
|
|
|
|
.loadingImage{
|
|
background-image: url("../loadingb.gif") !important;
|
|
}
|
|
|
|
.post,
|
|
.rb,
|
|
.textonly,
|
|
.loadmore,
|
|
.postform,
|
|
.searchmobile {
|
|
background-color: #b8b8b8;
|
|
border-left: 3px solid #e4e6f3 !important;
|
|
border-top: 3px solid #e4e6f3 !important;
|
|
border-right: 2px solid #000507 !important;
|
|
border-bottom: 2px solid #000507 !important;
|
|
border-radius:0px !important;
|
|
}
|
|
|
|
.previewpost,.userinfo {
|
|
background-color: #b8b8b8;
|
|
border: 2px outset #fff !important;
|
|
box-shadow: 1px 1px 1px rgba(0,0,0,0.8);
|
|
color:black;
|
|
}
|
|
|
|
.userinfo_he a{
|
|
color:white !important;
|
|
}
|
|
|
|
.icon {
|
|
background-color: black;
|
|
}
|
|
|
|
.postHeader {
|
|
background-color: #000082;
|
|
color:white;
|
|
margin:2px;
|
|
height:31px !important;
|
|
width:99% !important;
|
|
font-family:monospace;
|
|
}
|
|
|
|
.postHeader > div {
|
|
margin-top:1px !important;
|
|
}
|
|
|
|
.postHeader > span {
|
|
margin-top:6px !important;
|
|
}
|
|
|
|
|
|
|
|
.reply .postHeader{
|
|
background-color:#808080;
|
|
border-bottom:3px solid #808080;
|
|
}
|
|
|
|
.postHeader a, .postHeader .link {
|
|
color: white;
|
|
}
|
|
|
|
.toggleblur{
|
|
background-color: blue;
|
|
color:white;
|
|
}
|
|
|
|
.polloption{
|
|
display:block;
|
|
margin:5px;
|
|
padding:5px;
|
|
background-color: #b8b8b8;
|
|
border: 2px outset #fff !important;
|
|
color:black;
|
|
}
|
|
|
|
.polloption:hover:not(.fixed),.voted{
|
|
cursor: pointer;
|
|
border: 2px inset #fff !important;
|
|
}
|
|
|
|
.voteBar{
|
|
background-color:#000082;
|
|
}
|
|
|
|
.post_footer {
|
|
border: 2px inset #fff !important;
|
|
}
|
|
|
|
.felem a:hover > span {
|
|
background-color: #b8b8b8;
|
|
border-left: 1px solid #e4e6f3 !important;
|
|
border-top: 1px solid #e4e6f3 !important;
|
|
border-right: 1px solid #000507 !important;
|
|
border-bottom: 1px solid #000507 !important;
|
|
box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
|
|
color: black !important;
|
|
}
|
|
|
|
.public{
|
|
display:inline-block;
|
|
width:17px;
|
|
height:17px;
|
|
background-image: url("../public.gif");
|
|
background-size:auto 17px;
|
|
vertical-align:middle;
|
|
background-repeat:no-repeat;
|
|
}
|
|
|
|
.unlisted{
|
|
display:inline-block;
|
|
width:17px;
|
|
height:17px;
|
|
background-image: url("../unlisted.gif");
|
|
background-size:auto 17px;
|
|
vertical-align:middle;
|
|
background-repeat:no-repeat;
|
|
}
|
|
|
|
.private{
|
|
display:inline-block;
|
|
width:17px;
|
|
height:17px;
|
|
background-image: url("../private.gif");
|
|
background-size:auto 17px;
|
|
vertical-align:middle;
|
|
background-repeat:no-repeat;
|
|
}
|
|
|
|
.direct{
|
|
display:inline-block;
|
|
width:17px;
|
|
height:17px;
|
|
background-image: url("../direct.gif");
|
|
background-size:auto 17px;
|
|
vertical-align:middle;
|
|
background-repeat:no-repeat;
|
|
}
|
|
|
|
.notif .post_buttons {
|
|
color: black;
|
|
background-color:#b8b8b8;
|
|
}
|
|
|
|
.reply {
|
|
background-color: #ddd;
|
|
border-bottom: 1px solid #666;
|
|
}
|
|
|
|
.note {
|
|
background-color: #ccc;
|
|
}
|
|
|
|
.button {
|
|
background-color: white;
|
|
}
|
|
|
|
.setting label {
|
|
background-color:#e2e2e2;
|
|
border: 1px inset #fff !important;
|
|
color:#aaaaaa;
|
|
}
|
|
|
|
.setting input[type="radio"]:checked+label {
|
|
background-color: #b8b8b8;
|
|
border: 2px outset #fff !important;
|
|
color: black;
|
|
}
|