-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
127 lines (106 loc) · 1.77 KB
/
style.css
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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
.top {
height: 7px;
background-image: url(images/border.png);
background-position: left bottom;
background-repeat: repeat-x;
}
.header {
position:relative;
max-width: 960px;
height: 204px;
font-family: "Myriad Pro";
font-size: 21px;
background: #f7f7f7;
margin: 0px auto;
}
.title {
position:absolute;
bottom:0;
left: 0;
font-size: 64px;
}
.logo {
position:absolute;
right: 0;
}
.logo img{
height: 100%;
width: auto;
padding-bottom: 16px;
}
.contact {
position: absolute;
top: 0;
left: 0;
font-size: 16px;
}
.contact p {
margin-bottom: 0;
}
.back {
background: #ededed;
padding-bottom: 50px;
}
.container {
max-width: 960px;
font-family: "Myriad Pro";
font-size: 21px;
padding-left: 0px;
}
.container textarea {
width: 450px;
height: 200px;
background: rgba(205, 214, 219, 0);
border: 3px solid black;
}
.container .name {
width: 450px;
}
.add-chat {
position:relative;
width: 450px;
}
.add-chat .btn {
position: absolute;
right: 0;
background: rgba(205, 214, 219, 0);
border: 3px solid black;
color: black;
}
footer {
position:relative;
height: 140px;
max-width: 960px;
margin: 0px auto;
font-family: "Myriad Pro";
font-size: 16px;
}
footer .logo {
position:absolute;
left: 0;
}
footer .logo img {
max-height: 100%;
width: auto;
padding-bottom: 16px;
padding-top: 10px;
}
.contact-footer {
position:absolute;
top: 50%;
-webkit-transform: translate(-0%, -50%);
-moz-transform: translate(-0%, -50%);
-ms-transform: translate(-0%, -50%);
-o-transform: translate(-0%, -50%);
transform: translate(-0%, -50%);
left: 156px;
}
.contact-footer p {
margin-bottom: 0;
}
.footer-copyright {
position:absolute;
bottom: 0;
left: 156px;
padding-bottom: 12px;
}