-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathscreen4.css
More file actions
179 lines (148 loc) · 2.46 KB
/
screen4.css
File metadata and controls
179 lines (148 loc) · 2.46 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
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
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
* {
margin: 0px;
padding: 0px;
background-color: black;
}
.container {
width: 970px;
margin: 0px auto;
}
div.header {
background-color: silver;
min-height: 100px;
}
.header img {
margin-left: 20px;
}
p.header-phone {
display: inline-block;
background-color: transparent;
vertical-align: top;
margin-left: 270px;
margin-top: 30px;
}
ul {
text-transform: uppercase;
background-color: transparent;
border-top: 1px solid gray;
text-align: center;
margin: 0px;
padding: 5px;
}
li {
display: inline;
background-color: transparent;
padding: 0px 5px;
}
a {
text-decoration: none;
color: gray;
font-size: 14px;
background-color: transparent;
}
div.body-top {
margin: 20px 20px 0px 20px;
}
.body-top img {
border: 3px solid white;
}
div.about {
background-color: #999999;
display: inline-block;
margin-left: 10px;
height: 261px;
width: 530px;
vertical-align: top;
}
.info-title {
text-transform: uppercase;
font-size: 14px;
display: inline-block;
width: 100%;
padding: 5px 0px;
vertical-align: top;
background-color: gold;
}
div.about p {
color: white;
font-size: 14px;
display: inline-block;
padding: 10px;
margin: auto 10px;
background-color: transparent;
}
span.bold {
font-weight: bold;
background-color: transparent;
}
div.body-mid {
margin: 5px 20px
}
div.body-mid img {
width: 60px;
}
.body-mid p {
color: #ddbb88;
display: inline-block;
font-size: 14px;
}
div.body-bottom {
margin: 0px 20px;
width: 930px;
}
div.columns {
margin: 0px;
padding: 0px;
padding-bottom: 10px;
width: 220px;
display: inline-block;
background-color: #ddbb88;
}
.columns {
margin-left: 0px;
}
.columns h2 {
width: 100%;
}
.columns img {
width: 100%;
}
.columns p {
background-color: transparent;
font-size: 14px;
padding: 10px;
}
.columns button {
background-color: gold;
margin-left: 80px;
padding: 1px 10px;
display: block;
}
div.columns1 {
margin-left: 11px;
padding: 0px;
padding-bottom: 10px;
width: 220px;
display: inline-block;
background-color: #ddbb88;
}
.columns1{
margin-left: 0px;
}
.columns1 h2 {
width: 100%;
}
.columns1 img {
width: 100%;
}
.columns1 p {
background-color: transparent;
font-size: 14px;
padding: 10px;
}
.columns1 button {
background-color: gold;
margin-left: 80px;
padding: 1px 10px;
display: block;
}