source: pro-violet-viettel/www/deploy/20150304/assets/css/style2.css @ 842

Last change on this file since 842 was 842, checked in by dungnv, 10 years ago
File size: 8.3 KB
Line 
1/*-------------------------
2    Simple reset
3--------------------------*/
4
5
6*{
7    margin:0;
8    padding:0;
9}
10/*-------------------------
11    General Styles
12--------------------------*/
13html{
14    background-color:#ebebec;
15
16    background-image:-webkit-radial-gradient(center, #ebebec, #b4b4b4);
17    background-image:-moz-radial-gradient(center, #ebebec, #b4b4b4);
18    background-image:radial-gradient(center, #ebebec, #b4b4b4);
19
20    /* min-height:900px; */
21}
22
23body{
24    /* font:15px/1.3 Arial, sans-serif; */
25    color: #4f4f4f;
26}
27
28a, a:visited {
29    outline:none;
30    color:#389dc1;
31}
32
33a:hover{
34    text-decoration:none;
35}
36
37section, footer, header, aside{
38    display: block;
39}
40
41
42/* --------------------------------Fix something from style.css ---------------------------*/
43
44/* Bootstrap modified */
45.dropdown-menu.dropdown-close {
46    top: 100%;
47}
48#tools-bar .btn-success, .btn-success:focus,
49#tools-bar .btn-danger, .btn-danger:focus,
50#tools-bar .btn-warning, .btn-warning:focus,
51#tools-bar .btn-info, .btn-info:focus {
52    background-color: transparent;
53    border-color: transparent;
54}
55#tools-bar .btn, .btn-default, .btn:focus, .btn-default:focus, .btn:hover, .btn-default:hover {
56    background-color: #F5F5F5!important;
57    border-color: #F5F5F5;
58}
59/*.btn:hover, .btn-default:hover {
60    border: 1px solid #666;
61    border-width: 1px !important;
62    border-radius: 100px !important;
63}*/
64#tools-bar .btn {
65    color: #666 !important;
66}
67/* End Bootstrap */
68
69#navigation-bar {
70    border-bottom: 1px solid #eee;
71    padding: 10px 0;
72}
73.breadcrumb .home-icon {
74    color: #9BB8A7;
75}
76@media only screen and (max-width: 991px) {
77    .breadcrumb {
78        margin-left: 10px;
79    }
80}
81.change-file-view {
82    padding-right: 10px;
83}
84.change-file-view li {
85    cursor: pointer;
86    color: #C4C4C4;
87    font-size: 16px;
88}
89.change-file-view li:hover {
90    color: #989797;
91}
92#file-container UL.vsgrid LI.vscell {
93    height: 100px;
94}
95#file-container {
96    height: calc(100% - 47px);
97}
98#status-bar {
99    color: #666;
100    background: #F5F5F5;
101    padding: 3px 0 0 20px;
102    border-top: 1px #CDCDCD solid;
103}
104#status-bar span:first-child {
105    float: right;
106    padding-right: 10px;
107}
108
109img[src=''], img:not([src]) {
110    opacity:0;
111}
112.btn:focus {
113    outline: none !important;
114}
115.preview .modal-content {
116    background: transparent;
117    border: 0;
118}
119.preview .modal-content .modal-body .bootbox-body {
120    margin-top: 5px;
121}
122.preview button.bootbox-close-button {
123        float: none;
124    position: absolute;
125    right: 0;
126    font-size: 31px;
127    font-weight: 700;
128    line-height: 1;
129    color: #FFF;
130    text-shadow: 0 1px 0 #fff;
131    border: 2px solid #FFFFFF;
132    background: #000;
133    border-radius: 50%;
134    opacity: 1;
135    z-index: 99;
136    padding: 0 6px;
137}
138.preview button.bootbox-close-button:hover,
139.preview button.bootbox-close-button:focus {
140    color: #fff;
141    text-decoration: none;
142    cursor: pointer;
143    filter: alpha(opacity=100);
144    opacity: 1;
145    outline: 0;
146}
147.preview .modal-content .modal-footer {
148    display: none;
149}
150/*------------ File Manager: Grid View ----- */
151#file-container ul.vsgrid li.vscell div[class^="icon-"] img {
152    height: 100%;
153    width: 100%;
154    padding: 5px;
155}
156#file-container ul.vsgrid li.vscell div[class^="icon-"]:not([class="icon-directory"]) img:not([src]),
157#file-container ul.vsgrid li.vscell div[class^="icon-"]:not([class="icon-directory"]):empty {
158    background-image: url(../images/file-icon-new.png);
159    background-repeat: no-repeat;
160}
161
162/*------------ File Manager: List View ----- */
163.list-view#file-container > ul.vsgrid > li.vscell {
164        height: auto;
165        padding: 10px 2px;
166        border-bottom: 1px solid #eee;
167        text-align: left;
168        float: none;
169        width: 100%;
170}
171.list-view#file-container > ul.vsgrid > li.vscell:hover,
172.list-view#file-container > ul.vsgrid > li.vscell.selected {
173        background: rgba(87, 199, 214, 0.07);
174}
175.list-view#file-container > ul.vsgrid > li.vscell.selected {
176    background: #E3F2FF;
177}
178.list-view#file-container ul.vsgrid li.vscell.selected div[class^="icon-"],
179.list-view#file-container ul.vsgrid li.vscell.selected div.file-name {
180    background-color: transparent;
181}
182.list-view#file-container > ul.vsgrid > li.vscell > div.icon-directory {
183        background-size: cover;
184}
185.list-view#file-container > ul.vsgrid > li.vscell > div.file-name {
186        padding: 5px 15px;
187        text-align: left;
188}
189.list-view#file-container > ul.vsgrid > li.vscell > div.file-name a:hover{
190        text-decoration: underline;
191}
192
193.list-view#file-container > ul.vsgrid > li.vscell > div[class^="icon-"] {
194        width: 28px;
195        height: 28px;
196        float: left;
197    background-size: cover;
198}
199
200
201/*----------------------------
202    The file upload form
203-----------------------------*/
204
205
206#upload{
207    font-family:'PT Sans Narrow', sans-serif;
208    background-color:#373a3d;
209
210    background-image:-webkit-linear-gradient(top, #373a3d, #313437);
211    background-image:-moz-linear-gradient(top, #373a3d, #313437);
212    background-image:linear-gradient(top, #373a3d, #313437);
213
214    width:550px;
215    padding:30px;
216    border-radius:3px;
217   
218    margin:0px auto 0px;
219    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
220}
221
222#drop{
223    background-color: #2E3134;
224    padding: 40px 50px;
225    margin-bottom: 30px;
226    border: 20px solid rgba(0, 0, 0, 0);
227    border-radius: 3px;
228    border-image: url('../img/border-image.png') 25 repeat;
229    text-align: center;
230    text-transform: uppercase;
231    height:250px;
232    font-size:16px;
233    font-weight:bold;
234    color:#7f858a;
235}
236
237#drop a{
238    background-color:#007a96;
239    padding:12px 26px;
240    color:#fff;
241    font-size:14px;
242    border-radius:2px;
243    cursor:pointer;
244    display:inline-block;
245    margin-top:12px;
246    line-height:1;
247}
248
249#drop a:hover{
250    background-color:#0986a3;
251}
252
253#drop input{
254    display:none;
255}
256
257#upload ul{
258    list-style:none;
259    margin:0 -30px;
260    border-top:1px solid #2b2e31;
261    border-bottom:1px solid #3d4043;
262}
263
264#upload ul li{
265
266    background-color:#333639;
267
268    background-image:-webkit-linear-gradient(top, #333639, #303335);
269    background-image:-moz-linear-gradient(top, #333639, #303335);
270    background-image:linear-gradient(top, #333639, #303335);
271
272    border-top:1px solid #3d4043;
273    border-bottom:1px solid #2b2e31;
274    padding:15px;
275    height: 52px;
276
277    position: relative;
278}
279
280#upload ul li input{
281    display: none;
282}
283
284#upload ul li p{
285    width: 144px;
286    overflow: hidden;
287    white-space: nowrap;
288    color: #EEE;
289    font-size: 16px;
290    font-weight: bold;
291    position: absolute;
292    top: 5px;
293    left: 100px;
294}
295
296#upload ul li i{
297    font-weight: normal;
298    font-style:normal;
299    color:#7f7f7f;
300    display:block;
301}
302
303#upload ul li canvas{
304    top: 0px;
305    left: 32px;
306    position: absolute;
307}
308
309#upload ul li span{
310    width: 15px;
311    height: 12px;
312    background: url('../img/icons.png') no-repeat;
313    position: absolute;
314    top: 18px;
315    right: 33px;
316    cursor:pointer;
317}
318
319#upload ul li.working span{
320    height: 16px;
321    background-position: 0 -12px;
322}
323
324#upload ul li.error p{
325    color:red;
326}
327
328
329/*----------------------------
330    The Demo Footer
331-----------------------------*/
332
333
334footer{
335    background-color: #080808;
336    bottom: 0;
337    box-shadow: 0 -1px 2px rgba(0,0,0,0.4);
338    height: 40px;
339    left: 0;
340    position: fixed;
341    width: 100%;
342    z-index: 100000;
343}
344
345footer h2{
346    font-size: 14px;
347    font-weight: normal;
348    position: absolute;
349    top:0;
350    left: 50%;
351    bottom:0;
352    margin-left: -420px;
353    padding:13px 20px 0;
354    border:1px solid #000;
355    border-width:0 1px;
356    background-color:rgba(0,0,0,0.6);
357    box-shadow:0 0 5px #000 inset;
358    line-height: 1;
359    margin-top: 0;
360}
361
362footer h2 a{
363    color: #EEEEEE !important;
364    text-decoration:none !important;
365}
366
367footer h2 i{
368    font-style:normal;
369    color:#888;
370}
371
372#tzine-download{
373    opacity:0.9;
374    background-color:#257691;
375    font-size:11px;
376    text-align:center;
377    text-transform:uppercase;
378    width:150px;
379    height:28px;
380    line-height:28px;
381    text-decoration:none !important;
382
383    display: inline-block;
384    border-radius: 2px;
385    color: #fff !Important;
386    font-weight: bold;
387    box-shadow: 0 -1px 2px #1e5e74 inset;
388
389    border-top:1px solid #26849c;
390
391    text-shadow:1px 1px 1px #1e6176;
392    margin-top:6px;
393}
394
395#tzine-download:hover{
396    opacity:1;
397}
398
399#tzine-actions{
400    position:absolute;
401    top:0;
402    width:500px;
403    right:50%;
404    margin-right:-420px;
405    text-align:right;
406}
407
408#tzine-actions iframe{
409    display: inline-block;
410    height: 21px;
411    width: 95px;
412    position: relative;
413    float: left;
414    margin-top: 11px;
415}
Note: See TracBrowser for help on using the repository browser.