initial commit
This commit is contained in:
111
gloam/WebRoot/css/home.css
Normal file
111
gloam/WebRoot/css/home.css
Normal file
@@ -0,0 +1,111 @@
|
||||
#msgTable .fontWarn{
|
||||
color:#fc0;
|
||||
}
|
||||
#msgTable .fontWarn:hover{
|
||||
color:#666;
|
||||
}
|
||||
|
||||
body{
|
||||
background-color:#333 ;
|
||||
|
||||
}
|
||||
*{
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
}
|
||||
#lMenu li{
|
||||
position:relative;
|
||||
}
|
||||
#lMenu li .menu{
|
||||
position: absolute;
|
||||
display: none;
|
||||
margin-left: 100%;
|
||||
margin-top: -50px;
|
||||
width: 180px;
|
||||
background: #3a3a3a;
|
||||
}
|
||||
.submenu{
|
||||
color: #fc0;
|
||||
}
|
||||
.submenu:hover{
|
||||
color: #666;
|
||||
}
|
||||
.sidebar-nav .sidebar-toggler {
|
||||
cursor: pointer;
|
||||
opacity: 0.5;
|
||||
filter: alpha(opacity=50);
|
||||
margin-top: 15px;
|
||||
margin-left: 2%;
|
||||
width: 29px;
|
||||
height: 29px;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
.sidebar-nav .sidebar-toggler1 {
|
||||
cursor: pointer;
|
||||
opacity: 0.5;
|
||||
filter: alpha(opacity=50);
|
||||
margin-top: 15px;
|
||||
margin-left: 82%;
|
||||
width: 29px;
|
||||
height: 29px;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
.sidebar-toggler {
|
||||
background-image: url(../img/sidebar-toggler.jpg);
|
||||
background-color: #242424;
|
||||
}
|
||||
.sidebar-toggler1 {
|
||||
background-image: url(../img/sidebar-toggler.jpg);
|
||||
background-color: #242424;
|
||||
}
|
||||
.page-sidebar ul > li > a > .arrow:before {
|
||||
float: right;
|
||||
margin-top: 1px;
|
||||
margin-right: 5px;
|
||||
display: inline;
|
||||
font-size: 16px;
|
||||
font-family: FontAwesome;
|
||||
height: auto;
|
||||
content: "\f104";
|
||||
font-weight: 300;
|
||||
text-shadow:none;
|
||||
}
|
||||
.arrow{
|
||||
display: none;
|
||||
}
|
||||
a{
|
||||
cursor: pointer;
|
||||
}
|
||||
.breadcrumb {
|
||||
margin: 40px 0 0 0 ;
|
||||
line-height: 34px;
|
||||
}
|
||||
#submenu{
|
||||
overflow-y: auto;
|
||||
max-height: 400px;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
.top1{
|
||||
position:fixed;
|
||||
top:85%;
|
||||
right: 5px;
|
||||
/*background: url(../img/top1.png) no-repeat;*/
|
||||
float: right;
|
||||
height: 90px;
|
||||
width: 30px;
|
||||
}
|
||||
|
||||
.halflings-icon.redsvg {
|
||||
background-image: url("../img/ui-icons_cd0a0a_256x240.png");
|
||||
}
|
||||
.halflings-icon.warning-sign {
|
||||
background-position: -2px -143px;
|
||||
}
|
||||
.positionFixed{
|
||||
position:fixed !important;
|
||||
}
|
||||
.error_tip {
|
||||
margin: 20px 0 0 20px;
|
||||
font-size: 20px;
|
||||
}
|
||||
Reference in New Issue
Block a user