File size: 3.69Kb
.lock-modal {
/* when modal is opened we're removing scrollbars from the main content */
overflow: hidden;
}
.themodal-overlay {
/* overlay will stay fixed and will take all the space available */
position: fixed;
bottom: 0;
left: 0;
top: 0;
right: 0;
z-index: 10000;
/* if modal content doesn't fit inside the overlay, display scrollbars */
overflow: auto;
/* allow one-finger iPad scrolling */
-webkit-overflow-scrolling: touch;
}
/* fix for iPad glitches */
.themodal-overlay > * {
-webkit-transform: translateZ(0px);
}
.themodal-overlay {
background: rgba(0, 0, 0, 0.8);
/* IE6–IE8 */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = #7F000000, endColorstr = #7F000000);
zoom: 1;
}
td.dcms-close
{
font-size: 12px;
color:#22417b;
vertical-align: top;
}
td.dcms-modal-title
{
font-size: 12px;
font-weight: bold;
color:#2d5f91;
vertical-align: top;
}
.dcms-modal-komm-table
{
margin-top: 10px;
}
div.dcms-modal-content
{
min-height: 450px;
width: 100%;
text-align: center;
position: relative;
}
div.dcms-modal-upload
{
width: 100%;
text-align: left;
position: relative;
font-size: 15px;
margin-top: 10px;
}
#progress-bar-upload
{
width: 160px;
height: 16px;
background-image: url(img/progress_grad.gif);
display: none;
margin: auto;
}
.dcms-modal-img
{
max-width: 100%;
}
.dcms-load-photo
{
margin:auto;
margin-top: 30%;
}
.dcms-modal-komm
{
text-align: left;
width: 70%;
vertical-align: top;
}
.dcms-modal-panel
{
text-align: left;
width: 30%;
vertical-align: top;
margin-left: 5px;
}
.dcms-modal-panel-content
{
border-left: 1px solid #d5d5d5;
padding: 5px;
color:#7f7f7f;
font-family: Verdana;
}
.dcms-modal-style {
background: #ffffff;
width: 600px;
margin: 30px auto;
border: 1px solid #1a1a1a;
padding: 20px;
}
.dcms-modal-style .close_dcms_modal {
float: right;
text-decoration: none;
font-size: 12px;
cursor: pointer;
}
.dcms-time-panel
{
color: #7f7f7f;
font-size: 12px;
text-align: left;
padding:8px;
}
.dcms-komm-d
{
padding: 5px;
border-top: 1px solid #d5d5d5;
}
form.dcms-modal-form
{
color:#36638e;
padding: 5px;
}
.dcms-modal-textarea
{
background: #FFFFFF;
border: 1px solid #C0CAD5;
color: #000000;
margin: 0px 0px 0px;
padding: 3px;
border-radius: 0;
-moz-border-radius: 0;
height: 60px;
width: 400px;
margin: 0;
margin-bottom: 5px;
margin-top: 5px;
}
.dcms-modal-submit
{
background: url("http://st0.vk.me/images/button_vk.png") 0px -16px repeat-x #6181A6;
border-bottom-color: #5980A9;
border-left-color: #5980A9;
border-right-color: #5980A9;
border-top-color: #789ABF;
color: #FFFFFF;
text-shadow: 0px 1px 0px #45688E;
-moz-border-radius: 0;
border-radius: 0;
margin:0;
margin-left: 0px;
}
#dcms-avatar-id
{
position: relative;
}
.dcms-photo-upload
{
position: absolute;
text-align: left;
height: 25px;
width: 128px;
bottom:0px;
left:0px;
padding: 6px;
padding-top: 76px;
padding-left: 2px;
margin:1px;
}
.dcms-photo-hover
{
position: absolute;
text-align: left;
height: 35px;
width: 128px;
bottom:0px;
left:0px;
background: #000000;
opacity: 0.0;
filter: alpha(Opacity=70);
color:#ffffff;
font-size: 12px;
display: none;
}
.dcms-photo-hover a
{
color:#c4c4c4;
}
.dcms-photo-hover a:hover
{
color:#ffffff;
}
.dcms-photo-hover:hover
{
position: absolute;
opacity: 0.6;
}
/* The PC version */
@media all and (min-width: 917px)
{
.dcms-photo-hover
{
display: block;
}
.dcms-photo-upload{
width: 128px;
}
}