147 lines
2.7 KiB
CSS
147 lines
2.7 KiB
CSS
/** \file html\css\extended_view.css
|
|
* \brief ZKL webinterface extended view stylesheet
|
|
* \author Rob Schalken, Core|Vision
|
|
* \version 1.0
|
|
* \date 17-10-2008
|
|
*
|
|
* This file contains the extended view stylesheet definitions.
|
|
*/
|
|
|
|
#map {
|
|
position : absolute;
|
|
width : 100%;
|
|
height : 100%;
|
|
}
|
|
|
|
#header_content {
|
|
background : white;
|
|
width : 100%;
|
|
height : 100%;
|
|
}
|
|
|
|
#header_image {
|
|
height : 100%;
|
|
width : 100%;
|
|
background : #F28424;
|
|
margin : 0px;
|
|
}
|
|
|
|
#di_header_image_background {
|
|
height : 26px;
|
|
}
|
|
|
|
#di_header_image {
|
|
height : 26px;
|
|
}
|
|
|
|
#content {
|
|
padding : 0px;
|
|
margin : 0px;
|
|
}
|
|
|
|
#content_xmlhttp {
|
|
padding : 0px;
|
|
margin : 0px;
|
|
height : 100%;
|
|
width : 100%;
|
|
}
|
|
|
|
#content_table {
|
|
width : 100%;
|
|
height : 100%;
|
|
padding : 0px;
|
|
margin : 0px;
|
|
border-collapse : collapse;
|
|
}
|
|
|
|
#content_table_col0 {
|
|
width : 100%;
|
|
height : 100%;
|
|
padding : 0px;
|
|
}
|
|
|
|
#content_table_col1 {
|
|
padding : 0px;
|
|
width : 0px;
|
|
}
|
|
|
|
#content_table_col2 {
|
|
padding : 0px;
|
|
width : 0px;
|
|
}
|
|
|
|
#motd {
|
|
width : 100%;
|
|
background : transparent;
|
|
border-top : 0px;
|
|
position : absolute;
|
|
top : 155px;
|
|
left : 0%;
|
|
}
|
|
|
|
#motd_col0 {
|
|
width : 50%;
|
|
}
|
|
|
|
#motd_col1 {
|
|
width : 25%;
|
|
}
|
|
|
|
.olControlPanZoomBar {
|
|
left : 20px!important;
|
|
}
|
|
|
|
#arrow_right,
|
|
#arrow_left,
|
|
#arrow_left_bg {
|
|
position : absolute;
|
|
margin : 0xp;
|
|
top : 150px;
|
|
}
|
|
|
|
#arrow_left_href,
|
|
#arrow_left,
|
|
#arrow_left_bg_href,
|
|
#arrow_left_bg {
|
|
visibility : hidden;
|
|
}
|
|
|
|
|
|
#arrow_left_bg {
|
|
height : 28px;
|
|
}
|
|
|
|
#arrow_left,
|
|
#arrow_left_span {
|
|
margin-left : -17px;
|
|
}
|
|
|
|
#extended_menu {
|
|
width : 500px;
|
|
left : -500px;
|
|
background : white;
|
|
position : relative;
|
|
top : 0px;
|
|
z-index : 100;
|
|
opacity : 0.95; /* opacity not supported by IE!! */
|
|
}
|
|
|
|
.sub_menu_matrix,
|
|
.sub_menu {
|
|
width : 220px;
|
|
}
|
|
|
|
#iframe_info {
|
|
width : 100%;
|
|
position : absolute;
|
|
bottom : 0px;
|
|
z-index : 100;
|
|
}
|
|
|
|
#motd_no_msg {
|
|
position : absolute;
|
|
width : 940px;
|
|
height : 0px;
|
|
border-top : 0px;
|
|
line-height : 0px;
|
|
} |