Nessuna descrizione

about-rtl.css 27KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419
  1. /*! This file is auto-generated */
  2. /*------------------------------------------------------------------------------
  3. 22.0 - About Pages
  4. 1.0 Global: About, Credits, Freedoms, Privacy
  5. 1.1 Layout
  6. 1.2 Typography & Elements
  7. 1.3 Header
  8. 2.0 Credits Page
  9. 3.0 Freedoms Page
  10. x.2.0 Legacy About Styles: Global
  11. x.2.1 Typography
  12. x.2.2 Structure
  13. x.2.3 Point Releases
  14. x.3.0 Legacy About Styles: About Page
  15. x.3.1 Typography
  16. x.3.2 Structure
  17. x.4.0 Legacy About Styles: Credits & Freedoms Pages
  18. x.5.0 Legacy About Styles: Media Queries
  19. ------------------------------------------------------------------------------*/
  20. .about__container {
  21. /* Section backgrounds */
  22. --background: transparent;
  23. --subtle-background: #def;
  24. /* Main text color */
  25. --text: #000;
  26. --text-light: #fff;
  27. /* Accent colors: used in header, on special classes. */
  28. --accent-1: #3858e9; /* Accent background, link color */
  29. --accent-2: #2d46ba; /* Header background */
  30. /* Navigation colors. */
  31. --nav-background: #fff;
  32. --nav-border: transparent;
  33. --nav-color: var(--text);
  34. --nav-current: var(--accent-1);
  35. --gap: 2rem;
  36. }
  37. /*------------------------------------------------------------------------------
  38. 1.0 - Global: About, Credits, Freedoms, Privacy
  39. ------------------------------------------------------------------------------*/
  40. .about-php,
  41. .credits-php,
  42. .freedoms-php,
  43. .privacy-php {
  44. background: #f0f7ff;
  45. }
  46. .about-php #wpcontent,
  47. .credits-php #wpcontent,
  48. .freedoms-php #wpcontent,
  49. .privacy-php #wpcontent {
  50. background: linear-gradient(-180deg, #fff 50%, #f0f7ff 100%);
  51. padding: 0 24px;
  52. }
  53. @media screen and (max-width: 782px) {
  54. .about-php.auto-fold #wpcontent,
  55. .credits-php.auto-fold #wpcontent,
  56. .freedoms-php.auto-fold #wpcontent,
  57. .privacy-php.auto-fold #wpcontent {
  58. padding-right: 24px;
  59. }
  60. }
  61. .about__container {
  62. max-width: 1000px;
  63. margin: 24px auto;
  64. clear: both;
  65. }
  66. .about__container .alignleft {
  67. float: right;
  68. }
  69. .about__container .alignright {
  70. float: left;
  71. }
  72. .about__container .aligncenter {
  73. text-align: center;
  74. }
  75. .about__container .is-vertically-aligned-top {
  76. align-self: start;
  77. }
  78. .about__container .is-vertically-aligned-center {
  79. align-self: center;
  80. }
  81. .about__container .is-vertically-aligned-bottom {
  82. align-self: end;
  83. }
  84. .about__section {
  85. background: var(--background);
  86. clear: both;
  87. }
  88. .about__container .has-accent-background-color {
  89. background-color: var(--accent-1);
  90. color: var(--text-light);
  91. }
  92. .about__container .has-accent-background-color a {
  93. color: var(--text-light);
  94. }
  95. .about__container .has-transparent-background-color {
  96. background-color: transparent;
  97. }
  98. .about__container .has-accent-color {
  99. color: var(--accent-1);
  100. }
  101. .about__container .has-border {
  102. border: 3px solid currentColor;
  103. }
  104. .about__container .has-subtle-background-color {
  105. background-color: var(--subtle-background);
  106. }
  107. .about__container .has-background-image {
  108. background-size: contain;
  109. background-repeat: no-repeat;
  110. background-position: center;
  111. }
  112. /* 1.1 - Layout */
  113. .about__section {
  114. margin: 0 0 var(--gap);
  115. }
  116. .about__section .column {
  117. padding: var(--gap);
  118. }
  119. .about__section + .about__section .column {
  120. padding-top: 0;
  121. }
  122. .about__section + .about__section .is-section-header {
  123. padding-bottom: var(--gap);
  124. }
  125. .about__section .column[class*="background-color"],
  126. .about__section .column.has-border {
  127. padding-top: var(--gap);
  128. }
  129. .about__section .column.is-edge-to-edge {
  130. padding: 0;
  131. }
  132. .about__section .column p:first-of-type {
  133. margin-top: 0;
  134. }
  135. .about__section .column p:last-of-type {
  136. margin-bottom: 0;
  137. }
  138. .about__section .has-text-columns {
  139. columns: 2;
  140. column-gap: calc(var(--gap) * 2);
  141. }
  142. .about__section .is-section-header {
  143. margin-bottom: 0;
  144. padding: var(--gap) var(--gap) 0;
  145. }
  146. .about__section .is-section-header p:last-child {
  147. margin-bottom: 0;
  148. }
  149. /* Section header is alone in a container. */
  150. .about__section .is-section-header:first-child:last-child {
  151. padding: 0;
  152. }
  153. .about__section.is-feature {
  154. padding: var(--gap);
  155. }
  156. .about__section.is-feature p {
  157. margin: 0;
  158. }
  159. .about__section.is-feature p + p {
  160. margin-top: calc(var(--gap) / 2);
  161. }
  162. .about__section.has-1-column {
  163. margin-right: auto;
  164. margin-left: auto;
  165. max-width: 36em;
  166. }
  167. .about__section.has-2-columns,
  168. .about__section.has-3-columns,
  169. .about__section.has-4-columns,
  170. .about__section.has-overlap-style {
  171. display: grid;
  172. }
  173. .about__section.has-gutters {
  174. gap: calc(var(--gap) / 2);
  175. }
  176. .about__section.has-2-columns {
  177. grid-template-columns: 1fr 1fr;
  178. }
  179. .about__section.has-2-columns.is-wider-right {
  180. grid-template-columns: 1fr 2fr;
  181. }
  182. .about__section.has-2-columns.is-wider-left {
  183. grid-template-columns: 2fr 1fr;
  184. }
  185. .about__section.has-2-columns .is-section-header {
  186. grid-column-start: 1;
  187. -ms-grid-column-span: 2;
  188. grid-column-end: span 2;
  189. }
  190. .about__section.has-2-columns .column:nth-of-type(2n+1) {
  191. grid-column-start: 1;
  192. }
  193. .about__section.has-2-columns .column:nth-of-type(2n) {
  194. grid-column-start: 2;
  195. }
  196. .about__section.has-3-columns {
  197. grid-template-columns: repeat(3, 1fr);
  198. }
  199. .about__section.has-3-columns .is-section-header {
  200. grid-column-start: 1;
  201. -ms-grid-column-span: 3;
  202. grid-column-end: span 3;
  203. }
  204. .about__section.has-3-columns .column:nth-of-type(3n+1) {
  205. grid-column-start: 1;
  206. }
  207. .about__section.has-3-columns .column:nth-of-type(3n+2) {
  208. grid-column-start: 2;
  209. }
  210. .about__section.has-3-columns .column:nth-of-type(3n) {
  211. grid-column-start: 3;
  212. }
  213. .about__section.has-4-columns {
  214. grid-template-columns: repeat(4, 1fr);
  215. }
  216. .about__section.has-4-columns .is-section-header {
  217. grid-column-start: 1;
  218. -ms-grid-column-span: 4;
  219. grid-column-end: span 4;
  220. }
  221. .about__section.has-4-columns .column:nth-of-type(4n+1) {
  222. grid-column-start: 1;
  223. }
  224. .about__section.has-4-columns .column:nth-of-type(4n+2) {
  225. grid-column-start: 2;
  226. }
  227. .about__section.has-4-columns .column:nth-of-type(4n+3) {
  228. grid-column-start: 3;
  229. }
  230. .about__section.has-4-columns .column:nth-of-type(4n) {
  231. grid-column-start: 4;
  232. }
  233. /* Any columns following a section header need to be expicitly put into the second row, for IE support. */
  234. .about__section.has-2-columns .is-section-header ~ .column,
  235. .about__section.has-3-columns .is-section-header ~ .column,
  236. .about__section.has-4-columns .is-section-header ~ .column,
  237. .about__section.has-overlap-style .is-section-header ~ .column {
  238. grid-row-start: 2;
  239. }
  240. .about__section.has-overlap-style {
  241. grid-template-columns: repeat(7, 1fr);
  242. }
  243. .about__section.has-overlap-style .column {
  244. grid-row-start: 1;
  245. }
  246. .about__section.has-overlap-style .column:nth-of-type(2n+1) {
  247. grid-column-start: 2;
  248. -ms-grid-column-span: 3;
  249. grid-column-end: span 3;
  250. }
  251. .about__section.has-overlap-style .column:nth-of-type(2n) {
  252. grid-column-start: 4;
  253. -ms-grid-column-span: 3;
  254. grid-column-end: span 3;
  255. }
  256. .about__section.has-overlap-style .column.is-top-layer {
  257. z-index: 1;
  258. }
  259. @media screen and (max-width: 782px) {
  260. .about__section.has-2-columns.is-wider-right,
  261. .about__section.has-2-columns.is-wider-left,
  262. .about__section.has-3-columns {
  263. display: block;
  264. padding-bottom: calc(var(--gap) / 2);
  265. }
  266. .about__section.has-2-columns.has-gutters .column,
  267. .about__section.has-2-columns.has-gutters .column,
  268. .about__section.has-3-columns.has-gutters .column {
  269. margin-bottom: calc(var(--gap) / 2);
  270. }
  271. .about__section.has-2-columns.has-gutters .column:last-child,
  272. .about__section.has-2-columns.has-gutters .column:last-child,
  273. .about__section.has-3-columns.has-gutters .column:last-child {
  274. margin-bottom: 0;
  275. }
  276. .about__section.has-3-columns .column:nth-of-type(n) {
  277. padding-top: calc(var(--gap) / 2);
  278. padding-bottom: calc(var(--gap) / 2);
  279. }
  280. .about__section.has-4-columns {
  281. grid-template-columns: repeat(2, 1fr);
  282. }
  283. .about__section.has-4-columns .column:nth-of-type(2n+1) {
  284. grid-column-start: 1;
  285. }
  286. .about__section.has-4-columns .column:nth-of-type(2n) {
  287. grid-column-start: 2;
  288. }
  289. .about__section.has-4-columns .column:nth-of-type(4n+3),
  290. .about__section.has-4-columns .column:nth-of-type(4n) {
  291. grid-row-start: 2;
  292. }
  293. .about__section.has-4-columns .is-section-header {
  294. -ms-grid-column-span: 2;
  295. grid-column-end: span 2;
  296. }
  297. .about__section.has-4-columns .is-section-header ~ .column:nth-of-type(4n+3),
  298. .about__section.has-4-columns .is-section-header ~ .column:nth-of-type(4n) {
  299. grid-row-start: 3;
  300. }
  301. .about__section.has-overlap-style {
  302. grid-template-columns: 1fr;
  303. }
  304. /* At this size, the two columns fully overlap */
  305. .about__section.has-overlap-style .column.column {
  306. grid-column-start: 1;
  307. -ms-grid-column-span: 1;
  308. grid-column-end: 2;
  309. grid-row-start: 1;
  310. -ms-grid-row-span: 1;
  311. grid-row-end: 2;
  312. }
  313. }
  314. @media screen and (max-width: 600px) {
  315. .about__section.has-2-columns {
  316. display: block;
  317. padding-bottom: calc(var(--gap) / 2);
  318. }
  319. .about__section.has-2-columns.has-gutters .column {
  320. margin-bottom: calc(var(--gap) / 2);
  321. }
  322. .about__section.has-2-columns.has-gutters .column:last-child {
  323. margin-bottom: 0;
  324. }
  325. .about__section.has-2-columns .column:nth-of-type(n) {
  326. padding-top: calc(var(--gap) / 2);
  327. padding-bottom: calc(var(--gap) / 2);
  328. }
  329. }
  330. @media screen and (max-width: 480px) {
  331. .about__section.is-feature .column {
  332. padding: 0;
  333. }
  334. .about__section.has-4-columns {
  335. display: block;
  336. padding-bottom: calc(var(--gap) / 2);
  337. }
  338. .about__section.has-4-columns.has-gutters .column {
  339. margin-bottom: calc(var(--gap) / 2);
  340. }
  341. .about__section.has-4-columns.has-gutters .column:last-child {
  342. margin-bottom: 0;
  343. }
  344. .about__section.has-4-columns .column:nth-of-type(n) {
  345. padding-top: calc(var(--gap) / 2);
  346. padding-bottom: calc(var(--gap) / 2);
  347. }
  348. }
  349. /* 1.2 - Typography & Elements */
  350. .about__container {
  351. line-height: 1.4;
  352. color: var(--text);
  353. }
  354. .about__container h1 {
  355. padding: 0;
  356. color: inherit;
  357. }
  358. .about__container h1,
  359. .about__container h2,
  360. .about__container h3.is-larger-heading {
  361. margin-top: 0;
  362. margin-bottom: 0.5em;
  363. font-size: 2em;
  364. line-height: 1.2;
  365. font-weight: 700;
  366. }
  367. .about__container h3,
  368. .about__container h1.is-smaller-heading,
  369. .about__container h2.is-smaller-heading {
  370. margin-top: 0;
  371. font-size: 1.6em;
  372. line-height: 1.3;
  373. font-weight: 400;
  374. }
  375. .about__container p {
  376. font-size: inherit;
  377. line-height: inherit;
  378. }
  379. .about__section a {
  380. color: var(--accent-1);
  381. text-decoration: underline;
  382. }
  383. .about__section a:hover,
  384. .about__section a:active,
  385. .about__section a:focus {
  386. color: var(--accent-1);
  387. text-decoration: none;
  388. }
  389. .wp-credits-list a {
  390. text-decoration: none;
  391. }
  392. .wp-credits-list a:hover,
  393. .wp-credits-list a:active,
  394. .wp-credits-list a:focus {
  395. text-decoration: underline;
  396. }
  397. .about__container ul {
  398. list-style: disc;
  399. margin-right: calc(var(--gap) / 2);
  400. }
  401. .about__container img {
  402. margin: 0;
  403. max-width: 100%;
  404. vertical-align: middle;
  405. }
  406. .about__container .about__image {
  407. margin: 0;
  408. }
  409. .about__container .about__image img {
  410. max-width: 100%;
  411. width: 100%;
  412. height: auto;
  413. }
  414. .about__container .about__image figcaption {
  415. margin-top: 0.5em;
  416. text-align: center;
  417. }
  418. .about__container .about__image .wp-video {
  419. margin-right: auto;
  420. margin-left: auto;
  421. }
  422. .about__container .about__image-comparison {
  423. position: relative;
  424. display: inline-block;
  425. max-width: 100%;
  426. }
  427. .about__container .about__image-comparison img {
  428. -webkit-user-select: none;
  429. user-select: none;
  430. width: auto;
  431. max-width: none;
  432. max-height: 100%;
  433. }
  434. .about__container .about__image-comparison > img {
  435. max-width: 100%;
  436. }
  437. .about__container .about__image-comparison-resize {
  438. position: absolute !important; /* Needed to override inline style on ResizableBox */
  439. top: 0;
  440. bottom: 0;
  441. right: 0;
  442. width: 50%;
  443. max-width: 100%;
  444. }
  445. .about__container .about__image-comparison.no-js .about__image-comparison-resize {
  446. overflow: hidden;
  447. border-left: 2px solid var(--wp-admin-theme-color);
  448. }
  449. .about__container .about__image-comparison-resize .components-resizable-box__side-handle::before {
  450. width: 4px;
  451. left: calc(50% - 2px);
  452. transition: none;
  453. animation: none;
  454. opacity: 1;
  455. }
  456. .about__container .about__image + h3 {
  457. margin-top: 1.5em;
  458. }
  459. .about__container hr {
  460. margin: 0;
  461. height: var(--gap);
  462. border: none;
  463. }
  464. .about__container hr.is-small {
  465. height: calc(var(--gap) / 4);
  466. }
  467. .about__container hr.is-large {
  468. height: calc(var(--gap) * 2);
  469. margin: calc(var(--gap) / 2) auto;
  470. }
  471. .about__container div.updated,
  472. .about__container div.error,
  473. .about__container .notice {
  474. display: none !important;
  475. }
  476. .about__section {
  477. font-size: 1.2em;
  478. }
  479. .about__section.is-feature {
  480. font-size: 1.6em;
  481. }
  482. @media screen and (max-width: 480px) {
  483. .about__section.is-feature {
  484. font-size: 1.4em;
  485. }
  486. .about__container h1,
  487. .about__container h2,
  488. .about__container h3.is-larger-heading {
  489. font-size: 2em;
  490. }
  491. }
  492. /* 1.3 - Header */
  493. .about__header {
  494. margin-bottom: var(--gap);
  495. padding-top: 0;
  496. background-position: center;
  497. background-repeat: no-repeat;
  498. background-size: cover;
  499. background-image: url('../images/about-header-about.svg');
  500. background-color: var(--accent-2);
  501. color: var(--text-light);
  502. }
  503. .credits-php .about__header {
  504. background-image: url('../images/about-header-credits.svg');
  505. }
  506. .freedoms-php .about__header {
  507. background-image: url('../images/about-header-freedoms.svg');
  508. }
  509. .privacy-php .about__header {
  510. background-image: url('../images/about-header-privacy.svg');
  511. }
  512. .about__header-image {
  513. margin: 0 var(--gap) 3em;
  514. }
  515. .about__header-title {
  516. padding: 2rem 0 0;
  517. margin: 0 2rem;
  518. }
  519. .about__header-title h1 {
  520. margin: 0 0 0.5rem;
  521. padding: 0;
  522. font-size: 4.5rem;
  523. line-height: 1;
  524. font-weight: 400;
  525. }
  526. .about__header-text {
  527. max-width: 42rem;
  528. margin: 0 0 5em;
  529. padding: 0 2rem;
  530. font-size: 2rem;
  531. line-height: 1.15;
  532. }
  533. .about__header-navigation {
  534. display: flex;
  535. justify-content: center;
  536. padding-top: 0;
  537. background: var(--nav-background);
  538. color: var(--nav-color);
  539. border-bottom: 3px solid var(--nav-border);
  540. }
  541. .about__header-navigation .nav-tab {
  542. margin-right: 0;
  543. padding: calc(var(--gap) * 0.75) var(--gap);
  544. float: none;
  545. font-size: 1.4em;
  546. line-height: 1;
  547. border-width: 0 0 3px;
  548. border-style: solid;
  549. border-color: transparent;
  550. background: transparent;
  551. color: inherit;
  552. }
  553. .about__header-navigation .nav-tab:hover,
  554. .about__header-navigation .nav-tab:active {
  555. background-color: var(--nav-current);
  556. color: var(--text-light);
  557. }
  558. .about__header-navigation .nav-tab-active {
  559. margin-bottom: -3px;
  560. color: var(--nav-current);
  561. border-width: 0 0 6px;
  562. border-color: var(--nav-current);
  563. }
  564. .about__header-navigation .nav-tab-active:hover,
  565. .about__header-navigation .nav-tab-active:active {
  566. background-color: var(--nav-current);
  567. color: var(--text-light);
  568. border-color: var(--nav-current);
  569. }
  570. @media screen and (max-width: 960px){
  571. .about__header-title h1 {
  572. font-size: 4.8em;
  573. }
  574. }
  575. @media screen and (max-width: 782px) {
  576. .about__container .about__header-text {
  577. font-size: 1.4em;
  578. }
  579. .about__header-container {
  580. display: block;
  581. }
  582. .about__header-title,
  583. .about__header-image {
  584. margin-right: calc(var(--gap) / 2);
  585. margin-left: calc(var(--gap) / 2);
  586. }
  587. .about__header-text,
  588. .about__header-navigation .nav-tab {
  589. margin-top: 0;
  590. margin-left: 0;
  591. padding-right: calc(var(--gap) / 2);
  592. padding-left: calc(var(--gap) / 2);
  593. }
  594. }
  595. @media screen and (max-width: 480px) {
  596. .about__header-title p {
  597. font-size: 2.4em;
  598. }
  599. .about__header-text {
  600. margin-bottom: 1em;
  601. }
  602. .about__header-navigation {
  603. display: block;
  604. }
  605. .about__header-navigation .nav-tab {
  606. display: block;
  607. margin-bottom: 0;
  608. padding: calc(var(--gap) / 2);
  609. border-right-width: 6px;
  610. border-bottom: none;
  611. }
  612. .about__header-navigation .nav-tab-active {
  613. border-bottom: none;
  614. border-right-width: 6px;
  615. }
  616. }
  617. /*------------------------------------------------------------------------------
  618. 2.0 - Credits Page
  619. ------------------------------------------------------------------------------*/
  620. .about__section .wp-people-group-title {
  621. margin-bottom: calc(var(--gap) * 2);
  622. text-align: center;
  623. }
  624. .about__section .wp-people-group {
  625. margin: 0;
  626. display: flex;
  627. flex-wrap: wrap;
  628. }
  629. .about__section .wp-person {
  630. display: inline-block;
  631. vertical-align: top;
  632. box-sizing: border-box;
  633. margin-bottom: var(--gap);
  634. width: 25%;
  635. text-align: center;
  636. }
  637. .about__section .compact .wp-person {
  638. height: auto;
  639. width: 20%;
  640. }
  641. .about__section .wp-person-avatar {
  642. display: block;
  643. margin: 0 auto calc(var(--gap) / 2);
  644. width: 140px;
  645. height: 140px;
  646. border-radius: 100%;
  647. overflow: hidden;
  648. background: var(--accent-1);
  649. }
  650. .about__section .wp-person .gravatar {
  651. width: 140px;
  652. height: 140px;
  653. filter: grayscale(100%);
  654. mix-blend-mode: screen;
  655. }
  656. .about__section .compact .wp-person-avatar,
  657. .about__section .compact .wp-person .gravatar {
  658. width: 80px;
  659. height: 80px;
  660. }
  661. .about__section .wp-person .web {
  662. font-size: 1.4em;
  663. font-weight: 600;
  664. text-decoration: none;
  665. }
  666. .about__section .wp-person .web:hover {
  667. text-decoration: underline;
  668. }
  669. .about__section .compact .wp-person .web {
  670. font-size: 1.2em;
  671. }
  672. .about__section .wp-person .title {
  673. display: block;
  674. margin-top: 0.5em;
  675. }
  676. @media screen and (max-width: 782px) {
  677. .about__section .wp-person {
  678. width: 33%;
  679. }
  680. .about__section .compact .wp-person {
  681. width: 25%;
  682. }
  683. .about__section .wp-person-avatar,
  684. .about__section .wp-person .gravatar {
  685. width: 120px;
  686. height: 120px;
  687. }
  688. }
  689. @media screen and (max-width: 600px) {
  690. .about__section .wp-person {
  691. width: 50%;
  692. }
  693. .about__section .compact .wp-person {
  694. width: 33%;
  695. }
  696. .about__section .wp-person .web {
  697. font-size: 1.2em;
  698. }
  699. }
  700. @media screen and (max-width: 480px) {
  701. .about__section .wp-person {
  702. min-width: 100%;
  703. }
  704. .about__section .wp-person .web {
  705. font-size: 1em;
  706. }
  707. .about__section .compact .wp-person .web {
  708. font-size: 1em;
  709. }
  710. }
  711. /*------------------------------------------------------------------------------
  712. 3.0 - Freedoms Page
  713. ------------------------------------------------------------------------------*/
  714. .about__section .column .freedom-image {
  715. margin-bottom: var(--gap);
  716. max-height: 140px;
  717. }
  718. /*------------------------------------------------------------------------------
  719. x.2.0 - Legacy About Styles: Global
  720. ------------------------------------------------------------------------------*/
  721. .about-wrap {
  722. position: relative;
  723. margin: 25px 20px 0 40px;
  724. max-width: 1050px; /* readability */
  725. font-size: 15px;
  726. }
  727. .about-wrap.full-width-layout {
  728. max-width: 1200px;
  729. }
  730. .about-wrap-content {
  731. max-width: 1050px;
  732. }
  733. .about-wrap div.updated,
  734. .about-wrap div.error,
  735. .about-wrap .notice {
  736. display: none !important;
  737. }
  738. .about-wrap hr {
  739. border: 0;
  740. height: 0;
  741. margin: 3em 0 0;
  742. border-top: 1px solid rgba(0, 0, 0, 0.1);
  743. }
  744. .about-wrap img {
  745. margin: 0;
  746. width: 100%;
  747. height: auto;
  748. vertical-align: middle;
  749. }
  750. .about-wrap .inline-svg img {
  751. max-width: 100%;
  752. width: auto;
  753. height: auto;
  754. }
  755. .about-wrap video {
  756. margin: 1.5em auto;
  757. }
  758. /* WordPress Version Badge */
  759. .wp-badge {
  760. background: #0073aa url(../images/w-logo-white.png?ver=20160308) no-repeat;
  761. background-position: center 25px;
  762. background-size: 80px 80px;
  763. color: #fff;
  764. font-size: 14px;
  765. text-align: center;
  766. font-weight: 600;
  767. margin: 5px 0 0;
  768. padding-top: 120px;
  769. height: 40px;
  770. display: inline-block;
  771. width: 140px;
  772. text-rendering: optimizeLegibility;
  773. box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  774. }
  775. .svg .wp-badge {
  776. background-image: url(../images/wordpress-logo-white.svg?ver=20160308);
  777. }
  778. .about-wrap .wp-badge {
  779. position: absolute;
  780. top: 0;
  781. left: 0;
  782. }
  783. /* Tabs */
  784. .about-wrap .nav-tab {
  785. padding-left: 15px;
  786. padding-right: 15px;
  787. font-size: 18px;
  788. line-height: 1.33333333;
  789. }
  790. /* x.2.1 - Typography */
  791. .about-wrap h1 {
  792. margin: 0.2em 0 0 200px;
  793. padding: 0;
  794. color: #32373c;
  795. line-height: 1.2;
  796. font-size: 2.8em;
  797. font-weight: 400;
  798. }
  799. .about-wrap h2 {
  800. margin: 40px 0 0.6em;
  801. font-size: 2.7em;
  802. line-height: 1.3;
  803. font-weight: 300;
  804. text-align: center;
  805. }
  806. .about-wrap h3 {
  807. margin: 1.25em 0 0.6em;
  808. font-size: 1.4em;
  809. line-height: 1.5;
  810. }
  811. .about-wrap h4 {
  812. font-size: 16px;
  813. color: #23282d;
  814. }
  815. .about-wrap p {
  816. line-height: 1.5;
  817. font-size: 16px;
  818. }
  819. .about-wrap code,
  820. .about-wrap ol li p {
  821. font-size: 14px;
  822. font-weight: 400;
  823. }
  824. .about-wrap figcaption {
  825. font-size: 13px;
  826. text-align: center;
  827. color: white;
  828. text-overflow: ellipsis;
  829. }
  830. .about-wrap .about-description,
  831. .about-wrap .about-text {
  832. margin-top: 1.4em;
  833. font-weight: 400;
  834. line-height: 1.6;
  835. font-size: 19px;
  836. }
  837. .about-wrap .about-text {
  838. margin: 1em 0 1em 200px;
  839. color: #555d66;
  840. }
  841. /* x.2.2 - Structure */
  842. .about-wrap .has-1-columns,
  843. .about-wrap .has-2-columns,
  844. .about-wrap .has-3-columns,
  845. .about-wrap .has-4-columns {
  846. display: grid;
  847. max-width: 800px;
  848. margin-top: 40px;
  849. margin-right: auto;
  850. margin-left: auto;
  851. }
  852. .about-wrap .column {
  853. margin-left: 20px;
  854. margin-right: 20px;
  855. }
  856. .about-wrap .is-wide {
  857. max-width: 760px;
  858. }
  859. .about-wrap .is-fullwidth {
  860. max-width: 100%;
  861. }
  862. .about-wrap .has-1-columns {
  863. display: block;
  864. max-width: 680px;
  865. margin: 0 auto 40px;
  866. }
  867. .about-wrap .has-2-columns {
  868. grid-template-columns: 1fr 1fr;
  869. }
  870. .about-wrap .has-2-columns .column:nth-of-type(2n+1) {
  871. grid-column-start: 1;
  872. }
  873. .about-wrap .has-2-columns .column:nth-of-type(2n) {
  874. grid-column-start: 2;
  875. }
  876. .about-wrap .has-2-columns.is-wider-right {
  877. grid-template-columns: 1fr 2fr;
  878. }
  879. .about-wrap .has-2-columns.is-wider-left {
  880. grid-template-columns: 2fr 1fr;
  881. }
  882. .about-wrap .has-3-columns {
  883. grid-template-columns: repeat(3, 1fr);
  884. }
  885. .about-wrap .has-3-columns .column:nth-of-type(3n+1) {
  886. grid-column-start: 1;
  887. }
  888. .about-wrap .has-3-columns .column:nth-of-type(3n+2) {
  889. grid-column-start: 2;
  890. }
  891. .about-wrap .has-3-columns .column:nth-of-type(3n) {
  892. grid-column-start: 3;
  893. }
  894. .about-wrap .has-4-columns {
  895. grid-template-columns: repeat(4, 1fr);
  896. }
  897. .about-wrap .has-4-columns .column:nth-of-type(4n+1) {
  898. grid-column-start: 1;
  899. }
  900. .about-wrap .has-4-columns .column:nth-of-type(4n+2) {
  901. grid-column-start: 2;
  902. }
  903. .about-wrap .has-4-columns .column:nth-of-type(4n+3) {
  904. grid-column-start: 3;
  905. }
  906. .about-wrap .has-4-columns .column:nth-of-type(4n) {
  907. grid-column-start: 4;
  908. }
  909. .about-wrap .column :first-child {
  910. margin-top: 0;
  911. }
  912. .about-wrap .aligncenter {
  913. text-align: center;
  914. }
  915. .about-wrap .alignleft {
  916. float: right;
  917. margin-left: 40px;
  918. }
  919. .about-wrap .alignright {
  920. float: left;
  921. margin-right: 40px;
  922. }
  923. .about-wrap .is-vertically-aligned-top {
  924. align-self: start;
  925. }
  926. .about-wrap .is-vertically-aligned-center {
  927. align-self: center;
  928. }
  929. .about-wrap .is-vertically-aligned-bottom {
  930. align-self: end;
  931. }
  932. /* x.2.3 - Point Releases */
  933. .about-wrap .point-releases {
  934. margin-top: 5px;
  935. border-bottom: 1px solid #ddd;
  936. }
  937. .about-wrap .changelog {
  938. margin-bottom: 40px;
  939. }
  940. .about-wrap .changelog.point-releases h3 {
  941. padding-top: 35px;
  942. }
  943. .about-wrap .changelog.point-releases h3:first-child {
  944. padding-top: 7px;
  945. }
  946. .about-wrap .changelog.feature-section .col {
  947. margin-top: 40px;
  948. }
  949. /*------------------------------------------------------------------------------
  950. x.3.0 - Legacy About Styles: About Page
  951. ------------------------------------------------------------------------------*/
  952. /* x.3.1 - Typography */
  953. .about-wrap .lead-description {
  954. font-size: 1.5em;
  955. text-align: center;
  956. }
  957. .about-wrap .feature-section p {
  958. margin-top: 0.6em;
  959. }
  960. /* x.3.2 - Structure */
  961. .about-wrap .headline-feature {
  962. margin: 0 auto 40px;
  963. max-width: 680px;
  964. }
  965. .about-wrap .headline-feature h2 {
  966. margin: 50px 0 0;
  967. }
  968. .about-wrap .headline-feature img {
  969. max-width: 600px;
  970. width: 100%;
  971. }
  972. /* Go to Dashboard Home link */
  973. .about-wrap .return-to-dashboard {
  974. margin: 30px -5px 0 0;
  975. font-size: 14px;
  976. font-weight: 600;
  977. }
  978. .about-wrap .return-to-dashboard a {
  979. text-decoration: none;
  980. padding: 0 5px;
  981. }
  982. /*------------------------------------------------------------------------------
  983. x.4.0 - Legacy About Styles: Credits & Freedoms Pages
  984. ------------------------------------------------------------------------------*/
  985. /* Credits */
  986. .about-wrap h2.wp-people-group {
  987. margin: 2.6em 0 1.33em;
  988. padding: 0;
  989. font-size: 16px;
  990. line-height: inherit;
  991. font-weight: 600;
  992. text-align: right;
  993. }
  994. .about-wrap .wp-people-group {
  995. padding: 0 5px;
  996. margin: 0 -5px 0 -15px;
  997. }
  998. .about-wrap .compact {
  999. margin-bottom: 0;
  1000. }
  1001. .about-wrap .wp-person {
  1002. display: inline-block;
  1003. vertical-align: top;
  1004. margin-left: 10px;
  1005. padding-bottom: 15px;
  1006. height: 70px;
  1007. width: 280px;
  1008. }
  1009. .about-wrap .compact .wp-person {
  1010. height: auto;
  1011. width: 180px;
  1012. padding-bottom: 0;
  1013. margin-bottom: 0;
  1014. }
  1015. .about-wrap .wp-person .gravatar {
  1016. float: right;
  1017. margin: 0 0 10px 10px;
  1018. padding: 1px;
  1019. width: 60px;
  1020. height: 60px;
  1021. }
  1022. .about-wrap .compact .wp-person .gravatar {
  1023. width: 30px;
  1024. height: 30px;
  1025. }
  1026. .about-wrap .wp-person .web {
  1027. margin: 6px 0 2px;
  1028. font-size: 16px;
  1029. font-weight: 400;
  1030. line-height: 2;
  1031. text-decoration: none;
  1032. }
  1033. .about-wrap .wp-person .title {
  1034. display: block;
  1035. }
  1036. .about-wrap #wp-people-group-validators + p.wp-credits-list {
  1037. margin-top: 0;
  1038. }
  1039. .about-wrap p.wp-credits-list a {
  1040. white-space: nowrap;
  1041. }
  1042. /* Freedoms */
  1043. .freedoms-php .about-wrap ol {
  1044. margin: 40px 60px;
  1045. }
  1046. .freedoms-php .about-wrap ol li {
  1047. list-style-type: decimal;
  1048. font-weight: 600;
  1049. }
  1050. .freedoms-php .about-wrap ol p {
  1051. font-weight: 400;
  1052. margin: 0.6em 0;
  1053. }
  1054. .freedoms-php .column .freedoms-image {
  1055. background-image: url('../images/freedoms.png');
  1056. background-size: 100%;
  1057. padding-top: 100%;
  1058. }
  1059. .freedoms-php .column:nth-of-type(2) .freedoms-image {
  1060. background-position: 100% 34%;
  1061. }
  1062. .freedoms-php .column:nth-of-type(3) .freedoms-image {
  1063. background-position: 100% 66%;
  1064. }
  1065. .freedoms-php .column:nth-of-type(4) .freedoms-image {
  1066. background-position: 100% 100%;
  1067. }
  1068. /*------------------------------------------------------------------------------
  1069. x.5.0 - Legacy About Styles: Media Queries
  1070. ------------------------------------------------------------------------------*/
  1071. @media screen and (max-width: 782px) {
  1072. .about-wrap .has-3-columns,
  1073. .about-wrap .has-4-columns {
  1074. grid-template-columns: 1fr 1fr;
  1075. }
  1076. .about-wrap .has-3-columns .column:nth-of-type(3n+1),
  1077. .about-wrap .has-4-columns .column:nth-of-type(4n+1) {
  1078. grid-column-start: 1;
  1079. grid-row-start: 1;
  1080. }
  1081. .about-wrap .has-3-columns .column:nth-of-type(3n+2),
  1082. .about-wrap .has-4-columns .column:nth-of-type(4n+2) {
  1083. grid-column-start: 2;
  1084. grid-row-start: 1;
  1085. }
  1086. .about-wrap .has-3-columns .column:nth-of-type(3n),
  1087. .about-wrap .has-4-columns .column:nth-of-type(4n+3) {
  1088. grid-column-start: 1;
  1089. grid-row-start: 2;
  1090. }
  1091. .about-wrap .has-4-columns .column:nth-of-type(4n) {
  1092. grid-column-start: 2;
  1093. grid-row-start: 2;
  1094. }
  1095. }
  1096. @media screen and (max-width: 600px) {
  1097. .about-wrap .has-2-columns,
  1098. .about-wrap .has-3-columns,
  1099. .about-wrap .has-4-columns {
  1100. display: block;
  1101. }
  1102. .about-wrap :not(.is-wider-right):not(.is-wider-left) .column {
  1103. margin-left: 0;
  1104. margin-right: 0;
  1105. }
  1106. .about-wrap .has-2-columns.is-wider-right,
  1107. .about-wrap .has-2-columns.is-wider-left {
  1108. display: grid;
  1109. }
  1110. }
  1111. @media only screen and (max-width: 500px) {
  1112. .about-wrap {
  1113. margin-left: 20px;
  1114. margin-right: 10px;
  1115. }
  1116. .about-wrap h1,
  1117. .about-wrap .about-text {
  1118. margin-left: 0;
  1119. }
  1120. .about-wrap .about-text {
  1121. margin-bottom: 0.25em;
  1122. }
  1123. .about-wrap .wp-badge {
  1124. position: relative;
  1125. margin-bottom: 1.5em;
  1126. width: 100%;
  1127. }
  1128. }
  1129. @media only screen and (max-width: 480px) {
  1130. .about-wrap .has-2-columns.is-wider-right,
  1131. .about-wrap .has-2-columns.is-wider-left {
  1132. display: block;
  1133. }
  1134. .about-wrap .column {
  1135. margin-left: 0;
  1136. margin-right: 0;
  1137. }
  1138. .about-wrap .has-2-columns.is-wider-right img,
  1139. .about-wrap .has-2-columns.is-wider-left img {
  1140. max-width: 160px;
  1141. }
  1142. }