DIR : /home/kozerus/public_html/pn/uize/site-source/js/Uize/Widgets/SegmentDisplay/Seven/Css.csst
/home/kozerus/public_html/pn/uize/site-source/js/Uize/Widgets/SegmentDisplay/Seven
.`` {
position: relative;
display: inline-block;
}
.`segment`, .`segment` div {
position: absolute;
}
.`segmentBar` {
box-sizing: border-box;
}
/*** segment states ***/
.`segmentOff` .`segmentBar`,
.`segmentOff` .`segmentEnd` {
/* NOTE:
For some weird reason, simply having the opacity styling on the segmentOff element doesn't work in IE8 in standards mode, only IE8 in IE7 compatibility mode (what a mess). We have to select on the child elements. Doesn't seem like IE can ever get opacity quite right.
*/
opacity: .04;
filter: alpha(opacity=4);
}
/*** horizontal segments ***/
.`horzSegment` {
width: 100%;
}
.`horzSegment` .`segmentBar` {
top: 0;
bottom: 0;
}
.`horzSegmentTop` {
top: 0;
}
.`horzSegmentBottom` {
bottom: 0;
}
/*** vertical segments ***/
.`vertSegment` {
height: 50%;
}
.`vertSegment` .`segmentBar` {
left: 0;
right: 0;
}
.`vertSegmentTop` {
top: 0;
}
.`vertSegmentBottom` {
bottom: 0;
}
.`vertSegmentLeft` {
left: 0;
}
.`vertSegmentRight` {
right: 0;
}
.`segmentEnd` {
width: 0;
height: 0;
border-style: solid;
border-color: transparent;
background: none;
}
//
koh5_pano
Drag mouse to navigate.
Navigation
- Left/Right Mouse drag: Changes camera heading.
- Up/Sown Mouse drag: Changes camera pitch.
- Scroll wheel: Changes camera field of view.
- I-Key: Displays Info panel with canvas size, image size and FPS.
17.Aug.2010, Martin Wengenmayer