93 lines
No EOL
1.4 KiB
CSS
93 lines
No EOL
1.4 KiB
CSS
/* Overlays - Use this stylesheet if you want to only use yLink.
|
|
------------------------------------- */
|
|
|
|
#ys-overlay {
|
|
position: fixed;
|
|
_position: absolute;
|
|
z-index: 100;
|
|
width: 100%;
|
|
height: 100%;
|
|
top: 0;
|
|
left: 0;
|
|
background-color: #000;
|
|
filter: alpha(opacity=60);
|
|
-moz-opacity: 0.6;
|
|
opacity: 0.6;
|
|
}
|
|
|
|
* html body {
|
|
height: 100%;
|
|
width: 100%;
|
|
}
|
|
|
|
#ys-closeoverlay-link,
|
|
#ys-switchoverlay-link {
|
|
display: block;
|
|
font-weight: bold;
|
|
height: 13px;
|
|
font: 11px/1 Arial, Helvetica, sans-serif;
|
|
color: #fff;
|
|
text-decoration: none;
|
|
margin-bottom: 1px;
|
|
outline: none;
|
|
float: left;
|
|
}
|
|
|
|
#ys-switchoverlay-link {
|
|
float: right;
|
|
}
|
|
|
|
.ys-window {
|
|
z-index: 102;
|
|
position: fixed;
|
|
_position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
}
|
|
|
|
#ys-cp {
|
|
margin-top: -220px;
|
|
margin-left: -310px;
|
|
width: 620px;
|
|
}
|
|
|
|
#ys-yshout {
|
|
margin-top: -250px;
|
|
margin-left: -255px;
|
|
width: 500px;
|
|
}
|
|
|
|
#ys-history {
|
|
margin-top: -220px;
|
|
margin-left: -270px;
|
|
width: 540px;
|
|
}
|
|
|
|
#yshout .ys-browser {
|
|
border: none !important;
|
|
outline: none !important;
|
|
z-index: 102;
|
|
overflow: auto;
|
|
background: transparent !important;
|
|
}
|
|
|
|
#yshout-browser {
|
|
height: 580px;
|
|
width: 510px;
|
|
}
|
|
|
|
#cp-browser {
|
|
height: 440px;
|
|
width: 620px;
|
|
_height: 450px;
|
|
_width: 440px;
|
|
}
|
|
|
|
#history-browser {
|
|
height: 440px;
|
|
width: 540px;
|
|
border-top: 1px solid #545454;
|
|
border-left: 1px solid #545454;
|
|
border-bottom: 1px solid #444;
|
|
border-right: 1px solid #444;
|
|
} |