159 lines
No EOL
2.7 KiB
CSS
159 lines
No EOL
2.7 KiB
CSS
html {
|
|
width: 100%;
|
|
height: 100%;
|
|
/** hide scroll bar in ie7 */
|
|
*overflow: auto;
|
|
}
|
|
|
|
body {
|
|
width: 100%;
|
|
height: 100%;
|
|
overflow: hidden;
|
|
}
|
|
|
|
body #header {
|
|
margin-left: -6px;
|
|
}
|
|
|
|
body #logo {
|
|
margin-top: 5px;
|
|
}
|
|
|
|
a#Overlay_Title {
|
|
font-size: 15px;
|
|
font-weight: normal;
|
|
color: #7e7363;
|
|
text-decoration: none;
|
|
margin: -3px 0 0 0;
|
|
padding: 0 0 0 5px;
|
|
vertical-align: text-bottom;
|
|
}
|
|
|
|
#Overlay_Title img {
|
|
vertical-align: text-bottom;
|
|
margin-left: 4px;
|
|
}
|
|
|
|
#Overlay_DateRangeSelection {
|
|
padding: 30px 0 20px 23px;
|
|
background: url(../../Zeitgeist/images/icon-calendar.gif) 2px 33px no-repeat;
|
|
margin-left: 5px;
|
|
}
|
|
|
|
#Overlay_Location {
|
|
width: 200px;
|
|
padding: 0 0 30px 0;
|
|
margin-left: 5px;
|
|
font-size: 12px;
|
|
}
|
|
|
|
#Overlay_Loading {
|
|
background: url(../../Zeitgeist/images/loading-blue.gif) no-repeat center 10px;
|
|
width: 190px;
|
|
padding-top: 30px;
|
|
margin-top: 30px;
|
|
text-align: center;
|
|
display: none;
|
|
}
|
|
|
|
#Overlay_Sidebar {
|
|
width: 200px;
|
|
margin-left: 5px;
|
|
}
|
|
|
|
#Overlay_Sidebar h2 {
|
|
font-size: 15px;
|
|
margin: 0;
|
|
padding: 0 0 8px 23px;
|
|
color: #255792;
|
|
}
|
|
|
|
a#Overlay_FullScreen,
|
|
a#Overlay_RowEvolution,
|
|
a#Overlay_Transitions {
|
|
display: block;
|
|
color: #255792;
|
|
font-size: 13px;
|
|
line-height: 15px;
|
|
margin: 0 0 0 5px;
|
|
padding: 8px 0 3px 25px;
|
|
text-decoration: none;
|
|
}
|
|
|
|
a#Overlay_RowEvolution {
|
|
margin-top: 20px;
|
|
background: url(../../Zeitgeist/images/row_evolution_hover.png) no-repeat 0 7px;
|
|
}
|
|
|
|
a#Overlay_Transitions {
|
|
background: url(../../Transitions/images/transitions_icon_hover.png) no-repeat 0 6px;
|
|
}
|
|
|
|
a#Overlay_FullScreen {
|
|
margin-top: 20px;
|
|
background: url(../../Zeitgeist/images/fullscreen.png) no-repeat 3px 8px;
|
|
}
|
|
|
|
a#Overlay_FullScreen:hover,
|
|
a#Overlay_RowEvolution:hover,
|
|
a#Overlay_Transitions:hover {
|
|
color: #E87500;
|
|
}
|
|
|
|
#Overlay_Main {
|
|
margin-left: 220px;
|
|
position: absolute;
|
|
top: 0;
|
|
}
|
|
|
|
#Overlay_Iframe {
|
|
border-left: 2px solid #ddd;
|
|
}
|
|
|
|
.Overlay_Metric {
|
|
font-size: 12px;
|
|
padding-bottom: 4px;
|
|
}
|
|
|
|
.Overlay_MetricValue {
|
|
font-size: 14px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.Overlay_NoData {
|
|
font-size: 12px;
|
|
color: #7E7363;
|
|
}
|
|
|
|
h2.Overlay_MainMetrics {
|
|
background: url(../images/info.png) 0 1px no-repeat;
|
|
}
|
|
|
|
body .ui-tooltip.Overlay_Tooltip {
|
|
font-size: 11px;
|
|
padding: 3px 5px 3px 6px;
|
|
}
|
|
|
|
#Overlay_NoFrame {
|
|
padding: 20px 0 40px 2px;
|
|
}
|
|
|
|
#Overlay_Error_NotLoading {
|
|
width: 190px;
|
|
display: none;
|
|
margin: 20px 0 0 5px;
|
|
font-size: 14px;
|
|
}
|
|
|
|
#Overlay_Error_NotLoading span {
|
|
color: #E87500;
|
|
font-weight: bold;
|
|
}
|
|
|
|
#topBars {
|
|
display: none;
|
|
}
|
|
|
|
.overlay-sidebar-container {
|
|
width: 220px;
|
|
} |