130520 User search and wetcat theme

This commit is contained in:
Daisuke
2020-05-13 15:26:38 -05:00
parent 1f2b2fd19c
commit 125b944385
21 changed files with 689 additions and 123 deletions

View File

@ -34,6 +34,10 @@ select{
font-weight:bold;
font-family:fontello, sans-serif;
}
.postform select,.reply select{
width: 45px;
}
option{
font-family:fontello, sans-serif;
@ -263,7 +267,7 @@ aside {
font-weight:bold;
margin-top:5px;
}
.formbtn {
background-color:transparent;
border: 0px;
@ -307,7 +311,6 @@ aside {
#usermenu .menu {
display: none;
width: 150px;
height: 100px;
position: absolute;
top: -322px;
left: -80px;
@ -366,10 +369,21 @@ aside {
}
.felem {
margin-left: 10px;
margin-left: 7px;
float: left;
}
.contact{
background-color:white;
cursor: pointer;
border-top:1px dotted #aaa;
}
.contact:hover{
background-color:#0000a0;
color:white;
}
.avatar {
width: 80px;
background-size: 80px;
@ -413,6 +427,14 @@ aside {
text-align: left;
}
.postHeader div {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.postHeader *,.post_footer *{
font-size:small;
}
@ -468,9 +490,9 @@ aside {
}
.blur {
-webkit-filter: blur(25px) brightness(70%) grayscale(100%);
-webkit-filter: blur(25px) brightness(70%) grayscale(80%);
/* Safari 6.0 - 9.0 */
filter: blur(25px) brightness(70%) grayscale(100%);
filter: blur(25px) brightness(70%) grayscale(80%);
opacity: 0.5;
transition: 0.4s;
}
@ -483,8 +505,8 @@ aside {
.small {
width: 48% !important;
height: 321px;
line-height: 321px;
height: 221px;
line-height: 221px;
background-color: black;
float:left;
margin:2px !important;
@ -492,8 +514,8 @@ aside {
.smaller {
width: 31% !important;
height: 212px;
line-height: 212px;
height: 112px;
line-height: 112px;
background-color: black;
float:left;
margin:2px !important;

View File

@ -262,7 +262,7 @@ aside {
margin-top:5px;
float:left;
}
.formbtn {
background-color:transparent;
border: 0px;
@ -363,6 +363,17 @@ aside {
float: left;
}
.contact{
background-color:white;
cursor: pointer;
border-top:1px dotted #aaa;
}
.contact:hover{
background-color:#0000a0;
color:white;
}
.avatar {
width: 80px;
height: 80px;
@ -454,9 +465,9 @@ aside {
}
.blur {
-webkit-filter: blur(25px) brightness(70%) grayscale(100%);
-webkit-filter: blur(25px) brightness(70%) grayscale(80%);
/* Safari 6.0 - 9.0 */
filter: blur(25px) brightness(70%) grayscale(100%);
filter: blur(25px) brightness(70%) grayscale(80%);
opacity: 0.5;
transition: 0.4s;
}
@ -468,7 +479,7 @@ aside {
}
.small {
width: 321px !important;
width: 321px;
height: 321px;
line-height: 321px;
/* background-color: black; */
@ -477,7 +488,7 @@ aside {
}
.smaller {
width: 212px !important;
width: 212px;
height: 212px;
line-height: 212px;
/* background-color: black; */