hybrid.gallery.css 3.61 KB
/*
START OF STATIC
*/

hr { border:0; background-color: rgb(225,225,225); height:1px; margin: 5px 0px 10px 0px; clear: both;  }

table { width: 100%; margin:0px; padding:0px; border: none; border-collapse: collapse; }
table thead th {}
table thead td {}
table tbody th { text-align:left; color: #4D4D4D; padding: 2px 2px 2px 0px; width: 80px; }
table tbody td { color: #999; padding: 2px 2px 2px 0px; }
table a { font-size: 11px; }
table th,td { font-size: 11px; }

strong {  font-weight: bold; }

a,a:link { color: #88c550; text-decoration: none; }
a:hover,a:active {color: #4EAE08; text-decoration: none; }

.clear { clear:both; }
.left { float: left; }
.right { float: right; }

/*
END OF STATIC
*/

#TzHybridGallery {}

#TzHybridGallery_Control {
    display:none;
}

.tabs {
    float:left;
    width:100%;
    background:#fff;
    font-size:93%;
    line-height:normal;
    border-bottom: 1px solid rgb(225,225,225);
    margin-bottom:0px;
}

.tabs ul {
    margin:0;
    padding:10px 10px 0 10px;
    list-style:none;
}

.tabs li {
    display:inline;
    margin:0;
    padding:0;
}

.tabs .notes {
    float:right;
}

.tabs a {
    float:left;
    background:url("../images/tableftB.gif") no-repeat left top;
    margin:0;
    padding:0 0 0 4px;
    text-decoration:none;
}

.tabs a span {
    float:left;
    display:block;
    background:url("../images/tabrightB.gif") no-repeat right top;
    padding:5px 15px 4px 6px;
    color:#666;
}

.tabs a:hover span,
.tabs a.selected span {
    color:#000;
}

.tabs a:hover,
.tabs a.selected {
    background-position:0% -42px;
}

.tabs a:hover span,
.tabs a.selected span {
    background-position:100% -42px;
}

.panels {
    border:1px solid rgb(225,225,225);
    border-top:none;
    padding:10px;
}

.formSection {
    float:left;
    width:400px;
}

.UploadInformation {
    float:right;
    width: 300px;
}

.gallery-css-form {}
.gallery-css-form p { clear: both; margin:0; padding:0; margin-bottom: 6px;}
.gallery-css-form label { float: left; width: 120px; }
.gallery-css-form input[type=text], .gallery-css-form textarea {
    border:1px solid rgb(225,225,225);
    padding:3px 4px;
    width:250px;
    font-size:11px;
    font-family: arial,sans-serif;
}

.gallery-css-form input[type=submit] { border:1px solid #fff; background-color: #88c550; padding: 3px 8px; color:#fff;}
.gallery-css-form p.submit-area { margin-top:15px;}

#TzHybridGallery_Response {
    border: 1px solid green;
    background-color: #FFFFCC;
    padding:10px;
    color:green;
    margin-top:10px;
    display: none;
}

#TzHybridGallery_Viewport {
    margin-top:10px;
}

.BoxError {
    border:1px solid red;
    background: pink url('../images/warning.png') bottom right no-repeat;
    padding: 5px 10px 10px 10px;
    color:red;
    margin-bottom:10px;
    font-size: 11px;
    line-height:13px;
}

.BoxError p { margin-top:5px;}
.BoxError p:first-child { margin-top:0px;}

.BoxError legend { background: red; padding:3px 8px; color:#fff; font-size: 11px; }


.BoxSuccess {
    border:1px solid #88c550;
    background: #FFFFCC;
    padding: 5px 10px 10px 10px;
    color:#88c550;
    margin-bottom:10px;
    font-size: 11px;
    line-height:13px;
}

.BoxSuccess p { margin-top:5px;}
.BoxSuccess p:first-child { margin-top:0px;}

.BoxSuccess legend { background: #88c550; padding:3px 8px; color:#fff; font-size: 11px; }




.image-selected-name,.subtext,.video-selected-name { color: #ccc;}

#TzHybridGallery_Header {
    margin-bottom:10px;
}

textarea {
    resize: none;
}