61 lines
1.2 KiB
CSS
61 lines
1.2 KiB
CSS
|
span#span_opis{
|
|||
|
font-size: 14px;
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
.div_galery {
|
|||
|
border: 0px solid gray;
|
|||
|
width: 30%;
|
|||
|
margin: 11px;
|
|||
|
float: left;
|
|||
|
}
|
|||
|
|
|||
|
.bwWrapper {
|
|||
|
position:relative;
|
|||
|
display:block;
|
|||
|
}
|
|||
|
.tuda_suda{
|
|||
|
width: 100%;
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
|
|||
|
.galery_list li{
|
|||
|
list-style: none;
|
|||
|
display: block;
|
|||
|
float:left;
|
|||
|
margin-right: 15px;
|
|||
|
}
|
|||
|
|
|||
|
#mask {
|
|||
|
position:absolute;
|
|||
|
left:0;
|
|||
|
top:0;
|
|||
|
z-index:9000;
|
|||
|
background-color:#000;
|
|||
|
display:none;
|
|||
|
font-family: Georgia;
|
|||
|
}
|
|||
|
#boxes .window {
|
|||
|
position:absolute;
|
|||
|
left:0;
|
|||
|
top:0;
|
|||
|
width:440px;
|
|||
|
height:200px;
|
|||
|
display:none;
|
|||
|
z-index:9999;
|
|||
|
padding:20px;
|
|||
|
text-align: center;
|
|||
|
font-size: 25px;
|
|||
|
}
|
|||
|
/*ТУТ РЕГУЛИРУЕТСЯ МОДАЛЬНОЕ ОКНО ПОД ОРИГИНАЛЬНОЕ ИЗОБРАЖЕНИЕ*/
|
|||
|
#boxes #dialog {width:72%;
|
|||
|
height:82%;
|
|||
|
padding:10px;background: #fff url(template-example/template-example-bg.gif);
|
|||
|
border-radius: 3px;-moz-border-radius: 3px;-moz-box-shadow: #000 0px 3px 5px;-webkit-box-shadow: #000 0px 3px 5px;}
|
|||
|
.close {float: right;margin: 142px 10px 0 0;}
|
|||
|
.link a{margin-top: 50px;width: 100%;text-align: center;display: block;font-size: 25px;font-family: Georgia;color: #212121;}
|
|||
|
.link a:hover {color: #767676;}
|
|||
|
|
|||
|
|
|||
|
img.img_del_img{cursor:pointer;}
|