Changeset 3848
- Timestamp:
- 08/23/2016 10:38:32 PM (8 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/client/style.scss
r3847 r3848 43 43 44 44 /*-------------------------------------------------------------- 45 # WP.org Header 46 --------------------------------------------------------------*/ 47 @import "styles/modules/wporg-header"; 48 49 /*-------------------------------------------------------------- 45 50 # Content 46 51 --------------------------------------------------------------*/ -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/css/style-rtl.css
r3847 r3848 1431 1431 1432 1432 /*-------------------------------------------------------------- 1433 # WP.org Header 1434 --------------------------------------------------------------*/ 1435 #wporg-header h1 { 1436 margin: auto; 1437 } 1438 1439 #wporg-header h2.rosetta { 1440 clear: none; 1441 } 1442 1443 #wporg-header form input { 1444 -webkit-box-sizing: content-box; 1445 -moz-box-sizing: content-box; 1446 box-sizing: content-box; 1447 padding: 3px; 1448 } 1449 1450 #wporg-header .button { 1451 -webkit-box-shadow: none; 1452 box-shadow: none; 1453 } 1454 1455 #wporg-header .download-button { 1456 background-color: #21759b; 1457 background-image: -webkit-gradient(linear, right top, right bottom, from(#2a95c5), to(#21759b)); 1458 background-image: -webkit-linear-gradient(top, #2a95c5, #21759b); 1459 background-image: linear-gradient(to bottom, #2a95c5, #21759b); 1460 border-bottom-color: #1e6a8d; 1461 border-color: #21759b; 1462 -webkit-box-shadow: inset 0 1px 0 rgba(120, 200, 230, 0.5); 1463 box-shadow: inset 0 1px 0 rgba(120, 200, 230, 0.5); 1464 } 1465 1466 #wporg-header .download-button:hover, #wporg-header .download-button:focus { 1467 background-color: #278ab7; 1468 background-image: -webkit-gradient(linear, right top, right bottom, from(#2e9fd2), to(#21759b)); 1469 background-image: -webkit-linear-gradient(top, #2e9fd2, #21759b); 1470 background-image: linear-gradient(to bottom, #2e9fd2, #21759b); 1471 border-color: #1b607f; 1472 -webkit-box-shadow: inset 0 1px 0 rgba(120, 200, 230, 0.6); 1473 box-shadow: inset 0 1px 0 rgba(120, 200, 230, 0.6); 1474 color: #fff; 1475 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3); 1476 } 1477 1478 #wporg-header .download-button:active { 1479 background: #1b607f; 1480 background-image: -webkit-gradient(linear, right top, right bottom, from(#21759b), to(#278ab7)); 1481 background-image: -webkit-linear-gradient(top, #21759b, #278ab7); 1482 background-image: linear-gradient(to bottom, #21759b, #278ab7); 1483 border-color: #124560 #2382ae #2382ae #2382ae; 1484 -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1); 1485 box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1); 1486 color: rgba(255, 255, 255, 0.95); 1487 text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1); 1488 -webkit-transform: none; 1489 -ms-transform: none; 1490 transform: none; 1491 } 1492 1493 #wporg-header a:hover, 1494 #wporg-header a:focus, 1495 #wporg-header a:active { 1496 text-decoration: none; 1497 } 1498 1499 /*-------------------------------------------------------------- 1433 1500 # Content 1434 1501 --------------------------------------------------------------*/ -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/css/style.css
r3847 r3848 1431 1431 1432 1432 /*-------------------------------------------------------------- 1433 # WP.org Header 1434 --------------------------------------------------------------*/ 1435 #wporg-header h1 { 1436 margin: auto; 1437 } 1438 1439 #wporg-header h2.rosetta { 1440 clear: none; 1441 } 1442 1443 #wporg-header form input { 1444 -webkit-box-sizing: content-box; 1445 -moz-box-sizing: content-box; 1446 box-sizing: content-box; 1447 padding: 3px; 1448 } 1449 1450 #wporg-header .button { 1451 -webkit-box-shadow: none; 1452 box-shadow: none; 1453 } 1454 1455 #wporg-header .download-button { 1456 background-color: #21759b; 1457 background-image: -webkit-gradient(linear, left top, left bottom, from(#2a95c5), to(#21759b)); 1458 background-image: -webkit-linear-gradient(top, #2a95c5, #21759b); 1459 background-image: linear-gradient(to bottom, #2a95c5, #21759b); 1460 border-bottom-color: #1e6a8d; 1461 border-color: #21759b; 1462 -webkit-box-shadow: inset 0 1px 0 rgba(120, 200, 230, 0.5); 1463 box-shadow: inset 0 1px 0 rgba(120, 200, 230, 0.5); 1464 } 1465 1466 #wporg-header .download-button:hover, #wporg-header .download-button:focus { 1467 background-color: #278ab7; 1468 background-image: -webkit-gradient(linear, left top, left bottom, from(#2e9fd2), to(#21759b)); 1469 background-image: -webkit-linear-gradient(top, #2e9fd2, #21759b); 1470 background-image: linear-gradient(to bottom, #2e9fd2, #21759b); 1471 border-color: #1b607f; 1472 -webkit-box-shadow: inset 0 1px 0 rgba(120, 200, 230, 0.6); 1473 box-shadow: inset 0 1px 0 rgba(120, 200, 230, 0.6); 1474 color: #fff; 1475 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3); 1476 } 1477 1478 #wporg-header .download-button:active { 1479 background: #1b607f; 1480 background-image: -webkit-gradient(linear, left top, left bottom, from(#21759b), to(#278ab7)); 1481 background-image: -webkit-linear-gradient(top, #21759b, #278ab7); 1482 background-image: linear-gradient(to bottom, #21759b, #278ab7); 1483 border-color: #124560 #2382ae #2382ae #2382ae; 1484 -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1); 1485 box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1); 1486 color: rgba(255, 255, 255, 0.95); 1487 text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1); 1488 -webkit-transform: none; 1489 -ms-transform: none; 1490 transform: none; 1491 } 1492 1493 #wporg-header a:hover, 1494 #wporg-header a:focus, 1495 #wporg-header a:active { 1496 text-decoration: none; 1497 } 1498 1499 /*-------------------------------------------------------------- 1433 1500 # Content 1434 1501 --------------------------------------------------------------*/
Note: See TracChangeset
for help on using the changeset viewer.