Emoji picker and theme updates

This commit is contained in:
Daisuke
2020-04-09 20:16:32 -05:00
parent 814854576c
commit cf0ba1244d
18 changed files with 383 additions and 1815 deletions

View File

@ -2,6 +2,18 @@ a, .link {
color: blue;
}
.content a {
padding:1px;
color:#62fbff;
font-weight:bold;
text-shadow: 2px 0px #6a1f21;
}
.content {
color:black;
text-shadow: 1px 0px white;
}
body {
background-color: #008282;
background-image: url("../vp.jpg");
@ -138,7 +150,7 @@ input[type="checkbox"]:checked+label {
border-left:2px solid #ffffff;
border-bottom:2px solid #828282;
border-right:2px solid #828282;
color:black;
color:white;
}
.formbtn {
@ -277,7 +289,12 @@ input[type="checkbox"]:checked+label {
border-bottom:2px solid #828282;
border-right:2px solid #828282;
box-shadow: 1px 1px 1px rgba(0,0,0,0.8);
color:black;
color:black !important;
}
.previewpost a,.userinfo a {
color:black !important;
text-shadow: 0px 0px black;
}
.userinfo_he a{
@ -300,6 +317,7 @@ input[type="checkbox"]:checked+label {
.postHeader a, .postHeader .link {
color: white;
text-shadow: 1px 0px magenta;
}
.toggleblur{