]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/css/about.css
WordPress 4.7.2
[autoinstalls/wordpress.git] / wp-admin / css / about.css
index aad606fbed4eb4607d5eb9df7a89f7df22a5272b..2dc72f53a605d539e8c13d97d036dc193a4a7679 100644 (file)
@@ -40,6 +40,7 @@
        max-width: 100%;
        height: auto;
        vertical-align: middle;
+       border: 1px solid rgba(0, 0, 0, 0.1);
 }
 
 .about-wrap .jetpack-video-wrapper {
 /* 1.1 - Typography */
 
 .about-wrap p {
-       line-height: 1.6em;
+       line-height: 1.5;
        font-size: 14px;
 }
 
+.about-wrap .feature-section p {
+       max-width: 55em;
+       margin-left: auto;
+       margin-right: auto;
+}
+
 .about-wrap h1 {
        margin: 0.2em 200px 0 0;
        padding: 0;
 }
 
 .about-wrap h2 {
-       margin: 50px 0 1em;
-       font-size: 1.8em;
+       margin: 40px 0 .6em;
+       font-size: 2.7em;
        line-height: 1.3;
        font-weight: 300;
        text-align: center;
 }
 
-.about-wrap .changelog h2,
 .about-wrap h3 {
        margin: 1.25em 0 .6em;
-       font-size: 1.25em;
-       line-height: 1.5em;
+       font-size: 1.4em;
+       line-height: 1.5;
+}
+
+.about-wrap h4 {
+       color: #23282d;
 }
 
 .about-wrap .changelog h2 {
-       margin-top: 40px;
+       font-size: 1.4em;
        font-weight: 600;
        text-align: left;
 }
 
-.about-wrap h4 {
-       color: #23282d;
-}
-
 .about-wrap .changelog h3 {
        margin: 1.33em 0;
        font-size: 1em;
 .about-wrap code,
 .about-wrap ol li p {
        font-size: 14px;
-       font-weight: normal;
+       font-weight: 400;
 }
 
 .about-wrap .about-description,
 .about-wrap .about-text {
        margin-top: 1.4em;
-       font-weight: normal;
+       font-weight: 400;
        line-height: 1.6em;
        font-size: 19px;
 }
        overflow: hidden;
 }
 
-.about-wrap .under-the-hood:nth-of-type(2n) {
-       margin-top: 3em;
+.about-wrap .feature-video .mejs-controls {
+       display: none !important;
+}
+
+.about-wrap .feature-video .mejs-overlay-loading span {
+       background: transparent; /* Hide loading.gif */
 }
 
 /* 1.3 - Point Releases */
 
 /* 2.1 - Typography */
 
-.about-wrap .headline-feature h2 {
-       margin: 30px 0 30px;
-       font-size: 2.2em;
-       font-weight: 300;
-       line-height: 1.3;
-       text-align: center;
-}
-
-.about-wrap .headline-feature h3 {
-       margin-top: 0;
-       text-align: left;
-}
-
 .about-wrap .feature-section.two-col h3 {
        margin-top: 0;
 }
        margin-top: 0.6em;
 }
 
+.about-wrap .lead-description {
+       font-size: 1.5em;
+       text-align: center;
+}
+
 .about-wrap .two-col-text {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        margin-top: 0;
 }
 
+.about-wrap .streamlined-updates p,
+.about-wrap .native-fonts p {
+       margin-bottom: 3em;
+}
+
 /* 2.2 - Structure */
 
 .about-wrap .headline-feature.feature-video {
        padding: 0 0 40px;
 }
 
+.about-wrap .feature-section.no-heading {
+       padding-top: 35px;
+}
+
 .about-wrap .headline-feature {
        margin: 0 auto;
        max-width: 80%;
        overflow: hidden;
 }
 
+.about-wrap .feature-section img {
+       margin-bottom: 1em;
+}
+
 .about-wrap .embed-container {
        text-align: center;
 }
 .about-wrap .return-to-dashboard {
        margin: 30px 0 0 -5px;
        font-size: 14px;
-       font-weight: bold;
+       font-weight: 600;
 }
 
 .about-wrap .return-to-dashboard a {
 .about-wrap .wp-person .web {
        margin: 6px 0 2px;
        font-size: 16px;
-       font-weight: normal;
+       font-weight: 400;
        line-height: 2em;
        text-decoration: none;
 }
 
 .freedoms-php .about-wrap ol li {
        list-style-type: decimal;
-       font-weight: bold;
+       font-weight: 600;
 }
 
 .freedoms-php .about-wrap ol p {
-       font-weight: normal;
+       font-weight: 400;
        margin: 0.6em 0;
 }
 
                padding-bottom: 0;
        }
 
-       .about-wrap .under-the-hood:nth-of-type(2n) {
+       .about-wrap .under-the-hood:nth-of-type(2n),
+       .about-wrap .under-the-hood:nth-of-type(3n) {
                margin-top: 0;
        }
 
-       .about-wrap .under-the-hood:nth-of-type(2n) h4 {
+       .about-wrap .under-the-hood:nth-of-type(2n) h3,
+       .about-wrap .under-the-hood:nth-of-type(3n) h3 {
                margin-top: 0;
        }
 }