2014-02-19 22:43:14 +01:00
|
|
|
/*------------------------------------------------------------------------------
|
|
|
|
22.0 - About Pages
|
2014-12-15 11:47:24 +01: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-07 05:11:47 +01:00
|
|
|
2.3 Floating Header Layout
|
2014-12-15 11:47:24 +01:00
|
|
|
3.0 Credits & Freedoms Pages
|
|
|
|
------------------------------------------------------------------------------*/
|
|
|
|
|
|
|
|
/*------------------------------------------------------------------------------
|
|
|
|
1.0 - Global: About, Credits, Freedoms
|
2014-02-19 22:43:14 +01:00
|
|
|
------------------------------------------------------------------------------*/
|
|
|
|
|
|
|
|
.about-wrap {
|
|
|
|
position: relative;
|
|
|
|
margin: 25px 20px 0 40px;
|
|
|
|
max-width: 1050px; /* readability */
|
|
|
|
font-size: 15px;
|
|
|
|
}
|
|
|
|
|
2017-11-07 05:11:47 +01:00
|
|
|
.about-wrap.full-width-layout {
|
|
|
|
max-width: 1200px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.about-wrap-content {
|
|
|
|
max-width: 1050px;
|
|
|
|
}
|
|
|
|
|
2014-02-19 22:43:14 +01:00
|
|
|
.about-wrap div.updated,
|
2015-07-07 20:47:25 +02:00
|
|
|
.about-wrap div.error,
|
|
|
|
.about-wrap .notice {
|
2014-02-19 22:43:14 +01:00
|
|
|
display: none !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.about-wrap hr {
|
|
|
|
border: 0;
|
|
|
|
height: 0;
|
Help/About: WordPress 5.0 About Page.
The About page describes all the great changes in WordPress 5.0.
Highlights:
- Warn users of Gutenberg plugin of its deactivation upon 5.0 upgrade.
- Added illustrations to the Four Freedoms page.
- Include a link to wporg user’s plugin favorites as a way to display only the classic plugin as a suggestion for install.
- Detail the Classic Editor plugin and the support timeline.
Props pixelverbieger, ocean90, karmatosed, pento, boemedia, lonelyvegan, sami.keijonen, TimothyBlynJacobs, xkon, afercia, laurelfulford, joostdevalk, ipstenu, matveb, joen, tinkerbelly, chanthaboune, kjellr, alexislloyd, melchoyce, mcsf, courtney0burton, Otto42, cathibosco, tobifjellner, helen, audrasjb, antpb, jjj, elrae, desrosj, azaozz, joemcgill, skithund, gziolo.
Merges [43913], [43921-43922], [43937-43938], [43946-43947], [43952-43953], [43967-43969] into trunk.
Fixes #45178.
Built from https://develop.svn.wordpress.org/trunk@44264
git-svn-id: http://core.svn.wordpress.org/trunk@44094 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2018-12-17 17:36:59 +01:00
|
|
|
margin: 3em 0 0;
|
2014-02-19 22:43:14 +01:00
|
|
|
border-top: 1px solid rgba(0, 0, 0, 0.1);
|
|
|
|
}
|
|
|
|
|
|
|
|
.about-wrap img {
|
2014-04-15 03:31:14 +02:00
|
|
|
margin: 0;
|
Help/About: WordPress 5.0 About Page.
The About page describes all the great changes in WordPress 5.0.
Highlights:
- Warn users of Gutenberg plugin of its deactivation upon 5.0 upgrade.
- Added illustrations to the Four Freedoms page.
- Include a link to wporg user’s plugin favorites as a way to display only the classic plugin as a suggestion for install.
- Detail the Classic Editor plugin and the support timeline.
Props pixelverbieger, ocean90, karmatosed, pento, boemedia, lonelyvegan, sami.keijonen, TimothyBlynJacobs, xkon, afercia, laurelfulford, joostdevalk, ipstenu, matveb, joen, tinkerbelly, chanthaboune, kjellr, alexislloyd, melchoyce, mcsf, courtney0burton, Otto42, cathibosco, tobifjellner, helen, audrasjb, antpb, jjj, elrae, desrosj, azaozz, joemcgill, skithund, gziolo.
Merges [43913], [43921-43922], [43937-43938], [43946-43947], [43952-43953], [43967-43969] into trunk.
Fixes #45178.
Built from https://develop.svn.wordpress.org/trunk@44264
git-svn-id: http://core.svn.wordpress.org/trunk@44094 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2018-12-17 17:36:59 +01:00
|
|
|
width: 100%;
|
2014-09-04 17:24:16 +02:00
|
|
|
height: auto;
|
2014-04-15 03:31:14 +02:00
|
|
|
vertical-align: middle;
|
2014-02-19 22:43:14 +01:00
|
|
|
}
|
|
|
|
|
Help/About: WordPress 5.0 About Page.
The About page describes all the great changes in WordPress 5.0.
Highlights:
- Warn users of Gutenberg plugin of its deactivation upon 5.0 upgrade.
- Added illustrations to the Four Freedoms page.
- Include a link to wporg user’s plugin favorites as a way to display only the classic plugin as a suggestion for install.
- Detail the Classic Editor plugin and the support timeline.
Props pixelverbieger, ocean90, karmatosed, pento, boemedia, lonelyvegan, sami.keijonen, TimothyBlynJacobs, xkon, afercia, laurelfulford, joostdevalk, ipstenu, matveb, joen, tinkerbelly, chanthaboune, kjellr, alexislloyd, melchoyce, mcsf, courtney0burton, Otto42, cathibosco, tobifjellner, helen, audrasjb, antpb, jjj, elrae, desrosj, azaozz, joemcgill, skithund, gziolo.
Merges [43913], [43921-43922], [43937-43938], [43946-43947], [43952-43953], [43967-43969] into trunk.
Fixes #45178.
Built from https://develop.svn.wordpress.org/trunk@44264
git-svn-id: http://core.svn.wordpress.org/trunk@44094 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2018-12-17 17:36:59 +01: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%;
|
2019-01-17 08:41:52 +01:00
|
|
|
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);
|
Help/About: WordPress 5.0 About Page.
The About page describes all the great changes in WordPress 5.0.
Highlights:
- Warn users of Gutenberg plugin of its deactivation upon 5.0 upgrade.
- Added illustrations to the Four Freedoms page.
- Include a link to wporg user’s plugin favorites as a way to display only the classic plugin as a suggestion for install.
- Detail the Classic Editor plugin and the support timeline.
Props pixelverbieger, ocean90, karmatosed, pento, boemedia, lonelyvegan, sami.keijonen, TimothyBlynJacobs, xkon, afercia, laurelfulford, joostdevalk, ipstenu, matveb, joen, tinkerbelly, chanthaboune, kjellr, alexislloyd, melchoyce, mcsf, courtney0burton, Otto42, cathibosco, tobifjellner, helen, audrasjb, antpb, jjj, elrae, desrosj, azaozz, joemcgill, skithund, gziolo.
Merges [43913], [43921-43922], [43937-43938], [43946-43947], [43952-43953], [43967-43969] into trunk.
Fixes #45178.
Built from https://develop.svn.wordpress.org/trunk@44264
git-svn-id: http://core.svn.wordpress.org/trunk@44094 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2018-12-17 17:36:59 +01:00
|
|
|
}
|
|
|
|
|
2015-08-14 00:11:35 +02:00
|
|
|
.about-wrap .jetpack-video-wrapper {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
|
2014-12-15 11:47:24 +01:00
|
|
|
/* WordPress Version Badge */
|
|
|
|
|
|
|
|
.wp-badge {
|
2016-03-09 22:53:26 +01: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 11:47:24 +01: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 22:53:26 +01:00
|
|
|
width: 140px;
|
2014-12-15 11:47:24 +01:00
|
|
|
text-rendering: optimizeLegibility;
|
|
|
|
box-shadow: 0 1px 3px rgba(0,0,0,0.2);
|
|
|
|
}
|
|
|
|
|
2014-12-16 23:54:21 +01:00
|
|
|
.svg .wp-badge {
|
2016-03-09 22:53:26 +01:00
|
|
|
background-image: url(../images/wordpress-logo-white.svg?ver=20160308);
|
2014-12-16 23:54:21 +01:00
|
|
|
}
|
2014-12-15 11:47:24 +01:00
|
|
|
|
|
|
|
.about-wrap .wp-badge {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Tabs */
|
|
|
|
|
2015-11-18 19:55:26 +01:00
|
|
|
.about-wrap .nav-tab {
|
|
|
|
padding-left: 15px;
|
|
|
|
padding-right: 15px;
|
2014-12-15 11:47:24 +01:00
|
|
|
font-size: 18px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* 1.1 - Typography */
|
2014-02-19 22:43:14 +01: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 21:54:48 +02:00
|
|
|
line-height: 1.5;
|
2014-02-19 22:43:14 +01:00
|
|
|
font-size: 14px;
|
2016-08-07 14:48:30 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.about-wrap .feature-section p {
|
2016-12-06 05:01:45 +01: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 21:54:48 +02:00
|
|
|
margin-right: auto;
|
|
|
|
margin-left: auto;
|
|
|
|
}
|
|
|
|
|
2014-02-19 22:43:14 +01:00
|
|
|
.about-wrap h1 {
|
|
|
|
margin: 0.2em 0 0 200px;
|
2015-06-28 01:13:24 +02:00
|
|
|
padding: 0;
|
2015-02-11 23:18:26 +01:00
|
|
|
color: #32373c;
|
2014-02-19 22:43:14 +01:00
|
|
|
line-height: 1.2em;
|
|
|
|
font-size: 2.8em;
|
|
|
|
font-weight: 400;
|
|
|
|
}
|
|
|
|
|
2016-04-09 08:23:26 +02:00
|
|
|
.about-wrap h2 {
|
2016-12-06 05:01:45 +01:00
|
|
|
margin: 40px 0 .6em;
|
|
|
|
font-size: 2.7em;
|
2016-04-09 08:23:26 +02:00
|
|
|
line-height: 1.3;
|
|
|
|
font-weight: 300;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2014-12-15 11:47:24 +01:00
|
|
|
.about-wrap h3 {
|
2015-04-22 08:04:29 +02:00
|
|
|
margin: 1.25em 0 .6em;
|
2016-12-06 05:01:45 +01: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 21:54:48 +02:00
|
|
|
line-height: 1.5;
|
2016-04-09 08:23:26 +02:00
|
|
|
}
|
|
|
|
|
2019-02-19 02:57:52 +01:00
|
|
|
.about-wrap .under-the-hood-header {
|
|
|
|
margin: 40px 0 0;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2014-02-19 22:43:14 +01:00
|
|
|
.about-wrap h4 {
|
2015-02-11 23:18:26 +01:00
|
|
|
color: #23282d;
|
2014-02-19 22:43:14 +01:00
|
|
|
}
|
|
|
|
|
2014-12-15 11:47:24 +01:00
|
|
|
.about-wrap code,
|
|
|
|
.about-wrap ol li p {
|
|
|
|
font-size: 14px;
|
2016-06-17 20:37:28 +02:00
|
|
|
font-weight: 400;
|
2014-02-19 22:43:14 +01:00
|
|
|
}
|
|
|
|
|
Help/About: WordPress 5.0 About Page.
The About page describes all the great changes in WordPress 5.0.
Highlights:
- Warn users of Gutenberg plugin of its deactivation upon 5.0 upgrade.
- Added illustrations to the Four Freedoms page.
- Include a link to wporg user’s plugin favorites as a way to display only the classic plugin as a suggestion for install.
- Detail the Classic Editor plugin and the support timeline.
Props pixelverbieger, ocean90, karmatosed, pento, boemedia, lonelyvegan, sami.keijonen, TimothyBlynJacobs, xkon, afercia, laurelfulford, joostdevalk, ipstenu, matveb, joen, tinkerbelly, chanthaboune, kjellr, alexislloyd, melchoyce, mcsf, courtney0burton, Otto42, cathibosco, tobifjellner, helen, audrasjb, antpb, jjj, elrae, desrosj, azaozz, joemcgill, skithund, gziolo.
Merges [43913], [43921-43922], [43937-43938], [43946-43947], [43952-43953], [43967-43969] into trunk.
Fixes #45178.
Built from https://develop.svn.wordpress.org/trunk@44264
git-svn-id: http://core.svn.wordpress.org/trunk@44094 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2018-12-17 17:36:59 +01:00
|
|
|
.about-wrap figcaption {
|
2019-01-17 08:41:52 +01:00
|
|
|
font-size: 13px;
|
|
|
|
text-align: center;
|
Help/About: WordPress 5.0 About Page.
The About page describes all the great changes in WordPress 5.0.
Highlights:
- Warn users of Gutenberg plugin of its deactivation upon 5.0 upgrade.
- Added illustrations to the Four Freedoms page.
- Include a link to wporg user’s plugin favorites as a way to display only the classic plugin as a suggestion for install.
- Detail the Classic Editor plugin and the support timeline.
Props pixelverbieger, ocean90, karmatosed, pento, boemedia, lonelyvegan, sami.keijonen, TimothyBlynJacobs, xkon, afercia, laurelfulford, joostdevalk, ipstenu, matveb, joen, tinkerbelly, chanthaboune, kjellr, alexislloyd, melchoyce, mcsf, courtney0burton, Otto42, cathibosco, tobifjellner, helen, audrasjb, antpb, jjj, elrae, desrosj, azaozz, joemcgill, skithund, gziolo.
Merges [43913], [43921-43922], [43937-43938], [43946-43947], [43952-43953], [43967-43969] into trunk.
Fixes #45178.
Built from https://develop.svn.wordpress.org/trunk@44264
git-svn-id: http://core.svn.wordpress.org/trunk@44094 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2018-12-17 17:36:59 +01:00
|
|
|
color: white;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
}
|
|
|
|
|
2014-12-15 11:47:24 +01:00
|
|
|
.about-wrap .about-description,
|
|
|
|
.about-wrap .about-text {
|
2014-02-19 22:43:14 +01:00
|
|
|
margin-top: 1.4em;
|
2016-06-17 20:37:28 +02:00
|
|
|
font-weight: 400;
|
2014-12-15 11:47:24 +01:00
|
|
|
line-height: 1.6em;
|
|
|
|
font-size: 19px;
|
2014-02-19 22:43:14 +01:00
|
|
|
}
|
|
|
|
|
2014-12-15 11:47:24 +01:00
|
|
|
.about-wrap .about-text {
|
2014-02-19 22:43:14 +01:00
|
|
|
margin: 1em 0 1em 200px;
|
2016-01-26 01:04:26 +01:00
|
|
|
color: #555d66;
|
2014-02-19 22:43:14 +01:00
|
|
|
}
|
|
|
|
|
2014-12-15 11:47:24 +01:00
|
|
|
/* 1.2 - Structure */
|
2014-02-19 22:43:14 +01:00
|
|
|
|
2017-05-27 17:04:43 +02:00
|
|
|
.about-wrap [class$="-col"] {
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
flex-wrap: wrap;
|
2015-07-28 23:23:25 +02:00
|
|
|
}
|
2016-04-09 08:23:26 +02:00
|
|
|
|
2019-02-19 02:57:52 +01:00
|
|
|
.about-wrap .one-col {
|
2017-05-27 17:04:43 +02:00
|
|
|
margin: 0 auto;
|
Help/About: WordPress 5.0 About Page.
The About page describes all the great changes in WordPress 5.0.
Highlights:
- Warn users of Gutenberg plugin of its deactivation upon 5.0 upgrade.
- Added illustrations to the Four Freedoms page.
- Include a link to wporg user’s plugin favorites as a way to display only the classic plugin as a suggestion for install.
- Detail the Classic Editor plugin and the support timeline.
Props pixelverbieger, ocean90, karmatosed, pento, boemedia, lonelyvegan, sami.keijonen, TimothyBlynJacobs, xkon, afercia, laurelfulford, joostdevalk, ipstenu, matveb, joen, tinkerbelly, chanthaboune, kjellr, alexislloyd, melchoyce, mcsf, courtney0burton, Otto42, cathibosco, tobifjellner, helen, audrasjb, antpb, jjj, elrae, desrosj, azaozz, joemcgill, skithund, gziolo.
Merges [43913], [43921-43922], [43937-43938], [43946-43947], [43952-43953], [43967-43969] into trunk.
Fixes #45178.
Built from https://develop.svn.wordpress.org/trunk@44264
git-svn-id: http://core.svn.wordpress.org/trunk@44094 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2018-12-17 17:36:59 +01:00
|
|
|
max-width: 680px;
|
2014-02-19 22:43:14 +01:00
|
|
|
}
|
2016-04-09 08:23:26 +02:00
|
|
|
|
2019-02-19 02:57:52 +01:00
|
|
|
.about-wrap .one-col.is-wide {
|
|
|
|
max-width: 760px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.about-wrap .under-the-hood {
|
|
|
|
margin: auto;
|
|
|
|
max-width: 1020px;
|
|
|
|
}
|
|
|
|
|
2017-11-07 05:11:47 +01:00
|
|
|
.about-wrap .inline-svg img {
|
|
|
|
max-width: 100%;
|
|
|
|
width: 100%;
|
|
|
|
height: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.about-wrap .inline-svg.full-width {
|
|
|
|
margin-bottom: 120px;
|
|
|
|
}
|
|
|
|
|
2019-02-19 02:57:52 +01:00
|
|
|
.about-wrap .under-the-hood .inline-svg {
|
|
|
|
margin-right: 100px;
|
Help/About: WordPress 5.0 About Page.
The About page describes all the great changes in WordPress 5.0.
Highlights:
- Warn users of Gutenberg plugin of its deactivation upon 5.0 upgrade.
- Added illustrations to the Four Freedoms page.
- Include a link to wporg user’s plugin favorites as a way to display only the classic plugin as a suggestion for install.
- Detail the Classic Editor plugin and the support timeline.
Props pixelverbieger, ocean90, karmatosed, pento, boemedia, lonelyvegan, sami.keijonen, TimothyBlynJacobs, xkon, afercia, laurelfulford, joostdevalk, ipstenu, matveb, joen, tinkerbelly, chanthaboune, kjellr, alexislloyd, melchoyce, mcsf, courtney0burton, Otto42, cathibosco, tobifjellner, helen, audrasjb, antpb, jjj, elrae, desrosj, azaozz, joemcgill, skithund, gziolo.
Merges [43913], [43921-43922], [43937-43938], [43946-43947], [43952-43953], [43967-43969] into trunk.
Fixes #45178.
Built from https://develop.svn.wordpress.org/trunk@44264
git-svn-id: http://core.svn.wordpress.org/trunk@44094 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2018-12-17 17:36:59 +01:00
|
|
|
}
|
|
|
|
|
2019-02-19 02:57:52 +01:00
|
|
|
.about-wrap [class$="-col"] .col {
|
|
|
|
flex: 1;
|
2017-05-27 17:04:43 +02:00
|
|
|
align-self: flex-start;
|
2014-02-19 22:43:14 +01:00
|
|
|
}
|
|
|
|
|
2019-02-19 02:57:52 +01:00
|
|
|
.about-wrap [class$="-col"] .col + .col {
|
|
|
|
margin-right: 20px;
|
Help/About: WordPress 5.0 About Page.
The About page describes all the great changes in WordPress 5.0.
Highlights:
- Warn users of Gutenberg plugin of its deactivation upon 5.0 upgrade.
- Added illustrations to the Four Freedoms page.
- Include a link to wporg user’s plugin favorites as a way to display only the classic plugin as a suggestion for install.
- Detail the Classic Editor plugin and the support timeline.
Props pixelverbieger, ocean90, karmatosed, pento, boemedia, lonelyvegan, sami.keijonen, TimothyBlynJacobs, xkon, afercia, laurelfulford, joostdevalk, ipstenu, matveb, joen, tinkerbelly, chanthaboune, kjellr, alexislloyd, melchoyce, mcsf, courtney0burton, Otto42, cathibosco, tobifjellner, helen, audrasjb, antpb, jjj, elrae, desrosj, azaozz, joemcgill, skithund, gziolo.
Merges [43913], [43921-43922], [43937-43938], [43946-43947], [43952-43953], [43967-43969] into trunk.
Fixes #45178.
Built from https://develop.svn.wordpress.org/trunk@44264
git-svn-id: http://core.svn.wordpress.org/trunk@44094 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2018-12-17 17:36:59 +01:00
|
|
|
}
|
|
|
|
|
2019-02-19 02:57:52 +01:00
|
|
|
.about-wrap [class$="-col"] .is-span-two {
|
|
|
|
flex: 2;
|
Help/About: WordPress 5.0 About Page.
The About page describes all the great changes in WordPress 5.0.
Highlights:
- Warn users of Gutenberg plugin of its deactivation upon 5.0 upgrade.
- Added illustrations to the Four Freedoms page.
- Include a link to wporg user’s plugin favorites as a way to display only the classic plugin as a suggestion for install.
- Detail the Classic Editor plugin and the support timeline.
Props pixelverbieger, ocean90, karmatosed, pento, boemedia, lonelyvegan, sami.keijonen, TimothyBlynJacobs, xkon, afercia, laurelfulford, joostdevalk, ipstenu, matveb, joen, tinkerbelly, chanthaboune, kjellr, alexislloyd, melchoyce, mcsf, courtney0burton, Otto42, cathibosco, tobifjellner, helen, audrasjb, antpb, jjj, elrae, desrosj, azaozz, joemcgill, skithund, gziolo.
Merges [43913], [43921-43922], [43937-43938], [43946-43947], [43952-43953], [43967-43969] into trunk.
Fixes #45178.
Built from https://develop.svn.wordpress.org/trunk@44264
git-svn-id: http://core.svn.wordpress.org/trunk@44094 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2018-12-17 17:36:59 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.about-wrap .one-col img {
|
|
|
|
margin: 1em 0 2em;
|
|
|
|
}
|
|
|
|
|
2019-02-19 02:57:52 +01:00
|
|
|
.about-wrap .one-col .alignright img {
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
|
2017-05-27 17:04:43 +02:00
|
|
|
.about-wrap .two-col img {
|
|
|
|
margin-bottom: 1.5em;
|
2016-04-09 08:23:26 +02:00
|
|
|
}
|
|
|
|
|
2016-08-07 14:48:30 +02:00
|
|
|
.about-wrap .feature-video .mejs-controls {
|
|
|
|
display: none !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.about-wrap .feature-video .mejs-overlay-loading span {
|
|
|
|
background: transparent; /* Hide loading.gif */
|
|
|
|
}
|
|
|
|
|
Help/About: WordPress 5.0 About Page.
The About page describes all the great changes in WordPress 5.0.
Highlights:
- Warn users of Gutenberg plugin of its deactivation upon 5.0 upgrade.
- Added illustrations to the Four Freedoms page.
- Include a link to wporg user’s plugin favorites as a way to display only the classic plugin as a suggestion for install.
- Detail the Classic Editor plugin and the support timeline.
Props pixelverbieger, ocean90, karmatosed, pento, boemedia, lonelyvegan, sami.keijonen, TimothyBlynJacobs, xkon, afercia, laurelfulford, joostdevalk, ipstenu, matveb, joen, tinkerbelly, chanthaboune, kjellr, alexislloyd, melchoyce, mcsf, courtney0burton, Otto42, cathibosco, tobifjellner, helen, audrasjb, antpb, jjj, elrae, desrosj, azaozz, joemcgill, skithund, gziolo.
Merges [43913], [43921-43922], [43937-43938], [43946-43947], [43952-43953], [43967-43969] into trunk.
Fixes #45178.
Built from https://develop.svn.wordpress.org/trunk@44264
git-svn-id: http://core.svn.wordpress.org/trunk@44094 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2018-12-17 17:36:59 +01:00
|
|
|
.about-wrap video {
|
|
|
|
margin: 1.5em auto;
|
|
|
|
}
|
|
|
|
|
2019-02-19 02:57:52 +01:00
|
|
|
.about-wrap .inline-svg.alignright {
|
|
|
|
margin-right: 80px;
|
|
|
|
}
|
|
|
|
|
Help/About: WordPress 5.0 About Page.
The About page describes all the great changes in WordPress 5.0.
Highlights:
- Warn users of Gutenberg plugin of its deactivation upon 5.0 upgrade.
- Added illustrations to the Four Freedoms page.
- Include a link to wporg user’s plugin favorites as a way to display only the classic plugin as a suggestion for install.
- Detail the Classic Editor plugin and the support timeline.
Props pixelverbieger, ocean90, karmatosed, pento, boemedia, lonelyvegan, sami.keijonen, TimothyBlynJacobs, xkon, afercia, laurelfulford, joostdevalk, ipstenu, matveb, joen, tinkerbelly, chanthaboune, kjellr, alexislloyd, melchoyce, mcsf, courtney0burton, Otto42, cathibosco, tobifjellner, helen, audrasjb, antpb, jjj, elrae, desrosj, azaozz, joemcgill, skithund, gziolo.
Merges [43913], [43921-43922], [43937-43938], [43946-43947], [43952-43953], [43967-43969] into trunk.
Fixes #45178.
Built from https://develop.svn.wordpress.org/trunk@44264
git-svn-id: http://core.svn.wordpress.org/trunk@44094 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2018-12-17 17:36:59 +01:00
|
|
|
.about-wrap .cta {
|
|
|
|
text-align: center;
|
|
|
|
}
|
2019-02-19 02:57:52 +01:00
|
|
|
|
Help/About: WordPress 5.0 About Page.
The About page describes all the great changes in WordPress 5.0.
Highlights:
- Warn users of Gutenberg plugin of its deactivation upon 5.0 upgrade.
- Added illustrations to the Four Freedoms page.
- Include a link to wporg user’s plugin favorites as a way to display only the classic plugin as a suggestion for install.
- Detail the Classic Editor plugin and the support timeline.
Props pixelverbieger, ocean90, karmatosed, pento, boemedia, lonelyvegan, sami.keijonen, TimothyBlynJacobs, xkon, afercia, laurelfulford, joostdevalk, ipstenu, matveb, joen, tinkerbelly, chanthaboune, kjellr, alexislloyd, melchoyce, mcsf, courtney0burton, Otto42, cathibosco, tobifjellner, helen, audrasjb, antpb, jjj, elrae, desrosj, azaozz, joemcgill, skithund, gziolo.
Merges [43913], [43921-43922], [43937-43938], [43946-43947], [43952-43953], [43967-43969] into trunk.
Fixes #45178.
Built from https://develop.svn.wordpress.org/trunk@44264
git-svn-id: http://core.svn.wordpress.org/trunk@44094 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2018-12-17 17:36:59 +01:00
|
|
|
.about-wrap .cta .button {
|
|
|
|
margin: 0 auto 5px;
|
|
|
|
font-weight: 600;
|
|
|
|
}
|
|
|
|
|
2019-02-19 02:57:52 +01:00
|
|
|
.about-wrap .feature-section .button {
|
|
|
|
margin-top: 1.5em;
|
|
|
|
font-weight: 600;
|
|
|
|
}
|
|
|
|
|
2014-12-15 11:47:24 +01:00
|
|
|
/* 1.3 - Point Releases */
|
2014-02-19 22:43:14 +01:00
|
|
|
|
|
|
|
.about-wrap .point-releases {
|
|
|
|
margin-top: 5px;
|
2016-03-09 20:51:26 +01:00
|
|
|
border-bottom: 1px solid #ddd;
|
2014-02-19 22:43:14 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.about-wrap .changelog.point-releases h3 {
|
|
|
|
padding-top: 35px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.about-wrap .changelog.point-releases h3:first-child {
|
|
|
|
padding-top: 7px;
|
|
|
|
}
|
|
|
|
|
2014-12-15 11:47:24 +01:00
|
|
|
/*------------------------------------------------------------------------------
|
|
|
|
2.0 - About Page
|
|
|
|
------------------------------------------------------------------------------*/
|
2014-02-19 22:43:14 +01:00
|
|
|
|
2014-12-15 11:47:24 +01:00
|
|
|
/* 2.1 - Typography */
|
|
|
|
|
2019-02-19 02:57:52 +01:00
|
|
|
.about-wrap .feature-section-header {
|
|
|
|
margin: 50px 0 0;
|
|
|
|
}
|
|
|
|
|
2015-12-08 21:25:28 +01:00
|
|
|
.about-wrap .feature-section.two-col h3 {
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
|
2014-12-15 11:47:24 +01:00
|
|
|
.about-wrap .feature-section h4 {
|
|
|
|
margin: 1.4em 0 0.6em 0;
|
2015-04-22 08:04:29 +02:00
|
|
|
font-size: 1em;
|
2014-02-19 22:43:14 +01:00
|
|
|
}
|
|
|
|
|
2014-12-15 11:47:24 +01:00
|
|
|
.about-wrap .feature-section p {
|
|
|
|
margin-top: 0.6em;
|
|
|
|
}
|
2014-02-19 22:43:14 +01:00
|
|
|
|
2016-12-06 05:01:45 +01:00
|
|
|
.about-wrap .lead-description {
|
|
|
|
font-size: 1.5em;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2015-12-04 13:24:26 +01: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-11 01:33:30 +02:00
|
|
|
.about-wrap .streamlined-updates p,
|
|
|
|
.about-wrap .native-fonts p {
|
|
|
|
margin-bottom: 3em;
|
|
|
|
}
|
|
|
|
|
Help/About: WordPress 5.0 About Page.
The About page describes all the great changes in WordPress 5.0.
Highlights:
- Warn users of Gutenberg plugin of its deactivation upon 5.0 upgrade.
- Added illustrations to the Four Freedoms page.
- Include a link to wporg user’s plugin favorites as a way to display only the classic plugin as a suggestion for install.
- Detail the Classic Editor plugin and the support timeline.
Props pixelverbieger, ocean90, karmatosed, pento, boemedia, lonelyvegan, sami.keijonen, TimothyBlynJacobs, xkon, afercia, laurelfulford, joostdevalk, ipstenu, matveb, joen, tinkerbelly, chanthaboune, kjellr, alexislloyd, melchoyce, mcsf, courtney0burton, Otto42, cathibosco, tobifjellner, helen, audrasjb, antpb, jjj, elrae, desrosj, azaozz, joemcgill, skithund, gziolo.
Merges [43913], [43921-43922], [43937-43938], [43946-43947], [43952-43953], [43967-43969] into trunk.
Fixes #45178.
Built from https://develop.svn.wordpress.org/trunk@44264
git-svn-id: http://core.svn.wordpress.org/trunk@44094 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2018-12-17 17:36:59 +01:00
|
|
|
.about-wrap .under-the-hood img + h3 {
|
|
|
|
margin-top: 1.25em;
|
|
|
|
}
|
|
|
|
|
2015-04-22 08:04:29 +02:00
|
|
|
/* 2.2 - Structure */
|
|
|
|
|
2019-02-19 02:57:52 +01:00
|
|
|
.about-wrap .headline-feature {
|
|
|
|
margin-bottom: 40px;
|
2015-04-22 08:04:29 +02:00
|
|
|
}
|
2014-12-15 11:47:24 +01:00
|
|
|
|
|
|
|
.about-wrap .featured-image {
|
2014-08-27 06:40:15 +02:00
|
|
|
text-align: center;
|
2014-02-19 22:43:14 +01:00
|
|
|
}
|
|
|
|
|
2014-04-15 03:31:14 +02:00
|
|
|
.about-wrap .feature-section {
|
2014-12-15 11:47:24 +01:00
|
|
|
overflow: hidden;
|
2014-02-19 22:43:14 +01:00
|
|
|
}
|
|
|
|
|
2016-12-06 05:01:45 +01:00
|
|
|
.about-wrap .feature-section.no-heading {
|
|
|
|
padding-top: 35px;
|
|
|
|
}
|
|
|
|
|
2015-07-29 21:57:25 +02:00
|
|
|
.about-wrap .feature-section .media-container {
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
2015-12-04 13:24:26 +01:00
|
|
|
.about-wrap .embed-container {
|
2015-07-29 21:57:25 +02:00
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2015-12-04 13:24:26 +01:00
|
|
|
.about-wrap .embed-container iframe {
|
|
|
|
max-width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.about-wrap .wp-embedded-content {
|
|
|
|
max-width: 100%;
|
2015-07-29 21:57:25 +02:00
|
|
|
}
|
|
|
|
|
2016-04-09 08:23:26 +02:00
|
|
|
.about-wrap .feature-section .col {
|
2015-07-28 23:23:25 +02:00
|
|
|
margin-top: 40px;
|
2014-02-19 22:43:14 +01:00
|
|
|
}
|
|
|
|
|
2015-04-22 08:04:29 +02:00
|
|
|
.about-wrap .changelog {
|
|
|
|
margin-bottom: 40px;
|
2014-02-19 22:43:14 +01:00
|
|
|
}
|
|
|
|
|
2015-07-28 23:23:25 +02:00
|
|
|
.about-wrap .changelog.feature-section .col {
|
2015-04-22 08:04:29 +02:00
|
|
|
margin-top: 40px;
|
2014-02-19 22:43:14 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Return to Dashboard Home link */
|
|
|
|
|
|
|
|
.about-wrap .return-to-dashboard {
|
|
|
|
margin: 30px -5px 0 0;
|
|
|
|
font-size: 14px;
|
2016-06-17 20:37:28 +02:00
|
|
|
font-weight: 600;
|
2014-02-19 22:43:14 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.about-wrap .return-to-dashboard a {
|
|
|
|
text-decoration: none;
|
|
|
|
padding: 0 5px;
|
|
|
|
}
|
|
|
|
|
2014-12-15 11:47:24 +01:00
|
|
|
/*------------------------------------------------------------------------------
|
|
|
|
3.0 - Credits & Freedoms Pages
|
|
|
|
------------------------------------------------------------------------------*/
|
|
|
|
|
2014-02-19 22:43:14 +01:00
|
|
|
/* Credits */
|
|
|
|
|
2015-10-13 08:51:24 +02:00
|
|
|
.about-wrap h3.wp-people-group {
|
|
|
|
margin: 2.6em 0 1.33em;
|
2016-01-26 23:38:28 +01:00
|
|
|
padding: 0;
|
2014-02-19 22:43:14 +01:00
|
|
|
font-size: 16px;
|
2015-10-13 08:51:24 +02:00
|
|
|
line-height: inherit;
|
2014-02-19 22:43:14 +01:00
|
|
|
}
|
|
|
|
|
2016-01-26 23:38:28 +01:00
|
|
|
.about-wrap .wp-people-group {
|
2014-02-19 22:43:14 +01:00
|
|
|
padding: 0 5px;
|
|
|
|
margin: 0 -5px 0 -15px;
|
|
|
|
}
|
|
|
|
|
2016-01-26 23:38:28 +01:00
|
|
|
.about-wrap .compact {
|
2017-11-13 23:47:58 +01:00
|
|
|
margin-bottom: 0;
|
2014-02-19 22:43:14 +01:00
|
|
|
}
|
|
|
|
|
2016-01-26 23:38:28 +01:00
|
|
|
.about-wrap .wp-person {
|
2014-10-27 03:33:18 +01:00
|
|
|
display: inline-block;
|
|
|
|
vertical-align: top;
|
2014-02-19 22:43:14 +01:00
|
|
|
margin-left: 10px;
|
2014-12-15 11:47:24 +01:00
|
|
|
padding-bottom: 15px;
|
|
|
|
height: 70px;
|
|
|
|
width: 280px;
|
|
|
|
}
|
|
|
|
|
2016-01-26 23:38:28 +01:00
|
|
|
.about-wrap .compact .wp-person {
|
2014-12-15 11:47:24 +01:00
|
|
|
height: auto;
|
|
|
|
width: 180px;
|
|
|
|
padding-bottom: 0;
|
|
|
|
margin-bottom: 0;
|
2014-02-19 22:43:14 +01:00
|
|
|
}
|
|
|
|
|
2016-01-26 23:38:28 +01:00
|
|
|
.about-wrap .wp-person .gravatar {
|
2014-02-19 22:43:14 +01:00
|
|
|
float: right;
|
|
|
|
margin: 0 0 10px 10px;
|
2016-01-26 23:38:28 +01:00
|
|
|
padding: 1px;
|
2014-02-19 22:43:14 +01:00
|
|
|
width: 60px;
|
|
|
|
height: 60px;
|
|
|
|
}
|
|
|
|
|
2016-01-26 23:38:28 +01:00
|
|
|
.about-wrap .compact .wp-person .gravatar {
|
2014-02-19 22:43:14 +01:00
|
|
|
width: 30px;
|
|
|
|
height: 30px;
|
|
|
|
}
|
|
|
|
|
2016-01-26 23:38:28 +01:00
|
|
|
.about-wrap .wp-person .web {
|
2014-02-19 22:43:14 +01:00
|
|
|
margin: 6px 0 2px;
|
|
|
|
font-size: 16px;
|
2016-06-17 20:37:28 +02:00
|
|
|
font-weight: 400;
|
2016-01-26 23:38:28 +01:00
|
|
|
line-height: 2em;
|
2014-02-19 22:43:14 +01:00
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
2016-01-26 23:38:28 +01:00
|
|
|
.about-wrap .wp-person .title {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
2014-12-15 11:47:24 +01:00
|
|
|
.about-wrap #wp-people-group-validators + p.wp-credits-list {
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
|
2014-02-19 22:43:14 +01: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 20:37:28 +02:00
|
|
|
font-weight: 600;
|
2014-02-19 22:43:14 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.freedoms-php .about-wrap ol p {
|
2016-06-17 20:37:28 +02:00
|
|
|
font-weight: 400;
|
2014-02-19 22:43:14 +01:00
|
|
|
margin: 0.6em 0;
|
|
|
|
}
|
|
|
|
|
Help/About: WordPress 5.0 About Page.
The About page describes all the great changes in WordPress 5.0.
Highlights:
- Warn users of Gutenberg plugin of its deactivation upon 5.0 upgrade.
- Added illustrations to the Four Freedoms page.
- Include a link to wporg user’s plugin favorites as a way to display only the classic plugin as a suggestion for install.
- Detail the Classic Editor plugin and the support timeline.
Props pixelverbieger, ocean90, karmatosed, pento, boemedia, lonelyvegan, sami.keijonen, TimothyBlynJacobs, xkon, afercia, laurelfulford, joostdevalk, ipstenu, matveb, joen, tinkerbelly, chanthaboune, kjellr, alexislloyd, melchoyce, mcsf, courtney0burton, Otto42, cathibosco, tobifjellner, helen, audrasjb, antpb, jjj, elrae, desrosj, azaozz, joemcgill, skithund, gziolo.
Merges [43913], [43921-43922], [43937-43938], [43946-43947], [43952-43953], [43967-43969] into trunk.
Fixes #45178.
Built from https://develop.svn.wordpress.org/trunk@44264
git-svn-id: http://core.svn.wordpress.org/trunk@44094 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2018-12-17 17:36:59 +01: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: 100% 34%;
|
|
|
|
}
|
|
|
|
.freedoms-php .about-wrap .col:nth-of-type(3) .freedoms-image {
|
|
|
|
background-position: 100% 66%;
|
|
|
|
}
|
|
|
|
.freedoms-php .about-wrap .col:nth-of-type(4) .freedoms-image {
|
|
|
|
background-position: 100% 100%;
|
|
|
|
}
|
|
|
|
|
2014-12-15 11:47:24 +01:00
|
|
|
/*------------------------------------------------------------------------------
|
|
|
|
4.0 - Media Queries
|
|
|
|
------------------------------------------------------------------------------*/
|
2014-02-19 22:43:14 +01:00
|
|
|
|
2017-11-15 00:02:48 +01:00
|
|
|
@media screen and (max-width: 782px) {
|
2015-12-04 13:24:26 +01:00
|
|
|
.about-wrap .two-col-text {
|
|
|
|
column-count: 1;
|
2014-02-19 22:43:14 +01:00
|
|
|
}
|
|
|
|
|
2019-02-19 02:57:52 +01:00
|
|
|
.about-wrap .one-col .alignright {
|
|
|
|
margin-right: 20px;
|
|
|
|
max-width: 150px;
|
|
|
|
}
|
|
|
|
|
2017-05-27 17:04:43 +02:00
|
|
|
.about-wrap .two-col .col,
|
Help/About: WordPress 5.0 About Page.
The About page describes all the great changes in WordPress 5.0.
Highlights:
- Warn users of Gutenberg plugin of its deactivation upon 5.0 upgrade.
- Added illustrations to the Four Freedoms page.
- Include a link to wporg user’s plugin favorites as a way to display only the classic plugin as a suggestion for install.
- Detail the Classic Editor plugin and the support timeline.
Props pixelverbieger, ocean90, karmatosed, pento, boemedia, lonelyvegan, sami.keijonen, TimothyBlynJacobs, xkon, afercia, laurelfulford, joostdevalk, ipstenu, matveb, joen, tinkerbelly, chanthaboune, kjellr, alexislloyd, melchoyce, mcsf, courtney0burton, Otto42, cathibosco, tobifjellner, helen, audrasjb, antpb, jjj, elrae, desrosj, azaozz, joemcgill, skithund, gziolo.
Merges [43913], [43921-43922], [43937-43938], [43946-43947], [43952-43953], [43967-43969] into trunk.
Fixes #45178.
Built from https://develop.svn.wordpress.org/trunk@44264
git-svn-id: http://core.svn.wordpress.org/trunk@44094 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2018-12-17 17:36:59 +01:00
|
|
|
.about-wrap .three-col .col,
|
|
|
|
.about-wrap .four-col .col {
|
2017-05-27 17:04:43 +02:00
|
|
|
min-width: 48% !important;
|
2019-02-19 02:57:52 +01:00
|
|
|
max-width: 48% !important;
|
|
|
|
margin-right: 0 !important;
|
2017-05-27 17:04:43 +02:00
|
|
|
}
|
|
|
|
|
Help/About: WordPress 5.0 About Page.
The About page describes all the great changes in WordPress 5.0.
Highlights:
- Warn users of Gutenberg plugin of its deactivation upon 5.0 upgrade.
- Added illustrations to the Four Freedoms page.
- Include a link to wporg user’s plugin favorites as a way to display only the classic plugin as a suggestion for install.
- Detail the Classic Editor plugin and the support timeline.
Props pixelverbieger, ocean90, karmatosed, pento, boemedia, lonelyvegan, sami.keijonen, TimothyBlynJacobs, xkon, afercia, laurelfulford, joostdevalk, ipstenu, matveb, joen, tinkerbelly, chanthaboune, kjellr, alexislloyd, melchoyce, mcsf, courtney0burton, Otto42, cathibosco, tobifjellner, helen, audrasjb, antpb, jjj, elrae, desrosj, azaozz, joemcgill, skithund, gziolo.
Merges [43913], [43921-43922], [43937-43938], [43946-43947], [43952-43953], [43967-43969] into trunk.
Fixes #45178.
Built from https://develop.svn.wordpress.org/trunk@44264
git-svn-id: http://core.svn.wordpress.org/trunk@44094 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2018-12-17 17:36:59 +01:00
|
|
|
.about-wrap .eight-col .col {
|
|
|
|
min-width: 24% !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.about-wrap .three-col img,
|
|
|
|
.about-wrap .four-col img,
|
|
|
|
.about-wrap .eight-col img {
|
2015-04-22 08:04:29 +02:00
|
|
|
display: block;
|
|
|
|
margin: 0 auto;
|
|
|
|
}
|
2017-11-07 05:11:47 +01:00
|
|
|
|
Help/About: WordPress 5.0 About Page.
The About page describes all the great changes in WordPress 5.0.
Highlights:
- Warn users of Gutenberg plugin of its deactivation upon 5.0 upgrade.
- Added illustrations to the Four Freedoms page.
- Include a link to wporg user’s plugin favorites as a way to display only the classic plugin as a suggestion for install.
- Detail the Classic Editor plugin and the support timeline.
Props pixelverbieger, ocean90, karmatosed, pento, boemedia, lonelyvegan, sami.keijonen, TimothyBlynJacobs, xkon, afercia, laurelfulford, joostdevalk, ipstenu, matveb, joen, tinkerbelly, chanthaboune, kjellr, alexislloyd, melchoyce, mcsf, courtney0burton, Otto42, cathibosco, tobifjellner, helen, audrasjb, antpb, jjj, elrae, desrosj, azaozz, joemcgill, skithund, gziolo.
Merges [43913], [43921-43922], [43937-43938], [43946-43947], [43952-43953], [43967-43969] into trunk.
Fixes #45178.
Built from https://develop.svn.wordpress.org/trunk@44264
git-svn-id: http://core.svn.wordpress.org/trunk@44094 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2018-12-17 17:36:59 +01:00
|
|
|
.about-wrap figcaption {
|
|
|
|
position: relative;
|
|
|
|
margin-top: 10px;
|
|
|
|
margin-bottom: 15px;
|
|
|
|
padding: 0;
|
|
|
|
background: none;
|
|
|
|
color: #40464D;
|
|
|
|
text-shadow: none;
|
|
|
|
}
|
|
|
|
|
2019-02-19 02:57:52 +01:00
|
|
|
.about-wrap .under-the-hood .inline-svg {
|
|
|
|
margin-right: 40px;
|
2017-11-07 05:11:47 +01:00
|
|
|
}
|
2014-09-04 17:05:18 +02:00
|
|
|
}
|
|
|
|
|
2014-02-19 22:43:14 +01:00
|
|
|
@media only screen and (max-width: 500px) {
|
|
|
|
.about-wrap {
|
|
|
|
margin-left: 20px;
|
|
|
|
margin-right: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.about-wrap h1,
|
2014-12-15 11:47:24 +01:00
|
|
|
.about-wrap .about-text {
|
2014-02-19 22:43:14 +01:00
|
|
|
margin-left: 0;
|
|
|
|
}
|
|
|
|
|
2014-12-15 11:47:24 +01:00
|
|
|
.about-wrap .about-text {
|
2014-02-19 22:43:14 +01:00
|
|
|
margin-bottom: 0.25em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.about-wrap .wp-badge {
|
|
|
|
position: relative;
|
|
|
|
margin-bottom: 1.5em;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2019-02-19 02:57:52 +01:00
|
|
|
.about-wrap .one-col .alignright {
|
|
|
|
max-width: 120px;
|
|
|
|
}
|
|
|
|
|
Help/About: WordPress 5.0 About Page.
The About page describes all the great changes in WordPress 5.0.
Highlights:
- Warn users of Gutenberg plugin of its deactivation upon 5.0 upgrade.
- Added illustrations to the Four Freedoms page.
- Include a link to wporg user’s plugin favorites as a way to display only the classic plugin as a suggestion for install.
- Detail the Classic Editor plugin and the support timeline.
Props pixelverbieger, ocean90, karmatosed, pento, boemedia, lonelyvegan, sami.keijonen, TimothyBlynJacobs, xkon, afercia, laurelfulford, joostdevalk, ipstenu, matveb, joen, tinkerbelly, chanthaboune, kjellr, alexislloyd, melchoyce, mcsf, courtney0burton, Otto42, cathibosco, tobifjellner, helen, audrasjb, antpb, jjj, elrae, desrosj, azaozz, joemcgill, skithund, gziolo.
Merges [43913], [43921-43922], [43937-43938], [43946-43947], [43952-43953], [43967-43969] into trunk.
Fixes #45178.
Built from https://develop.svn.wordpress.org/trunk@44264
git-svn-id: http://core.svn.wordpress.org/trunk@44094 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2018-12-17 17:36:59 +01:00
|
|
|
.about-wrap .feature-section .col {
|
|
|
|
margin-top: 1em;
|
|
|
|
}
|
|
|
|
|
2016-04-09 08:23:26 +02:00
|
|
|
.about-wrap .two-col .col,
|
Help/About: WordPress 5.0 About Page.
The About page describes all the great changes in WordPress 5.0.
Highlights:
- Warn users of Gutenberg plugin of its deactivation upon 5.0 upgrade.
- Added illustrations to the Four Freedoms page.
- Include a link to wporg user’s plugin favorites as a way to display only the classic plugin as a suggestion for install.
- Detail the Classic Editor plugin and the support timeline.
Props pixelverbieger, ocean90, karmatosed, pento, boemedia, lonelyvegan, sami.keijonen, TimothyBlynJacobs, xkon, afercia, laurelfulford, joostdevalk, ipstenu, matveb, joen, tinkerbelly, chanthaboune, kjellr, alexislloyd, melchoyce, mcsf, courtney0burton, Otto42, cathibosco, tobifjellner, helen, audrasjb, antpb, jjj, elrae, desrosj, azaozz, joemcgill, skithund, gziolo.
Merges [43913], [43921-43922], [43937-43938], [43946-43947], [43952-43953], [43967-43969] into trunk.
Fixes #45178.
Built from https://develop.svn.wordpress.org/trunk@44264
git-svn-id: http://core.svn.wordpress.org/trunk@44094 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2018-12-17 17:36:59 +01:00
|
|
|
.about-wrap .three-col .col,
|
2016-04-09 08:23:26 +02:00
|
|
|
.about-wrap .three-col .col {
|
2017-05-27 17:04:43 +02:00
|
|
|
min-width: 100% !important;
|
2014-02-19 22:43:14 +01:00
|
|
|
}
|
2015-12-08 21:25:28 +01:00
|
|
|
|
Help/About: WordPress 5.0 About Page.
The About page describes all the great changes in WordPress 5.0.
Highlights:
- Warn users of Gutenberg plugin of its deactivation upon 5.0 upgrade.
- Added illustrations to the Four Freedoms page.
- Include a link to wporg user’s plugin favorites as a way to display only the classic plugin as a suggestion for install.
- Detail the Classic Editor plugin and the support timeline.
Props pixelverbieger, ocean90, karmatosed, pento, boemedia, lonelyvegan, sami.keijonen, TimothyBlynJacobs, xkon, afercia, laurelfulford, joostdevalk, ipstenu, matveb, joen, tinkerbelly, chanthaboune, kjellr, alexislloyd, melchoyce, mcsf, courtney0burton, Otto42, cathibosco, tobifjellner, helen, audrasjb, antpb, jjj, elrae, desrosj, azaozz, joemcgill, skithund, gziolo.
Merges [43913], [43921-43922], [43937-43938], [43946-43947], [43952-43953], [43967-43969] into trunk.
Fixes #45178.
Built from https://develop.svn.wordpress.org/trunk@44264
git-svn-id: http://core.svn.wordpress.org/trunk@44094 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2018-12-17 17:36:59 +01:00
|
|
|
.about-wrap .eight-col .col {
|
|
|
|
min-width: 48% !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.about-wrap .under-the-hood.four-col .col,
|
2016-04-09 08:23:26 +02: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 21:25:28 +01:00
|
|
|
padding-bottom: 0;
|
|
|
|
}
|
2014-02-19 22:43:14 +01:00
|
|
|
|
2016-08-07 14:48:30 +02:00
|
|
|
.about-wrap .under-the-hood:nth-of-type(2n),
|
|
|
|
.about-wrap .under-the-hood:nth-of-type(3n) {
|
2016-04-09 08:23:26 +02:00
|
|
|
margin-top: 0;
|
2014-02-19 22:43:14 +01:00
|
|
|
}
|
2016-04-09 08:23:26 +02:00
|
|
|
|
Help/About: WordPress 5.0 About Page.
The About page describes all the great changes in WordPress 5.0.
Highlights:
- Warn users of Gutenberg plugin of its deactivation upon 5.0 upgrade.
- Added illustrations to the Four Freedoms page.
- Include a link to wporg user’s plugin favorites as a way to display only the classic plugin as a suggestion for install.
- Detail the Classic Editor plugin and the support timeline.
Props pixelverbieger, ocean90, karmatosed, pento, boemedia, lonelyvegan, sami.keijonen, TimothyBlynJacobs, xkon, afercia, laurelfulford, joostdevalk, ipstenu, matveb, joen, tinkerbelly, chanthaboune, kjellr, alexislloyd, melchoyce, mcsf, courtney0burton, Otto42, cathibosco, tobifjellner, helen, audrasjb, antpb, jjj, elrae, desrosj, azaozz, joemcgill, skithund, gziolo.
Merges [43913], [43921-43922], [43937-43938], [43946-43947], [43952-43953], [43967-43969] into trunk.
Fixes #45178.
Built from https://develop.svn.wordpress.org/trunk@44264
git-svn-id: http://core.svn.wordpress.org/trunk@44094 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2018-12-17 17:36:59 +01:00
|
|
|
.about-wrap .under-the-hood img + h3 {
|
|
|
|
margin-top: 1.25em;
|
2014-12-15 11:47:24 +01:00
|
|
|
}
|
2017-11-07 05:11:47 +01:00
|
|
|
|
2019-02-19 02:57:52 +01:00
|
|
|
.about-wrap .under-the-hood .inline-svg {
|
|
|
|
display: none;
|
2017-11-07 05:11:47 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.about-wrap .inline-svg.full-width {
|
|
|
|
margin-bottom: 60px;
|
|
|
|
}
|
2019-02-19 02:57:52 +01:00
|
|
|
}
|
2017-11-07 05:11:47 +01:00
|
|
|
|
2019-02-19 02:57:52 +01:00
|
|
|
@media only screen and (max-width: 320px) {
|
|
|
|
.about-wrap .one-col .alignright {
|
|
|
|
float: none;
|
|
|
|
margin: 0 auto;
|
2017-11-13 23:47:58 +01:00
|
|
|
}
|
2019-02-19 02:57:52 +01:00
|
|
|
.about-wrap .one-col .alignright img {
|
|
|
|
margin: 0 0 1em;
|
2017-11-07 05:11:47 +01:00
|
|
|
}
|
2014-12-16 23:54:21 +01:00
|
|
|
}
|