hybrid.gallery.css
3.61 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
/*
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;
}