-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles2.css
More file actions
92 lines (88 loc) · 1.38 KB
/
styles2.css
File metadata and controls
92 lines (88 loc) · 1.38 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
* {
margin: 0;
padding: 0;
}
body {
background: #fff;
color: #333;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1, h2, h3, h4, ul, p, form, pre, div {
margin-bottom: 20px;
}
.container {
width: 700px;
margin: 50px 100px;
}
div.sign {
margin-bottom: 40px;
width: 350;
background: #fff;
border: 5px solid #000;
border-radius: 10px;
-moz-border-radius: 10px;
color: #000;
margin-bottom: 40px;
}
.sign h1 {
display: inline;
margin: 5px 10px;
}
.sign span.green {
font-weight: bold;
margin-left: 10px;
color: #090;
font-size: 24px;
border: none;
}
.sign span.red {
display: block;
color: #c00;
font-size: 14px;
font-weight: bold;
padding: 5px 10px;
border-top: 1px solid #000;
}
form {
line-height: 2;
width: 500px;
}
.col_container {
position: relative;
overflow: hidden;
width: 700px;
}
.col_left {
width: 290px;
height: 290px;
float: left;
padding: 20px;
}
.col_right {
width: 290px;
height: 290px;
float: right;
padding: 20px;
}
.col_container h3 {
color: #fff;
font-size: 24px;
background: #000;
padding: 2px 5px;
text-transform: capitalize;
}
.col_container ul {
color: #fff;
font-weight: bold;
font-size: 22px;
list-style: none;
}
.ui-autocomplete {
background-color: white;
width: 300px;
border: 1px solid #cfcfcf;
list-style-type: none;
padding-left: 0px;
color: #000;
font-size: 14px;
}