Changeset 6068 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/css/components/_home-welcome.scss
- Timestamp:
- 11/01/2017 07:37:50 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/css/components/_home-welcome.scss
r6058 r6068 113 113 114 114 @include breakpoint( 740px ) { 115 height: 200px; 115 116 width: 25%; 116 height: 200px;117 117 118 118 &:nth-child(4n) { … … 190 190 .community-2 { 191 191 align-items: flex-start; 192 background: url(https://s.w.org/images/home/community- 1.jpg) center bottom no-repeat;192 background: url(https://s.w.org/images/home/community-2.jpg?3) center bottom no-repeat; 193 193 background-size: cover; 194 194 border: none; … … 231 231 232 232 > div { 233 background: url(https://s.w.org/images/home/collage-min.jpg ) center top;233 background: url(https://s.w.org/images/home/collage-min.jpg?3) center top; 234 234 background-size: cover; 235 235 box-shadow: inset 0 0 8px rgba(0, 0, 0, .4); … … 304 304 } 305 305 306 h4, h5 { 307 a { 308 text-decoration: none; 309 310 &:hover { 311 text-decoration: underline; 312 } 313 } 314 } 315 306 316 ol, ul { 307 317 margin: 0; 308 318 } 319 320 .steps { 321 list-style: none; 322 padding: 0; 323 324 li { 325 margin-bottom: 1rem; 326 padding-left: 2.5rem; 327 position: relative; 328 329 span { 330 background: url(//s.w.org/style/images/steps.png) no-repeat; 331 background-size: 93px 31px; 332 content: ''; 333 height: 31px; 334 left: 0; 335 position: absolute; 336 top: 0; 337 width: 31px; 338 339 @media only screen and (-webkit-min-device-pixel-ratio: 1.5), 340 only screen and (min-resolution: 1.5dppx), 341 only screen and (min-resolution: 144dpi) { 342 background-image: url(//s.w.org/style/images/steps-2x.png); 343 } 344 } 345 } 346 347 .one span { 348 background-position: 0 0; 349 } 350 351 .two span { 352 background-position: -31px 0; 353 } 354 355 .three span { 356 background-position: -62px 0; 357 } 358 } 359 360 .notable-users { 361 list-style: none; 362 padding: 0; 363 364 li a { 365 border: 1px solid #f5f5f5; 366 border-right-color: #dedede; 367 border-bottom-color: #dedede; 368 display: block; 369 height: 59px; 370 margin-bottom: 8px; 371 width: 130px; 372 373 &:active { 374 border: 1px solid #dedede; 375 border-right-color: #f5f5f5; 376 border-bottom-color: #f5f5f5; 377 } 378 } 379 } 380 381 .showcase-link { 382 display: block; 383 font-size: ms( -4 ); 384 margin: 1rem 0; 385 } 309 386 }
Note: See TracChangeset
for help on using the changeset viewer.