Changeset 3398
- Timestamp:
- 06/17/2016 08:59:29 AM (8 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/css/style-rtl.css
r3397 r3398 239 239 } 240 240 241 h1, h2, h3, .plugin-section .section-title, .site-main .page-title, .single .type-plugin .plugin-header .plugin-title, .page h1, h4, h5, .page h2, h6 {241 h1, h2, h3, h4, h5, h6 { 242 242 clear: both; 243 243 font-family: inherit; … … 255 255 font-size: 12.8px; 256 256 font-size: 0.8rem; 257 color: #21759b; 257 258 font-weight: 600; 259 letter-spacing: 0.05rem; 258 260 text-transform: uppercase; 259 letter-spacing: 0.05rem;260 color: #21759b;261 261 } 262 262 … … 267 267 } 268 268 269 h3 , .plugin-section .section-title, .site-main .page-title, .single .type-plugin .plugin-header .plugin-title, .page h1{269 h3 { 270 270 font-size: 25px; 271 271 font-size: 1.5625rem; … … 276 276 font-size: 20px; 277 277 font-size: 1.25rem; 278 font-weight: 600;279 278 border: none; 280 279 color: #32373c; 280 font-weight: 600; 281 281 padding: 0; 282 282 } 283 283 284 h5 , .page h2{284 h5 { 285 285 font-size: 16px; 286 286 font-size: 1rem; 287 font-weight: 600; 288 letter-spacing: 0.01rem; 287 289 text-transform: uppercase; 288 letter-spacing: 0.01rem;289 font-weight: 600;290 290 } 291 291 … … 294 294 font-size: 0.8rem; 295 295 font-weight: 600; 296 letter-spacing: 0.05rem; 296 297 text-transform: uppercase; 297 letter-spacing: 0.05rem;298 298 } 299 299 … … 1797 1797 1798 1798 .plugin-section .section-title { 1799 font-size: 25px; 1800 font-size: 1.5625rem; 1801 font-weight: 400; 1799 1802 margin-bottom: 3rem; 1800 1803 } … … 1831 1834 } 1832 1835 1836 .site-main .page-title { 1837 font-size: 25px; 1838 font-size: 1.5625rem; 1839 font-weight: 400; 1840 } 1841 1833 1842 .home .type-plugin, 1834 1843 .search .type-plugin, … … 1887 1896 font-size: 16px; 1888 1897 font-size: 1rem; 1898 line-height: 1.3; 1889 1899 margin: 0 0 8px; 1890 line-height: 1.3;1891 1900 } 1892 1901 … … 1953 1962 1954 1963 .single .type-plugin .plugin-banner { 1964 background-position: 50% 50%; 1955 1965 background-size: 100%; 1956 background-position: 50% 50%;1957 1966 display: inline-block; 1958 1967 font-size: 0; … … 1975 1984 1976 1985 .single .type-plugin .plugin-header .plugin-thumbnail { 1986 display: none; 1977 1987 float: right; 1978 display: none;1979 1988 height: 96px; 1980 1989 margin-left: 1rem; … … 2000 2009 .single .type-plugin .plugin-header .plugin-title { 2001 2010 clear: none; 2011 font-size: 25px; 2012 font-size: 1.5625rem; 2013 font-weight: 400; 2002 2014 margin: 0; 2003 2015 } … … 2025 2037 overflow: hidden; 2026 2038 padding-bottom: 1px; 2039 } 2040 2041 .single .type-plugin .entry-content .read-more h1, .single .type-plugin .entry-content .read-more h2, .single .type-plugin .entry-content .read-more h3 { 2042 font-size: 16px; 2043 font-size: 1rem; 2044 font-weight: 600; 2045 letter-spacing: 0.01rem; 2046 text-transform: uppercase; 2047 } 2048 2049 .single .type-plugin .entry-content .read-more h4, .single .type-plugin .entry-content .read-more h5, .single .type-plugin .entry-content .read-more h6 { 2050 font-size: 12.8px; 2051 font-size: 0.8rem; 2052 font-weight: 600; 2053 letter-spacing: 0.05rem; 2054 text-transform: uppercase; 2027 2055 } 2028 2056 … … 2185 2213 max-width: 35.527136788rem; 2186 2214 padding: 0 2rem; 2215 } 2216 2217 .page h1 { 2218 font-size: 25px; 2219 font-size: 1.5625rem; 2220 font-weight: 400; 2221 } 2222 2223 .page h2 { 2224 font-size: 16px; 2225 font-size: 1rem; 2226 font-weight: 600; 2227 letter-spacing: 0.01rem; 2228 text-transform: uppercase; 2187 2229 } 2188 2230 -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/css/style.css
r3397 r3398 239 239 } 240 240 241 h1, h2, h3, .plugin-section .section-title, .site-main .page-title, .single .type-plugin .plugin-header .plugin-title, .page h1, h4, h5, .page h2, h6 {241 h1, h2, h3, h4, h5, h6 { 242 242 clear: both; 243 243 font-family: inherit; … … 255 255 font-size: 12.8px; 256 256 font-size: 0.8rem; 257 color: #21759b; 257 258 font-weight: 600; 259 letter-spacing: 0.05rem; 258 260 text-transform: uppercase; 259 letter-spacing: 0.05rem;260 color: #21759b;261 261 } 262 262 … … 267 267 } 268 268 269 h3 , .plugin-section .section-title, .site-main .page-title, .single .type-plugin .plugin-header .plugin-title, .page h1{269 h3 { 270 270 font-size: 25px; 271 271 font-size: 1.5625rem; … … 276 276 font-size: 20px; 277 277 font-size: 1.25rem; 278 font-weight: 600;279 278 border: none; 280 279 color: #32373c; 280 font-weight: 600; 281 281 padding: 0; 282 282 } 283 283 284 h5 , .page h2{284 h5 { 285 285 font-size: 16px; 286 286 font-size: 1rem; 287 font-weight: 600; 288 letter-spacing: 0.01rem; 287 289 text-transform: uppercase; 288 letter-spacing: 0.01rem;289 font-weight: 600;290 290 } 291 291 … … 294 294 font-size: 0.8rem; 295 295 font-weight: 600; 296 letter-spacing: 0.05rem; 296 297 text-transform: uppercase; 297 letter-spacing: 0.05rem;298 298 } 299 299 … … 1797 1797 1798 1798 .plugin-section .section-title { 1799 font-size: 25px; 1800 font-size: 1.5625rem; 1801 font-weight: 400; 1799 1802 margin-bottom: 3rem; 1800 1803 } … … 1831 1834 } 1832 1835 1836 .site-main .page-title { 1837 font-size: 25px; 1838 font-size: 1.5625rem; 1839 font-weight: 400; 1840 } 1841 1833 1842 .home .type-plugin, 1834 1843 .search .type-plugin, … … 1887 1896 font-size: 16px; 1888 1897 font-size: 1rem; 1898 line-height: 1.3; 1889 1899 margin: 0 0 8px; 1890 line-height: 1.3;1891 1900 } 1892 1901 … … 1953 1962 1954 1963 .single .type-plugin .plugin-banner { 1964 background-position: 50% 50%; 1955 1965 background-size: 100%; 1956 background-position: 50% 50%;1957 1966 display: inline-block; 1958 1967 font-size: 0; … … 1975 1984 1976 1985 .single .type-plugin .plugin-header .plugin-thumbnail { 1986 display: none; 1977 1987 float: left; 1978 display: none;1979 1988 height: 96px; 1980 1989 margin-right: 1rem; … … 2000 2009 .single .type-plugin .plugin-header .plugin-title { 2001 2010 clear: none; 2011 font-size: 25px; 2012 font-size: 1.5625rem; 2013 font-weight: 400; 2002 2014 margin: 0; 2003 2015 } … … 2025 2037 overflow: hidden; 2026 2038 padding-bottom: 1px; 2039 } 2040 2041 .single .type-plugin .entry-content .read-more h1, .single .type-plugin .entry-content .read-more h2, .single .type-plugin .entry-content .read-more h3 { 2042 font-size: 16px; 2043 font-size: 1rem; 2044 font-weight: 600; 2045 letter-spacing: 0.01rem; 2046 text-transform: uppercase; 2047 } 2048 2049 .single .type-plugin .entry-content .read-more h4, .single .type-plugin .entry-content .read-more h5, .single .type-plugin .entry-content .read-more h6 { 2050 font-size: 12.8px; 2051 font-size: 0.8rem; 2052 font-weight: 600; 2053 letter-spacing: 0.05rem; 2054 text-transform: uppercase; 2027 2055 } 2028 2056 … … 2185 2213 max-width: 35.527136788rem; 2186 2214 padding: 0 2rem; 2215 } 2216 2217 .page h1 { 2218 font-size: 25px; 2219 font-size: 1.5625rem; 2220 font-weight: 400; 2221 } 2222 2223 .page h2 { 2224 font-size: 16px; 2225 font-size: 1rem; 2226 font-weight: 600; 2227 letter-spacing: 0.01rem; 2228 text-transform: uppercase; 2187 2229 } 2188 2230 -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/sass/site/primary/_front-page.scss
r3193 r3398 16 16 17 17 .section-title { 18 @extend h3; 18 @include font-size( ms-unitless( ms(4) ) ); 19 font-weight: 400; 19 20 margin-bottom: 3rem; 20 21 } -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/sass/site/primary/_main.scss
r3261 r3398 19 19 20 20 .page-title { 21 @extend h3; 21 @include font-size( ms-unitless( ms(4) ) ); 22 font-weight: 400; 22 23 } 23 24 } -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/sass/site/primary/_page.scss
r3345 r3398 9 9 10 10 h1 { 11 @extend h3; 11 @include font-size( ms-unitless( ms(4) ) ); 12 font-weight: 400; 12 13 } 13 14 14 15 h2 { 15 @extend h5; 16 @include font-size( ms-unitless( ms(0) ) ); 17 font-weight: 600; 18 letter-spacing: 0.01rem; 19 text-transform: uppercase; 16 20 } 17 21 -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/sass/site/primary/_plugin-index.scss
r3394 r3398 39 39 .entry-title { 40 40 @include font-size( ms-unitless( ms(0) ) ); 41 line-height: 1.3; 41 42 margin: 0 0 8px; 42 line-height: 1.3;43 43 44 44 a { -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/sass/site/primary/_plugin-single.scss
r3356 r3398 8 8 9 9 .plugin-banner { 10 background-position: 50% 50%; 10 11 background-size: 100%; 11 background-position: 50% 50%;12 12 display: inline-block; 13 13 font-size: 0; … … 29 29 30 30 .plugin-thumbnail { 31 display: none; 31 32 float: left; 32 display: none;33 33 height: 96px; 34 34 margin-right: 1rem; … … 53 53 .plugin-title { 54 54 clear: none; 55 @extend h3; 55 @include font-size( ms-unitless( ms(4) ) ); 56 font-weight: 400; 56 57 margin: 0; 57 58 } … … 77 78 overflow:hidden; 78 79 padding-bottom: 1px; 80 81 h1, h2, h3 { 82 @include font-size( ms-unitless( ms(0) ) ); 83 font-weight: 600; 84 letter-spacing: 0.01rem; 85 text-transform: uppercase; 86 } 87 88 h4, h5, h6 { 89 @include font-size( ms-unitless( ms(-2) ) ); 90 font-weight: 600; 91 letter-spacing: 0.05rem; 92 text-transform: uppercase; 93 } 79 94 80 95 p:first-child { -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/sass/typography/_headings.scss
r3347 r3398 18 18 h1.title { 19 19 @include font-size( ms-unitless( ms(-2) ) ); 20 color: $color__link; 20 21 font-weight: 600; 22 letter-spacing: 0.05rem; 21 23 text-transform: uppercase; 22 letter-spacing: 0.05rem;23 color: $color__link;24 24 } 25 25 … … 36 36 h4 { 37 37 @include font-size( ms-unitless( ms(2) ) ); 38 font-weight: 600;39 38 40 39 // Override wp4.css. 41 40 border: none; 42 41 color: $color__text-main; 42 font-weight: 600; 43 43 padding: 0; 44 44 } … … 46 46 h5 { 47 47 @include font-size( ms-unitless( ms(0) ) ); 48 font-weight: 600; 49 letter-spacing: 0.01rem; 48 50 text-transform: uppercase; 49 letter-spacing: 0.01rem;50 font-weight: 600;51 51 } 52 52 … … 54 54 @include font-size( ms-unitless( ms(-2) ) ); 55 55 font-weight: 600; 56 letter-spacing: 0.05rem; 56 57 text-transform: uppercase; 57 letter-spacing: 0.05rem;58 58 }
Note: See TracChangeset
for help on using the changeset viewer.