Dotclear

source: admin/style/candyUpload/style.css @ 3:cf375f1e7b0f

Revision 3:cf375f1e7b0f, 2.2 KB checked in by Dsls <dsls@…>, 14 years ago (diff)

Ported Franck & Kozlika updates for user prefs, dedicated branch

Line 
1
2div.cu-ctrl {
3     background: #f5f5f5;
4     padding: 5px 0 0 0;
5     margin: 0 0 1em 0;
6     overflow: hidden;
7     border-color: #ccc;
8     border-width: 1px 0;
9     border-style: solid;
10}
11
12div.cu-msg {
13     padding: 0 0.5em;
14     font-weight: bold;
15}
16div.cu-msg.cu-error {
17     color: #c00;
18}
19
20div.cu-files {
21     padding: 0 0.5em;
22     margin: 10px 0;
23}
24div.cu-file {
25     margin: 0 0 8px 0;
26     position: relative;
27}
28div.cu-fileinfo {
29     margin-left: 16px;
30}
31div.cu-fileinfo span.cu-filecancel {
32     display: block;
33     position: absolute;
34     top: 2px;
35     left: 0px !important;
36     left: -16px;
37}
38div.cu-files span.cu-filecancel a {
39     display: block;
40     width: 12px;
41     height: 12px;
42     background: transparent url(cancel.png) no-repeat top left;
43     border: none;
44     text-indent: -5000px;
45     outline: none;
46}
47div.cu-files span.cu-filemsg {
48     font-weight: bold;
49     color: green;
50}
51div.cu-files span.cu-filemsg.cu-error {
52     color: #c00;
53}
54
55div.cu-progress {
56     margin-left: 16px;
57}
58div.cu-progress div {
59     height: 10px;
60     width: 0;
61     font-size: 0.8em;
62     line-height: 1em;
63     height: 1em;
64     padding: .2em 0;
65     text-align: right;
66     background: green url(loader.png) repeat-x top left;
67     color: white;
68     font-weight: bold;
69     -moz-border-radius: 2px;
70}
71
72div.cu-btn {
73     padding: 0 0.5em;
74     line-height: 1.2em;
75     height: 1.5em;
76     margin-top: 1em;
77     position: relative;
78}
79div.cu-btn span {
80     display: block;
81     margin: 0 0 0 .5em;
82     float: right;
83}
84div.cu-btn span a {
85     display: block;
86     padding: .3em 1.5em;
87}
88div.cu-btn span.cu-btn-browse {
89     float: none;
90     position: absolute;
91     left: 0.5em;
92     margin: 0;
93}
94div.cu-btn span.cu-btn-upload a.button {
95     color: #fff;
96     border: 1px solid #2373A8;
97     background: #2373A8;
98     background: -webkit-gradient(linear, left top, left bottom, from(#2C8FD1), to(#2373A8));
99     background: -moz-linear-gradient(top,  #2C8FD1,  #2373A8);
100}
101div.cu-btn span.cu-btn-upload a.button:hover, div.cu-btn span.cu-btn-upload a.button:focus {
102     color: #fff;
103     border: 1px solid #2C8FD1;
104     background: #2C8FD1;
105     background: -webkit-gradient(linear, left top, left bottom, from(#2373A8), to(#2C8FD1));
106     background: -moz-linear-gradient(top,  #2373A8,  #2C8FD1);
107     filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#2373A8', endColorstr='#2C8FD1');
108}
109div.cu-maxsize {
110     clear: both;
111     margin: .75em 0 0 0.5em;
112     font-style: italic;
113}
114
115div.cu-disable {
116     margin: 1em 0;
117     padding: 0 0 0.5em 0.5em;
118}
Note: See TracBrowser for help on using the repository browser.

Sites map