Changeset 7819
- Timestamp:
- 11/04/2018 11:24:06 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe/style.css
r7317 r7819 368 368 } 369 369 370 .post-type-archive-handbook aside[id^="handbook"] .widget-title, 371 .post-type-archive-handbook aside[id^="nav_menu"] .widget-title, 370 372 .single-handbook aside[id^="handbook"] .widget-title, 371 373 .single-handbook aside[id^="nav_menu"] .widget-title { … … 1070 1072 1071 1073 .post-type-archive-handbook div.table-of-contents h2, 1074 .post-type-archive-handbook div.table-of-contents h3, 1072 1075 .single-handbook div.table-of-contents h2, 1073 .post-type-archive-handbook div.table-of-contents h3,1074 1076 .single-handbook div.table-of-contents h3 { 1075 1077 margin: 0; … … 1159 1161 /** Menu */ 1160 1162 1163 .post-type-archive-handbook #secondary aside.widget_wporg_handbook_pages, 1164 .post-type-archive-handbook #secondary aside.widget_nav_menu, 1161 1165 .single-handbook #secondary aside.widget_wporg_handbook_pages, 1162 1166 .single-handbook #secondary aside.widget_nav_menu { … … 1269 1273 1270 1274 /* New handbook design */ 1275 .post-type-archive-handbook #page, 1271 1276 .single-handbook #page { 1272 1277 background: linear-gradient(to right, #fafafa 40%, #fff 40%); … … 1275 1280 } 1276 1281 1282 .post-type-archive-handbook #main, 1277 1283 .single-handbook #main { 1278 1284 max-width: 960px; … … 1281 1287 } 1282 1288 1289 .post-type-archive-handbook header, 1283 1290 .single-handbook header { 1284 1291 margin: 0; 1285 1292 } 1286 1293 1294 .post-type-archive-handbook #secondary, 1287 1295 .single-handbook #secondary { 1288 1296 clear: left; … … 1291 1299 } 1292 1300 1301 .post-type-archive-handbook #primary, 1293 1302 .single-handbook #primary { 1294 1303 padding: 4rem 0 4rem 4rem; … … 1298 1307 1299 1308 @media(max-width: 876px) { 1309 .post-type-archive-handbook, #primary, 1300 1310 .single-handbook #primary { 1301 1311 padding: 4rem 20px; … … 1303 1313 } 1304 1314 1315 .post-type-archive-handbook #secondary-content, 1305 1316 .single-handbook #secondary-content { 1306 1317 padding-top: 4rem; 1307 1318 } 1308 1319 1320 .post-type-archive-handbook .widget_wporg_handbook_pages, 1309 1321 .single-handbook .widget_wporg_handbook_pages { 1310 1322 background-color: transparent; 1311 1323 } 1312 1324 1325 .post-type-archive-handbook nav.o2-post-actions button, 1313 1326 .single-handbook nav.o2-post-actions button { 1314 1327 top: 10px; 1315 1328 } 1329 1330 .post-type-archive-handbook .make-welcome, 1316 1331 .single-handbook .make-welcome { 1317 1332 margin: 0 !important;
Note: See TracChangeset
for help on using the changeset viewer.