138 lines
3.0 KiB
CSS
138 lines
3.0 KiB
CSS
|
|
|
|
.jumbotron {
|
|
position: relative;
|
|
}
|
|
|
|
.jumbotron .x-panel-body
|
|
{
|
|
background-color: transparent;
|
|
}
|
|
|
|
|
|
.jumbotron .title
|
|
{
|
|
margin-top: 12px;
|
|
margin-left: 12px;
|
|
}
|
|
.jumbotron .title a.logo
|
|
{
|
|
padding: 3px;
|
|
border: solid 1px transparent;
|
|
}
|
|
.jumbotron .title a.logo:hover
|
|
{
|
|
border: solid 1px #999;
|
|
}
|
|
.jumbotron .title a.logo img
|
|
{
|
|
height: 28px;
|
|
vertical-align: bottom;
|
|
}
|
|
|
|
.jumbotron .title a
|
|
{
|
|
color: #fff;
|
|
font-weight: bold;
|
|
font-size: 24px;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.jumbotron .config
|
|
{
|
|
position: absolute;
|
|
right: 15px;
|
|
top: 15px;
|
|
}
|
|
|
|
|
|
|
|
.theme-blue .jumbotron {
|
|
background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#f3f6fc),color-stop(100%,#cbdaf0));
|
|
background-image: -webkit-linear-gradient(top,#f3f6fc,#cbdaf0);
|
|
background-image: -moz-linear-gradient(top,#f3f6fc,#cbdaf0);
|
|
background-image: -o-linear-gradient(top,#f3f6fc,#cbdaf0);
|
|
background-image: linear-gradient(top,#f3f6fc,#cbdaf0);
|
|
border-bottom: 0px solid #a3bde5;
|
|
|
|
}
|
|
|
|
.theme-blue .jumbotron .title a {
|
|
color: #04408c;
|
|
}
|
|
|
|
.theme-gray .jumbotron {
|
|
background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#ededed),color-stop(100%,#d3d3d3));
|
|
background-image: -webkit-linear-gradient(top,#ededed,#d3d3d3);
|
|
background-image: -moz-linear-gradient(top,#ededed,#d3d3d3);
|
|
background-image: -o-linear-gradient(top,#ededed,#d3d3d3);
|
|
background-image: linear-gradient(top,#ededed,#d3d3d3);
|
|
border-bottom: 1px solid #bab9b9;
|
|
}
|
|
|
|
.theme-gray .jumbotron .title a {
|
|
color: #333;
|
|
}
|
|
|
|
.theme-access .jumbotron {
|
|
background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#4a5366),color-stop(100%,#343b48));
|
|
background-image: -webkit-linear-gradient(top,#4a5366,#343b48);
|
|
background-image: -moz-linear-gradient(top,#4a5366,#343b48);
|
|
background-image: -o-linear-gradient(top,#4a5366,#343b48);
|
|
background-image: linear-gradient(top,#4a5366,#343b48);
|
|
border-bottom: 1px solid #1f232b;
|
|
}
|
|
|
|
.theme-access .jumbotron .title a {
|
|
color: #fff;
|
|
}
|
|
|
|
|
|
.theme-neptune .jumbotron {
|
|
background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#8fc33a),color-stop(100%,#739b2e));
|
|
background-image: -webkit-linear-gradient(top,#8fc33a,#739b2e);
|
|
background-image: -moz-linear-gradient(top,#8fc33a,#739b2e);
|
|
background-image: -o-linear-gradient(top,#8fc33a,#739b2e);
|
|
background-image: linear-gradient(top,#8fc33a,#739b2e);
|
|
border-bottom: 1px solid #567422;
|
|
}
|
|
|
|
.theme-neptune .jumbotron .title a {
|
|
color: #fff;
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.htoolbar
|
|
{
|
|
background-image: url("../images/logo/logo2.gif");
|
|
background-position: center center;
|
|
background-repeat: no-repeat;
|
|
}
|
|
|
|
|
|
#logo
|
|
{
|
|
position: absolute;
|
|
bottom: 0px;
|
|
right: 0px;
|
|
filter: alpha(opacity=80);
|
|
-moz-opacity: 0.8;
|
|
opacity: 0.8;
|
|
z-index: 100000;
|
|
}
|
|
|
|
|
|
.maincontent .x-panel-body {
|
|
|
|
background-image: url(../images/square.gif);
|
|
}
|
|
|
|
|
|
.theme-access .maincontent .x-panel-body {
|
|
|
|
background-image: none;
|
|
} |