( ′∀`)σ≡σ☆))Д′)レ(゚∀゚;)ヘ=З=З=Зε≡(ノ´_ゝ`)ノ
/* preview styles */
#video_preview {
background-color: rgba(0, 0, 0, 0.7);
bottom: 0;
color: #000000;
display: none;
left: 0;
overflow: auto;
position: fixed;
right: 0;
top: 0;
z-index:900000;
/* -moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px; */
}
.video_wrp {
background-color: #FAFAFA;
height: auto;
margin: 15px auto 5px;
overflow: hidden;
padding: 5px;
text-align:center ;
vertical-align: top;
width: 1000px;
/* -moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;*/
}
#photo_preview {
background-color: rgba(0, 0, 0, 0.7);
bottom: 0;
color: #000000;
display: none;
left: 0;
overflow: auto;
position: fixed;
right: 0;
top: 0;
z-index:900000;
/* -moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;*/
}
.photo_wrp {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-o-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 0 0 10px #000;
-moz-box-shadow: 0 0 10px #000;
-o-box-shadow: 0 0 10px #000;
-ms-box-shadow: 0 0 10px #000;
box-shadow: 0 0 10px #000;
background-color: #FAFAFA;
height: auto;
margin: 15px auto 5px;
overflow: hidden;
padding: 5px;
text-align:center ;
vertical-align: top;
width: 800px;
/* -moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;*/
}
.close {
cursor: pointer;
float: right;
display: block;
width: 30px;
height: 30px;
text-indent: -9999px;
background: url(close.png) no-repeat 0 0;
}
.pleft {
float: left;
overflow: hidden;
position: relative;
/* -moz-border-radius: 10px;
-ms-border-radius: 10px;
-o-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;*/
}
.pright {
float: left; padding-left:10px;
}
.preview_prev, .preview_next {
cursor: pointer;
margin-top: -64px;
opacity: 0.5;
position: absolute;
top: 50%;
-moz-transition: opacity 0.2s ease 0s;
-ms-transition: opacity 0.2s ease 0s;
-o-transition: opacity 0.2s ease 0s;
-webkit-transition: opacity 0.2s ease 0s;
transition: opacity 0.2s ease 0s;
}
.preview_prev:hover, .preview_next:hover {
opacity: 1;
}
.preview_prev {
left : 10px;
}
.preview_next {
right: 10px;
}
.preview_ad {
cursor: pointer;
margin-top: -64px;
opacity: 0.2;
position: absolute;
top: 70%;
-moz-transition: opacity 0.2s ease 0s;
-ms-transition: opacity 0.2s ease 0s;
-o-transition: opacity 0.2s ease 0s;
-webkit-transition: opacity 0.2s ease 0s;
transition: opacity 0.2s ease 0s;
}
.preview_ad:hover {
opacity: 1;
}
.preview_ad {
left : 0px;
}
/* comments styles */
#comments form {
margin:0px 0;
text-align: left;
}
#comments table td.label {
color: #000;
font-size: 10px;
padding-right: 3px;
text-align:left;
}
#comments table label {
color: #000;
font-size: 10px;
font-weight: normal;
vertical-align: middle;
}
#comments table td.field input, #comments table td.field textarea {
border: 1px solid #666;
font-family: Verdana,Arial,sans-serif;
font-size: 10px;
margin-top: 2px;
padding: 6px;
}
#comments_list {
margin: 5px 0;
text-align: left;
}
#comments_list .comment {
border-top: 1px solid #666;
padding: 5px 0;
}
#comments_list .comment:first-child {
border-top-width:0px;
}
#comments_list .comment span {
font-size: 10px;
}