060520 Theme optimization and mobile layout changes
This commit is contained in:
@ -41,6 +41,12 @@ textarea,input[type="text"],.notifpic{
|
||||
text-shadow: 1px 1px white;
|
||||
}
|
||||
|
||||
.search input[type="submit"], .search input[type="text"]{
|
||||
color: #734eec;
|
||||
background-color:transparent;
|
||||
border:0px !important;
|
||||
}
|
||||
|
||||
textarea{
|
||||
background-image: url("../brutus.png");
|
||||
background-repeat: no-repeat;
|
||||
@ -159,21 +165,21 @@ input[type="checkbox"]:checked+label {
|
||||
background-color: #6B91B6;
|
||||
}
|
||||
|
||||
.postMenu {
|
||||
.menu {
|
||||
background-color: #efd7f3;
|
||||
border: 2px outset #f2e0f5 !important;
|
||||
color:black;
|
||||
padding:2px;
|
||||
}
|
||||
|
||||
.postMenu div{
|
||||
.menu div{
|
||||
background-color: #efd7f3;
|
||||
border: 2px outset #f2e0f5 !important;
|
||||
color:black;
|
||||
box-shadow: 1px 1px 2px black;
|
||||
}
|
||||
|
||||
.postMenu li{
|
||||
.menu li{
|
||||
background-color: #efd7f3;
|
||||
color:black;
|
||||
}
|
||||
@ -184,11 +190,11 @@ input[type="checkbox"]:checked+label {
|
||||
}
|
||||
|
||||
|
||||
.postMenu li a{
|
||||
.menu li a{
|
||||
color: #734eec !important;
|
||||
}
|
||||
|
||||
.postMenu li:hover a{
|
||||
.menu li:hover a{
|
||||
color:white !important;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user