You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
146 lines
3.0 KiB
146 lines
3.0 KiB
@font-face {
|
|
font-family: 'UbuntuMedium';
|
|
src: url('../ttf/ubuntu-m-webfont.eot');
|
|
src: url('../ttf/ubuntu-m-webfont.eot?#iefix') format('embedded-opentype'),
|
|
url('../ttf/ubuntu-m-webfont.woff') format('woff'),
|
|
url('../ttf/ubuntu-m-webfont.ttf') format('truetype'),
|
|
url('../ttf/ubuntu-m-webfont.svg#UbuntuMedium') format('svg');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
|
|
|
|
body{
|
|
background-color: #ffffff;
|
|
/* background-color: #D1DAC8; */
|
|
margin-top: 1px;
|
|
}
|
|
|
|
a{
|
|
text-decoration: none;
|
|
cursor: pointer;
|
|
}
|
|
|
|
|
|
td{
|
|
font-family: "UbuntuMedium", Arial, Verdana, sans-serif;
|
|
font-size: 8pt;
|
|
}
|
|
|
|
|
|
.title{
|
|
font-family: "UbuntuMedium", Arial, Verdana, sans-serif;
|
|
font-size: 10pt;
|
|
height: 25px;
|
|
color: #ffffff;
|
|
background-color: #6DA966;
|
|
|
|
/* border: 1px solid #ffffff; */
|
|
|
|
background-image: url(../img/bg_title.png);
|
|
background-position: center center;
|
|
background-repeat: repeat-x;
|
|
|
|
background-image: linear-gradient(bottom, #7EC376 8%, #6DA966 54%);
|
|
background-image: -o-linear-gradient(bottom, #7EC376 8%, #6DA966 54%);
|
|
background-image: -moz-linear-gradient(bottom, #7EC376 8%, #6DA966 54%);
|
|
background-image: -webkit-linear-gradient(bottom, #7EC376 8%, #6DA966 54%);
|
|
background-image: -ms-linear-gradient(bottom, #7EC376 8%, #6DA966 54%);
|
|
|
|
background-image: -webkit-gradient(
|
|
linear,
|
|
left bottom,
|
|
left top,
|
|
color-stop(0.08, #7EC376),
|
|
color-stop(0.54, #6DA966)
|
|
);
|
|
|
|
|
|
-webkit-border-radius: 3px;
|
|
-moz-border-radius: 3px;
|
|
border-radius: 3px;
|
|
}
|
|
|
|
|
|
.menu{
|
|
font-family: "UbuntuMedium", Arial, Verdana, sans-serif;
|
|
font-size: 10pt;
|
|
color: #ffffff;
|
|
background-color: #6DA966;
|
|
|
|
background-image: url(../img/bg_title.png);
|
|
background-position: center center;
|
|
background-repeat: repeat-x;
|
|
|
|
background-image: linear-gradient(bottom, #7EC376 8%, #6DA966 54%);
|
|
background-image: -o-linear-gradient(bottom, #7EC376 8%, #6DA966 54%);
|
|
background-image: -moz-linear-gradient(bottom, #7EC376 8%, #6DA966 54%);
|
|
background-image: -webkit-linear-gradient(bottom, #7EC376 8%, #6DA966 54%);
|
|
background-image: -ms-linear-gradient(bottom, #7EC376 8%, #6DA966 54%);
|
|
|
|
background-image: -webkit-gradient(
|
|
linear,
|
|
left bottom,
|
|
left top,
|
|
color-stop(0.08, #7EC376),
|
|
color-stop(0.54, #6DA966)
|
|
);
|
|
|
|
-webkit-border-top-left-radius: 3px;
|
|
-webkit-border-top-right-radius: 3px;
|
|
-moz-border-radius-topleft: 3px;
|
|
-moz-border-radius-topright: 3px;
|
|
border-top-left-radius: 3px;
|
|
border-top-right-radius: 3px;
|
|
}
|
|
|
|
.menu a{
|
|
color: #ffffff;
|
|
}
|
|
|
|
|
|
.submenu{
|
|
font-family: "UbuntuMedium", Arial, Verdana, sans-serif;
|
|
font-size: 10pt;
|
|
color: #000000;
|
|
background-color: #AACC88;
|
|
}
|
|
|
|
.submenu a{
|
|
color: #000000;
|
|
}
|
|
|
|
.submenu_sel{
|
|
font-family: "UbuntuMedium", Arial, Verdana, sans-serif;
|
|
font-size: 10pt;
|
|
color: #000000;
|
|
background-color: #E3EED7;
|
|
}
|
|
|
|
.submenu_sel a{
|
|
color: #000000;
|
|
}
|
|
|
|
.border{
|
|
border: 1px solid #999999;
|
|
-webkit-border-radius: 3px;
|
|
-moz-border-radius: 3px;
|
|
border-radius: 3px;
|
|
}
|
|
|
|
.radius{
|
|
-webkit-border-radius: 3px;
|
|
-moz-border-radius: 3px;
|
|
border-radius: 3px;
|
|
}
|
|
|
|
|
|
.overlay{
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100vh;
|
|
background: rgba(0,0,0,0.9);
|
|
}
|