Changeset 5847
- Timestamp:
- 08/30/2017 11:20:03 PM (8 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/style
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/style/wp4-rtl.css
r1921 r5847 219 219 } 220 220 221 # books .image {221 #pagebody .books .image { 222 222 float: right; 223 223 border-left: 1px solid #dadada; 224 224 } 225 225 226 # books img {226 #pagebody .books img { 227 227 border: 1px solid #dadada; 228 228 } 229 229 230 # books li {230 #pagebody .books li { 231 231 border-left-color: #eee; 232 232 border-right-color: #dadada; … … 234 234 } 235 235 236 # books h3 {236 #pagebody .books h3 { 237 237 font-family:sans-serif; 238 238 } 239 239 240 # books p {240 #pagebody .books p { 241 241 padding-left: 22px; 242 242 padding-right: 0; 243 243 } 244 244 245 # books .author {245 #pagebody .books .author { 246 246 font: normal 15px sans-serif; 247 247 } -
sites/trunk/wordpress.org/public_html/style/wp4.css
r5810 r5847 1456 1456 } 1457 1457 1458 ul#books, ul#otherbooks { 1458 .wporg-page-about-books #pagebody h2 { 1459 margin-bottom: 1em; 1460 } 1461 1462 #pagebody ul.books, ul#otherbooks { 1459 1463 list-style: none; 1460 1464 margin: 0; 1461 1465 } 1462 1466 1463 # books .image, #otherbooks .image {1467 #pagebody .books .image, #otherbooks .image { 1464 1468 width: 200px; 1465 1469 display: block; … … 1470 1474 } 1471 1475 1472 # books img, #otherbooks img {1476 #pagebody .books img, #otherbooks img { 1473 1477 border: 1px solid #dadada; 1474 1478 } 1475 1479 1476 # books.mobile img {1480 #pagebody .books.mobile img { 1477 1481 border:none; 1478 1482 } 1479 1483 1480 # books li, #otherbooks li {1484 #pagebody .books li, #otherbooks li { 1481 1485 background: #f5f5f5; 1482 1486 border: 1px solid #dadada; … … 1489 1493 } 1490 1494 1491 # books h3, #otherbooks h3 {1495 #pagebody .books h3, #otherbooks h3 { 1492 1496 margin: 18px 0 5px 0; 1493 1497 font: 21px Georgia, Times, "Times New Roman", serif; … … 1502 1506 } 1503 1507 1504 # books p, #otherbooks p {1508 #pagebody .books p, #otherbooks p { 1505 1509 padding-right: 22px; 1506 1510 padding-left: 22px; … … 1509 1513 } 1510 1514 1511 # books .author, #otherbooks .author {1515 #pagebody .books .author, #otherbooks .author { 1512 1516 font: italic 15px Georgia, Times, "Times New Roman", serif; 1513 1517 margin-bottom: 11px; … … 1515 1519 } 1516 1520 1517 # books .published, #otherbooks .published {1521 #pagebody .books .published, #otherbooks .published { 1518 1522 font-size: 11px; 1519 1523 text-transform: uppercase; … … 1522 1526 } 1523 1527 1524 # books h3 a, #otherbooks h3 a {1528 #pagebody .books h3 a, #otherbooks h3 a { 1525 1529 font-weight: normal; 1526 1530 } … … 2007 2011 background-color: #f1f1f1; 2008 2012 } 2009 .wporg-page-mobile ul#books {2013 .wporg-page-mobile #pagebody ul.books { 2010 2014 display: -moz-box; 2011 2015 display: -ms-flexbox; … … 2013 2017 flex-wrap: wrap; 2014 2018 } 2015 .wporg-page-mobile # books li {2019 .wporg-page-mobile #pagebody .books li { 2016 2020 width: 49%; 2017 2021 margin-left: 1%; 2018 2022 clear: none; 2019 2023 } 2020 .wporg-page-mobile # books li:first-child {2024 .wporg-page-mobile #pagebody .books li:first-child { 2021 2025 margin-left: 0; 2022 2026 margin-right: 1%; 2023 2027 } 2024 .wporg-responsive.wporg-page-mobile # books p {2028 .wporg-responsive.wporg-page-mobile #pagebody .books p { 2025 2029 margin-bottom: 14px; 2026 2030 } 2027 .wporg-responsive.wporg-page-mobile # books li {2031 .wporg-responsive.wporg-page-mobile #pagebody .books li { 2028 2032 padding: 0 14px 15px; 2029 2033 box-sizing: border-box; … … 2031 2035 border: 1px solid #dedede; 2032 2036 } 2033 .wporg-responsive.wporg-page-mobile # books h3 {2037 .wporg-responsive.wporg-page-mobile #pagebody .books h3 { 2034 2038 margin-bottom: 15px; 2035 2039 } 2036 .wporg-responsive.wporg-page-mobile # books .image {2040 .wporg-responsive.wporg-page-mobile #pagebody .books .image { 2037 2041 float: right; 2038 2042 border-right: 0; … … 2120 2124 } 2121 2125 2122 .wporg-responsive.wporg-page-mobile # books li {2126 .wporg-responsive.wporg-page-mobile #pagebody .books li { 2123 2127 width: 100%; 2124 2128 margin-left: 0; … … 2207 2211 } 2208 2212 2209 .wporg-page-about-books # books li {2213 .wporg-page-about-books #pagebody .books li { 2210 2214 padding: 0 18px 18px; 2211 2215 box-sizing: border-box; 2212 2216 } 2213 .wporg-page-about-books # books .image {2217 .wporg-page-about-books #pagebody .books .image { 2214 2218 border-right: 0; 2215 2219 float: none; 2216 2220 width: inherit; 2217 2221 } 2218 .wporg-page-about-books # books p {2222 .wporg-page-about-books #pagebody .books p { 2219 2223 padding-right: 0; 2220 2224 padding-left: 0;
Note: See TracChangeset
for help on using the changeset viewer.