130520 User search and wetcat theme
This commit is contained in:
@ -15,14 +15,19 @@ label {
|
||||
color: #425f99;
|
||||
}
|
||||
|
||||
textarea,input[type="text"]{
|
||||
.uploadBox,textarea,input[type="text"]{
|
||||
background-color:white;
|
||||
border: 2px inset #fff !important;
|
||||
border: 3px inset #fff !important;
|
||||
}
|
||||
|
||||
.uploadBox {
|
||||
width:99% !important;
|
||||
}
|
||||
|
||||
.media{
|
||||
border-bottom:2px solid #ffffff !important;
|
||||
border-top:2px solid #828282 !important;
|
||||
border: 2px inset #d1d3d0;
|
||||
background-color:white;
|
||||
width:98.4% !important;
|
||||
}
|
||||
|
||||
input[type="radio"]:checked+label {
|
||||
@ -62,7 +67,7 @@ input[type="checkbox"]:checked+label {
|
||||
}
|
||||
|
||||
#notifications {
|
||||
background-color: #c3c3c3;
|
||||
background-color: #b8b8b8;
|
||||
color:black;
|
||||
box-shadow: 1px 1px 1px black;
|
||||
}
|
||||
@ -80,11 +85,11 @@ input[type="checkbox"]:checked+label {
|
||||
}
|
||||
|
||||
.new {
|
||||
background-color:#c3c3c3;
|
||||
background-color:#b8b8b8;
|
||||
}
|
||||
|
||||
.side_element {
|
||||
background-color: #c3c3c3;
|
||||
background-color: #b8b8b8;
|
||||
border: 2px outset #fff !important;
|
||||
}
|
||||
|
||||
@ -101,18 +106,18 @@ input[type="checkbox"]:checked+label {
|
||||
color: black !important;
|
||||
}
|
||||
|
||||
.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;
|
||||
}
|
||||
|
||||
input[type="submit"] {
|
||||
background-color: #c3c3c3;
|
||||
border: 2px outset #fff !important;
|
||||
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;
|
||||
}
|
||||
|
||||
@ -129,34 +134,51 @@ input[type="submit"] {
|
||||
}
|
||||
|
||||
.profile,.loader,.menu,.notif {
|
||||
background-color: #c3c3c3 !important;
|
||||
background-color: #b8b8b8 !important;
|
||||
border: 2px outset #fff !important;
|
||||
}
|
||||
|
||||
.menu li {
|
||||
background-color: #c3c3c3 !important;
|
||||
background-color: #b8b8b8 !important;
|
||||
}
|
||||
|
||||
#usermenu .menu {
|
||||
background-color: #6B91B6;
|
||||
}
|
||||
|
||||
.menu {
|
||||
background-color: #c3c3c3;
|
||||
.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;
|
||||
}
|
||||
|
||||
.menu div{
|
||||
background-color: #c3c3c3;
|
||||
background-color: #b8b8b8;
|
||||
border: 2px outset #fff !important;
|
||||
color:black;
|
||||
box-shadow: 1px 1px 2px black;
|
||||
}
|
||||
|
||||
.menu li{
|
||||
background-color: #c3c3c3;
|
||||
background-color: #b8b8b8;
|
||||
color:black;
|
||||
}
|
||||
|
||||
@ -231,12 +253,16 @@ input[type="submit"] {
|
||||
.loadmore,
|
||||
.postform,
|
||||
.searchmobile {
|
||||
background-color: #c3c3c3;
|
||||
border: 2px outset #fff !important;
|
||||
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: #c3c3c3;
|
||||
background-color: #b8b8b8;
|
||||
border: 2px outset #fff !important;
|
||||
box-shadow: 1px 1px 1px rgba(0,0,0,0.8);
|
||||
color:black;
|
||||
@ -253,8 +279,22 @@ input[type="submit"] {
|
||||
.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;
|
||||
@ -273,7 +313,7 @@ input[type="submit"] {
|
||||
display:block;
|
||||
margin:5px;
|
||||
padding:5px;
|
||||
background-color: #c3c3c3;
|
||||
background-color: #b8b8b8;
|
||||
border: 2px outset #fff !important;
|
||||
color:black;
|
||||
}
|
||||
@ -333,7 +373,7 @@ input[type="submit"] {
|
||||
|
||||
.notif .post_buttons {
|
||||
color: black;
|
||||
background-color:#c3c3c3;
|
||||
background-color:#b8b8b8;
|
||||
}
|
||||
|
||||
.reply {
|
||||
@ -356,7 +396,7 @@ input[type="submit"] {
|
||||
}
|
||||
|
||||
.setting input[type="radio"]:checked+label {
|
||||
background-color: #c3c3c3;
|
||||
background-color: #b8b8b8;
|
||||
border: 2px outset #fff !important;
|
||||
color: black;
|
||||
}
|
||||
|
||||
@ -1,12 +1,16 @@
|
||||
.topbar{
|
||||
background-color: #c3c3c3;
|
||||
border-top: 1px outset #fff !important;
|
||||
border-top: 2px outset #e4e6f3 !important;
|
||||
}
|
||||
|
||||
.appname{
|
||||
padding-right:15px;
|
||||
line-height:43px !important;
|
||||
border: 2px outset #fff !important;
|
||||
border-left: 2px solid #e4e6f3 !important;
|
||||
border-top: 2px solid #e4e6f3 !important;
|
||||
border-right: 2px solid #000507 !important;
|
||||
border-bottom: 2px solid #000507 !important;
|
||||
margin-top:1px;
|
||||
}
|
||||
|
||||
.appname a,.topicon {
|
||||
|
||||
7
themes/chicago/css/style.css
Normal file
7
themes/chicago/css/style.css
Normal file
@ -0,0 +1,7 @@
|
||||
.small {
|
||||
width: 315px !important;
|
||||
}
|
||||
|
||||
.smaller {
|
||||
width: 209px !important;
|
||||
}
|
||||
Reference in New Issue
Block a user