ajaxfileupload.css
805 Bytes
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
html,body {
margin: 0;
padding: 0;
}
body {
font: 12px/1.3em Arial, Helvetica, sans-serif;
color: #000;
background-color: #fff;
}
h1,h2,h3,h4,h5 {
margin: 0 0 1em;
color: #F2683E;
}
h1 {
font-size: 18px;
font-weight: normal;
}
p {
margin: 0 0 1em;
}
a,a:link,a:visited {
color: #F2683E;
}
a:hover,a:active {
}
a img {
border: none;
}
form {
margin: 0;
}
fieldset {
padding: 0;
}
hr {
height: 1px;
border: none;
color: #999;
background-color: #999;
}
/* ~~~ === POSITIONG SELECTORS ======================================= ~~~ */
#wrapper {
position: relative;
width: 773px;
height: 474px;
}
#content {
float: left;
display: inline;
width: 541px;
height: 341px;
margin: 30px 0 0 8px;
padding: 22px;
}