Making WordPress.org

Changeset 4789


Ignore:
Timestamp:
01/25/2017 10:59:52 PM (8 years ago)
Author:
coffee2code
Message:

Breathe: Target CSS rules to a more generic handbook class so as to apply in multi-handbook sites.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe/style.css

    r4771 r4789  
    10191019
    10201020/* New handbook design */
    1021 .handbook-template-default #page {
     1021.single-handbook #page {
    10221022    background: linear-gradient(to right, #fafafa 40%, #fff 40%);
    10231023    max-width: 100%;
     
    10251025}
    10261026
    1027 .handbook-template-default #main {
     1027.single-handbook #main {
    10281028    max-width: 960px;
    10291029    margin: 0 auto;
     
    10311031}
    10321032
    1033 .handbook-template-default header {
     1033.single-handbook header {
    10341034    margin: 0;
    10351035}
    10361036
    1037 .handbook-template-default #secondary {
     1037.single-handbook #secondary {
    10381038    margin: 0;
    10391039}
    10401040
    1041 .handbook-template-default #primary {
     1041.single-handbook #primary {
    10421042    padding: 4rem 0 4rem 4rem;
    10431043    background: #fff;
     
    10461046
    10471047@media(max-width: 876px) {
    1048     .handbook-template-default #primary {
     1048    .single-handbook #primary {
    10491049        padding: 4rem 20px;
    10501050    }
    10511051}
    10521052
    1053 .handbook-template-default #secondary-content {
     1053.single-handbook #secondary-content {
    10541054    padding-top: 4rem;
    10551055}
    10561056
    1057 .handbook-template-default .widget_wporg_handbook_pages {
     1057.single-handbook .widget_wporg_handbook_pages {
    10581058    background-color: transparent;
    10591059}
     
    10621062    top: 10px;
    10631063}
    1064 .handbook-template-default .make-welcome {
     1064.single-handbook .make-welcome {
    10651065    margin: 0 !important;
    10661066}
Note: See TracChangeset for help on using the changeset viewer.