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

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