2014-02-19 16:43:14 -05:00
|
|
|
/*------------------------------------------------------------------------------
|
|
|
|
22.0 - About Pages
|
2014-12-15 05:47:24 -05:00
|
|
|
|
|
|
|
1.0 Global: About, Credits, Freedoms
|
|
|
|
1.1 Typography
|
|
|
|
1.2 Structure
|
|
|
|
1.3 Point Releases
|
|
|
|
2.0 About Page
|
|
|
|
2.1 Typography
|
|
|
|
2.2 Structure
|
2017-11-06 23:11:47 -05:00
|
|
|
2.3 Floating Header Layout
|
2014-12-15 05:47:24 -05:00
|
|
|
3.0 Credits & Freedoms Pages
|
|
|
|
------------------------------------------------------------------------------*/
|
|
|
|
|
|
|
|
/*------------------------------------------------------------------------------
|
|
|
|
1.0 - Global: About, Credits, Freedoms
|
2014-02-19 16:43:14 -05:00
|
|
|
------------------------------------------------------------------------------*/
|
|
|
|
|
|
|
|
.about-wrap {
|
|
|
|
position: relative;
|
|
|
|
margin: 25px 40px 0 20px;
|
|
|
|
max-width: 1050px; /* readability */
|
|
|
|
font-size: 15px;
|
|
|
|
}
|
|
|
|
|
2017-11-06 23:11:47 -05:00
|
|
|
.about-wrap.full-width-layout {
|
|
|
|
max-width: 1200px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.about-wrap-content {
|
|
|
|
max-width: 1050px;
|
|
|
|
}
|
|
|
|
|
2014-02-19 16:43:14 -05:00
|
|
|
.about-wrap div.updated,
|
2015-07-07 14:47:25 -04:00
|
|
|
.about-wrap div.error,
|
|
|
|
.about-wrap .notice {
|
2014-02-19 16:43:14 -05:00
|
|
|
display: none !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.about-wrap hr {
|
|
|
|
border: 0;
|
|
|
|
height: 0;
|
About Page: Initial About Page design and strings for 5.0.
Props @pixelverbieger, @ocean90, @karmatosed, @pento, @boemedia, @lonelyvegan, @sami.keijonen, @TimothyBlynJacobs, @xkon, @afercia, @laurelfulford, @joostdevalk, @ipstenu, @matveb, @joen, @tinkerbelly, @chanthaboune, @kjellr, @alexislloyd, @melchoyce.
See #45178.
Built from https://develop.svn.wordpress.org/branches/5.0@43913
git-svn-id: http://core.svn.wordpress.org/branches/5.0@43745 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2018-11-20 21:39:49 -05:00
|
|
|
margin: 3em 0 0;
|
2014-02-19 16:43:14 -05:00
|
|
|
border-top: 1px solid rgba(0, 0, 0, 0.1);
|
|
|
|
}
|
|
|
|
|
|
|
|
.about-wrap img {
|
2014-04-14 21:31:14 -04:00
|
|
|
margin: 0;
|
2018-12-05 17:25:47 -05:00
|
|
|
width: 100%;
|
2014-09-04 11:24:16 -04:00
|
|
|
height: auto;
|
2014-04-14 21:31:14 -04:00
|
|
|
vertical-align: middle;
|
2014-02-19 16:43:14 -05:00
|
|
|
}
|
|
|
|
|
About Page: Initial About Page design and strings for 5.0.
Props @pixelverbieger, @ocean90, @karmatosed, @pento, @boemedia, @lonelyvegan, @sami.keijonen, @TimothyBlynJacobs, @xkon, @afercia, @laurelfulford, @joostdevalk, @ipstenu, @matveb, @joen, @tinkerbelly, @chanthaboune, @kjellr, @alexislloyd, @melchoyce.
See #45178.
Built from https://develop.svn.wordpress.org/branches/5.0@43913
git-svn-id: http://core.svn.wordpress.org/branches/5.0@43745 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2018-11-20 21:39:49 -05:00
|
|
|
.about-wrap figure {
|
|
|
|
position: relative;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.about-wrap .feature-section figure img {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.about-wrap figcaption {
|
|
|
|
position: absolute;
|
|
|
|
bottom: 0;
|
|
|
|
width: 100%;
|
|
|
|
padding: 40px 10px 15px;
|
|
|
|
overflow: auto;
|
|
|
|
box-sizing: border-box;
|
|
|
|
background: linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 60%,transparent);
|
|
|
|
font-weight: 600;
|
|
|
|
text-shadow: 0px 0px 5px rgba(0,0,0,.75);
|
|
|
|
}
|
|
|
|
|
2015-08-13 18:11:35 -04:00
|
|
|
.about-wrap .jetpack-video-wrapper {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
|
2014-12-15 05:47:24 -05:00
|
|
|
/* WordPress Version Badge */
|
|
|
|
|
|
|
|
.wp-badge {
|
2016-03-09 16:53:26 -05:00
|
|
|
background: #0073aa url(../images/w-logo-white.png?ver=20160308) no-repeat;
|
|
|
|
background-position: center 25px;
|
|
|
|
background-size: 80px 80px;
|
|
|
|
color: #fff;
|
2014-12-15 05:47:24 -05:00
|
|
|
font-size: 14px;
|
|
|
|
text-align: center;
|
|
|
|
font-weight: 600;
|
|
|
|
margin: 5px 0 0;
|
|
|
|
padding-top: 120px;
|
|
|
|
height: 40px;
|
|
|
|
display: inline-block;
|
2016-03-09 16:53:26 -05:00
|
|
|
width: 140px;
|
2014-12-15 05:47:24 -05:00
|
|
|
text-rendering: optimizeLegibility;
|
|
|
|
box-shadow: 0 1px 3px rgba(0,0,0,0.2);
|
|
|
|
}
|
|
|
|
|
2014-12-16 17:54:21 -05:00
|
|
|
.svg .wp-badge {
|
2016-03-09 16:53:26 -05:00
|
|
|
background-image: url(../images/wordpress-logo-white.svg?ver=20160308);
|
2014-12-16 17:54:21 -05:00
|
|
|
}
|
2014-12-15 05:47:24 -05:00
|
|
|
|
|
|
|
.about-wrap .wp-badge {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
right: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Tabs */
|
|
|
|
|
2015-11-18 13:55:26 -05:00
|
|
|
.about-wrap .nav-tab {
|
|
|
|
padding-right: 15px;
|
|
|
|
padding-left: 15px;
|
2014-12-15 05:47:24 -05:00
|
|
|
font-size: 18px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* 1.1 - Typography */
|
2014-02-19 16:43:14 -05:00
|
|
|
|
|
|
|
.about-wrap p {
|
About Page: First pass for 4.6 with strings (not yet translatable) and images (not CDN).
Props macmanx, jorbin, hugobaeta, DrewAPicture, peterwilsoncc, iamfriendly, rahulsprajapati, vishalkakadiya, petya, celloexpressions, westonruter, mikeschroder, zetaraffix, mapk, boonebgorges, adamsilverstein, jeremyfelt, rosso99, karmatosed, swissspidy, michael-arestad, ramiy, ocean90.
See #37246.
Built from https://develop.svn.wordpress.org/trunk@38183
git-svn-id: http://core.svn.wordpress.org/trunk@38124 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2016-08-03 15:54:48 -04:00
|
|
|
line-height: 1.5;
|
2014-02-19 16:43:14 -05:00
|
|
|
font-size: 14px;
|
2016-08-07 08:48:30 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.about-wrap .feature-section p {
|
2016-12-05 23:01:45 -05:00
|
|
|
max-width: 55em;
|
About Page: First pass for 4.6 with strings (not yet translatable) and images (not CDN).
Props macmanx, jorbin, hugobaeta, DrewAPicture, peterwilsoncc, iamfriendly, rahulsprajapati, vishalkakadiya, petya, celloexpressions, westonruter, mikeschroder, zetaraffix, mapk, boonebgorges, adamsilverstein, jeremyfelt, rosso99, karmatosed, swissspidy, michael-arestad, ramiy, ocean90.
See #37246.
Built from https://develop.svn.wordpress.org/trunk@38183
git-svn-id: http://core.svn.wordpress.org/trunk@38124 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2016-08-03 15:54:48 -04:00
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
}
|
|
|
|
|
2014-02-19 16:43:14 -05:00
|
|
|
.about-wrap h1 {
|
|
|
|
margin: 0.2em 200px 0 0;
|
2015-06-27 19:13:24 -04:00
|
|
|
padding: 0;
|
2015-02-11 17:18:26 -05:00
|
|
|
color: #32373c;
|
2014-02-19 16:43:14 -05:00
|
|
|
line-height: 1.2em;
|
|
|
|
font-size: 2.8em;
|
|
|
|
font-weight: 400;
|
|
|
|
}
|
|
|
|
|
2016-04-09 02:23:26 -04:00
|
|
|
.about-wrap h2 {
|
2016-12-05 23:01:45 -05:00
|
|
|
margin: 40px 0 .6em;
|
|
|
|
font-size: 2.7em;
|
2016-04-09 02:23:26 -04:00
|
|
|
line-height: 1.3;
|
|
|
|
font-weight: 300;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2014-12-15 05:47:24 -05:00
|
|
|
.about-wrap h3 {
|
2015-04-22 02:04:29 -04:00
|
|
|
margin: 1.25em 0 .6em;
|
2016-12-05 23:01:45 -05:00
|
|
|
font-size: 1.4em;
|
About Page: First pass for 4.6 with strings (not yet translatable) and images (not CDN).
Props macmanx, jorbin, hugobaeta, DrewAPicture, peterwilsoncc, iamfriendly, rahulsprajapati, vishalkakadiya, petya, celloexpressions, westonruter, mikeschroder, zetaraffix, mapk, boonebgorges, adamsilverstein, jeremyfelt, rosso99, karmatosed, swissspidy, michael-arestad, ramiy, ocean90.
See #37246.
Built from https://develop.svn.wordpress.org/trunk@38183
git-svn-id: http://core.svn.wordpress.org/trunk@38124 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2016-08-03 15:54:48 -04:00
|
|
|
line-height: 1.5;
|
2016-04-09 02:23:26 -04:00
|
|
|
}
|
|
|
|
|
2014-02-19 16:43:14 -05:00
|
|
|
.about-wrap h4 {
|
2015-02-11 17:18:26 -05:00
|
|
|
color: #23282d;
|
2014-02-19 16:43:14 -05:00
|
|
|
}
|
|
|
|
|
2014-12-15 05:47:24 -05:00
|
|
|
.about-wrap code,
|
|
|
|
.about-wrap ol li p {
|
|
|
|
font-size: 14px;
|
2016-06-17 14:37:28 -04:00
|
|
|
font-weight: 400;
|
2014-02-19 16:43:14 -05:00
|
|
|
}
|
|
|
|
|
About Page: Initial About Page design and strings for 5.0.
Props @pixelverbieger, @ocean90, @karmatosed, @pento, @boemedia, @lonelyvegan, @sami.keijonen, @TimothyBlynJacobs, @xkon, @afercia, @laurelfulford, @joostdevalk, @ipstenu, @matveb, @joen, @tinkerbelly, @chanthaboune, @kjellr, @alexislloyd, @melchoyce.
See #45178.
Built from https://develop.svn.wordpress.org/branches/5.0@43913
git-svn-id: http://core.svn.wordpress.org/branches/5.0@43745 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2018-11-20 21:39:49 -05:00
|
|
|
.about-wrap figcaption {
|
|
|
|
font-size: 13px;
|
|
|
|
text-align: center;
|
|
|
|
color: white;
|
Help/About: Minor updates.
- Updated the various images.
- Added new "developer happiness" images.
- Fixed the responsive figcaption styles.
- Added a link to wporg plugin favorites as a shortcode to get to the classic plugin.
- Renamed "cover image" to "cover."
- Updated CSS to account for small-screen issues.
Props desrosj, audrasjb, antpb, jjj, elrae, Otto42, afercia, karmatosed, kjellr, alexislloyd, melchoyce.
See #45178.
Built from https://develop.svn.wordpress.org/branches/5.0@43946
git-svn-id: http://core.svn.wordpress.org/branches/5.0@43778 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2018-11-28 12:31:47 -05:00
|
|
|
text-overflow: ellipsis;
|
About Page: Initial About Page design and strings for 5.0.
Props @pixelverbieger, @ocean90, @karmatosed, @pento, @boemedia, @lonelyvegan, @sami.keijonen, @TimothyBlynJacobs, @xkon, @afercia, @laurelfulford, @joostdevalk, @ipstenu, @matveb, @joen, @tinkerbelly, @chanthaboune, @kjellr, @alexislloyd, @melchoyce.
See #45178.
Built from https://develop.svn.wordpress.org/branches/5.0@43913
git-svn-id: http://core.svn.wordpress.org/branches/5.0@43745 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2018-11-20 21:39:49 -05:00
|
|
|
}
|
|
|
|
|
2014-12-15 05:47:24 -05:00
|
|
|
.about-wrap .about-description,
|
|
|
|
.about-wrap .about-text {
|
2014-02-19 16:43:14 -05:00
|
|
|
margin-top: 1.4em;
|
2016-06-17 14:37:28 -04:00
|
|
|
font-weight: 400;
|
2014-12-15 05:47:24 -05:00
|
|
|
line-height: 1.6em;
|
|
|
|
font-size: 19px;
|
2014-02-19 16:43:14 -05:00
|
|
|
}
|
|
|
|
|
2014-12-15 05:47:24 -05:00
|
|
|
.about-wrap .about-text {
|
2014-02-19 16:43:14 -05:00
|
|
|
margin: 1em 200px 1em 0;
|
2016-01-25 19:04:26 -05:00
|
|
|
color: #555d66;
|
2014-02-19 16:43:14 -05:00
|
|
|
}
|
|
|
|
|
2014-12-15 05:47:24 -05:00
|
|
|
/* 1.2 - Structure */
|
2014-02-19 16:43:14 -05:00
|
|
|
|
2017-05-27 11:04:43 -04:00
|
|
|
.about-wrap [class$="-col"] {
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
flex-wrap: wrap;
|
2015-07-28 17:23:25 -04:00
|
|
|
}
|
2016-04-09 02:23:26 -04:00
|
|
|
|
2017-05-27 11:04:43 -04:00
|
|
|
.about-wrap .feature-section.one-col {
|
|
|
|
margin: 0 auto;
|
About Page: Initial About Page design and strings for 5.0.
Props @pixelverbieger, @ocean90, @karmatosed, @pento, @boemedia, @lonelyvegan, @sami.keijonen, @TimothyBlynJacobs, @xkon, @afercia, @laurelfulford, @joostdevalk, @ipstenu, @matveb, @joen, @tinkerbelly, @chanthaboune, @kjellr, @alexislloyd, @melchoyce.
See #45178.
Built from https://develop.svn.wordpress.org/branches/5.0@43913
git-svn-id: http://core.svn.wordpress.org/branches/5.0@43745 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2018-11-20 21:39:49 -05:00
|
|
|
max-width: 680px;
|
2014-02-19 16:43:14 -05:00
|
|
|
}
|
2016-04-09 02:23:26 -04:00
|
|
|
|
2017-11-06 23:11:47 -05:00
|
|
|
.about-wrap .inline-svg img {
|
|
|
|
max-width: 100%;
|
|
|
|
width: 100%;
|
|
|
|
height: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.about-wrap .inline-svg.full-width {
|
|
|
|
margin-bottom: 120px;
|
|
|
|
}
|
|
|
|
|
2017-05-27 11:04:43 -04:00
|
|
|
.about-wrap [class$="-col"] .col {
|
|
|
|
flex: 1;
|
2016-04-09 02:23:26 -04:00
|
|
|
}
|
|
|
|
|
2017-05-27 11:04:43 -04:00
|
|
|
.about-wrap .two-col .col {
|
|
|
|
min-width: 47%;
|
|
|
|
max-width: 47%;
|
2015-12-08 15:25:28 -05:00
|
|
|
}
|
2014-02-19 16:43:14 -05:00
|
|
|
|
About Page: Initial About Page design and strings for 5.0.
Props @pixelverbieger, @ocean90, @karmatosed, @pento, @boemedia, @lonelyvegan, @sami.keijonen, @TimothyBlynJacobs, @xkon, @afercia, @laurelfulford, @joostdevalk, @ipstenu, @matveb, @joen, @tinkerbelly, @chanthaboune, @kjellr, @alexislloyd, @melchoyce.
See #45178.
Built from https://develop.svn.wordpress.org/branches/5.0@43913
git-svn-id: http://core.svn.wordpress.org/branches/5.0@43745 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2018-11-20 21:39:49 -05:00
|
|
|
.about-wrap .three-col,
|
|
|
|
.about-wrap .four-col {
|
|
|
|
margin: auto;
|
|
|
|
max-width: 1020px;
|
|
|
|
}
|
|
|
|
|
2015-07-28 17:23:25 -04:00
|
|
|
.about-wrap .three-col .col {
|
2017-05-27 11:04:43 -04:00
|
|
|
align-self: flex-start;
|
|
|
|
min-width: 31%;
|
|
|
|
max-width: 31%;
|
2014-02-19 16:43:14 -05:00
|
|
|
}
|
|
|
|
|
About Page: Initial About Page design and strings for 5.0.
Props @pixelverbieger, @ocean90, @karmatosed, @pento, @boemedia, @lonelyvegan, @sami.keijonen, @TimothyBlynJacobs, @xkon, @afercia, @laurelfulford, @joostdevalk, @ipstenu, @matveb, @joen, @tinkerbelly, @chanthaboune, @kjellr, @alexislloyd, @melchoyce.
See #45178.
Built from https://develop.svn.wordpress.org/branches/5.0@43913
git-svn-id: http://core.svn.wordpress.org/branches/5.0@43745 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2018-11-20 21:39:49 -05:00
|
|
|
.about-wrap .four-col .col {
|
|
|
|
align-self: flex-start;
|
|
|
|
min-width: 23%;
|
|
|
|
max-width: 23%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.about-wrap .feature-section.eight-col .col {
|
|
|
|
align-self: flex-start;
|
|
|
|
margin-top: 6px;
|
|
|
|
min-width: 12%;
|
|
|
|
max-width: 12%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.about-wrap .one-col img {
|
|
|
|
margin: 1em 0 2em;
|
|
|
|
}
|
|
|
|
|
2017-05-27 11:04:43 -04:00
|
|
|
.about-wrap .two-col img {
|
|
|
|
margin-bottom: 1.5em;
|
2016-04-09 02:23:26 -04:00
|
|
|
}
|
|
|
|
|
2016-08-07 08:48:30 -04:00
|
|
|
.about-wrap .feature-video .mejs-controls {
|
|
|
|
display: none !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.about-wrap .feature-video .mejs-overlay-loading span {
|
|
|
|
background: transparent; /* Hide loading.gif */
|
|
|
|
}
|
|
|
|
|
About Page: Initial About Page design and strings for 5.0.
Props @pixelverbieger, @ocean90, @karmatosed, @pento, @boemedia, @lonelyvegan, @sami.keijonen, @TimothyBlynJacobs, @xkon, @afercia, @laurelfulford, @joostdevalk, @ipstenu, @matveb, @joen, @tinkerbelly, @chanthaboune, @kjellr, @alexislloyd, @melchoyce.
See #45178.
Built from https://develop.svn.wordpress.org/branches/5.0@43913
git-svn-id: http://core.svn.wordpress.org/branches/5.0@43745 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2018-11-20 21:39:49 -05:00
|
|
|
.about-wrap video {
|
|
|
|
margin: 1.5em auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.about-wrap .cta {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
.about-wrap .cta .button {
|
|
|
|
margin: 0 auto 5px;
|
|
|
|
font-weight: 600;
|
|
|
|
}
|
|
|
|
|
2014-12-15 05:47:24 -05:00
|
|
|
/* 1.3 - Point Releases */
|
2014-02-19 16:43:14 -05:00
|
|
|
|
|
|
|
.about-wrap .point-releases {
|
|
|
|
margin-top: 5px;
|
2016-03-09 14:51:26 -05:00
|
|
|
border-bottom: 1px solid #ddd;
|
2014-02-19 16:43:14 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.about-wrap .changelog.point-releases h3 {
|
|
|
|
padding-top: 35px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.about-wrap .changelog.point-releases h3:first-child {
|
|
|
|
padding-top: 7px;
|
|
|
|
}
|
|
|
|
|
2014-12-15 05:47:24 -05:00
|
|
|
/*------------------------------------------------------------------------------
|
|
|
|
2.0 - About Page
|
|
|
|
------------------------------------------------------------------------------*/
|
2014-02-19 16:43:14 -05:00
|
|
|
|
2014-12-15 05:47:24 -05:00
|
|
|
/* 2.1 - Typography */
|
|
|
|
|
2015-12-08 15:25:28 -05:00
|
|
|
.about-wrap .feature-section.two-col h3 {
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
|
2014-12-15 05:47:24 -05:00
|
|
|
.about-wrap .feature-section h4 {
|
|
|
|
margin: 1.4em 0 0.6em 0;
|
2015-04-22 02:04:29 -04:00
|
|
|
font-size: 1em;
|
2014-02-19 16:43:14 -05:00
|
|
|
}
|
|
|
|
|
2014-12-15 05:47:24 -05:00
|
|
|
.about-wrap .feature-section p {
|
|
|
|
margin-top: 0.6em;
|
|
|
|
}
|
2014-02-19 16:43:14 -05:00
|
|
|
|
2016-12-05 23:01:45 -05:00
|
|
|
.about-wrap .lead-description {
|
|
|
|
font-size: 1.5em;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2015-12-04 07:24:26 -05:00
|
|
|
.about-wrap .two-col-text {
|
|
|
|
column-count: 2;
|
|
|
|
column-gap: 40px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.about-wrap .two-col-text p:first-of-type {
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
|
About Page: Third pass for 4.6.
* Adjust strings.
* Make strings translatable.
* Improve margin between copy and images.
Props Ipstenu, SergeyBiryukov, Presskopp, jeremyfelt, afragen, helen, Clorith, macmanx, DrewAPicture, voldemortensen, jorbin, MattyRob, ocean90.
See #37246.
Built from https://develop.svn.wordpress.org/trunk@38244
git-svn-id: http://core.svn.wordpress.org/trunk@38185 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2016-08-10 19:33:30 -04:00
|
|
|
.about-wrap .streamlined-updates p,
|
|
|
|
.about-wrap .native-fonts p {
|
|
|
|
margin-bottom: 3em;
|
|
|
|
}
|
|
|
|
|
Help/About: Minor updates.
- Updated the various images.
- Added new "developer happiness" images.
- Fixed the responsive figcaption styles.
- Added a link to wporg plugin favorites as a shortcode to get to the classic plugin.
- Renamed "cover image" to "cover."
- Updated CSS to account for small-screen issues.
Props desrosj, audrasjb, antpb, jjj, elrae, Otto42, afercia, karmatosed, kjellr, alexislloyd, melchoyce.
See #45178.
Built from https://develop.svn.wordpress.org/branches/5.0@43946
git-svn-id: http://core.svn.wordpress.org/branches/5.0@43778 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2018-11-28 12:31:47 -05:00
|
|
|
.about-wrap .under-the-hood img + h3 {
|
|
|
|
margin-top: 1.25em;
|
|
|
|
}
|
|
|
|
|
2015-04-22 02:04:29 -04:00
|
|
|
/* 2.2 - Structure */
|
|
|
|
|
2015-12-08 18:23:26 -05:00
|
|
|
.about-wrap .headline-feature.feature-video {
|
2015-04-23 11:43:25 -04:00
|
|
|
position: relative;
|
2015-04-22 02:04:29 -04:00
|
|
|
margin: 40px 0;
|
2015-12-08 18:23:26 -05:00
|
|
|
padding-bottom: 56.25%;
|
2015-04-22 02:04:29 -04:00
|
|
|
width: 100%;
|
2015-12-08 18:23:26 -05:00
|
|
|
max-width: 100%;
|
2015-04-23 11:43:25 -04:00
|
|
|
height: 0;
|
2015-04-22 02:04:29 -04:00
|
|
|
text-align: center;
|
2014-04-16 13:40:14 -04:00
|
|
|
}
|
|
|
|
|
2015-04-23 11:43:25 -04:00
|
|
|
.about-wrap .feature-video embed {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
2015-04-22 02:04:29 -04:00
|
|
|
}
|
2014-12-15 05:47:24 -05:00
|
|
|
|
|
|
|
.about-wrap .featured-image {
|
2014-08-27 00:40:15 -04:00
|
|
|
text-align: center;
|
2014-02-19 16:43:14 -05:00
|
|
|
}
|
|
|
|
|
2014-04-14 21:31:14 -04:00
|
|
|
.about-wrap .feature-section {
|
2014-12-15 05:47:24 -05:00
|
|
|
overflow: hidden;
|
2014-02-19 16:43:14 -05:00
|
|
|
}
|
|
|
|
|
2016-12-05 23:01:45 -05:00
|
|
|
.about-wrap .feature-section.no-heading {
|
|
|
|
padding-top: 35px;
|
|
|
|
}
|
|
|
|
|
2015-07-29 15:57:25 -04:00
|
|
|
.about-wrap .feature-section .media-container {
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
2015-12-04 07:24:26 -05:00
|
|
|
.about-wrap .embed-container {
|
2015-07-29 15:57:25 -04:00
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2015-12-04 07:24:26 -05:00
|
|
|
.about-wrap .embed-container iframe {
|
|
|
|
max-width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.about-wrap .wp-embedded-content {
|
|
|
|
max-width: 100%;
|
2015-07-29 15:57:25 -04:00
|
|
|
}
|
|
|
|
|
2016-04-09 02:23:26 -04:00
|
|
|
.about-wrap .feature-section .col {
|
2015-07-28 17:23:25 -04:00
|
|
|
margin-top: 40px;
|
2014-02-19 16:43:14 -05:00
|
|
|
}
|
|
|
|
|
2015-04-22 02:04:29 -04:00
|
|
|
.about-wrap .changelog {
|
|
|
|
margin-bottom: 40px;
|
2014-02-19 16:43:14 -05:00
|
|
|
}
|
|
|
|
|
2015-07-28 17:23:25 -04:00
|
|
|
.about-wrap .changelog.feature-section .col {
|
2015-04-22 02:04:29 -04:00
|
|
|
margin-top: 40px;
|
2014-02-19 16:43:14 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Return to Dashboard Home link */
|
|
|
|
|
|
|
|
.about-wrap .return-to-dashboard {
|
|
|
|
margin: 30px 0 0 -5px;
|
|
|
|
font-size: 14px;
|
2016-06-17 14:37:28 -04:00
|
|
|
font-weight: 600;
|
2014-02-19 16:43:14 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.about-wrap .return-to-dashboard a {
|
|
|
|
text-decoration: none;
|
|
|
|
padding: 0 5px;
|
|
|
|
}
|
|
|
|
|
2014-12-15 05:47:24 -05:00
|
|
|
/*------------------------------------------------------------------------------
|
|
|
|
3.0 - Credits & Freedoms Pages
|
|
|
|
------------------------------------------------------------------------------*/
|
|
|
|
|
2014-02-19 16:43:14 -05:00
|
|
|
/* Credits */
|
|
|
|
|
2015-10-13 02:51:24 -04:00
|
|
|
.about-wrap h3.wp-people-group {
|
|
|
|
margin: 2.6em 0 1.33em;
|
2016-01-26 17:38:28 -05:00
|
|
|
padding: 0;
|
2014-02-19 16:43:14 -05:00
|
|
|
font-size: 16px;
|
2015-10-13 02:51:24 -04:00
|
|
|
line-height: inherit;
|
2014-02-19 16:43:14 -05:00
|
|
|
}
|
|
|
|
|
2016-01-26 17:38:28 -05:00
|
|
|
.about-wrap .wp-people-group {
|
2014-02-19 16:43:14 -05:00
|
|
|
padding: 0 5px;
|
|
|
|
margin: 0 -15px 0 -5px;
|
|
|
|
}
|
|
|
|
|
2016-01-26 17:38:28 -05:00
|
|
|
.about-wrap .compact {
|
2017-11-13 17:48:36 -05:00
|
|
|
margin-bottom: 0;
|
2014-02-19 16:43:14 -05:00
|
|
|
}
|
|
|
|
|
2016-01-26 17:38:28 -05:00
|
|
|
.about-wrap .wp-person {
|
2014-10-26 22:33:18 -04:00
|
|
|
display: inline-block;
|
|
|
|
vertical-align: top;
|
2014-02-19 16:43:14 -05:00
|
|
|
margin-right: 10px;
|
2014-12-15 05:47:24 -05:00
|
|
|
padding-bottom: 15px;
|
|
|
|
height: 70px;
|
|
|
|
width: 280px;
|
|
|
|
}
|
|
|
|
|
2016-01-26 17:38:28 -05:00
|
|
|
.about-wrap .compact .wp-person {
|
2014-12-15 05:47:24 -05:00
|
|
|
height: auto;
|
|
|
|
width: 180px;
|
|
|
|
padding-bottom: 0;
|
|
|
|
margin-bottom: 0;
|
2014-02-19 16:43:14 -05:00
|
|
|
}
|
|
|
|
|
2016-01-26 17:38:28 -05:00
|
|
|
.about-wrap .wp-person .gravatar {
|
2014-02-19 16:43:14 -05:00
|
|
|
float: left;
|
|
|
|
margin: 0 10px 10px 0;
|
2016-01-26 17:38:28 -05:00
|
|
|
padding: 1px;
|
2014-02-19 16:43:14 -05:00
|
|
|
width: 60px;
|
|
|
|
height: 60px;
|
|
|
|
}
|
|
|
|
|
2016-01-26 17:38:28 -05:00
|
|
|
.about-wrap .compact .wp-person .gravatar {
|
2014-02-19 16:43:14 -05:00
|
|
|
width: 30px;
|
|
|
|
height: 30px;
|
|
|
|
}
|
|
|
|
|
2016-01-26 17:38:28 -05:00
|
|
|
.about-wrap .wp-person .web {
|
2014-02-19 16:43:14 -05:00
|
|
|
margin: 6px 0 2px;
|
|
|
|
font-size: 16px;
|
2016-06-17 14:37:28 -04:00
|
|
|
font-weight: 400;
|
2016-01-26 17:38:28 -05:00
|
|
|
line-height: 2em;
|
2014-02-19 16:43:14 -05:00
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
2016-01-26 17:38:28 -05:00
|
|
|
.about-wrap .wp-person .title {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
2014-12-15 05:47:24 -05:00
|
|
|
.about-wrap #wp-people-group-validators + p.wp-credits-list {
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
|
2014-02-19 16:43:14 -05:00
|
|
|
.about-wrap p.wp-credits-list a {
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Freedoms */
|
|
|
|
|
|
|
|
.freedoms-php .about-wrap ol {
|
|
|
|
margin: 40px 60px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.freedoms-php .about-wrap ol li {
|
|
|
|
list-style-type: decimal;
|
2016-06-17 14:37:28 -04:00
|
|
|
font-weight: 600;
|
2014-02-19 16:43:14 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.freedoms-php .about-wrap ol p {
|
2016-06-17 14:37:28 -04:00
|
|
|
font-weight: 400;
|
2014-02-19 16:43:14 -05:00
|
|
|
margin: 0.6em 0;
|
|
|
|
}
|
|
|
|
|
2018-11-22 13:03:45 -05:00
|
|
|
.freedoms-php .about-wrap .col .freedoms-image {
|
|
|
|
background-image: url('https://s.w.org/wp-content/themes/pub/wporg-main/images/freedoms-2x.png');
|
|
|
|
background-size: 100%;
|
|
|
|
padding-top: 100%;
|
|
|
|
}
|
|
|
|
.freedoms-php .about-wrap .col:nth-of-type(2) .freedoms-image {
|
|
|
|
background-position: 0 34%;
|
|
|
|
}
|
|
|
|
.freedoms-php .about-wrap .col:nth-of-type(3) .freedoms-image {
|
|
|
|
background-position: 0 66%;
|
|
|
|
}
|
|
|
|
.freedoms-php .about-wrap .col:nth-of-type(4) .freedoms-image {
|
|
|
|
background-position: 0 100%;
|
|
|
|
}
|
|
|
|
|
2014-12-15 05:47:24 -05:00
|
|
|
/*------------------------------------------------------------------------------
|
|
|
|
4.0 - Media Queries
|
|
|
|
------------------------------------------------------------------------------*/
|
2014-02-19 16:43:14 -05:00
|
|
|
|
2017-11-14 18:04:40 -05:00
|
|
|
@media screen and (max-width: 1250px) {
|
|
|
|
.about-wrap .floating-header-section.has-long-title .section-item:nth-child(1),
|
|
|
|
.about-wrap .floating-header-section.has-long-title .section-item:nth-child(2) {
|
|
|
|
margin: 0 0 60px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.about-wrap .floating-header-section.has-long-title .section-item:nth-child(3),
|
|
|
|
.about-wrap .floating-header-section.has-long-title .section-item:nth-child(4) {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.about-wrap .floating-header-section.has-long-title .section-item:nth-child(2),
|
|
|
|
.about-wrap .floating-header-section.has-long-title .section-item:nth-child(4) {
|
|
|
|
margin-left: 60px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media screen and (max-width: 782px) {
|
2015-12-04 07:24:26 -05:00
|
|
|
.about-wrap .two-col-text {
|
|
|
|
column-count: 1;
|
2014-02-19 16:43:14 -05:00
|
|
|
}
|
|
|
|
|
2017-05-27 11:04:43 -04:00
|
|
|
.about-wrap .two-col .col,
|
About Page: Initial About Page design and strings for 5.0.
Props @pixelverbieger, @ocean90, @karmatosed, @pento, @boemedia, @lonelyvegan, @sami.keijonen, @TimothyBlynJacobs, @xkon, @afercia, @laurelfulford, @joostdevalk, @ipstenu, @matveb, @joen, @tinkerbelly, @chanthaboune, @kjellr, @alexislloyd, @melchoyce.
See #45178.
Built from https://develop.svn.wordpress.org/branches/5.0@43913
git-svn-id: http://core.svn.wordpress.org/branches/5.0@43745 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2018-11-20 21:39:49 -05:00
|
|
|
.about-wrap .three-col .col,
|
|
|
|
.about-wrap .four-col .col {
|
2017-05-27 11:04:43 -04:00
|
|
|
min-width: 48% !important;
|
|
|
|
}
|
2018-11-22 13:03:45 -05:00
|
|
|
|
About Page: Initial About Page design and strings for 5.0.
Props @pixelverbieger, @ocean90, @karmatosed, @pento, @boemedia, @lonelyvegan, @sami.keijonen, @TimothyBlynJacobs, @xkon, @afercia, @laurelfulford, @joostdevalk, @ipstenu, @matveb, @joen, @tinkerbelly, @chanthaboune, @kjellr, @alexislloyd, @melchoyce.
See #45178.
Built from https://develop.svn.wordpress.org/branches/5.0@43913
git-svn-id: http://core.svn.wordpress.org/branches/5.0@43745 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2018-11-20 21:39:49 -05:00
|
|
|
.about-wrap .eight-col .col {
|
|
|
|
min-width: 24% !important;
|
|
|
|
}
|
2017-05-27 11:04:43 -04:00
|
|
|
|
About Page: Initial About Page design and strings for 5.0.
Props @pixelverbieger, @ocean90, @karmatosed, @pento, @boemedia, @lonelyvegan, @sami.keijonen, @TimothyBlynJacobs, @xkon, @afercia, @laurelfulford, @joostdevalk, @ipstenu, @matveb, @joen, @tinkerbelly, @chanthaboune, @kjellr, @alexislloyd, @melchoyce.
See #45178.
Built from https://develop.svn.wordpress.org/branches/5.0@43913
git-svn-id: http://core.svn.wordpress.org/branches/5.0@43745 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2018-11-20 21:39:49 -05:00
|
|
|
.about-wrap .three-col img,
|
|
|
|
.about-wrap .four-col img,
|
|
|
|
.about-wrap .eight-col img {
|
2015-04-22 02:04:29 -04:00
|
|
|
display: block;
|
|
|
|
margin: 0 auto;
|
|
|
|
}
|
2018-11-22 13:03:45 -05:00
|
|
|
|
About Page: Initial About Page design and strings for 5.0.
Props @pixelverbieger, @ocean90, @karmatosed, @pento, @boemedia, @lonelyvegan, @sami.keijonen, @TimothyBlynJacobs, @xkon, @afercia, @laurelfulford, @joostdevalk, @ipstenu, @matveb, @joen, @tinkerbelly, @chanthaboune, @kjellr, @alexislloyd, @melchoyce.
See #45178.
Built from https://develop.svn.wordpress.org/branches/5.0@43913
git-svn-id: http://core.svn.wordpress.org/branches/5.0@43745 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2018-11-20 21:39:49 -05:00
|
|
|
.about-wrap figcaption {
|
|
|
|
position: relative;
|
|
|
|
margin-top: 10px;
|
Help/About: Minor updates.
- Updated the various images.
- Added new "developer happiness" images.
- Fixed the responsive figcaption styles.
- Added a link to wporg plugin favorites as a shortcode to get to the classic plugin.
- Renamed "cover image" to "cover."
- Updated CSS to account for small-screen issues.
Props desrosj, audrasjb, antpb, jjj, elrae, Otto42, afercia, karmatosed, kjellr, alexislloyd, melchoyce.
See #45178.
Built from https://develop.svn.wordpress.org/branches/5.0@43946
git-svn-id: http://core.svn.wordpress.org/branches/5.0@43778 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2018-11-28 12:31:47 -05:00
|
|
|
margin-bottom: 15px;
|
|
|
|
padding: 0;
|
|
|
|
background: none;
|
About Page: Initial About Page design and strings for 5.0.
Props @pixelverbieger, @ocean90, @karmatosed, @pento, @boemedia, @lonelyvegan, @sami.keijonen, @TimothyBlynJacobs, @xkon, @afercia, @laurelfulford, @joostdevalk, @ipstenu, @matveb, @joen, @tinkerbelly, @chanthaboune, @kjellr, @alexislloyd, @melchoyce.
See #45178.
Built from https://develop.svn.wordpress.org/branches/5.0@43913
git-svn-id: http://core.svn.wordpress.org/branches/5.0@43745 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2018-11-20 21:39:49 -05:00
|
|
|
color: #40464D;
|
Help/About: Minor updates.
- Updated the various images.
- Added new "developer happiness" images.
- Fixed the responsive figcaption styles.
- Added a link to wporg plugin favorites as a shortcode to get to the classic plugin.
- Renamed "cover image" to "cover."
- Updated CSS to account for small-screen issues.
Props desrosj, audrasjb, antpb, jjj, elrae, Otto42, afercia, karmatosed, kjellr, alexislloyd, melchoyce.
See #45178.
Built from https://develop.svn.wordpress.org/branches/5.0@43946
git-svn-id: http://core.svn.wordpress.org/branches/5.0@43778 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2018-11-28 12:31:47 -05:00
|
|
|
text-shadow: none;
|
About Page: Initial About Page design and strings for 5.0.
Props @pixelverbieger, @ocean90, @karmatosed, @pento, @boemedia, @lonelyvegan, @sami.keijonen, @TimothyBlynJacobs, @xkon, @afercia, @laurelfulford, @joostdevalk, @ipstenu, @matveb, @joen, @tinkerbelly, @chanthaboune, @kjellr, @alexislloyd, @melchoyce.
See #45178.
Built from https://develop.svn.wordpress.org/branches/5.0@43913
git-svn-id: http://core.svn.wordpress.org/branches/5.0@43745 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2018-11-20 21:39:49 -05:00
|
|
|
}
|
2017-11-06 23:11:47 -05:00
|
|
|
|
|
|
|
.about-wrap .floating-header-section {
|
2017-11-14 18:04:40 -05:00
|
|
|
display: block;
|
2017-11-06 23:11:47 -05:00
|
|
|
}
|
|
|
|
|
2017-11-13 17:48:36 -05:00
|
|
|
.about-wrap .floating-header-section .section-header,
|
2017-11-06 23:11:47 -05:00
|
|
|
.about-wrap .floating-header-section .section-content {
|
2017-11-14 18:04:40 -05:00
|
|
|
max-width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.about-wrap .floating-header-section h2 {
|
|
|
|
position: static;
|
|
|
|
margin-bottom: 60px;
|
2017-11-06 23:11:47 -05:00
|
|
|
}
|
2014-09-04 11:05:18 -04:00
|
|
|
}
|
|
|
|
|
2014-02-19 16:43:14 -05:00
|
|
|
@media only screen and (max-width: 500px) {
|
|
|
|
.about-wrap {
|
|
|
|
margin-right: 20px;
|
|
|
|
margin-left: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.about-wrap h1,
|
2014-12-15 05:47:24 -05:00
|
|
|
.about-wrap .about-text {
|
2014-02-19 16:43:14 -05:00
|
|
|
margin-right: 0;
|
|
|
|
}
|
|
|
|
|
2014-12-15 05:47:24 -05:00
|
|
|
.about-wrap .about-text {
|
2014-02-19 16:43:14 -05:00
|
|
|
margin-bottom: 0.25em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.about-wrap .wp-badge {
|
|
|
|
position: relative;
|
|
|
|
margin-bottom: 1.5em;
|
|
|
|
width: 100%;
|
|
|
|
}
|
2018-12-05 17:25:47 -05:00
|
|
|
|
Help/About: Minor updates.
- Updated the various images.
- Added new "developer happiness" images.
- Fixed the responsive figcaption styles.
- Added a link to wporg plugin favorites as a shortcode to get to the classic plugin.
- Renamed "cover image" to "cover."
- Updated CSS to account for small-screen issues.
Props desrosj, audrasjb, antpb, jjj, elrae, Otto42, afercia, karmatosed, kjellr, alexislloyd, melchoyce.
See #45178.
Built from https://develop.svn.wordpress.org/branches/5.0@43946
git-svn-id: http://core.svn.wordpress.org/branches/5.0@43778 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2018-11-28 12:31:47 -05:00
|
|
|
.about-wrap .feature-section .col {
|
|
|
|
margin-top: 1em;
|
|
|
|
}
|
2014-02-19 16:43:14 -05:00
|
|
|
|
2016-04-09 02:23:26 -04:00
|
|
|
.about-wrap .two-col .col,
|
About Page: Initial About Page design and strings for 5.0.
Props @pixelverbieger, @ocean90, @karmatosed, @pento, @boemedia, @lonelyvegan, @sami.keijonen, @TimothyBlynJacobs, @xkon, @afercia, @laurelfulford, @joostdevalk, @ipstenu, @matveb, @joen, @tinkerbelly, @chanthaboune, @kjellr, @alexislloyd, @melchoyce.
See #45178.
Built from https://develop.svn.wordpress.org/branches/5.0@43913
git-svn-id: http://core.svn.wordpress.org/branches/5.0@43745 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2018-11-20 21:39:49 -05:00
|
|
|
.about-wrap .three-col .col,
|
2016-04-09 02:23:26 -04:00
|
|
|
.about-wrap .three-col .col {
|
2017-05-27 11:04:43 -04:00
|
|
|
min-width: 100% !important;
|
2014-02-19 16:43:14 -05:00
|
|
|
}
|
2018-12-05 17:25:47 -05:00
|
|
|
|
Help/About: Minor updates.
- Updated the various images.
- Added new "developer happiness" images.
- Fixed the responsive figcaption styles.
- Added a link to wporg plugin favorites as a shortcode to get to the classic plugin.
- Renamed "cover image" to "cover."
- Updated CSS to account for small-screen issues.
Props desrosj, audrasjb, antpb, jjj, elrae, Otto42, afercia, karmatosed, kjellr, alexislloyd, melchoyce.
See #45178.
Built from https://develop.svn.wordpress.org/branches/5.0@43946
git-svn-id: http://core.svn.wordpress.org/branches/5.0@43778 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2018-11-28 12:31:47 -05:00
|
|
|
.about-wrap .eight-col .col {
|
|
|
|
min-width: 48% !important;
|
|
|
|
}
|
2015-12-08 15:25:28 -05:00
|
|
|
|
About Page: Initial About Page design and strings for 5.0.
Props @pixelverbieger, @ocean90, @karmatosed, @pento, @boemedia, @lonelyvegan, @sami.keijonen, @TimothyBlynJacobs, @xkon, @afercia, @laurelfulford, @joostdevalk, @ipstenu, @matveb, @joen, @tinkerbelly, @chanthaboune, @kjellr, @alexislloyd, @melchoyce.
See #45178.
Built from https://develop.svn.wordpress.org/branches/5.0@43913
git-svn-id: http://core.svn.wordpress.org/branches/5.0@43745 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2018-11-20 21:39:49 -05:00
|
|
|
.about-wrap .under-the-hood.four-col .col,
|
2016-04-09 02:23:26 -04:00
|
|
|
.about-wrap .under-the-hood.three-col .col,
|
|
|
|
.about-wrap .under-the-hood.two-col .col,
|
|
|
|
.about-wrap .under-the-hood.one-col .col {
|
|
|
|
margin-bottom: 2em;
|
2015-12-08 15:25:28 -05:00
|
|
|
padding-bottom: 0;
|
|
|
|
}
|
2014-02-19 16:43:14 -05:00
|
|
|
|
2016-08-07 08:48:30 -04:00
|
|
|
.about-wrap .under-the-hood:nth-of-type(2n),
|
|
|
|
.about-wrap .under-the-hood:nth-of-type(3n) {
|
2016-04-09 02:23:26 -04:00
|
|
|
margin-top: 0;
|
2014-02-19 16:43:14 -05:00
|
|
|
}
|
2018-12-05 17:25:47 -05:00
|
|
|
|
Help/About: Minor updates.
- Updated the various images.
- Added new "developer happiness" images.
- Fixed the responsive figcaption styles.
- Added a link to wporg plugin favorites as a shortcode to get to the classic plugin.
- Renamed "cover image" to "cover."
- Updated CSS to account for small-screen issues.
Props desrosj, audrasjb, antpb, jjj, elrae, Otto42, afercia, karmatosed, kjellr, alexislloyd, melchoyce.
See #45178.
Built from https://develop.svn.wordpress.org/branches/5.0@43946
git-svn-id: http://core.svn.wordpress.org/branches/5.0@43778 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2018-11-28 12:31:47 -05:00
|
|
|
.about-wrap .under-the-hood img + h3 {
|
|
|
|
margin-top: 1.25em;
|
2014-12-15 05:47:24 -05:00
|
|
|
}
|
2017-11-06 23:11:47 -05:00
|
|
|
|
|
|
|
.about-wrap .floating-header-section {
|
|
|
|
margin-bottom: 60px;
|
|
|
|
grid-gap: 30px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.about-wrap .inline-svg.full-width {
|
|
|
|
margin-bottom: 60px;
|
|
|
|
}
|
|
|
|
|
2017-11-13 17:48:36 -05:00
|
|
|
.about-wrap .floating-header-section h2 {
|
|
|
|
word-break: break-all;
|
|
|
|
-webkit-hyphens: auto;
|
|
|
|
-ms-hyphens: auto;
|
|
|
|
hyphens: auto;
|
|
|
|
}
|
|
|
|
|
2017-11-06 23:11:47 -05:00
|
|
|
.about-wrap .floating-header-section .section-content .section-item {
|
2017-11-13 17:48:36 -05:00
|
|
|
max-width: 100%;
|
2017-11-14 18:04:40 -05:00
|
|
|
margin: 0 0 60px;
|
2017-11-06 23:11:47 -05:00
|
|
|
}
|
2014-12-16 17:54:21 -05:00
|
|
|
}
|