Changeset 12454
- Timestamp:
- 03/06/2023 10:40:48 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe/style.css
r12282 r12454 33 33 #secondary aside { 34 34 font-size: inherit; 35 } 36 37 .rtl ul, 38 .rtl ol { 39 margin-left: 0; 40 margin-right: 25px; 35 41 } 36 42 … … 1198 1204 } 1199 1205 1206 .rtl .handbook-breadcrumbs { 1207 left: inherit; 1208 right: 280px; 1209 padding-left: 34px; 1210 padding-right: inherit; 1211 } 1212 1200 1213 .single-handbook .handbook-breadcrumbs ~ #primary { 1201 1214 padding-top: 9rem; … … 1247 1260 } 1248 1261 1262 .rtl.post-type-archive-handbook div.table-of-contents, 1263 .rtl.single-handbook div.table-of-contents { 1264 float: left; 1265 margin-left: 0; 1266 margin-right: 15px; 1267 } 1268 1249 1269 .single-handbook div.table-of-contents { 1250 1270 background-color: #fff; … … 1257 1277 .single-handbook div.table-of-contents { 1258 1278 margin: 0 -30px 15px 15px; 1279 } 1280 1281 .rtl.post-type-archive-handbook div.table-of-contents, 1282 .rtl.single-handbook div.table-of-contents { 1283 margin-left: -30px; 1284 margin-right: 15px; 1259 1285 } 1260 1286 } … … 1326 1352 } 1327 1353 1354 .rtl .toc-heading:target:before { 1355 left: inherit; 1356 right: -40px; 1357 border-left: 0; 1358 border-right: 5px solid #0073aa; 1359 } 1360 1328 1361 @media(max-width: 876px) { 1329 1362 .toc-heading:target:before { 1330 1363 left: -10px; 1364 } 1365 .toc-heading:target:before { 1366 left: inherit; 1367 right: -10px; 1331 1368 } 1332 1369 } … … 1476 1513 } 1477 1514 1515 .rtl.post-type-archive-handbook #page, 1516 .rtl.single-handbook #page { 1517 background: linear-gradient(to left, #fafafa 40%, #fff 40%); 1518 } 1519 1478 1520 .post-type-archive-handbook #main, 1479 1521 .single-handbook #main { … … 1500 1542 background: #fff; 1501 1543 box-sizing: border-box; 1544 } 1545 1546 .rtl.post-type-archive-handbook #primary, 1547 .rtl.single-handbook #primary { 1548 padding-left: 0; 1549 padding-right: 4rem; 1502 1550 } 1503 1551
Note: See TracChangeset
for help on using the changeset viewer.