IRFineArts_Web/resources/css/rsp_general_styles.css
2011-04-27 17:31:50 +00:00

396 lines
6.9 KiB
CSS

@CHARSET "UTF-8";
/* HTML components ---------------------------------*/
body {
padding: 0px;
height: 100%;
background-color: black;
/* - */
}
/* ZK components ---------------------------------*/
.z-label {
font-family: Verdana, Helvetica, sans-serif;
font-size: 10px;
color: white;
/* - */
}
.z-textbox {
background-color: #ffffff;
border: 1px solid #bbbbbb;
font-family: Tahoma;
font-size: 10px;
color: #0078ae;
}
.z-textbox-focus {
background: #0078ae;
color: #ffffff;
}
.z-button .z-button-tl,.z-button .z-button-tr,.z-button .z-button-bl,.z-button .z-button-br,.z-button .z-button-tm,.z-button .z-button-bm,.z-button .z-button-cl,.z-button .z-button-cr,.z-button .z-button-cm
{
background-image: none;
}
.z-button .z-button-cm {
background-color: #ffffff;
border: 1px solid #bbbbbb;
color: #0078ae;
}
.z-button-over .z-button-cm {
background-color: #0078ae;
color: #ffffff;
}
.z-button-clk .z-button-cm {
background-color: #808284;
color: #ffffff;
}
/* Custom components --------------------------------- */
.web_body { /* - */
}
/* Header customers ---------------------------------*/
.header_logo_text {
font-size: 12px;
font-weight: bold;
/* - */
}
/* Header menu ---------------------------------*/
.header-menu-separator {
width: 2px;
height: 10px;
background: #e5c779;
margin-left: 10px;
margin-right: 10px;
/* - */
}
.header-menu-link {
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 16px;
color: #e5c779;
text-decoration: none;
font-weight: bold;
cursor: pointer;
/* - */
}
.header-menu-link:link,.header-menu-link:visited {
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 16px;
color: #e5c779;
text-decoration: none;
font-weight: bold;
/* - */
}
.header-menu-link:hover {
color: white;
/* - */
}
.header-menu-link:active {
text-decoration: underline;
/* - */
}
.header-menu-link-down:link,.header-menu-link-down:visited {
font-family: Verdana, Helvetica, sans-serif;
font-size: 12px;
/*color: white;*/
color: #e5c779;
font-weight: bold;
text-decoration: none;
font-weight: bold;
font-weight: bold;
/* - */
}
.header-menu-link-down:hover {
color: white;
/*color: #e5c779;*/ /* - */
}
.header-menu-link-down:active {
text-decoration: underline;
/* - */
}
.header-menu-separator2 {
width: 1px;
height: 10px;
background: white;
margin-left: 5px;
margin-right: 5px;
/* - */
}
.header-menu-link2-selected {
font-family: Tahoma, Helvetica, sans-serif;
font-size: 10px;
color: white;
font-weight: bold;
text-decoration: none;
/* - */
}
.header-menu-link2:link,.header-menu-link2:visited {
font-family: Tahoma, Helvetica, sans-serif;
font-size: 10px;
color: white;
text-decoration: none;
/* - */
}
.header-menu-link2:hover {
text-decoration: underline;
/* - */
}
.header-menu-link2:active {
text-decoration: underline;
/* - */
}
/* Body */
.situation_bar {
font-size: 8px;
padding: 5px;
background-color: #eeeeee;
border-bottom: 1px solid #bbbbbb;
margin-bottom: 15px;
}
.situation_text {
color: #0078ae;
}
.body-link:link,.body-link:visited {
font-family: Verdana, Helvetica, sans-serif;
font-size: 14px;
color: white;
font-weight: bold;
text-decoration: none;
/* - */
}
.body-link:hover {
cursor: pointer;
color: #e5c779;
/* - */
}
.body-link:active {
text-decoration: underline;
/* - */
}
.body_small_caption {
font-weight: bold;
}
/* Footer */
.footer-menu-label {
font-family: Verdana, Helvetica, sans-serif;
font-size: 9px;
color: white;
text-decoration: none;
}
.footer-menu-link:link,.footer-menu-link:visited {
font-family: Verdana, Helvetica, sans-serif;
font-size: 9px;
color: white;
text-decoration: none;
}
.footer-menu-link:hover {
color: #e5c779;
}
.footer-menu-link:active {
text-decoration: underline;
}
/* EXTERNAL ---------------------------------*/
.chromestyle:after {
/*Add margin between menu and rest of content in Firefox*/
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.chromestyle ul {
width: 100%;
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}
.chromestyle ul li {
display: inline;
}
.chromestyle ul li a {
color: #e5c779;
padding: 4px 7px;
margin: 0;
text-decoration: none;
}
.chromestyle ul li a:hover,.chromestyle ul li a.selected {
/*script dynamically adds a class of "selected" to the current active menu item*/
color: white;
}
/* ######### Style for Drop Down Menu ######### */
.dropmenudiv {
position: absolute;
top: 0;
line-height: 18px;
z-index: 150;
width: 200px;
visibility: hidden;
background-color: #242423;
}
.dropmenudiv a {
width: auto;
display: block;
text-indent: 3px;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
}
* html .dropmenudiv a { /*IE only hack*/
width: 100%;
}
.language-menu-link {
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 12px;
color: #e5c779;
font-weight: bold;
text-decoration: none;
cursor: pointer;
text-decoration: none;
/* - */
}
.language-menu-link:link,.language-menu-link:visited {
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 12px;
color: #e5c779;
font-weight: bold;
text-decoration: none;
/* - */
}
.language-menu-link:hover {
color: white;
/* - */
}
.language-menu-link:active {
text-decoration: underline;
/* - */
}
/* Colored label */
.label1 {
font-family: Verdana, Helvetica, sans-serif;
color: white;
text-decoration: none;
}
.link1 {
font-family: Verdana, Helvetica, sans-serif;
color: white;
text-decoration: none;
}
.link1:link,.link1:visited {
font-family: Verdana, Helvetica, sans-serif;
color: white;
text-decoration: none;
}
.link1:hover {
color: #e5c779;
}
.link1:active {
text-decoration: underline;
}
/* Colored label */
.label2 {
font-family: Verdana, Helvetica, sans-serif;
color: #e5c779;
text-decoration: none;
}
.link2 {
font-family: Verdana, Helvetica, sans-serif;
color: #e5c779;
text-decoration: none;
}
.link2:link,.link2:visited {
font-family: Verdana, Helvetica, sans-serif;
color: #e5c779;
text-decoration: none;
}
.link2:hover {
color: white;
}
.link2:active {
text-decoration: underline;
}
/* Colored label */
.label3 {
font-family: Verdana, Helvetica, sans-serif;
color: #e5c779;
text-decoration: none;
}
.link3 {
font-family: Verdana, Helvetica, sans-serif;
color: #e5c779;
text-decoration: none;
}
.link3:link,.link3:visited {
font-family: Verdana, Helvetica, sans-serif;
color: #e5c779;
text-decoration: none;
}
.link3:hover {
color: white;
}
.link3:active {
text-decoration: underline;
}