Skip to content

Commit 1582c4c

Browse files
committed
vmware migration page styles, table
1 parent 7f3fcca commit 1582c4c

2 files changed

Lines changed: 506 additions & 172 deletions

File tree

themes/openstack/scss/vmwaremigration.scss

Lines changed: 70 additions & 118 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
1-
/* -- Baremetal landing -- */
1+
/* -- vmwmigration landing -- */
22
@import "_cdn.scss";
33

44
/* -- General Layout ----- */
55

6-
.baremetal h1, .baremetal h2, .baremetal h3, .baremetal h4, .baremetal h5, .baremetal p {
6+
.vmwmigration h1, .vmwmigration h2, .vmwmigration h3, .vmwmigration h4, .vmwmigration h5, .vmwmigration p {
77
font-family: "Open Sans", Helvetica, Arial, sans-serif;
88
font-weight: 300;
99
text-align: center;
1010
line-height: 1.3;
1111
color: #2A4E68;
1212
}
1313

14-
.baremetal p {
15-
font-size: 14px;
14+
.vmwmigration p {
15+
font-size: 16px;
1616
color: #333;
1717
}
1818

19-
section.baremetal-grayback {
19+
section.vmwmigration-grayback {
2020
background-color: #F7F7F7;
2121
}
2222

23-
section.baremetal-blue {
23+
section.vmwmigration-blue {
2424
background-color: #2A4E68;
2525
}
2626

27-
.baremetal .intro-message {
27+
.vmwmigration .intro-message {
2828
padding: 90px 0;
2929
}
3030

@@ -41,56 +41,44 @@ img.center {
4141

4242

4343
/* -- Hero Intro --------- */
44-
.intro-header.baremetal {
45-
background: url("https://object-storage-ca-ymq-1.vexxhost.net/swift/v1/6e4619c416ff4bd19e1c087f27a43eea/www-assets-prod/learn/UseCase-hero.jpg") no-repeat center center;
46-
background-size: cover;
44+
.intro-header.vmwmigration {
45+
background: rgba(5, 54, 86, 1);
4746
padding-bottom: 0;
4847
}
4948

50-
.intro-header.baremetal .hero-message {
49+
.intro-header.vmwmigration .hero-message {
5150
text-align: left;
5251
padding: 60px 0 100px 0;
5352
}
5453

55-
.intro-header.baremetal .hero-message h1 {
54+
.intro-header.vmwmigration .hero-message h1 {
5655
font-size: 36px;
5756
color: #FFFFFF;
5857
letter-spacing: 0;
5958
text-align: left;
6059
margin-bottom: 20px;
6160
}
6261

63-
.intro-header.baremetal .hero-message p {
64-
font-size: 22px;
62+
.intro-header.vmwmigration .hero-message p {
63+
font-size: 16px;
6564
color: #FFFFFF;
6665
letter-spacing: 0;
6766
text-align: left;
68-
margin-bottom: 0px;
67+
margin-bottom: 2rem;
6968
}
7069

71-
.download-container {
72-
background-color: rgba(5, 54, 86, 0.7);
73-
border-radius: 2px;
74-
width: 100%;
75-
margin: 80px auto 0;
76-
padding: 30px; }
77-
78-
@media (max-width: 767px) {
79-
.download-container {
80-
width: 80%;
81-
margin: 20px auto; } }
82-
83-
.download-text {
84-
font-size: 14px;
85-
font-weight: 600; }
70+
.intro-header.vmwmigration .hero-message ul li {
71+
font-size: 16px;
72+
font-weight: 300;
73+
}
8674

87-
.download-btn {
75+
.vmwmigration.download-btn {
8876
display: block;
8977
background: #b9301d;
9078
padding: 10px 20px;
9179
border: none;
9280
border-radius: 2px;
93-
width: 90%;
81+
width: 220px;
9482
margin: 10px auto 0;
9583
color: #fff;
9684
font-weight: 600; }
@@ -110,54 +98,6 @@ img.center {
11098
i.fa-arrow-circle-down {
11199
margin-right: 5px; }
112100

113-
/* -- Testimonial ----- */
114-
115-
116-
.image-cropper,
117-
img.testimonial-logo,
118-
p.testimonial-quote {
119-
display: block;
120-
float: none;
121-
margin: 0 auto 15px;
122-
}
123-
124-
img.testimonial-logo {
125-
margin: 0 auto 60px;
126-
}
127-
128-
p.testimonial-quote {
129-
font-family: 'PT Serif', serif;
130-
font-weight: 400;
131-
text-align: center;
132-
font-size: 20px;
133-
line-height: 1.5;
134-
max-width: 720px;
135-
}
136-
137-
p.testimonial-quote:before {
138-
content: "";
139-
display: block;
140-
background: url("/assets/baremetal/quote-open.png") no-repeat;
141-
width: 34px;
142-
height: 27px;
143-
float: left;
144-
position: relative;
145-
left: -33px;
146-
top: -8px;
147-
}
148-
149-
p.testimonial-quote:after {
150-
content: "";
151-
display: block;
152-
background: url("/assets/baremetal/quote-close.png") no-repeat;
153-
width: 34px;
154-
height: 27px;
155-
float: right;
156-
position: relative;
157-
right: -43px;
158-
top: -97px;
159-
}
160-
161101
.image-cropper {
162102
width: 128px;
163103
height: 128px;
@@ -171,71 +111,83 @@ p.testimonial-quote:after {
171111
margin: 15px;
172112
}
173113

174-
.baremetal .use-cases-info p {
114+
.vmwmigration .use-cases-info p {
175115
margin: 15px 30px;
176116
}
177117

178-
section.baremetal-blue h3,
179-
section.baremetal-blue p {
118+
section.vmwmigration-blue h3,
119+
section.vmwmigration-blue p {
180120
color:#ffffff!important;
181121
}
182122

183-
a.red-button {
123+
a.vmwmigration.red-button {
184124
display: block;
185125
text-align: center;
186126
color: #ffffff;
187127
background-color: #bc1518;
188128
border-radius: 5px;
189-
margin: 10px auto 30px;
190-
padding: 8px 0px;
191-
width: 90%;
129+
margin: 30px auto;
130+
padding: 12px 0px;
131+
width: 400px;
192132
font-weight: normal;
193133
font-size: 16px;
194134
text-align: center;
195135
}
196136

197-
.baremetal-video-wall .video-image {
198-
height: unset!important;
137+
.vmwmigration-blue.get-involved {
138+
text-align: center;
139+
margin-bottom: -50px;
199140
}
200141

201-
.baremetal-video-wall .video-wall-item{
202-
142+
.vmwmigration-blue.get-involved a {
143+
text-decoration:underline;
144+
color: #ffffff;
203145
}
204146

205-
.baremetal-video-wall .video-wall-item .video-caption{
206-
font-weight: 400;
207-
}
147+
/* -- FAQs -- */
208148

209-
.baremetal-video-wall .video-border{
210-
/* Rectangle 4: */
211-
background: #D8D8D8;
212-
border: 1px solid #FFFFFF;
149+
.vmwmigration-faqs {
150+
text-align: left !important;
213151
}
214152

215-
.baremetal-video-wall .video-wrapper {
216-
margin-top: 20px;
217-
margin-bottom: 20px;
153+
.vmwmigration-faqs dt {
154+
font-weight: bold;
155+
color: #2c3e50;
156+
margin-top: 20px;
218157
}
219-
220-
.baremetal-video-wall .play-button {
221-
width: 28%!important;
222-
display: block;
223-
position: absolute;
224-
left: 0;
225-
right: 0;
226-
bottom: 0;
227-
top: 32%!important;
228-
margin: auto;
158+
.vmwmigration-faqs dd {
159+
margin-bottom: 15px;
229160
}
230161

231-
.baremetal-blue.get-involved {
232-
text-align: center;
233-
margin-bottom: -50px;
234-
}
162+
/* -- Parity table -- */
235163

236-
.baremetal-blue.get-involved a {
237-
text-decoration:underline;
238-
color: #ffffff;
164+
table.vmwmigration-table {
165+
border-collapse: collapse;
166+
width: 100%;
167+
max-width: 1000px;
168+
margin: 0 auto;
169+
font-family: Arial, sans-serif;
170+
}
171+
.vmwmigration-table th, .vmwmigration-table td {
172+
border: 1px solid #ddd;
173+
padding: 12px;
174+
text-align: left;
175+
vertical-align: top;
176+
}
177+
.vmwmigration-table th {
178+
background-color: #f2f2f2;
179+
font-weight: bold;
180+
}
181+
.vmwmigration-table tr:nth-child(even) {
182+
background-color: #f9f9f9;
183+
}
184+
.vmwmigration-table ul {
185+
margin: 0;
186+
padding-left: 20px;
187+
}
188+
.vmwmigration-table h3 {
189+
margin-top: 0;
190+
margin-bottom: 10px;
239191
}
240192

241193
/* -- 5 Columns -- */

0 commit comments

Comments
 (0)