Advertisement
rccharles

asc body & header combo 2-21-2016 checked out OK

Sep 21st, 2016
373
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 122.74 KB | None | 0 0
  1. /*  Reduce the size of a header area on a list web page and display of posts in a discussion web page.
  2.  
  3.    Copyright (c) 2016 rccharles
  4.  
  5.    All rights reserved.
  6.  
  7.    Redistribution and use in source and binary forms, with or without
  8.    modification, are permitted provided that the following conditions are met:
  9.  
  10.    1. Redistributions of source code must retain the above copyright notice, this
  11.       list of conditions and the following disclaimer.
  12.    2. Redistributions in binary form must reproduce the above copyright notice,
  13.       this list of conditions and the following disclaimer in the documentation
  14.       and/or other materials provided with the distribution.
  15.  
  16.    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
  17.    ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  18.    WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  19.    DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
  20.    ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
  21.    (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  22.    LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  23.    ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  24.    (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  25.    SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  26.  
  27.    The views and conclusions contained in the software and documentation are those
  28.    of the authors and should not be interpreted as representing official policies,
  29.    either expressed or implied, of the Custom Styles Project.    
  30.    
  31.    
  32.     Implement these changes by:
  33.       1) running stylish
  34.       2) add the combined user style sheet to stylish
  35.          https://discussions.apple.com/docs/DOC-7501
  36.       3) create a new style sheet in stylish.
  37.       4) copy these css rules to the new sheet.
  38.      
  39.      
  40.     example web pages:
  41.         https://discussions.apple.com/content?filterID=following~objecttype~objecttype[thread]
  42.         https://discussions.apple.com/people/<userid>?view=discussions
  43.  
  44.     iPhone
  45.                   320px x 480px with window size 320px x 372px
  46.         landscape 320px x 480px with window size 480px x 320px
  47.    
  48.     HTC Desire 520
  49.                   320px x 522px with window size 320px x 448px
  50.         landscape 527px x 320px with window size 527px x 247px
  51.  
  52.     Apple sprites
  53.         https://discussions.apple.com/6.0.3.0453576a/themes/apple_0.7.0/img/apple-sprite.png
  54.        
  55.   */
  56.  
  57. /* ==================================== */
  58. @-moz-document
  59.    url-prefix(https://discussions.apple.com/content),
  60.    url-prefix(https://discussions.apple.com/community),
  61.    url-prefix(https://discussions.apple.com/people),
  62.    url-prefix(https://discussionsjapan.apple.com/content),
  63.    url-prefix(https://discussionsjapan.apple.com/community),
  64.    url-prefix(https://discussionsjapan.apple.com/people),
  65.    url-prefix(https://discussionskorea.apple.com/content),
  66.    url-prefix(https://discussionskorea.apple.com/community),
  67.    url-prefix(https://discussionskorea.apple.com/people),
  68.    url-prefix(https://communities.apple.com/es/content),    
  69.    url-prefix(https://communities.apple.com/es/community/),
  70.    url-prefix(https://communities.apple.com/es/people),  
  71.    url-prefix(https://communities.apple.com/pt/content),
  72.    url-prefix(https://communities.apple.com/pt/community/),
  73.    url-prefix(https://communities.apple.com/pt/people)  {  
  74.      
  75.       /* debug:
  76.          background-color: yellow !important;
  77.       */          
  78.       /* top line:
  79.          Communities                Contact support
  80.        
  81.          I guess we know by now that we are in the communities. */
  82.        
  83.        /* Top portion of the header. First two "lines" on the page.  
  84.          Second lines is:
  85.            My Subscriptions Content People Search Post */
  86.       div#j-header-wrap {
  87.         margin-bottom: 2px !important;
  88.         /*background-color: antiquewhite !important; /* */ }
  89.  
  90.      
  91.       /* Ditch first line across page.  */
  92.       div#body-apple header nav#j-globalNav-bg  {border-bottom: 0px !important; }
  93.      
  94.       /* Ditch Communities */
  95.       div#body-apple header div#apple-site-title a { display: none!important; }
  96.        
  97.       /* Ditch "Content" upper left of window.  
  98.          Glad to get rid of this redundant waste of space. */
  99.       div#jive-body  header#apple-full-header { display: none!important; }
  100.        
  101.       /* Ditch "Find helpful content and discussions"
  102.          Total waste of space. */
  103.       header#apple-full-header h4#apple-full-subheader { display: none!important; }  
  104.        
  105.       /* Ditch Box and list view icons
  106.          Who ever uses the box view?  No need. */
  107.        div#jive-body ul#j-item-view-toggle { display: none!important; }
  108.        
  109.       /* Ditch the line under
  110.                [All User(nnn)] [Announcements] [User Tips(nnn)] [Discussions(nnn)] */
  111.       ul.j-content-types.js-browse-filter-toggle-set { border-bottom-width: 0 !important;}
  112.        
  113.       /* [Filter by personal content] check box only appears
  114.          on your content web page. It doesn't seem to work. */
  115.      div.j-browse-filter-row.j-content-filter span.js-browse-filter-toggle{
  116.         display: none!important;
  117.       /*  margin: -20px -20px 0 0 !important;
  118.         background-color: teal !important; /* */
  119.         }
  120.        
  121.       /* User id    My subscriptions  Content ... */
  122.       header#j-header div#second-row {
  123.           /*background-color: yellow !important;*/
  124.           padding-top: 6px !important;
  125.         }
  126.      
  127.       /* User id  signout */
  128.       div#second-row ul#j-satNav-wrap {
  129.           /*background-color: aqua  !important;*/
  130.           margin-left: -40px !important;
  131.           margin-top: -10px !important;
  132.        }
  133.            
  134.       /*  Delete line under [all discussions]. This is a band in back of
  135.          [All Discussions] the spans the width of the window. */
  136.      div.j-layout.j-layout-sl form#js-browse-controls div.j-browse-filter-row.j-content-filter {
  137.           border-bottom: 0px !important;
  138.           /*background-color: azure !important; /* */
  139.       }
  140.        
  141.        /* Alert is moved up by -20 or so in an attemp to center
  142.           I'd guess. Odd.
  143.           Could get rid of all the wasted white space to avoid this */
  144.        div#jive-alert {
  145.            margin-top: 0px !important;
  146.          }
  147. /* ==================================== */    
  148. /* ... for small windows such as a smart phone ... */  
  149.        
  150. @media all and (max-width: 499px) {
  151.    
  152.       /* "contact support" link upper right corner
  153.          to move, you need to use the ul
  154.          actually, the ul.  link is in a li. */
  155.       #contact-support-link {
  156.           margin: -15px -60px 0;
  157.         }
  158.       /* Contact Support */
  159.       div#body-apple header ul#contact-support-link a {
  160.           font-size: 10px !important;
  161.           background-color: antiquewhite !important; /**/
  162.         }  
  163.    
  164.  
  165.     /* my Subscriptions Content People Search Post */
  166.     #body-apple ul#menubar.sub-nav-wrap li {
  167.         font-size: 10px !important;
  168.       /*  background-color: blanchedalmond !important; /**/}
  169.    
  170.       /* [All User(nnn)] [Announcements] [User Tips(nnn)] [Discussions(nnn)]*/
  171.       div.j-browse-filter-row.j-type-row.apple-custom-line-height{
  172.           height:20px !important;                
  173.           margin:10px 0 15px !important;/**/
  174.           /*background-color: pink!important; /**/
  175.     }
  176.    
  177.      div#jive-body div.j-layout {
  178.         margin: 5px 0 0 0 !important;
  179.         /* background-color: grey !important; /* */      
  180.     }
  181.      
  182.       /* for some reason when left out User Tips drifts downward. */
  183.       ul.j-content-types.js-browse-filter-toggle-set li a{          
  184.           height: 18px!important;
  185.           font-size: 13px !important;
  186.           padding:0px   !important;
  187.           vertical-align: middle !important;
  188.           display:inline-block;
  189.           overflow:hidden !important;
  190.           white-space:nowrap !important;
  191.           /*background-color: tan  !important; /**/ }
  192.          
  193.      ul.j-content-types.js-browse-filter-toggle-set li.filter-All.Content a {
  194.          width: 18px !important;
  195.          /*background-color: tomato !important; /**/
  196.    
  197.          }
  198.      ul.j-content-types.js-browse-filter-toggle-set li.filter-Announcements a {
  199.          width: 58px !important;
  200.          /*background-color: tomato !important; /**/  
  201.          }
  202.    
  203.       ul.j-content-types.js-browse-filter-toggle-set li.filter-User.Tips a {
  204.          width: 58px !important;
  205.          /*background-color: orchid !important; /**/  
  206.          }
  207.        
  208.     ul.j-content-types.js-browse-filter-toggle-set li.filter-Discussions a span.js-shrinkable{
  209.          display:inline-block;  /* No workie without */
  210.          overflow:hidden !important;
  211.          white-space:nowrap !important;
  212.          width: 70px !important;
  213.          /*background-color: tomato !important; /**/  
  214.          }
  215.    
  216.      /* moves list up */
  217.       div.j-browse-sorts.j-browse-filter-row.last-child {
  218.           margin:0 !important;
  219.           height: 14px !important;
  220.           /*background-color: aqua  !important;/**/
  221.        }
  222.    
  223.     /* Set common width for all words.
  224.        Will truncate span width to save space. Biased toward English */
  225.     ul.j-content-types.js-browse-filter-toggle-set li {      
  226.           width: 80px !important;
  227.           /*background-color: tomato !important; /**/    
  228.          }    
  229.        
  230.       /* for some reason when left out User Tips drifts downward. */
  231.       ul.j-content-types.js-browse-filter-toggle-set li a{          
  232.           height: 18px!important;
  233.           font-size: 13px !important;
  234.           padding:0px   !important;
  235.           vertical-align: middle !important;
  236.           display:inline-block;
  237.           overflow:hidden !important;
  238.           white-space:nowrap !important;
  239.           /*background-color: tan  !important;/**/  }
  240.          
  241.      ul.j-content-types.js-browse-filter-toggle-set li.filter-All.Content a {
  242.          width: 18px !important;
  243.          /*background-color: tomato !important; /**/
  244.    
  245.          }
  246.      ul.j-content-types.js-browse-filter-toggle-set li.filter-Announcements a {
  247.          width: 58px !important;
  248.          /*background-color: tomato !important; /**/  
  249.          }
  250.    
  251.       ul.j-content-types.js-browse-filter-toggle-set li.filter-User.Tips a {
  252.          width: 58px !important;
  253.          /*background-color: orchid !important; /**/  
  254.          }
  255.        
  256.     ul.j-content-types.js-browse-filter-toggle-set li.filter-Discussions a span.js-shrinkable{
  257.          display:inline-block;  /* No workie without */
  258.          overflow:hidden !important;
  259.          white-space:nowrap !important;
  260.          width: 70px !important;
  261.          /*background-color: tomato !important; /**/  
  262.          }
  263.    
  264.    
  265.    
  266.       /*
  267.          These are the three pulldowns.
  268.          initally:
  269.            [All discussions]
  270.            [Type to filter by text]
  271.            [Sort by latest activity: newest first] */  
  272.      
  273.     /* Top portion of the header. First two "lines" on the page.  
  274.          Second lines is:
  275.            [My Subscriptions] [Content] [People] [Search] [Post] */
  276.       div#j-header-wrap {
  277.         margin-bottom: 2px !important;
  278.         /*background-color: antiquewhite !important; /* */ }
  279.  
  280.  
  281.        /* even number strips.  Lower header. Large box. Starts with All content Annoucements User tips Discussions includes contents listing.
  282.       div.j-layout.j-layout-sl.clearfix.j-contained {
  283.          
  284.          } */    
  285.        /* The second line in the header FYI
  286.           limit selection to just user's content
  287.        div.j-layout.j-layout-sl.clearfix.j-contained.j-contained-tabs.j-browse-content.j-rc5
  288.        form#js-browse-controls div.j-browse-sorts {}  */
  289.  
  290.    
  291.      /* move up a bit the horizonal nav bar.  In the main css, the sidebar was made horizontal */
  292.      div .j-colum-wrap-s nav.j-second-nav ul {
  293.        /*  margin-top: -10px !important; /**/
  294.          /*background-color: orchid !important; /**/  }
  295.    
  296.  
  297.      /*  Adjust height associated with the band in back of
  298.          "All Discussions" the spans the width of the window. */
  299.      div.j-layout.j-layout-sl form#js-browse-controls div.j-browse-filter-row.j-content-filter {
  300.           height: 20px !important;
  301.          /* background-color: tan !important; /* */
  302.       }
  303.        
  304.      /* All discussions */
  305.      select.j-browse-filter.js-browse-filter,
  306.          #js-browse-controls #j-browse-filters #j-sort,
  307.          div.j-browse-sorts.j-browse-filter-row span.j-browse-search input {
  308.          padding: 0 !important;
  309.          vertical-align: middle!important;
  310.          font-size: 12px !important;
  311.          height: 20px !important;
  312.          border-color: #9b9b9b !important;
  313.          background-color: #f2f2f2 !important;      
  314.       }
  315.    
  316.    
  317.        select.j-browse-filter.js-browse-filter{
  318.            text-align: left !important;
  319.            width: 130px !important;  }
  320.      
  321.      /* [Type to filter by text] on list of discussions in a community. */
  322.      div.j-browse-sorts.j-browse-filter-row span.j-browse-search input {
  323.          width: 130px !important;  
  324.          text-align: center !important;    
  325.        }
  326.        
  327.      /* Sort by ... */
  328.      #js-browse-controls #j-browse-filters #j-sort {
  329.         margin: 0 !important;
  330.         text-align: left !important;
  331.         width: 230px !important;
  332.         margin-top: -16px !important;
  333.        }
  334.      
  335.     div.j-pagination {
  336.         margin-top: -32px !important;
  337.         height: 22px !important;
  338.         width: 140px !important;
  339.         /*background-color: yellow !important;  /**/      
  340.     }
  341.    
  342.    
  343.    
  344. } /* media all and (max-width: 499px)
  345.      end of smart phone adjustment */
  346.        
  347.        
  348. /* ================================================= */
  349. @media all and ( min-width: 400px ) and ( max-width: 499px ) {
  350.          
  351.       /* Move breadcrumb to the upper left, thus avoiding the repeating of Communities and content    
  352.           For examples:
  353.                Support Communities / Content
  354.                Support Communities / iPad / iPad in Business and Education
  355.             */
  356.       section#j-main nav#jive-breadcrumb {  /* add more selectors to overwhele main css */
  357.           position: absolute !important;  /* override what in the main css */
  358.           text-align: left !important;
  359.           top: -120px !important;  
  360.           left: 5px !important;
  361.           font-weight: 500 !important;
  362.           font-size: 13px !important;
  363.           width: 225px !important;   /* override what in the main css */  
  364.           /*background-color: tan  !important;/**/
  365.        }
  366.            
  367.     /* Set common width for all words.
  368.        Will truncate span width to save space. Biased toward English */
  369.     ul.j-content-types.js-browse-filter-toggle-set li {      
  370.           width: 80px !important;
  371.           /*background-color: tomato !important; /**/    
  372.          }  
  373.    
  374.      /* actual button [Type to filter by text] on list of discussions in a community. */
  375.      div.j-browse-sorts.j-browse-filter-row span.j-browse-search input {
  376.          /*background-color: yellowgreen  !important;/**/}
  377.    
  378.      /* enclosing tag [Type to filter by text] on list of discussions in a community. */
  379.      div.j-browse-sorts.j-browse-filter-row span.j-browse-search  {
  380.         padding-right: 70px !important; /**/
  381.         /*background-color: aquamarine  !important;/**/}
  382.    
  383.          
  384.      /* was sidebar now moved to horizontal */
  385.      div.j-column.j-column-s nav.j-second-nav {    
  386.         margin-top: 40px !important;/**/
  387.         margin-bottom: 10px !important;
  388.         /*background-color: red !important;/**/}
  389.    
  390.     form#js-browse-controls {
  391.         height: 120px!important;
  392.       }
  393.    
  394.     /* < 1 2 > */
  395.     div.j-pagination {
  396.         margin-top: 1px !important;
  397.         height: 20px !important;
  398.         width: 250px !important;/**/    
  399.         font-size: 11px !important;
  400.         margin-left: -25px !important;
  401.         top: 0px !important;
  402.         left: 180px !important;
  403.         /*background-color: lightgrey !important;  /**/      
  404.       }
  405.    
  406.     /* spacing around the whole page */
  407.     div#body-apple {
  408.         padding-right: 10px !important;
  409.         padding-left: 10px !important;
  410.         /*background-color: green !important;  /**/
  411.       }
  412.   } /* end of media */
  413.        
  414. /* ================================================= */
  415. /* Just a marker so we know when we have a 320px screen plus a little more stuff.  */
  416. @media all and ( max-width: 320px ) {
  417.    
  418.       /* spacing around the while page */
  419.       div.j-pagination span.j-pagination-prevnext {
  420.         padding-left: 0 !important;  
  421.         padding-right: 0 !important;}
  422.      
  423.       /* "contact support" link upper right corner
  424.          to move, you need to use the ul
  425.          actually, the ul.  link is in a li. */
  426.       div#body-apple header ul#contact-support-link {
  427.           margin: -15px -60px 0;
  428.         }
  429.      
  430.       /* Contact Support
  431.          How we tell we have the iPhone 4's size with a desktop window. */
  432.       div#body-apple header ul#contact-support-link a {
  433.           background-color: lightgrey !important; /**/
  434.         }
  435.    
  436.       /* Move breadcrumb to the upper left, thus avoiding the repeating of Communities and content    
  437.           For examples:
  438.                Support Communities / Content
  439.                Support Communities / iPad / iPad in Business and Education
  440.       */
  441.       section#j-main nav#jive-breadcrumb {  /* add more selectors to overwhele main css */
  442.           top: -140px !important;
  443.           /*background-color: tan  !important;/**/
  444.         }
  445.    
  446.      
  447.     /* < 1 2 > */
  448.     div.j-pagination {
  449.         margin-top: 1px !important;
  450.         height: 20px !important;
  451.         /*width: 120px !important;/**/
  452.        
  453.         font-size: 13px !important;
  454.         margin-left: -35px !important;
  455.         top: 0px !important;
  456.         left: 180px !important;
  457.         /*background-color: lightgrey !important;  /**/      
  458.       }
  459.    
  460.     /* Little less space around <  > */
  461.     div.j-pagination span.j-pagination-prevnext {
  462.             margin-left: 0 !important;
  463.             margin-right: 0 !important;
  464.             /*background-color: tan  !important;/**/
  465.       }
  466.     /* Let enough room so someone can click on the sidebar moved horizontal. */
  467.     form#js-browse-controls {
  468.         height: 120px !important;
  469.       }  
  470. } /* end of media */
  471.    
  472.              
  473. /* ================================================= */
  474. /* list of discussions adjustment for small windows found on potraited smart phones */
  475. @media all and (min-width: 321px ) and ( max-width: 399px ) {
  476.    
  477.       /* Move breadcrumb to the upper left, thus avoiding the repeating of Communities and content    
  478.           For examples:
  479.                Support Communities / Content
  480.                Support Communities / iPad / iPad in Business and Education
  481.             */
  482.       section#j-main nav#jive-breadcrumb {  /* add more selectors to overwhelm main css */
  483.           top: -140px !important;  
  484.         }
  485.    
  486.       /* spacing around the while page */
  487.       div#body-apple {
  488.         padding-right: 10px !important;
  489.         padding-left: 10px !important;
  490.         background-color: yellowgreen  !important;/**/
  491.       }
  492.    
  493.       /* Contact Support
  494.          How we tell we have the iPhone 4's size with a desktop window. */
  495.       div#body-apple header ul#contact-support-link a {
  496.           background-color: peachpuff !important; /**/
  497.         }
  498.    
  499. } /* end of media */
  500.        
  501.        
  502. /* ================================================= */
  503. /* list of discussions adjustment for small windows found on potraited smart phones */
  504. @media all and ( max-width: 399px ) {
  505.    
  506.       /* "contact support" link upper right corner
  507.          to move, you need to use the ul
  508.          actually, the ul.  link is in a li. */
  509.       #contact-support-link {
  510.           margin-right: -40px !important;}
  511.    
  512.      /* Move breadcrumb to the upper left, thus avoiding the repeating of Communities and content    
  513.           For examples:
  514.                Support Communities / Content
  515.                Support Communities / iPad / iPad in Business and Education
  516.             */
  517.       section#j-main nav#jive-breadcrumb {  /* add more selectors to overwhele main css */
  518.           position: absolute !important;  /* override what in the main css */
  519.           text-align: left !important;  
  520.           left: 5px !important;
  521.           font-weight: 500 !important;
  522.           font-size: 13px !important;
  523.           width: 225px !important;   /* override what in the main css */  
  524.           /*background-color: tan  !important;/**/
  525.        }
  526.      /* Set common width for all words.
  527.        Will truncate span width to save space. Biased toward English */
  528.      ul.j-content-types.js-browse-filter-toggle-set li {      
  529.           width: 70px !important;
  530.           /*background-color: tomato !important; /**/    
  531.          }
  532.    
  533.      /* for some reason when left out User Tips drifts downward. */
  534.      ul.j-content-types.js-browse-filter-toggle-set li a{
  535.           border-radius: 5px !important;
  536.           background-color:  #ffe6b3 !important; /* light tan */
  537.        }
  538.    
  539.      /* area for [All] [Announce] [User Tips] [Discussions]
  540.          and for expanded content [All discussions]
  541.          [Type to filter by text]
  542.          [Sort by latest activity newest first]
  543.      */
  544.      div#j-browse-filters.j-browse-filters {
  545.         height: 100px !important;
  546.         margin-bottom: 0px !important;
  547.         /*background-color: azure !important; /* doesn't appear anyway */ }
  548.    
  549.      /* Sort by ... <-------*/
  550.      #js-browse-controls #j-browse-filters #j-sort {
  551.         /* background-color: tan  !important;/**/
  552.        }
  553.        
  554.   } /* end of media */
  555.  
  556. /* ==================================== */
  557. /* ...... For medium and large size windows ...... */
  558.        
  559. @media all and (min-width: 500px) {  
  560.    
  561.       /* Space between first and second line of the upper header space.  Second line starts
  562.           with Signin / Signout */
  563.       nav#j-globalNav-bg {
  564.           height: 26px !important;
  565.         }
  566.    
  567.    
  568.       /* All User(nnn) Announcements User Tips(nnn) Discussions(nnn)*/
  569.       div#jive-body div.j-browse-filter-row.j-type-row.apple-custom-line-height{
  570.           margin: 5px 0 0 0 !important;
  571.           margin-top: 5px !important;
  572.           height:31px !important;              
  573.           margin:10px 0 15px !important;/**/
  574.           /*background-color: teal !important; /**/
  575.        }
  576.  
  577.       /* Effects margin same as div#jive-body */
  578.       div#jive-body div.j-layout {
  579.           margin-top: 5px !important;
  580.           /* background-color: grey !important; /* */      
  581.        }
  582.    
  583.       /* for some reason when left out User Tips drifts downward. */
  584.       ul.j-content-types.js-browse-filter-toggle-set li a{          
  585.           height: 18px!important;
  586.           font-size: 16px !important;
  587.           padding:0px   !important;
  588.           vertical-align: middle !important;
  589.           display:inline-block;
  590.           overflow:hidden !important;
  591.           white-space:nowrap !important;
  592.           /* background-color: tan  !important; /**/ }
  593.          
  594.  
  595.       /* "Contact" seen on top right */
  596.       div#body-apple header ul#contact-support-link {
  597.           margin-top: -6px !important;
  598.           margin-right: -40px !important;
  599.           /* background-color: palegoldenrod !important;  /**/                  
  600.         }
  601.    
  602.         /* Support Communities   Content
  603.          Move breadcrumb to the upper left, thus avoiding the repeating of Communities and content */
  604.       section#j-main nav#jive-breadcrumb {  /* add more selectors to overwhele main css */
  605.           position: absolute !important;  /* override what in the main css */
  606.           text-align: left !important;
  607.           top: -73px !important;   /* === if you want to run this with out the main css,
  608.                                            change from -120 to -80px === */
  609.           left: 0px !important;
  610.           font-size: 20px !important;        
  611.           width: inherit !important;   /* override what in the main css */
  612.           /* background-color: tan  !important;/**/        
  613.        }
  614.      
  615.         /*  Adjust height associated with the band in back of
  616.          "All Discussions" the spans the width of the window. */
  617.      div.j-layout.j-layout-sl form#js-browse-controls div.j-browse-filter-row.j-content-filter {
  618.           height: 30px !important;
  619.          /* background-color: tan !important; /* */
  620.       }
  621.    
  622.  
  623.      /* Pagination info */
  624.      div span.j-pagination-prevnext.full-pagination{
  625.         margin:0 !important;
  626.           /*background-color: pink !important; /* */ }
  627.    
  628.      /* [All discussions] */
  629.      select.j-browse-filter.js-browse-filter {
  630.          padding: 5px 6px 5px 8px !important;
  631.          font-size: 14px !important;
  632.          width: 160px !important;      
  633.          text-align: left !important;
  634.          border-color: #9b9b9b !important;
  635.          background-color: #f2f2f2 !important;        
  636.       }
  637.      
  638.      /* [Type to filter by text] on list of discussions in a community. */
  639.      div.j-browse-sorts.j-browse-filter-row span.j-browse-search input {
  640.          padding: 5px 6px 5px 8px !important;
  641.          font-size: 14px !important;
  642.          width: 160px !important;      /* Was 220px */
  643.          text-align: center !important;
  644.          border-color: #9b9b9b !important;
  645.          background-color: #f2f2f2 !important;
  646.        }
  647.        
  648.      /* [Sort by ...] */
  649.      #js-browse-controls #j-browse-filters #j-sort {
  650.          border-color: #9b9b9b !important; /* grey, Apple's color */
  651.          padding: 6px 6px 8px 28px !important;
  652.          font-size: 14px !important;
  653.          background-color: #f2f2f2 !important;
  654.          text-align: left !important;
  655.          height:  30px !important;
  656.          padding: 2px !important;
  657.          width: 260px !important;
  658.        }
  659.    
  660.     /* Hover over  */
  661.         /* All discussions */
  662.     select.j-browse-filter.js-browse-filter:hover,
  663.         /* text */
  664.     div.j-browse-sorts.j-browse-filter-row span.j-browse-search input:hover,
  665.         /* sort by ... */
  666.     #js-browse-controls #j-browse-filters #j-sort:hover {  
  667.         border-color: #42aaff !important;  /* light blue */    
  668.       }  
  669.  }  /* media all and (min-width: 500px) */    
  670.      
  671. } /* end of moz-document */
  672.  
  673.  
  674. /* ==================================== */
  675. /* Disply of all posts in a discussion.
  676.    examples:
  677.        https://discussions.apple.com/message/30492563#message30492563
  678.        https://discussions.apple.com/thread/7628966
  679.    ====================================  */
  680. @-moz-document
  681.     url-prefix(https://discussions.apple.com/message/),
  682.     url-prefix(https://discussions.apple.com/thread/){
  683.        
  684.     /* incomplete title on top left of page. So use breadcrumb trail. */
  685.     nav div#apple-site-title {display: none !important;} /* */
  686.        
  687.     /* Contact support */  
  688.     nav ul#contact-support-link {margin-top: 2px !important;}
  689.  
  690.        
  691. /* ==================================== */
  692.  /* for small windows such as a smart phone.    */      
  693.  @media all and (max-width: 499px) {
  694.    
  695.  }
  696.        
  697.        
  698.  /* ==================================== */
  699.  /* For medium and large size windows... */
  700.  @media all and (min-width: 500px) {  
  701.      
  702.     /* Log in          My Subscriptions Content People Search Post Lounge */
  703.     div#second-row {
  704.         padding-top: 2px !important;
  705.           /* background-color: blue !important; */ }
  706.        
  707.     /* My Subscriptions Content People Search Post Lounge */
  708.     div ul#menubar.sub-nav-wrap {margin-top: 9px !important;}
  709.        
  710.     /* Breadcrumb trail
  711.        Example:
  712.            Support Communities  /  Content
  713.        Move breadcrumb to the upper left, thus avoiding the repeating of Communities  */
  714.     section#j-main nav#jive-breadcrumb ul {  /* add more selectors to overwhele main css */
  715.             position: absolute !important;  /* override what in the main css */
  716.             text-align: left !important;
  717.             top: -25px !important;   /* === if you want to run this with out the main css,
  718.                                             change from -85 to ?? px === */
  719.             left: 0px !important;
  720.             font-size: 20px !important;          
  721.             width: inherit !important;   /* override what in the main css */
  722.             height: 30px !important;
  723.               /* background-color: yellow !important; /* */
  724.         }
  725.          
  726.     /* First two lines of the header */    
  727.     div#j-header-wrap {
  728.         margin-bottom: 10px !important;
  729.         /* background-color: tan !important; /* */ }
  730.        
  731.     /* ASC displays the message when original poster posts from a message
  732.        Sometime appearing article name from where the poster made the original post
  733.        example:          
  734.            HT203995: Mail settings you might need from your email provider
  735.            Learn about Mail settings you might need from your email provider
  736.     */
  737.     div div#jive-body-intro-content {
  738.             padding-bottom: 0px !important;
  739.             /* There is a margin tag in larger user css.  To override, you need to use the margin
  740.               tag.  The margin-bottom will not work.
  741.               To see the effect, you need to reload the page. */
  742.             margin: -20px 40px 0px 40px !important;
  743.             /*   background-color: pink !important; /* */}        
  744.      
  745.     /* Seems to be some filler area between messaage and following [pulldown].
  746.        Seem to have to use the exact name to override.
  747.        When in stylish editor, efects page after save, but to see chanage in debug window you need to reload. */
  748.     .j-thread #body-apple .thread-container-wrapper {
  749.         padding-bottom: 0px !important;
  750.         margin: 0px 40px !important;
  751.          /* background-color: grey !important; */}  
  752.        
  753.     /* following [pulldown].  This is the encompassing area.  It's the width of the window [mostly].*/
  754.     header.js-original-header.apple-overflow-hidden {
  755.             padding-top: 0px !important;
  756.             margin-top: 0px !important;      
  757.         }
  758.        
  759.     /* Follow [pulldown]
  760.        just the area of Follow [pulldown].
  761.        reduces the space between these items.Follow [pulldown], and first post. */
  762.     div ul.apple-social-actions-toolbar {
  763.         margin-top: -20px !important;
  764.       } /* */
  765.    
  766.  } /* media all and (min-width: 500px) */
  767.        
  768. } /* end of moz-document */
  769.  
  770.  
  771.  
  772.  
  773.  
  774.  
  775.  
  776.  
  777. /*
  778.  
  779. Custom Cascading Style Sheet for Apple Support Communities board system introduced in 2016-06      
  780.      
  781.     Copyright (c) 2014, 2016 Hiroto, et. al.
  782.     All rights reserved.
  783.  
  784.     Redistribution and use in source and binary forms, with or without
  785.     modification, are permitted provided that the following conditions are met:
  786.  
  787.     1. Redistributions of source code must retain the above copyright notice, this
  788.        list of conditions and the following disclaimer.
  789.     2. Redistributions in binary form must reproduce the above copyright notice,
  790.        this list of conditions and the following disclaimer in the documentation
  791.        and/or other materials provided with the distribution.
  792.  
  793.     THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
  794.     ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  795.     WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  796.     DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
  797.     ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
  798.     (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  799.     LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  800.     ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  801.     (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  802.     SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  803.  
  804.     The views and conclusions contained in the software and documentation are those
  805.     of the authors and should not be interpreted as representing official policies,
  806.     either expressed or implied, of the Custom Styles Project.    
  807.    
  808.     For more information on how to install this css and what the css does, see:      
  809.     https://discussions.apple.com/docs/DOC-7501      
  810.    
  811.     v0.30 by rccharles
  812.          - Smart phone support
  813.          - Use BSD copyright notice
  814.          - (min-width: 500px) and (max-width: 600px)
  815.  
  816.     v0.22 by rccharles
  817.          - Adjusted original poster info.
  818.          
  819.     v0.21 by rccharles
  820.          - Updates for 7-7-2016 ASC changes.  Adjusted reply poster info names.
  821.  
  822.     v0.2 by rccharles
  823.         - scrolling of large code blocks "advanced >> plain"
  824.         - reformat buttons
  825.         - nav list to horizontal for small windows
  826.         - option to sink legalistic bombblast.
  827.             Look for .~.~.~.~.~.~.~. then uncomment the three lines following
  828.         - expanded the display of posts in a discussion to view all posts.  Thanks turingtest2
  829.         - colored backgrounds for posts
  830.         - turingtest2's fix for copy & paste in tinyMCE
  831.         - turingtest2's fix to get rid of answered and helpfuls at the top of every page.
  832.         - light blue in tool icon pulldowns
  833.         - link popup on simple edit
  834.             Look for -.-.-.-.-.-.-.- then uncomment the line following
  835.         - Move who replied to the left margin.
  836.         - Move original poster's info to the left margin
  837.        
  838.    
  839.    
  840.     v0.11
  841.         - introduced @media rules in THREAD LIST BROWSER and PLACES sections:
  842.             @media all and ( max-width: X ) rule
  843.             @media all and ( min-width: Y ) rule
  844.        
  845.         - added, refined and fixed rules in various sections, which include but not limited to
  846.             BODY
  847.                 - changed #body-apple {width: 100%} to {width: auto}, which is essential to
  848.                   prevent horizontal scroller from appearing in narrow window environment.
  849.             TEXT > font
  850.                 - added rules to use fine local font in lieu of illegible remote font
  851.             ASC TOP PAGE
  852.                 - added rules on 'search or ask a question', 'featured topics' etc
  853.             COMMUNITIES CATEGORIES OVERVIEW
  854.                 - new section
  855.             THREAD LIST BROWSER > community overview
  856.                 - added and refined rules (treating filter ui layout)
  857.             PROFILE > content
  858.                 - new subsection (treating browser control ui layout)
  859.             BLOG
  860.                 - new section
  861.             UNAUTHORIZED
  862.                 - new section
  863.  
  864.     v0.10d
  865.         - draft
  866.  
  867.     written by Hiroto, 2016-06
  868. */
  869. @-moz-document
  870.     domain(communities.apple.com),  /* Português & Spanish */
  871.     domain(discussions.apple.com),
  872.     domain(discussionsjapan.apple.com),
  873.     domain(discussionskorea.apple.com),
  874.     domain(discussionschinese.apple.com)
  875. {
  876.     /* ------------------------------------------------------------------------------------------------
  877.         BODY
  878.     */
  879.     body.j-body-welome,             /* Welcome */
  880.     body.j-body-place,              /* Community */
  881.     body.j-body-yourwork,           /* Content */
  882.     body.j-body-home,               /* Activity */
  883.     body.j-body-yourconnections,    /* People */
  884.     body.j-body-preferences,        /* Preferences */
  885.     body.jive-body-content,         /* Thread */
  886.     body.jive-body-search,          /* Search */
  887.     body.jive-view-profile          /* Profile */
  888.     {                                                                              
  889.         background: #F2F2F2 !important; /* light grey was white, must of the window was this color anyway. */
  890.     }
  891.     body {
  892.         min-width: 0px !important;
  893.     }
  894.    
  895.     /* Note: #body-apple is a div the covers the whole document.  So, it overrides the body tag. */
  896.     #body-apple {
  897.         width: auto !important;
  898.         min-width: 0px !important;
  899.         background: #f2f2f2  !important;
  900.     }
  901.     #globalheader { display: none !important; }                                    
  902.     #global-nav-wrapper {display: none !important; }                                
  903.     #globalfooter,
  904.     #globaldisclaimer { width: 80% !important; }                                    
  905.  
  906.    
  907.  
  908.     /* ------------------------------------------------------------------------------------------------
  909.         TEXT
  910.     */                                                                                      /* NEW */
  911.     body {
  912.         font-size: 16px !important;
  913.         font-weight: 400 !important;
  914.         line-height: 1.25 !important;
  915.     }
  916.     body * {
  917.         /* font-size: inherit !important; */
  918.        font-weight: inherit !important; /*  turns off bolding. 0.2 */
  919.        line-height: inherit !important;
  920.     }
  921.    
  922.  
  923.    
  924.     /* font
  925.        
  926.          
  927.           lang | remote font name
  928.           -----|-----------------
  929.             ja | "Apple TP"
  930.             ko | "Yoon Gothic"
  931.             zh | "PingHei"
  932.             en | "Myriad Set Pro"
  933.             es | "Myriad Set Pro"
  934.             pt | "Myriad Set Pro"
  935.     */                                                                                      /* NEW (experimental) */
  936. /*
  937.     * { font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif !important; }
  938. */
  939.     [lang|="ja"] * {
  940.         font-family: "Hiragino Kaku Gothic Pro", "Meiryo",
  941.                      "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
  942.     }
  943.     [lang|="ko"] * {
  944.         font-family: "Apple Gothic", "HY Gulim", "MalgumGothic", "HY Dotum", "Lexi Gulim",
  945.                      "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
  946.     }
  947.     [lang|="zh"] * {
  948.         font-family: "STHeitiSC-Light",
  949.                      "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
  950.     }
  951.     [lang|="en"] *,
  952.     [lang|="es"] *,
  953.     [lang|="pt"] * {
  954.         font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
  955.     }
  956.    
  957.     /* Start 0.2 additions */
  958.    
  959.    
  960.     /* Reduce white space in user tips */
  961.     /* Put bolding back.  body * is too strong above.  Hack strong back! */
  962.     strong {
  963.         font-weight: bold !important;}
  964.    
  965.     /* No line after Communities.  Waste of space and doesn't separate anything.
  966.            https://discussions.apple.com/community/mac_os/mac_os_x_technologies/content  */
  967.     div#j-header-wrap header nav#j-globalNav-bg {border-bottom: 0px !important; }
  968.    
  969.  
  970.  
  971.     /* ??? */
  972.      select#j-sort.form-cell.form-dropdown option {
  973.          padding: 5px 6px 5px 8px !important;
  974.          font-size: 14px !important;
  975.          width: 180px !important;      /* Was 220px */
  976.         color:green !important;
  977.        }
  978.                                                                                    
  979.     /* highlights in dark blue unread posts when logged in.  v0.6      
  980.      
  981.     All your posts      
  982.         https://discussions.apple.com/content?filterID=participated~objecttype~objecttype[thread]        
  983.      
  984.     Discussions you authored      
  985.         https://discussions.apple.com/content?filterID=contentstatus[published]~objecttype~objecttype[thread]        
  986.      
  987.     To see the discussions you have read and not read in a community      
  988.     The suffix to use for any ASC forum, placed after the basic link to any forum, it's      
  989.         /content?filterID=contentstatus[published]~objecttype~objecttype[thread]      
  990.      
  991.     for iPhone community this would be:      
  992.         https://discussions.apple.com/community/iphone/using_iphone/content
  993.             ?filterID=contentstatus[published]~objecttype~objecttype[thread]        
  994.      
  995.      
  996.     */  
  997.     .j-td-title strong {
  998.         color:#191970 !important;
  999.         font-weight: normal !important;}  
  1000.    
  1001.     /* Prevent capitalization of user names there. (Mine becomes Turingtest2 on that page and
  1002.       nowhere else, which is daft!) */
  1003.     .jive-username-link {text-transform: none !important;}        /* Remove username capitalization */
  1004.          
  1005.    
  1006.  
  1007.     /* Scroll code listings.  set max-height of syntax highlighted code in thread      
  1008.        content browser   */      
  1009.     .jive-rendered-content .dp-highlighter {    
  1010.        max-height: 500px !important;      
  1011.        overflow: auto !important;      
  1012.     }                                                                                  
  1013.     /* Scroll code listings. set max-heiht of pre code (visible when javascript is disabled)  */      
  1014.     .jive-rendered-content pre {      
  1015.        max-height: 500px !important;      
  1016.        overflow: auto !important;      
  1017.     }  
  1018.    
  1019.     /* Rambling footer stuff will be sunk              
  1020.        no more legalistic bomblast.
  1021.        Read about Apple's worries on the Welcome page.
  1022.        .~.~.~.~.~.~.~. */      
  1023. /*  footer #globaldisclaimer {display: none !important; } */        
  1024.     /* Not a complete path to here, so why be misleading */      
  1025. /*  footer nav.footer-breadory {display: none !important; }    */      
  1026.     /* Guess by now folks know how to buy an apple product */      
  1027. /*  p.gf-buy {display: none !important; } */    
  1028.    
  1029.     /* end 0.2 additions */
  1030.    
  1031.     /* preseve monospace for pre.jive-pre */
  1032.     pre.jive-pre { font-family: monospace !important; }
  1033.  
  1034.    
  1035.     /* ------------------------------------------------------------------------------------------------
  1036.         ASC HEADER, FOOTER AREA
  1037.     */
  1038.     #j-header,
  1039.     #j-compact-header,
  1040.     #j-footer { width: 100% !important; }
  1041.    
  1042.     /* navigation header (Apple Support Communities ...) */
  1043.     #j-header-wrap {
  1044.         padding: 0px 40px !important;
  1045.         margin: 0px 0px 15px !important;
  1046.     }
  1047.     #j-globalNav-bg {
  1048.         padding: 0pX !important;
  1049.         margin: 0px !important;
  1050.         width: auto !important;                                                             /* NEW */
  1051.     }
  1052.     #j-satNav { overflow: visible !important; }
  1053.  
  1054.     #j-header-wrap { margin-bottom: 50px !important; }                                      /* NEW */
  1055.     #apple-full-header { margin: 10px 0px 0px !important; }                                 /* NEW */
  1056.     #second-row {                                                                           /* NEW */
  1057.         padding-top: 25px !important;
  1058.         height: 30px !important;
  1059.     }
  1060.  
  1061.     /* announcement */                                                                      /* NEW */
  1062.     #jive-alert {
  1063.         width: auto !important;
  1064.         max-width: inherit !important;
  1065.         margin: -20px 40px 10px !important;
  1066.     }
  1067.    
  1068.     /*Let's adjust in the header 9-20-2016
  1069.    
  1070.     .j-thread #jive-alert {
  1071.         margin: -50px 40px 10px !important;
  1072.     }*/
  1073.    
  1074.     .jive-body-formpage.j-thread #jive-alert {
  1075.         margin: -30px 40px 10px !important;
  1076.     }
  1077.    
  1078.     /* breadcrumb */                                                                        /* NEW */
  1079.     #jive-breadcrumb {
  1080.         width: auto !important;
  1081.         margin-right: 40px !important;
  1082.         position: relative !important;
  1083.    
  1084.     }
  1085.    
  1086.     /* footter */                                                                           /* NEW */
  1087.     .j-js-footer-wrap {
  1088.         width: auto !important;
  1089.         min-width: 0px !important;
  1090.     }
  1091.     footer#j-footer {
  1092.         width: auto !important;
  1093.         min-width: 0px !important;
  1094.     }
  1095.  
  1096.  
  1097.     /* ------------------------------------------------------------------------------------------------
  1098.         ASC TOP PAGE
  1099.     */
  1100.     .j-body-welcome #jive-alert { margin: 0px 40px !important; }
  1101.     .j-body-welcome .hero-container img { width: auto !important; }
  1102.     .j-body-welcome.j-body-home [id|=jive-widgetframe] > .content-large {
  1103.         text-align: center !important;
  1104.         overflow-x: auto !important;
  1105.         overflow-y: hidden !important;
  1106.     }
  1107.     .apple-communities {
  1108.         display: inline-block !important;
  1109.         width: auto !important;
  1110.         text-align: left !important;
  1111.     }
  1112.  
  1113.     /* search or ask a question */
  1114.     .ask-a-question-container .j-form input[type="text"] { width: 90% !important; }
  1115.  
  1116.     /* featured topics */
  1117.     .jive-widget-featuredcontentwidget h2 {
  1118.         font-size: 28px !important;
  1119.     }
  1120.     .jive-widget-featuredcontentwidget .content-large .featured-content-header {
  1121.         padding-bottom: 30px !important;
  1122.     }
  1123.     .jive-widget-featuredcontentwidget .content-large .featured-content-header p.sub-title {
  1124.         margin: 10px 0px 20px !important;
  1125.     }
  1126.     .jive-widget-featuredcontentwidget .featured-list-container {
  1127.         max-width: 1000px !important;
  1128.     }
  1129.     .jive-widget-featuredcontentwidget .featured-list-container .featured-list-row {
  1130.         margin-bottom: 20px !important;
  1131.         border-style: dotted !important;
  1132.         border-width: thin !important;
  1133.     }
  1134.     .jive-widget-featuredcontentwidget .featured-list-container .featured-list-user {
  1135.         margin: 0px 10px !important;
  1136.     }
  1137.     .jive-widget-featuredcontentwidget .featured-list-container .featured-list-desc {
  1138.         margin: 0px 10px !important;
  1139.     }
  1140.     .jive-widget-featuredcontentwidget h4.title {
  1141.         font-size: 18px !important;
  1142.         margin: 10px 0px !important;
  1143.         text-decoration: underline !important;
  1144.     }
  1145.     .jive-widget-featuredcontentwidget .rating-row,
  1146.     .jive-widget-featuredcontentwidget .featured-list-container .featured-list-desc blockquote,
  1147.     .jive-widget-featuredcontentwidget .featured-list-container .featured-list-desc .user-metadata {
  1148.         margin-bottom: 10px !important;
  1149.     }
  1150.    
  1151.     /* new to communities? */
  1152.     .on-boarding .on-boarding-header h2 {
  1153.         font-size: 28px !important;
  1154.         margin: 0px 0px 25px !important;
  1155.     }
  1156.     .on-boarding .img-container { margin: 0px auto 30px !important; }
  1157.    
  1158.     /* how-to grid */
  1159.     .on-boarding > .grid-display {
  1160.         margin-top: 40px !important;
  1161.         padding: 20px 0px !important;
  1162.         max-width: 1000px !important;
  1163.         display: inline-block !important;
  1164.     }
  1165.     .on-boarding .row .column h3 {
  1166.         margin: 0px 30px 20px !important;
  1167.         max-height: 50% !important;
  1168.     }  
  1169.  
  1170.  
  1171.     /* ------------------------------------------------------------------------------------------------
  1172.         COMMUNITIES CATEGORIES OVERVIEW
  1173.     */                                                                                      /* NEW */
  1174.     /* communities description */
  1175.     .apple-space-overview .jive-widget-subcommunitieswidget .community-image {
  1176.         width: 200px !important;
  1177.         position: absolute !important;
  1178.         z-index: -1 !important;
  1179.     }
  1180.     .apple-space-overview .jive-widget-subcommunitieswidget .community-image img {
  1181.         width: 200px !important;
  1182.         height: 200px !important;
  1183.     }
  1184.     .apple-space-overview .jive-widget-subcommunitieswidget .community-description {
  1185.         margin-bottom: 45px !important;
  1186.     }
  1187.     .apple-space-overview .jive-widget-subcommunitieswidget .community-description h1 {
  1188.         font-size: 28px !important;
  1189.         margin: 30px 0px !important;
  1190.     }  
  1191.    
  1192.     /* top communities */
  1193.     .apple-space-overview  h2.community-title {
  1194.         font-size: 24px !important;
  1195.         margin: 0px 0px 20px !important;
  1196.     }
  1197.     .apple-space-overview .category-latest-header h3 {
  1198.         font-size: 22px !important;
  1199.         margin: 0px 0px 20px !important;
  1200.     }
  1201.     .apple-space-overview .category-latest h3,
  1202.     .apple-space-overview .category-latest h4 { font-size: 20px !important; }
  1203.     .apple-space-overview .jive-widget-subcommunitieswidget .content-large       { padding: 10px !important; }
  1204.     .apple-space-overview .jive-widget-subcommunitieswidget .content-large > nav { padding-top: 0px !important; }
  1205.     .apple-space-overview .jive-widget-recentcontentfilterwidget {
  1206.         padding-bottom: 10px !important;
  1207.         margin-bottom: 0px !important;
  1208.     }
  1209.    
  1210.     /* search for more topics */
  1211.     .apple-space-overview .category-page .ask-a-question-header {
  1212.         margin-top: 20px !important;
  1213.         width: auto !important;
  1214.     }
  1215.     .apple-space-overview .category-page .ask-a-question-header h2 { font-size: 24px !important; }
  1216.     .apple-space-overview .category-page .ask-a-question-container {
  1217.         width: 80% !important;
  1218.         max-width: 1000px !important;
  1219.         margin: 30px auto !important;
  1220.     }
  1221.     .apple-space-overview .category-page .ask-a-question-container .j-form input[type="text"] {
  1222.         padding: 10px 10px 10px 50px !important;
  1223.         width: 94% !important;
  1224.     }
  1225.     .apple-space-overview .category-page .ask-a-question-footer { margin: 40px 0px !important; }
  1226.    
  1227.     /* contact apple support */
  1228.     .apple-space-overview .section-eyebrow { font-size: 24px !important; }
  1229.     .apple-space-overview .section-header {
  1230.         font-size: 22px !important;
  1231.         margin: 0px 0px 30px !important;
  1232.     }
  1233.        
  1234.    
  1235.     /* ------------------------------------------------------------------------------------------------
  1236.         THREAD LIST BROWSER
  1237.     */
  1238.  
  1239.     /* ------------------
  1240.         community overview
  1241.     */                                                                                      /* NEW */
  1242.     .category-latest .category-latest-container .category-latest-row {
  1243.         margin: 0px !important;
  1244.         padding: 5px 0px !important;
  1245.     }
  1246.     .category-latest .category-latest-container .category-latest-row .discussion-metadata {
  1247.         margin: 5px 0px !important;
  1248.     }
  1249.     .category-latest .category-latest-container .category-latest-row .discussion-title a {
  1250.         font-size: 100% !important;
  1251.         font-weight: 500 !important;
  1252.         color: rgb(0, 136, 204) !important;
  1253.         /* background-color: antiquewhite !important;/**/
  1254.     }
  1255.     .category-latest .category-latest-container .category-latest-row:nth-child(odd) {
  1256.         background: rgb(247, 247, 247) !important;
  1257.     }
  1258.     .category-latest .category-latest-container .category-latest-row .read-full {
  1259.         display: none !important;
  1260.     }
  1261.     .category-latest .category-latest-container .category-latest-row .discussion-metadata .cell {
  1262.         margin-right: 15px !important;
  1263.     }
  1264.     .category-latest .category-latest-container .category-latest-row .discussion-metadata .cell a {
  1265.         color: rgb(0, 136, 204) !important;
  1266.         text-decoration: none !important;
  1267.         /* background-color: antiquewhite !important;/**/
  1268.     }
  1269.    
  1270.     .apple-space-overview #body-apple .list-page .ask-a-question-sidebar {
  1271.         margin: 0px 70px 10px 0px !important;
  1272.     }
  1273.     .apple-space-overview #body-apple .list-page .ask-a-question-sidebar .ask-a-question-space-icon {
  1274.         width: 128px !important;
  1275.         height: 128px !important;
  1276.     }
  1277.     .apple-space-overview #body-apple .list-page .ask-a-question-wrapper .community-siblings {
  1278.         padding: 5px 0px !important;
  1279.         font-size: 20px !important;
  1280.     }
  1281.  
  1282.     /* content filter (by type (solved|recommended|unanswered) & category) */
  1283.     .jive-content-filter {
  1284.         width: 20% !important;
  1285.         max-width: 250px !important;
  1286.         min-width: 100px !important;
  1287.         padding: 0px 10px 0px 0px !important;
  1288.     }
  1289.     .jive-content-filter h2 {
  1290.         margin-bottom: 15px !important;
  1291.         font-weight: 500 !important;
  1292.     }
  1293.     .jive-content-filter ul li { margin: 3px 0px !important; }
  1294.     .jive-content-filter ul li:nth-child(odd) { background: rgb(247, 247, 247) !important; }
  1295.     .jive-content-filter ul li a.jive-content-filter-highlight { background: rgb(230, 240, 230) !important; }
  1296.     /* ------------------ */
  1297.    
  1298.  
  1299.     /* show author name in 'Latest activity' column in detailed list view of threads */
  1300.     td.j-td-date > span { display : inherit !important; }
  1301.  
  1302.     /* main section */
  1303.     #j-main { padding: 0px !important; }
  1304.  
  1305.     /* table cell title */
  1306.     .jive-table td.jive-table-cell-title { padding: 5px !important; }
  1307.        
  1308.     /* thread list view column widths */                                            
  1309.     .j-browse-details .j-td-title { max-width: none !important; }
  1310. /*  ======   .j-browse-details .j-td-date {
  1311.         width: auto !important;
  1312.         max-width: 20% !important;
  1313.     }*/
  1314.    
  1315.     /* thread list view: read thread font weight */                                         /* NEW (feature restored) */
  1316.     /* I'll go with dark blue.  In an earlier implementation of ASC, the bolded fond wasn't that noticeable, so
  1317.        a dark blue was picked.  Might as well stay with it.                                    0.2 */
  1318.  /*   .j-browse-details .j-td-title strong { font-weight: 600 !important; }  */
  1319.        
  1320.      
  1321.    
  1322.     /* ================================================= */
  1323.     /* list of discussions adjustment for narrow windows */
  1324.     @media all and ( min-width: 500px ) and ( max-width: 1099px ) {
  1325.         /* ------------------
  1326.             Treatment for narrow window
  1327.             Hide Like and Bookmark columns in thread list view if
  1328.               viewport width <= 1098 (= 1265 - 166)
  1329.         */      
  1330.            
  1331.          /*    Table headers to ditch: like & bookmark headers.
  1332.             th + th hits 2 or more td's! Hence, it hits the lower td's.
  1333.             So, you need to fix up the lower td's. */
  1334.         .j-browse-details .j-td-likes,
  1335.         .j-browse-details .j-td-bookmarks { display: none !important; }
  1336.         .j-browse-details > table.j-browse-list > thead.j-rc4 > tr > th + th,
  1337.         .j-browse-details > table.j-browse-list > thead.j-rc4 > tr > th + th + th { display: none !important; }
  1338.         /* Let the element behave like a <td> element
  1339.            And recover from the ditch above.  */
  1340.         .j-browse-details > table.j-browse-list > thead.j-rc4 > tr > th + th + th + th {
  1341.             /*background-color: antiquewhite !important;/**/
  1342.             display: table-cell !important; }
  1343.        
  1344.         /* status
  1345.            Vertical align table cells. Hassle.
  1346.            For details on how, see: http://vanseodesign.com/css/vertical-centering/ */
  1347.         div.j-browse-details > table.j-browse-list > tbody > tr > td.j-td-icon  {            
  1348.             display:inline-block;
  1349.             white-space: normal !important;
  1350.             vertical-align: middle !important;
  1351.             display:table-cell !important;}
  1352.        
  1353.          /* title */
  1354.         .j-browse-details .j-td-title {
  1355.            padding-top: 10px !important;
  1356.            padding-bottom: 10px !important;
  1357.            /*background-color: pink !important;/**/
  1358.          }
  1359.        
  1360.         .j-browse-details .j-td-title p.j-browse-content-location.font-color-meta-light {                  
  1361.             margin-bottom: 0  !important;
  1362.             /*background-color: antiquewhite !important;/**/
  1363.         }
  1364.        
  1365.        
  1366.     } /* end of media */
  1367.  
  1368.  
  1369.     /* ================================================= */
  1370.     /* list of discussions adjustment for small windows found on lanscaped smart phones
  1371.                 all and ( min-width: 400px ) and ( max-width: 499px )*/
  1372.     @media all and ( max-width: 499px )
  1373.     {
  1374.         /* ------------------
  1375.             Treatment for small window
  1376.         */  
  1377.        
  1378.         /* status, Title & Latest activite (time)
  1379.            Vertical align table cells. Hassle.
  1380.            For details on how, see: http://vanseodesign.com/css/vertical-centering/ */
  1381.         div.j-browse-details > table.j-browse-list > tbody > tr > td.j-td-icon ,
  1382.         .j-browse-details .j-td-title,
  1383.         .j-browse-details .j-td-date
  1384.         {            
  1385.             display:inline-block;
  1386.             white-space: normal !important;
  1387.             vertical-align: middle !important;
  1388.             display:table-cell !important;}
  1389.        
  1390.         table.j-browse-list {
  1391.             table-layout: fixed !important;
  1392.             margin-top: 20px !important;
  1393.             /*background-color: yellow !important;/**/}
  1394.        
  1395.         /* data columns to ditch.
  1396.            fyi: I think apple got rid of likes. */
  1397.         .j-browse-details .j-td-likes,
  1398.         .j-browse-details .j-td-bookmarks {
  1399.            display: none !important;
  1400.             /* background-color: yellow !important;/**/
  1401.           }
  1402.        
  1403.        
  1404.         /* problem with addressing first and second columns, because of th colspan="2" in
  1405.            header row.  */
  1406.          .j-browse-details > table.j-browse-list > thead.j-rc4 > tr  {
  1407.             display:none !important;
  1408.         }
  1409.              
  1410.          /* status */
  1411.          div.j-browse-details > table.j-browse-list > tbody > tr > td.j-td-icon {  
  1412.             width: 20px !important;/**/
  1413.             padding-left: 0 !important;
  1414.             padding-right: 3px !important;
  1415.             /*background-color: pink !important;/**/
  1416.          }
  1417.  
  1418.          /* replies */
  1419.         div.j-browse-details > table.j-browse-list > tbody > tr >  td.j-td-replies {
  1420.             width: 20px !important;/**/
  1421.             font-size: 12px !important;/**/
  1422.             background-color: antiquewhite !important;/**/  
  1423.         }
  1424.          /* views */
  1425.         div.j-browse-details > table.j-browse-list > tbody > tr >  td.j-td-views {
  1426.             width: 32px !important;/**/
  1427.             font-size: 12px !important;/**/
  1428.             background-color: cornsilk !important;/**/
  1429.         }      
  1430.         /* Latest activity (date) */
  1431.         div.j-browse-details > table.j-browse-list > tbody > tr > td.j-td-date {
  1432.            width: 110px !important;/**/
  1433.            font-size: 12px !important;/**/
  1434.            /*background-color: antiquewhite!important;/**/
  1435.           }
  1436.         /* Actions */
  1437.         div.j-browse-details > table.j-browse-list > tbody > tr > td.j-td-actions {
  1438.            width: 24px !important;/**/          
  1439.            /* overflow:hidden !important; /**/
  1440.            /* background-color: silver !important;/**/
  1441.           }
  1442.  
  1443.        
  1444.        /* Try to get rid of the userid.  Hard because of lack of addressability to the
  1445.           words in ... to ...
  1446.           This strange combo seems the best we can do. */
  1447.        .j-browse-details .j-td-title p.j-browse-content-location.font-color-meta-light {                  
  1448.             margin-bottom: 0  !important;
  1449.             /*display: none !important;*/
  1450.             visibility: hidden !important;/**/
  1451.             /*background-color: antiquewhite !important;/**/
  1452.         }
  1453.         .j-browse-details .j-td-title p.j-browse-content-location.font-color-meta-light a:nth-child(1){    
  1454.             margin-bottom: 0  !important;
  1455.             /*display: inline !important;/**/
  1456.             visibility:  visible !important;/**/
  1457.             /*background-color: pink !important;/**/
  1458.         }
  1459.         .j-browse-details .j-td-title p.j-browse-content-location.font-color-meta-light a:nth-child(2){    
  1460.             margin-bottom: 0  !important;
  1461.             display: none !important;/**/
  1462.             /*visibility:  visible !important;/**/
  1463.             /*background-color: cornsilk !important;/**/
  1464.         }      
  1465.        
  1466.     } /* end of media */
  1467.  
  1468.    
  1469.     /* ================================================= */
  1470.     /* list of discussions adjustment for small windows found on potraited smart phones */
  1471.     @media all and ( max-width: 399px )
  1472.     {
  1473.         /* ------------------
  1474.             Treatment for small window
  1475.         */  
  1476.        
  1477.         /* lot of other apps do not have padding (margin) on smart phones. */
  1478.         div#body-apple {
  1479.             padding-left: 2px !important;
  1480.             padding-right: 2px !important;
  1481.         }
  1482.        
  1483.          /* status */
  1484.          div.j-browse-details > table.j-browse-list > tbody > tr > td.j-td-icon {  
  1485.             padding-right: 1px !important;
  1486.             /*background-color: pink !important;/**/
  1487.          }
  1488.          /* title */
  1489.          div.j-browse-details > table.j-browse-list > tbody > tr > td.j-td-title a  {
  1490.            font-size: 13px !important;
  1491.            /* background-color: yellow !important;/**/
  1492.          }
  1493.          div.j-browse-details > table.j-browse-list > tbody >
  1494.            tr > td.j-td-title div  p a {  
  1495.            font-size: 11px !important;
  1496.          }
  1497.        
  1498.         /* status */
  1499.         div.j-browse-details > table.j-browse-list > tbody > tr > td.j-td-icon span {
  1500.            /* background-color: teal!important;/**/
  1501.         }
  1502.            
  1503.         /* Latest activity (date) */
  1504.         div.j-browse-details > table.j-browse-list > tbody > tr > td.j-td-date {
  1505.            width: 40px !important;/**/
  1506.            font-size: 12px !important;/**/
  1507.            /*background-color: antiquewhite!important;/**/
  1508.           }
  1509.         /* Actions */
  1510.         div.j-browse-details > table.j-browse-list > tbody > tr > td.j-td-actions {
  1511.            width: 20px !important;/**/  
  1512.            /* Vertical align table cells. Hassle. */
  1513.            display:inline-block;
  1514.            white-space: normal !important;
  1515.            vertical-align: middle !important;
  1516.            display:table-cell !important;    
  1517.            /*background-color: silver !important;/**/
  1518.           }        
  1519.              
  1520.     } /* end of media */
  1521.  
  1522.     /* user name link */
  1523.     .jive-username-link { text-transform: none !important; }                        
  1524.  
  1525.     /* threads list view table tr td  */                                                    /* CHANGED */
  1526.     .j-browse-details-tbody tr td { padding: 2px !important; } /* */
  1527.  
  1528.     /* threads list view left most icon */                                                  /* NEW */
  1529.     .j-browse-details-tbody .j-td-icon { padding: 0px 6px 0px !important; }
  1530.    
  1531.     /* communities list view table tr td */
  1532.     .jive-communities-listing table tr td { padding: 5px !important; }
  1533.    
  1534.     /* thumbnails view width */
  1535.     .j-browse-content .j-thumb-view,
  1536.     .j-browse-places .j-browse-thumbnails,
  1537.     .j-browse-people .j-browse-thumbnails { width: 100% !important; }
  1538.    
  1539.     /* thumbnail view list item margin */                                          
  1540.     .j-browse-content .j-thumb-view > li,
  1541.     .j-browse-places .j-browse-thumbnails > li { margin-right: 20px !important; }
  1542.    
  1543.     /* thumbnail view article font size */                                                  /* NEW */
  1544.     .j-thumb article { font-size: inherit !important; }
  1545.    
  1546.     /* thunbnail view article header height */                                              /* NEW */
  1547.     .j-content-thumb header { height: 22px !important; }
  1548.  
  1549.     /* thumbnail view article header font size */                                           /* NEW */
  1550.     .j-thumb header h4.shrunk { font-size: 80% !important; }
  1551.     .j-browse-content .j-content-thumb header .icon {
  1552.         font-size: 16px !important;
  1553.         margin: 0px 8px 0px 0px !important;
  1554.     }
  1555.    
  1556.     /* thumbnail view article height */                                                     /* NEW */
  1557.     .j-browse-content .j-content-thumb article { height: 120px !important; }
  1558.    
  1559.     /* thumbnail view footer */                                                             /* NEW */
  1560.     .j-browse-content .j-content-thumb.j-thumb footer { padding: 4px 0px 0px !important; }  
  1561.  
  1562.    
  1563.     /* social actions row */
  1564.     .apple-social-actions-wrapper { margin-right: 0px !important; }
  1565.     .j-thread .j-social-actions { margin-right: 40px !important; }
  1566.  
  1567.     /* apple header, subheader row ("Find helpful contents..." etc )*/              
  1568.     #apple-full-subheader,
  1569.     #apple-activity-subheader {
  1570.         padding: 0px 40px 15px !important;
  1571.         margin-bottom: 15px !important;
  1572.     }
  1573.     #apple-full-header h2,
  1574.     #apple-activity-header h2 { padding: 0px 40px !important; }
  1575.  
  1576.     /* page header */
  1577.     .j-body-place #jive-body > header.j-page-header {
  1578.         margin-left: 40px !important;
  1579.         margin-right: 40px !important;
  1580.         width: auto !important;
  1581.     }
  1582.    
  1583.     /* pagenation */                                                                        /* NEW */
  1584.     .j-pagination-prevnext > .j-pagination-prev,
  1585.     .j-pagination-prevnext > .j-pagination-next { font-size: 0px !important; }  
  1586.    
  1587.    
  1588.     /* browser filter row */
  1589.     #j-browse-filters { margin-bottom: 5px !important; }
  1590.  
  1591.     /* browser controls row */
  1592.     .j-type-row { margin-bottom: 0px !important; }
  1593.  
  1594.     /* browser controls content types (All Contents|User Tips|Discussions) width */
  1595.     #js-browse-controls .j-type-row .j-content-types { width: 90% !important; }
  1596.    
  1597.     /* browser controls view toggle (Thumbnails|Details) width */
  1598.     #js-browse-controls #j-item-view-toggle {
  1599.         width: 10% !important;
  1600.         display: table !important;
  1601.     }
  1602.  
  1603.     /* content filter row (All|Open|Answered|Threads) */
  1604.     .j-content-filter {
  1605.         background: white !important;
  1606.         margin-bottom: 10px !important;
  1607.     }  
  1608.    
  1609.     /* container canvas */
  1610.     .j-contained {
  1611.         margin-left: 40px !important;
  1612.         margin-right: 40px !important;
  1613.     }
  1614.  
  1615.     /* more search results available */
  1616.     #j-more-search-results-available { padding: 10px !important; }
  1617.    
  1618.     /* misc */
  1619.     .jive-widget { margin-bottom: 10px !important; }
  1620.     .j-column { margin-bottom: 10px !important; }
  1621.  
  1622.     /* ================================================= */
  1623.     @media all and ( min-width: 1265px )
  1624.     {
  1625.         /* ------------------
  1626.             Treatment for wide window
  1627.             Method 1 (minimum optimisation)
  1628.    
  1629.             Adjust thread list table's shift and margin to maximize its width.
  1630.         */                                                                              
  1631.         .j-layout-sl.j-browse-content .j-column-wrap-l { margin-left: -166px !important; }
  1632.         .j-layout-sl.j-browse-content .j-column-l      { margin-left: 166px !important; }
  1633.         .j-layout-sl.j-browse-content .j-column-s      { width: 166px !important; }
  1634.     }
  1635.  
  1636.      /* ================================================= */
  1637.     @media all and ( max-width: 1265px )
  1638.     {
  1639.         /* ------------------
  1640.             Treatment for narrow window
  1641.             Method 2 (more beneficial to narrow window but has disadvantage for wide window)
  1642.            
  1643.             Let thread list table have full width but not exceed 1019px to make room for sidebar ui (filters & actions).
  1644.             If window is wide enough (>=1265px), sidebar ui is displayed next to thread list table,
  1645.             otherwise it is displayed below or above it (depending upon its document tree order).
  1646.            
  1647.             * sidebar width (constant)    = 166px
  1648.             * thread table max width      = 1019px
  1649.             * canvas margin-left          = 40px
  1650.             * canvas margin-right         = 40px
  1651.             ---------------------------------------
  1652.             * total                       = 1265px
  1653.         */                                                                              
  1654.         .j-layout-sl.j-browse-content .j-column-wrap-l { max-width: 1019px !important; }
  1655.         .j-layout-sl.j-browse-content .j-column-wrap-l { margin-left: 0px !important; }
  1656.         .j-layout-sl.j-browse-content .j-column-l      { margin-left: 0px !important; }
  1657.         .j-layout-sl.j-browse-content .j-column-s      { width: 166px !important; }
  1658.     }
  1659.  
  1660.  
  1661.     /* ------------------
  1662.         Swap left-right positions of thread list table and sidebar ui (filters & actions)
  1663.     */                                                                              
  1664.     /* let thread list table float left */
  1665.     .j-layout-sl.j-browse-content .j-column-wrap-l,
  1666.     .j-layout-sl.j-browse-places .j-column-wrap-l { float: left !important; }
  1667.  
  1668.     /* let sidebar ui float right */
  1669.     .j-layout-sl.j-browse-content .j-column-s,
  1670.     .j-layout-sl.j-browse-places .j-column-s { float: right !important; }
  1671.     /* ------------------ */
  1672.  
  1673.  
  1674.     /* ------------------
  1675.         leader board
  1676.     */
  1677.     /* .jive-widget.jive-box.j-rc5.jive-widget-leaderboardwidget */
  1678.    
  1679. /*
  1680.     .jive-widget-leaderboardwidget {display: none !important; }                    
  1681. */
  1682.  
  1683.     .jive-widget-leaderboardwidget { max-width: 1000px !important; }                        
  1684.     .jive-widget-leaderboardwidget .j-bigtab-nav .j-tabbar { padding-top: 10px !important; }
  1685.     .jive-widget-leaderboardwidget .jive-widget-topmembers.split-columns ul li { min-height: 0px !important; }
  1686.     .jive-widget-leaderboardwidget .top-member-username,
  1687.     .jive-widget-leaderboardwidget .top-member-username * { font-size: inherit !important; }
  1688.     .jive-widget-leaderboardwidget .top-member-username { margin-left: 15px !important; }
  1689.     .jive-widget-leaderboardwidget .user-level-points {
  1690.         font-size: 18px !important;
  1691.         margin: 14px 0px !important;
  1692.         width: 60px !important;
  1693.         height: 30px !important;
  1694.         padding: 8px 0px 0px !important;
  1695.     }
  1696.     .jive-widget-leaderboardwidget .top-member-profile-info { width: 80% !important; }
  1697.     .jive-widget-leaderboardwidget .top-member-profile-info > a {
  1698.         border-radius: 0% !important;
  1699.         width: 60px !important;
  1700.         height: 60px !important;
  1701.     }
  1702.     .jive-widget-leaderboardwidget .top-member-username a.jiveTT-hover-user { width: auto !important; }
  1703.     .jive-widget-leaderboardwidget .pagination-class { margin-top: 30px !important; }
  1704.     /* ------------------ */
  1705.  
  1706.  
  1707.     /* article list
  1708.         .j-rc5 is used to identify this list
  1709.         e.g., https://discussions.apple.com/article/HT1939 */                      
  1710.     .j-layout-sl.j-browse-content.j-rc5 #jive-body-maincol { margin: 0px 0px 0px 166px !important; }
  1711.  
  1712.  
  1713.     /* ------------------------------------------------------------------------------------------------
  1714.         THREAD CONTENT BROWSER
  1715.     */
  1716.     /* thread header */
  1717.     .apple-thread-header {
  1718.         width: auto !important;
  1719.         margin-bottom: 10px !important;
  1720.         margin-left: 40px !important;
  1721.     }
  1722.  
  1723.     /* thread message */                                                                    /* NEW */
  1724.     .j-thread .jive-content .j-thread-post .jive-rendered-content {
  1725.         font-size:   inherit !important;
  1726.     }
  1727.     .j-thread #body-apple .jive-thread-messages h2.helpful-allreply,
  1728.     .j-thread #body-apple #helpful-container,
  1729.     .j-thread #body-apple .j-thread-post > header .j-post-author,
  1730.     .j-thread #body-apple .thread-container-wrapper,
  1731.     .j-thread #body-apple .all-replies-container,
  1732.     .j-thread #body-apple #j-main #jive-breadcrumb,
  1733.     .j-thread #body-apple .addReply
  1734.     {
  1735.         max-width: inherit !important;
  1736.         margin: 10px 40px !important;
  1737.     }
  1738.     .j-inresponse-to {
  1739.         font-size: inherit !important;
  1740.     }
  1741.     .j-thread .jive-content .j-thread-post > header,
  1742.     .j-thread .jive-content .j-thread-post > h3.header {
  1743.         margin: 15px 0px 10px 0px !important;
  1744.     }
  1745.  
  1746.  
  1747.  
  1748.     .j-thread-post section.j-original-message h1 {
  1749.         max-width: inherit !important;
  1750.         margin: 0px 60px 20px 60px !important;
  1751.     }
  1752.     .j-thread-post section.j-original-message .jive-rendered-content {
  1753.         max-width: inherit !important;
  1754.         margin: 0px 25px !important;
  1755.     }
  1756.    
  1757.     /* original poster profile header */
  1758.     .j-thread .jive-content .j-thread-post > header.js-original-header {
  1759.         max-width: inherit !important;
  1760.         margin: 0px 40px !important;
  1761.         padding: 5px !important;
  1762.     }
  1763.    
  1764.  
  1765.     .j-original-message .jive-rendered-content p {
  1766.         font-size:   inherit !important;
  1767.     }
  1768.    
  1769.  
  1770.     /* Q mark */
  1771.     .j-original-message h1 .q-marker {
  1772.         left: -60px !important;
  1773.         font-size: 32px !important;
  1774.     }
  1775.    
  1776.  
  1777.     /* answer rollup */                                                                     /* NEW */
  1778.     .j-answer-rollup.span-full-width {
  1779.         background: none repeat scroll 0% 0% rgb(237, 247, 232) !important;
  1780.         padding-bottom: 10px !important;
  1781.         margin: 20px 0px 0px 0px !important;
  1782.         border: 1px solid rgb(45, 184, 71) !important;
  1783.     }
  1784.     .j-inline-correct-answer {
  1785.         padding: 0px !important;
  1786.         max-width: inherit !important;
  1787.         margin: 0px 10px !important;
  1788.     }
  1789.     .j-inline-correct-answer section {
  1790.         margin: 10px 0px !important;
  1791.     }
  1792.     /* A mark */
  1793.     .j-inline-correct-answer .answer-marker {
  1794.         left: 0px !important;
  1795.         font-size: 32px !important;
  1796.     }
  1797.    
  1798.  
  1799.     /* persistent question shown at top */                                                  /* NEW */
  1800.     .persist-question.persist { display: none !important; }
  1801.  
  1802.    
  1803.     /* Solved and Helpful marker text */                                                    /* NEW */
  1804.     .j-thread-post header .j-correct-text,
  1805.     .j-thread-post h3.header .j-correct-text,
  1806.     .j-thread-post header .j-helpful-text,
  1807.     .j-thread-post h3.header .j-helpful-text {
  1808.         font-size: 22px !important;
  1809.         background: none repeat scroll 0% 0% transparent !important;
  1810.         border-style: none !important;
  1811.         margin: 0px !important;
  1812.         padding: 10px !important;
  1813.     }
  1814.  
  1815.    
  1816.     /* thread content */                                                                    /* CHANGED */
  1817.     .j-thread .jive-content { margin: 0px 10px 0px 10px !important; }
  1818.  
  1819.    
  1820.     /* thread replies ul */
  1821.     ul.jive-discussion-replies.jive-discussion-indent-0 { margin: 0px !important; }
  1822.    
  1823.     /* thread reply li */
  1824.     .jive-discussion-replies li.reply { margin-top: 15px !important; }
  1825.  
  1826.  
  1827.  
  1828.  
  1829.     /* orgininal poster comment background */                                               /* NEW */
  1830.     .original-poster-comment {
  1831.         background: none repeat scroll 0% 0% rgb(247, 247, 237) !important;
  1832.         top:    0px !important;
  1833.         right:  0px !important;
  1834.         bottom: 0px !important;
  1835.         left:   0px !important;
  1836.     }
  1837.  
  1838.  
  1839.     /* pagenation */                                                                        /* NEW */
  1840.     .j-thread .jive-thread-messages .j-pagination {
  1841.         margin: 30px 0px !important;
  1842.     }
  1843.  
  1844.  
  1845.  
  1846.     .j-inline-promoted-helpful-answer p {
  1847.         margin: 0px !important;
  1848.     }
  1849.     .j-inline-promoted-helpful-answer header .reply-date,
  1850.     .j-inline-promoted-helpful-answer h3.header .reply-date,
  1851.     .j-inline-recommended-answer header .reply-date,
  1852.     .j-inline-recommended-answer h3.header .reply-date {
  1853.         font-size: inherit !important;
  1854.         margin: 10px 0px !important;
  1855.     }
  1856.     .j-inline-promoted-helpful-answer header .j-helpful-text,
  1857.     .j-inline-promoted-helpful-answer h3.header .j-helpful-text,
  1858.     .j-inline-recommended-answer header .j-helpful-text,
  1859.     .j-inline-recommended-answer h3.header .j-helpful-text {
  1860.         font-size: 22px !important;
  1861.         background: none repeat scroll 0% 0% transparent !important;
  1862.         border-style: none !important;
  1863.         margin: 0px !important;
  1864.     }
  1865.     .j-inline-promoted-helpful-answer section .reply-body,
  1866.     .j-inline-recommended-answer section .reply-body {
  1867.         font-size: inherit !important;
  1868.         margin-bottom: 20px !important;
  1869.     }
  1870.     .j-inline-promoted-helpful-answer section,
  1871.     .j-inline-recommended-answer section {
  1872.         padding: 0px 20px !important;
  1873.     }
  1874.     #helpful-container { padding-top: 0px !important; }
  1875.     #helpful-container hr { margin: 10px !important; }
  1876.     #helpful-container .more-answers { margin: 0px !important; }
  1877.     #helpful-container .more-answers * { font-size: 24px !important; }
  1878.  
  1879.  
  1880.     /* inline correct answer, helpful answer background */                                  /* NEW */
  1881.     div[itemprop="acceptedAnswer"] {
  1882.         background: none repeat scroll 0% 0% rgb(237, 247, 232) !important;
  1883.     }
  1884.     .j-thread .jive-content.j-helpful,
  1885.     .j-thread .jive-content.j-helpful.j-op {
  1886.         background: none repeat scroll 0% 0% rgb(250, 240, 220) !important;
  1887.     }
  1888.  
  1889.  
  1890.     /* switch between 'hellpful replies only' and 'all replies' */                          /* NEW */
  1891.     .jive-thread-messages .helpful-all-switch * {  
  1892.         font-size: 24px !important;
  1893.     }
  1894.     .jive-thread-messages .helpful-all-switch li.inactive {
  1895.         padding: 0px !important;
  1896.         top: 32px !important;
  1897.     }
  1898.     .jive-thread-messages .helpful-all-switch li.inactive span.menu {
  1899.         width: auto  !important;
  1900.         min-width: 160px !important;
  1901.         padding: 5px  !important;
  1902.         text-align: center !important;
  1903.     }
  1904.    
  1905.  
  1906.     /* thread content footer profile */                                                     /* NEW */
  1907.     .j-thread-post section.j-original-message footer .footer-profile {
  1908.         margin-right: 10px !important;
  1909.     }
  1910.     .j-thread-post footer .footer-profile {
  1911.         margin-right: -10px !important;
  1912.     }
  1913.     .j-thread-post footer .footer-profile .j-status-level {
  1914.         padding: 0px 10px 0px 0px !important;
  1915.     }
  1916.     .j-thread-post footer .footer-profile .username,
  1917.     .j-thread-post footer .footer-profile .jive-username-link {
  1918.        /* padding: 0px 10px 0px 10px !important; 0.2 */
  1919.         max-width: 250px !important;
  1920.     }
  1921.     .j-inline-correct-answer footer .footer-profile .j-status-levels,
  1922.     .j-inline-promoted-helpful-answer footer .footer-profile .j-status-levels,
  1923.     .j-inline-recommended-answer footer .footer-profile .j-status-levels {
  1924.         padding: 0px 10px 0px 0px !important;
  1925.     }
  1926.     .j-inline-correct-answer footer .footer-profile .username,
  1927.     .j-inline-promoted-helpful-answer footer .footer-profile .username,
  1928.     .j-inline-recommended-answer footer .footer-profile .username {
  1929.         padding: 0px 10px 0px 10px !important;
  1930.         max-width: 250px !important;
  1931.     }
  1932.  
  1933.  
  1934.     /* text wrap in header */
  1935.     .j-thread-post > header .j-post-author { white-space: normal !important; }      
  1936.    
  1937.     /* thread post section (message body) */
  1938.     .j-thread-post section {
  1939.         padding: 0px 20px !important;
  1940.         margin-bottom: 15px !important;                                                     /* CHANGED */
  1941.     }
  1942.    
  1943.  
  1944.     /* thread rendered content */
  1945.     .jive-rendered-content { padding-bottom: 4px !important; }
  1946.    
  1947.     /* thread rendered content quote & pre */
  1948.     .jive-rendered-content .jive-quote,
  1949.     .jive-rendered-content .jive-pre {
  1950.         margin: 5px 15px !important;
  1951.     }
  1952.  
  1953.     /* thread reply footer (Return to Community | Go to original post) */
  1954.     #jive-thread-reply-footer { margin-top: 10px !important; }
  1955.    
  1956.     /* more like this links, incomming links */
  1957.     #apple-related-threads { margin: 0px 40px !important; }
  1958.     #apple-related-threads .j-box { margin-bottom: 0px !important; }
  1959.     .j-icon-list li { padding: 3px 0px 3px 22px !important; }
  1960.  
  1961.     /* related articles */                                                          
  1962.     .apple-sidebar-property {
  1963.         width: auto !important;
  1964.         padding-left: 0px !important;
  1965.     }
  1966.     .jive-box-body.jive-sidebar-body.jive-sidebar-body-related-articles { padding: 15px 0px !important; }
  1967.    
  1968.  
  1969.     /* ------------------
  1970.         staus level, expertise, level points
  1971.     */
  1972.     /* status level expertise tile */
  1973.     .j-status-level.expertise-tile,
  1974.     .status-tile.expertise-tile { display: none !important; }                  
  1975.    
  1976.     /* status level level points */
  1977.     .j-status-level .level-points span { display: inherit !important; }            
  1978.     .j-status-level .level-points { white-space: inherit !important; }              
  1979.     /* ------------------ */
  1980.  
  1981.  
  1982.     /* ------------------------------------------------------------------------------------------------
  1983.         INLINE EDITOR
  1984.     */
  1985.     /* editor */
  1986.     .jive-discussion-replies li.addReply { margin: 50px 40px 0px !important; }
  1987.  
  1988.  
  1989.     /* ------------------------------------------------------------------------------------------------
  1990.         ADVANCED EDITOR
  1991.     */
  1992.  
  1993.     /* content area */
  1994.     .j-thread.jive-body-formpage #body-apple .j-form {
  1995.         max-width: inherit !important;
  1996.         margin: 0px auto 20px !important;
  1997.         width: inherit !important;
  1998.     }
  1999.     .j-thread .jive-content.jive-create-thread,
  2000.     .jive-body-formpage-document .jive-content.doc-page {
  2001.         margin: 0px 40px !important;
  2002.         padding: 0px !important;
  2003.     }
  2004.  
  2005.  
  2006.     /* editor panel */
  2007.     .j-thread .jive-content.jive-create-thread #jive-compose-title,
  2008.     .j-thread .jive-content.jive-create-thread .jive-editor-panel.jive-large-editor-panel,
  2009.     .jive-body-formpage-document .jive-content.doc-page #jive-compose-title,
  2010.     .jive-body-formpage-document .jive-content.doc-page .jive-editor-panel.jive-large-editor-panel {
  2011.         margin: 0px !important; }
  2012.  
  2013.     /* line height in editor
  2014.    
  2015.        I've tracked down a copy/paste error that happens in the editor if you decide to rearrange things.
  2016.        Typically the cut and pasted text inherits an unwanted fixed size which isn't displayed in the
  2017.        editor and can be missed after submission. This issue can be suppressed by not explicitly setting
  2018.        the font size of the editor area.   turingtest2
  2019.          https://discussions.apple.com/docs/DOC-10241
  2020.     tt2's July 30th version
  2021.     .tiny_mce_content {font-size: inherit !important}  
  2022.     What I have
  2023.     body.tiny_mce_content { line-height: inherit !important; } */
  2024.    
  2025.     /* tinymce input area.  Stamp out all white
  2026.        area around top and bottom of editor */
  2027.     .addReply .jive-thread-reply-inline,
  2028.     /* input field */
  2029.     body.tiny_mce_content,
  2030.     /* editor icons */
  2031.     .mceLayout tr.mceFirst,
  2032.     td.mceToolbar{
  2033.         background-color: oldlace !important; /* antiquewhite azure lightskyblue
  2034.                                                  lightsteelblue snow wheat whitesmoke */
  2035.     }
  2036.    
  2037.     /* unfortunately tool bar icons do not bleed thru.  They have white background */
  2038.     div#wysiwygtext_toolbargroup {
  2039.         background-color: white !important;}
  2040.    
  2041.     /* line like area used to expand mce input area.
  2042.        might as well have matching bottom line
  2043.        add div#body-apple to give more selector weight */
  2044.     div#body-apple tr.mceLast td.mceStatusbar.mceFirst.mceLast {
  2045.         background-color:  white  !important;}
  2046.    
  2047.    
  2048.    
  2049.     /* replying to */
  2050.     p.jive-replying-to { padding: 20px 0px !important; }
  2051.     .jive-body-formpage-comment .jive-thread-message { margin: 0px 40px 0px 80px !important; }
  2052.  
  2053.     /* reply to avatar */
  2054.     .j-thread-post header .j-post-avatar {
  2055.         position: absolute !important;
  2056.         top: 0px !important;
  2057.         left: -50px !important;
  2058.         width: auto !important;
  2059.     }
  2060.    
  2061.     /* buttons (Reply|Cancel) 0,2
  2062.     .j-publishbar,
  2063.     .jive-body-formpage .jive-composebuttons { margin: 20px 40px 0px !important; } */
  2064.  
  2065.  
  2066.     /* ------------------------------------------------------------------------------------------------
  2067.         ACTIVITY STREAM
  2068.     */
  2069.     /* activity entry */
  2070.     .j-act-entry { padding: 5px 0px 10px 100px !important; }
  2071.  
  2072.     /* activity title */
  2073.     .j-body-home .j-act-title { padding: 5px 0px 5px 24px !important; }
  2074.  
  2075.     /* activity body & comment */                                                  
  2076.     .j-body-home .j-act-init { padding: 5px 0px 10px 100px !important; }
  2077.     .apple-activity-comments-wrapper { margin-left: 0px !important; }
  2078.  
  2079.     /* Like list */
  2080.     .j-act-grouped .j-act-g-item { padding: 3px !important; }
  2081.    
  2082.    
  2083.     /* ------------------------------------------------------------------------------------------------
  2084.         SEARCH RESULTS
  2085.     */
  2086.     /* search result entry */
  2087.     .j-search-results-main-container .j-search-result { padding: 10px !important; }
  2088.  
  2089.  
  2090.     /* ------------------------------------------------------------------------------------------------
  2091.         DOC (USER TIP)
  2092.     */                                                                              
  2093.     /* user tip canvas */
  2094.     .jive-body-content.j-doc .j-column-wrap-l { margin: 0px 40px !important; }
  2095.  
  2096.     /* user tip border etc */                                                               /* NEW */
  2097.     .j-doc .jive-content {
  2098.         margin: 0px !important;
  2099.      /*   margin-left: 150px !important; */
  2100.         padding: 10px !important;
  2101.         border: thin dotted !important;
  2102.     }
  2103.  
  2104.  
  2105.     /* ------------------------------------------------------------------------------------------------
  2106.         BLOG (MODERATOR TIP)
  2107.     */                                                                                      /* NEW */                                                                      
  2108.     /* blog canvas */
  2109.     .jive-body-content.j-blog .j-column-wrap-l { margin: 0px 40px !important; }
  2110.    
  2111.     /* blog border etc */
  2112.     .jive-content-blog {
  2113.         margin: 0px !important;
  2114.         padding: 10px !important;
  2115.         border: thin dotted !important;
  2116.         border-radius: 0px !important;
  2117.     }
  2118.  
  2119.  
  2120.     /* ------------------------------------------------------------------------------------------------
  2121.         UNAUTHORIZED (WARNING)
  2122.     */                                                                                      /* NEW */                                                                      
  2123.     /* unauthorized error message */
  2124.     .jive-body-warn.jive-body-unathorized #j-main { margin: 0px 40px !important; }
  2125.  
  2126.    
  2127.     /* ------------------------------------------------------------------------------------------------
  2128.         PROFILE
  2129.     */                                                                              
  2130.     /* header & navigation bar (Bio|Activity|People|Content|Communities|Bookmarks) */
  2131.     .j-view-profile .j-page-header { padding: 10px 40px !important; }
  2132.     .j-bigtab-nav { margin: 10px 40px !important; }
  2133.    
  2134.     /* filter ui current selection blue marker */                                           /* NEW */
  2135.     .j-view-profile .j-second-nav ul > li.active {
  2136.         display: none !important;
  2137.     }
  2138.  
  2139.     /* ------------------
  2140.         Bio
  2141.     */
  2142.     .j-layout-l .j-column-wrap-l { width: 100% !important; }
  2143.    
  2144.     /* ------------------
  2145.         profile specialties and awards
  2146.     */
  2147.     /* profile status container for specialties and awards */                               /* REFINED (rule) */
  2148.     .jive-view-profile .profile-status-container { display: none !important; }
  2149.  
  2150.     /* profile modal note status row for specialties and awards */
  2151.     .status-row { display: none !important; }                                      
  2152.     /* ------------------ */
  2153.  
  2154.  
  2155.     /* ------------------
  2156.         Content
  2157.     */                                                                                      /* NEW */
  2158.     /* browser control ui */
  2159.     .j-view-profile .j-layout-sl.j-browse-content .j-column-s #js-browse-controls {
  2160.         margin: 25px 0px 0px -166px !important;
  2161.     }
  2162. } /* end */
  2163.  
  2164. /* ==============================================  
  2165.    Revise the display of posts in a Thread.      0.2
  2166.    Each of these cases may have one or more post after:
  2167.      -- Question only
  2168.      -- Question with answer
  2169.      -- Question with helpful
  2170.      -- Question with answer and helpful
  2171.    examples:
  2172.    https://discussions.apple.com/thread/7583029
  2173.    https://communities.apple.com/pt/thread/4531
  2174.    https://communities.apple.com/pt/thread/4705
  2175.  
  2176.   */
  2177. @-moz-document
  2178.    url-prefix(https://discussions.apple.com/thread),
  2179.    url-prefix(https://discussions.apple.com/message),
  2180.    url-prefix(https://discussions.apple.com/update-advanced-comment.jspa),
  2181.    url-prefix(https://discussionsjapan.apple.com/thread),
  2182.    url-prefix(https://discussionsjapan.apple.com/message),
  2183.    url-prefix(https://discussionsjapan.apple.com/update-advanced-comment.jspa),
  2184.    url-prefix(https://discussionskorea.apple.com/thread),
  2185.    url-prefix(https://discussionskorea.apple.com/message),
  2186.    url-prefix(https://discussionskorea.apple.com/update-advanced-comment.jspa),
  2187.    url-prefix(https://communities.apple.com/es/thread),  
  2188.    url-prefix(https://communities.apple.com/es/message),  /* I have not see an es message */
  2189.    url-prefix(https://communities.apple.com/es/update-advanced-comment.jspa),
  2190.    url-prefix(https://communities.apple.com/pt/thread),
  2191.    url-prefix(https://communities.apple.com/pt/message),
  2192.    url-prefix(https://communities.apple.com/pt/update-advanced-comment.jspa) {
  2193.        
  2194.         /* Debug to identify which page we found.  Place our ukiyo-e. */      
  2195.  /*   h1, h2, h3 {    
  2196.           background-color: aqua !important;      
  2197.           border: 2px dashed black !important;    
  2198.          }
  2199.    */
  2200.       /* significant classes and selecters  0.21
  2201.          To select in Question and posible answer and helpful
  2202.          Starts with times stamp.  Example "Jul 5, 2016 11:44 PM in response to Ferd II"
  2203.          Doesn't include original poster info.
  2204.            section.j-original-message
  2205.        
  2206.          to select all replies
  2207.            div.all-replies-container
  2208.            ul-jive-discussion-replies.jive-discussion-flat.jive-discussion-indent-0
  2209.       */
  2210.       /* Place the poster info to the left of the post for medium and large windows.
  2211.          Let poster info above the the post for a small window such as found on a smart
  2212.          phone. 0.30 */
  2213.  
  2214.  /* ================================================= */
  2215. /* for small windows such as a smart phone.   0.30 */      
  2216. @media all and (max-width: 499px) {
  2217.    
  2218.      /* adjust margin for smart phone screen here.  Different margin adjust is done for larger screens
  2219.         just below.  More adjustments to element are made after moving of poster info for larger
  2220.         windows. */
  2221.    
  2222.      /* thread message border.  All message except question it seems. */
  2223.      .jive-discussion-replies li.reply .jive-thread-message {
  2224.          margin-left: 0px  !important;      /* There is some other margin to prevent going all the way
  2225.                                                to the left margin. */
  2226.       }
  2227.    
  2228.      /* thread original messeage (question) */                                        
  2229.      .j-thread-post section.j-original-message {
  2230.          margin: 0px 30px 0px 30px  !important;
  2231.        }
  2232.    
  2233. }
  2234.  
  2235. /* ================================================= */      
  2236. /* For medium and large size windows... */
  2237. @media all and (min-width: 500px) {
  2238.      /* thread message border.  All message except question it seems.   0.30 */
  2239.      .jive-discussion-replies li.reply .jive-thread-message {
  2240.          margin-left: 80px  !important;      
  2241.       }
  2242.      
  2243.      /* thread original messeage (question) */                                          /* 0.30 */
  2244.      .j-thread-post section.j-original-message {
  2245.        margin: 0px 30px 0px 110px  !important;
  2246.        }
  2247.      
  2248.     /* Move who wrote the question back to where it was before!
  2249.          Will appear to the left of the question text box. */
  2250.  
  2251.       /* Avatar */
  2252.       header.js-original-header  img.jive-avatar {
  2253.            position: absolute !important;
  2254.            top: 30px !important;
  2255.            left: 15px !important;
  2256.            width: 66px !important;
  2257.            height: 66px !important;      
  2258.          }
  2259.  
  2260.       /* Let questioner's info escape the box  */
  2261.       div.j-thread-post.j-rc4 header.js-original-header.apple-overflow-hidden { overflow: visible !important; }
  2262.      
  2263.        /* html for user's name
  2264.          <strong itemprop="author"
  2265.               itemscope=""
  2266.               itemtype="http://schema.org/Person">
  2267.            <a rel="nofollow"
  2268.               href="/people/rccharles"
  2269.               data-externalid=""
  2270.               data-username="rccharles"
  2271.               data-avatarid="1095"
  2272.               id="jive-99999999999999999999999"
  2273.               data-userid="999999"
  2274.               data-presence="null"
  2275.               class="jiveTT-hover-user jive-username-link">rccharles</a>
  2276.           </strong>
  2277.        */
  2278.       /* move questioner to left of post 0.21 */
  2279.       header.js-original-header.apple-overflow-hidden  span.j-post-author strong  {
  2280.           position: absolute !important;
  2281.           top: 80px !important;
  2282.           left: -96px !important;
  2283.           text-align: center !important;
  2284.           width: 120px !important;    
  2285.           /* background-color: yellow !important; */
  2286.          }  
  2287.       /* questioner's name. text adjustment 0.21 */
  2288.       header.js-original-header.apple-overflow-hidden  span.j-post-author strong  a {
  2289.           font-weight: 400 !important;  /* don't bold */
  2290.           font-size: 13px !important;
  2291.           line-height: 13px !important;
  2292.           /* background-color: pink !important; */
  2293.          }  
  2294.        
  2295.          
  2296.  
  2297.      /* questioner's points icon. fyi: position: absolute didn't work here.   === 0.22 */
  2298.      div.j-thread-post.j-rc4 header.js-original-header.apple-overflow-hidden span.status-image img.svg {
  2299.          margin-top: 110px !important;
  2300.          margin-left: -50px !important;
  2301.          }  
  2302.  
  2303.       /* questioner's points.  Actual coding:
  2304.          <span class="level-points">Level 6
  2305.              <span>(8,266 points)</span>
  2306.          </span>
  2307.          0.22
  2308.       */
  2309.       div.status-container span.j-status-level:not(.community-manager) span.level-points {
  2310.           position: absolute !important;
  2311.           top: 140px !important;
  2312.           left: -94px !important;    /* shove level # off the left of window.  Need to save space. */        
  2313.           width: 120px !important;
  2314.           text-align: center !important;
  2315.           text-indent: -80px !important;
  2316.           font-size: 12px !important;
  2317.           line-height: 12px !important;
  2318.               /* background-color: turquoise !important; /* */
  2319.          }  
  2320.       /* 0.22 */
  2321.       div.status-container span.j-status-level:not(.community-manager) span.level-points span {
  2322.           margin-left: 20px !important;
  2323.           display: inline !important;                    
  2324.             /* background-color: yellow !important; /* */
  2325.          }  
  2326.        
  2327.       /* Community host.  css is a little different
  2328.            <span class="j-status-level community-manager">
  2329.                <span class="status-image">
  2330.                     <img
  2331.                         class="svg"              
  2332.                         src="/6.0.3.0d25e296/resources/images/status/ph-usermoderator.png?vid=20160707"                                
  2333.                         alt="">
  2334.                </span>
  2335.                <span class="level-points"> Community Hosts
  2336.                </span>
  2337.            </span>
  2338.        
  2339.            0.22 */
  2340.       header.js-original-header.apple-overflow-hidden span.j-status-level.community-manager span.level-points {
  2341.           position: absolute !important;
  2342.           top: 144px !important;
  2343.           left: -95px !important;    
  2344.           font-size: 12px !important;
  2345.           line-height: 12px !important;
  2346.           text-align: center !important;
  2347.           width: 120px !important;
  2348.          }  
  2349.      
  2350.       /* Time of question.  Where to place after moving info to the side.  0.22 */
  2351.       /* move time questioner made question  to after questioner name */
  2352.       /*  div#body-apple section.j-original-message p.meta-posted  {
  2353.            position: absolute !important;
  2354.            top: -12px !important;
  2355.            left: 280px !important;          
  2356.          } */
  2357.    
  2358.       /* Leave some space above the bottons and below the text. */
  2359.       /* div#body-apple section.j-original-message  div.thread-actions { margin-top: 20px !important;} */
  2360.      
  2361.      /* For some reason, maybe overflow: visible, wrecks some tags positioning, fix up. */
  2362.      /* Move folling and tool icon back to where they were */
  2363.      ul.apple-social-actions-toolbar  { margin-top: -45px !important; }
  2364.  
  2365.        
  2366.       /* Move who wrote a post ( just relpies ) back to where it was before!
  2367.          ------------------------------------------------------------------
  2368.          some tags do not move in question in answer or helpful in answer.
  2369.          Avatar 0.21 */
  2370.        div.message-profile span.image-container img {
  2371.            position: absolute !important;
  2372.            top: -0px !important;
  2373.            left: -105px !important;
  2374.            width: 60px !important;
  2375.            height: 60px !important;
  2376.          }
  2377.        /* username 0.21 */  
  2378.        div.message-profile span.username {
  2379.            position: absolute !important;
  2380.            top: 66px !important;
  2381.            left: -136px !important;
  2382.            font-size: 13px !important;
  2383.            line-height: 13px !important;
  2384.            text-align: center !important;
  2385.            width: 125px !important;
  2386.            padding: 0px !important;
  2387.          }
  2388.        
  2389.        /* Points icon 0.21 */
  2390.        div.message-profile span.status-image {
  2391.            position: absolute !important;
  2392.            top: 83px !important;
  2393.            left: -88px !important;
  2394.          }
  2395.        
  2396.        /* time of posting.
  2397.           example: Jun 13, 2016 10:48 AM in response to Eric Root  0.21
  2398.        */
  2399.        div.j-thread-post.j-rc4 > h3 + div.message-profile + span.j-inresponse-to
  2400.            {margin-top: -12px !important;} /* eyeball to be the same as botton spacing */
  2401.        
  2402.        /*  <span class="level-points">Level 7
  2403.                 <span>(27,528 points)</span>
  2404.            </span>
  2405.        
  2406.            level number hid by slidding of window    0.21*/
  2407.       div.message-profile span.j-status-level:not(.community-manager) span.level-points {
  2408.           position: absolute !important;
  2409.           top: 114px !important;
  2410.           left: -130px !important;    /* shove level # off the left of window.  Need to save space. */        
  2411.           width: 120px !important;
  2412.           text-align: center !important;
  2413.           text-indent: -80px !important;
  2414.           font-size: 12px !important;
  2415.           line-height: 12px !important;
  2416.             /* background-color: turquoise !important; /* */
  2417.          }  
  2418.       /* points.  move to a visible spot 0.21 */
  2419.       div#jive-body div.message-profile span.j-status-level:not(.community-manager) span.level-points span {
  2420.           margin-left: 20px !important;
  2421.           display: inline !important;                  
  2422.             /* background-color: yellow !important; /* */
  2423.          }  
  2424.        
  2425.      
  2426.        
  2427.         /* Community host.  css is a little different
  2428.            <span class="j-status-level community-manager">
  2429.                <span class="status-image">
  2430.                     <img
  2431.                         class="svg"              
  2432.                         src="/6.0.3.0d25e296/resources/images/status
  2433.                              /ph-usermoderator.png?vid=20160707"                                
  2434.                         alt="">
  2435.                </span>
  2436.                <span class="level-points"> Community Hosts
  2437.                </span>
  2438.            </span>
  2439.        
  2440.            0.21 */
  2441.         div.message-profile span.j-status-level.community-manager span.level-points {
  2442.           position: absolute !important;
  2443.           top: 114px !important;
  2444.           left: -130px !important;    
  2445.           font-size: 12px !important;
  2446.           line-height: 12px !important;
  2447.           text-align: center !important;
  2448.           width: 120px !important;
  2449.          }      
  2450.        
  2451.    
  2452.        
  2453.      /* Mess with answer in question who made post information */
  2454.        
  2455.      /* Seemed the "Posted on ..." in the Answer inside the question is in the answer box
  2456.         when it should be in the footer section :-(.   Do a force adjust. Bug fix. */
  2457.      div.j-inline-correct-answer section p.meta-posted {margin-left: -20px  !important;}
  2458.    
  2459.      
  2460.      /* Move avatar and username.  */  
  2461.      /* answer inside question. Here is the html we have to work with :-(  
  2462.        <a rel="nofollow" href="/people/Hiroto" data-userid="999999" data-externalid="" data-avatarid="999999"
  2463.               data-username="Hiroto" class="username jiveTT-hover-user">
  2464.           <img class="jive-avatar" src="/people/Hiroto/avatar/40.png" data-height="40"
  2465.               alt="Hiroto" title="Hiroto" style="outline: none;" height="40" width="40">Hiroto
  2466.        </a>
  2467.      */
  2468.     /* adjust avator after move of the a tag. */
  2469.     div.j-inline-correct-answer div.footer-profile img.jive-avatar {
  2470.            width: 66px !important;
  2471.            height: 66px !important;
  2472.            margin-top: -70px !important;
  2473.            margin-left: 30px !important;
  2474.          }
  2475.        
  2476.      /* Username
  2477.             overflow: hidden !important;
  2478.             text-overflow: ellipsis !important;
  2479.      */  
  2480.      div.j-inline-correct-answer div.footer-profile a.username.jiveTT-hover-user {
  2481.            position: absolute !important;
  2482.            top: 70px !important;
  2483.            left: -142px !important;
  2484.            font-size: 13px !important;
  2485.            line-height: 13px !important;
  2486.            text-align: center !important;
  2487.            width: 120px !important;
  2488.            padding: 0px !important;
  2489.            display:block !important;
  2490.            overflow: visible !important;
  2491.          }
  2492.          
  2493.      /* points icon within answer inside question */
  2494.      section.j-original-message div.j-inline-correct-answer div.footer-profile span.status-image img.svg {
  2495.            position: absolute !important;
  2496.            top:  0px !important;
  2497.            left: -15px !important;
  2498.          }  
  2499.        
  2500.      /* points */  
  2501.      div.j-inline-correct-answer div.footer-profile span.level-points > span {
  2502.            position: absolute !important;
  2503.            top: 114px !important;
  2504.            left: -148px !important;
  2505.            font-size: 12px !important;
  2506.            line-height: 12px !important;
  2507.            text-align: center !important;
  2508.            width: 120px !important;
  2509.          }  
  2510.        
  2511.      /* answer points icon in regular reply area */
  2512.      div.all-replies-container div.j-inline-correct-answer div.footer-profile span.status-image img.svg {
  2513.            position: absolute !important;
  2514.            top:  16px !important;
  2515.            left: -10px !important;
  2516.          }  
  2517.    
  2518.        
  2519.      /* Move avatar */
  2520.      /* helpful inside question */
  2521.      div.j-inline-promoted-helpful-answer div.footer-profile img.jive-avatar{
  2522.            position: absolute !important;
  2523.            top: 5px !important;
  2524.            left: -96px !important;
  2525.            width: 66px !important;
  2526.            height: 66px !important;
  2527.          }
  2528.            
  2529.        
  2530.       /* points icon */
  2531.       div.j-inline-promoted-helpful-answer div.footer-profile span.j-status-levels img {
  2532.            position: absolute !important;
  2533.            top:  76px !important;
  2534.            left: -74px !important;
  2535.          }
  2536.        
  2537.       /* points */
  2538.       div.j-inline-promoted-helpful-answer div.footer-profile span.level-points > span {
  2539.            position: absolute !important;
  2540.            top: 108px !important;
  2541.            left: -100px !important;
  2542.            font-size: 12px !important;
  2543.            line-height: 12px !important;
  2544.          }  
  2545.  
  2546. } /* end of moving posters to the left of the message <------------- */
  2547.        
  2548.        
  2549.      /* Comman for all window sizes in disaplay of posts. */
  2550.        
  2551.      /* thread original messeage (question) */                                          /* 0.30 NEW */
  2552.      /* #FFFFCC  parchment #EDF7E8 light green answered  */
  2553.      .j-thread-post section.j-original-message {
  2554.            /* margin: 0px 30px 0px 110px  !important; */      
  2555.          padding: 15px 10px !important;
  2556.          border-style: dotted !important;
  2557.          border-width: thin !important; /* thin */
  2558.          background: none repeat scroll 0% 0% #FFFFCC !important;  /* parchment */
  2559.        }
  2560.      
  2561.      /* Reply button  */
  2562.      .j-thread-post section .thread-actions {
  2563.          max-width: inherit !important;
  2564.          margin: 0px 25px 0px 0px !important;
  2565.        }
  2566.    
  2567.      /* lower metadata "Posted on ..."  */
  2568.      .meta-posted {
  2569.          max-width: inherit !important;
  2570.          margin: 10px 25px 20px 0px !important;  /* margin-left: 0px   */
  2571.          font-size: 16px !important;    
  2572.        }
  2573.        
  2574.      /* thread message border.  All message except question it seems.   0.30 NEW */
  2575.      .jive-discussion-replies li.reply .jive-thread-message {
  2576.          border-style: dotted !important;
  2577.          border-width: thin !important;
  2578.          /* margin-left: 80px  !important;  */    
  2579.        }    
  2580.        
  2581.      /* promoted helpful answer and prompted recommended answer */                      /* 0.3 NEW */
  2582.      /* Doesn't seem to have any effect :-( */
  2583.      .j-inline-promoted-helpful-answer,
  2584.      .j-inline-recommended-answer {
  2585.          background: none repeat scroll 0% 0% rgb(250, 240, 220) !important;
  2586.          padding: 15px 10px 5px 10px !important;
  2587.          margin: 0px 10px 15px 80px !important;
  2588.          /* background-color: turquoise !important; */
  2589.          border-style: dotted !important;
  2590.          border-width: thin !important;
  2591.        }
  2592.    
  2593.      /* ditch line between original post and first reply post
  2594.         No need since since setting background-color in orginal post 8-5-2016 */
  2595.      div ul.jive-discussion-replies.jive-discussion-flat.jive-discussion-indent-0 {
  2596.          border-top: 0px !important; }
  2597.      
  2598.      /* Tighten up double paragraphs spacing.  I put in a blank paragraph to separate "real"
  2599.         paragraphs  
  2600.           https://discussions.apple.com/message/30333231#30333231 */
  2601.      .j-thread .jive-content .j-thread-post section p,
  2602.      .j-thread .jive-content .j-thread-post section .jive-rendered-content p,
  2603.      .j-thread .jive-content .j-thread-post section.j-original-message .jive-rendered-content p {
  2604.          min-height: 0px !important;
  2605.      }
  2606.  
  2607.      /* Let's make the paragraph text a little more compact. */
  2608.      p[style="min-height: 8pt; height: 8pt; padding: 0px;"] { height: 0.6em !important; }
  2609.        
  2610.      /* the control that shows all replies, and forces the display of all replies
  2611.         when they might otherwise be hidden. Thanks turingtest2, London, UK  */
  2612.      .helpful-allreply {display: none !important;}                  /* Hide helpful/all reply switch */
  2613.      #helpful-container {display: none !important;}                 /* Hide helpful block */
  2614.      .all-replies-container {display: inherit !important;}          /* Display all replies block */
  2615.  
  2616.      /*You can hide the copies of any solved/recommended answers that appear immediately
  2617.        below the question with:   turingtest2 */
  2618.      .j-answer-rollup {display: none !important;}                         /* Hide solved/recommended block */
  2619.  
  2620.      /* No more link popup on simple edit.  turingtest2  
  2621.        .-.-.-.-.-.-.-.- */
  2622.      /*  .popOverContent {display: none !important;}          /* Suppress pop-up link editor */  
  2623.        
  2624.      /* For buttons without the black background like cancel
  2625.         Color picker
  2626.         http://www.w3schools.com/colors/colors_picker.asp */
  2627.          /* "I have this question too" on question */
  2628.      span.j-social-action.black-button.j-disabled,
  2629.      div.jive-composebuttons button.j-btn-global,
  2630.      span a.black-button.jive-acclaim-likelink,  /* question button */
  2631.      div.j-inline-correct-answer footer a.action-button,  /* answer button */
  2632.      span.js-acclaim-container.acclaim-container a /* response button */
  2633.        {
  2634.          padding: 7px 7px !important;
  2635.          color:  #0288CC !important;  /* light blue, was rgb(150,150,150) grey */
  2636.          font-size: 14px !important;
  2637.          line-height: 14px !important;
  2638.          background-color: #f2f2f2 !important;
  2639.  
  2640.        }
  2641.        
  2642.      /* "I have this question too" on question.
  2643.         Why was opacity 0.5 on this button but not others? */
  2644.      span.j-social-action.black-button.j-disabled {opacity: 1 !important;}
  2645.        
  2646.      /* button in reponse */
  2647.      div.all-replies-container .jive-thread-helpful-btn {
  2648.          color: #0288CC !important;  /* light blue */
  2649.          background-color: #f2f2f2 !important;    
  2650.        }
  2651.  
  2652.            /* Upper tool icon pulldwon */
  2653.      ul#jive-action-sidebar-tab-list_thread-actions-tab *,
  2654.           /* Lower tool icon pulldwon */
  2655.      ul.apple-thread-options.js-toggle-thread-actions li *,
  2656.           /* change lower button text from grey to light blue. */
  2657.      a.discussionPermaLink
  2658.      /* span.jive-icon-sml.jive-icon-warn */{  color: #0288CC !important;  /* light blue */}
  2659.        
  2660.      /* Make all lower buttons the same. Who ever heard of different size buttons? */  
  2661.        
  2662.          /* save reply, button you get to save an edit of a post */
  2663.      div.jive-composebuttons button#submitButton.j-btn-callout,  /* post button on edit of orginal post */
  2664.          /* Correct answer.  Isn't as bad as the reply button, but might as well use the
  2665.             same set of rule, even if we do not need all. may not be correct button :-( */
  2666.      div.jive-thread-reply-btn-correct a,
  2667.          /* Following; upper right */
  2668.      a#jive-link-thread-following.button.following-button,  /* no box */
  2669.          /* alternative state of following button, follow */
  2670.      a#jive-link-thread-startFollowing.button.follow-button,
  2671.          /* action button with the V */
  2672.      a.apple-actions-link,  /* not working */
  2673.          /* Tone down Reply Button */
  2674.          /* footer div.footer-toplevel-actions a .discussionAdd, */
  2675.      .discussionAdd,
  2676.          /* clicking on Reply to get the inputput, this is the save */
  2677.      div input.jive-form-button-save.j-btn-callout,
  2678.           /* clicking on Reply to get the inputput, this is the cancel */
  2679.      div input.jive-form-button-cancel{
  2680.          background-image: none !important; ;   /* bye, bye gradiant */
  2681.          background-color: #f2f2f2 !important;
  2682.          color: #0288CC !important;  /* light blue, was rgb(150,150,150) grey */
  2683.          padding: 7px !important;
  2684.          font-size: 14px !important;
  2685.          line-height: 14px !important;
  2686.          margin-bottom: 8px !important;
  2687.        }
  2688.      
  2689.      /*  save reply, button you get to save an edit of a post. touch up
  2690.        https://discussions.apple.com/update-advanced-comment.jspa?id=30347987 */
  2691.      div#body-apple button#submitButton.j-btn-callout { margin-left: 20px !important; }
  2692.    
  2693.        
  2694.      /* Following button, upper right. Might as well box it for consistancy */
  2695.      a#jive-link-thread-following.button.following-button  {
  2696.          border-style: solid !important;
  2697.          border-width: thin !important;
  2698.          border-color: #9b9b9b !important; /* grey, Apple's color */
  2699.          padding: 6px 6px 8px 28px !important;
  2700.        }
  2701.        
  2702.      
  2703.      
  2704.      /* Check icon with Following.  Move to the left of following. */
  2705.      span.following-check.icon.icon-check {
  2706.          margin-left: -10px !important;
  2707.          margin-top: -7px !important;
  2708.        }
  2709.        
  2710.      /* Tool icon button upper left, right of Following button */
  2711.      a#apple-actions-link { padding: 4px 6px 4px !important; }
  2712.      
  2713.      /* Tool icon button lower left. same row as reply button */
  2714.      a.js-toggle-thread-options.thread-options  { padding: 4px 4px 4px !important; }
  2715.            
  2716.      /* Tool box upper right */
  2717.      ul.apple-social-actions-toolbar li.apple-actions {height: 28px !important;}
  2718.        
  2719.      /* User machine and operating system info from profile
  2720.         Make metadata font size the same. */
  2721.      section.j-original-message p.jive-model-info-display {
  2722.          font-size: 16px !important;
  2723.          margin-left: 0px !important;
  2724.        }
  2725.        
  2726.      /* hover */
  2727.           /* "I have this question too" on question */
  2728.      span.j-social-action.black-button.j-disabled:hover,
  2729.           /* Following; upper right */
  2730.      a#jive-link-thread-following.button.following-button:hover,      
  2731.        /* post button on edit of orginal post */
  2732.      div.jive-composebuttons button#submitButton.j-btn-callout:hover,
  2733.           /* cancel button on edit of orginal post */
  2734.      div.jive-composebuttons button.j-btn-global:hover,
  2735.           /* clicking on Reply to get the input, this is the save */    
  2736.      div input.jive-form-button-save.j-btn-callout:hover,
  2737.           /* clicking on Reply to get the inputput, this is the cancel */
  2738.      div input.jive-form-button-cancel:hover,
  2739.        /* Reply button hover state */
  2740.        .discussionAdd:hover{ border-color: #0288CC !important; }
  2741.        
  2742.   } /* @-moz-document for responses */
  2743.  
  2744.  
  2745.  
  2746. /* ==============================================
  2747.    For ASC web pages with a sidebar shown on narrow window, make the side bar
  2748.    horizontal. Adjusts the column sizes in lists.
  2749.    adding more @-moz-document callouts prevents collateral damage
  2750.    to other web pages when css class and id conflicts.
  2751.    example pages:
  2752.      https://discussions.apple.com/content?filterID=following~objecttype~objecttype[thread]
  2753.      https://discussions.apple.com/community/ipad/ipad_in_business_and_education/content
  2754.         ?filterID=contentstatus[published]~objecttype~objecttype[thread]
  2755.      https://communities.apple.com/es/community/ipad/using_ipad/content?filterID=
  2756.         contentstatus[published]~objecttype~objecttype[thread]
  2757.      https://communities.apple.com/pt/people/espa%C3%B1ol.rccharles/content?manage=true
  2758.    avoid:
  2759.      https://communities.apple.com/pt/search.jspa
  2760.  https://discussions.apple.com/content?filterID=following~objecttype~objecttype[thread]
  2761.    */
  2762.      
  2763. @-moz-document
  2764.    url-prefix(https://discussions.apple.com/content),
  2765.    url-prefix(https://discussions.apple.com/community),
  2766.    url-prefix(https://discussions.apple.com/people),
  2767.    url-prefix(https://discussionsjapan.apple.com/content),
  2768.    url-prefix(https://discussionsjapan.apple.com/community),
  2769.    url-prefix(https://discussionsjapan.apple.com/people),
  2770.    url-prefix(https://discussionskorea.apple.com/content),
  2771.    url-prefix(https://discussionskorea.apple.com/community),
  2772.    url-prefix(https://discussionskorea.apple.com/people),
  2773.    url-prefix(https://communities.apple.com/es/content),    
  2774.    url-prefix(https://communities.apple.com/es/community/),
  2775.    url-prefix(https://communities.apple.com/es/people),  
  2776.    url-prefix(https://communities.apple.com/pt/content),
  2777.    url-prefix(https://communities.apple.com/pt/community/),
  2778.    url-prefix(https://communities.apple.com/pt/people) {  
  2779.     /* ================================================= */
  2780.    @media all and (max-width: 499px) {
  2781.        li.j-browse-filter-group-item.js-browse-filter-group-item a.js-select-link {height: 16px !important;}
  2782.        }
  2783.        
  2784.      /* ================================================= */
  2785.     @media all and (max-width: 1265px)  {
  2786.      /* Debug to identify which page we found.  Place our ukiyo-e. */      
  2787.    /*  h1, h2, h3, #apple-site-title > a:nth-child(1), #j-globalNav-bg {    
  2788.           background-color:yellow !important;
  2789.           border: 2px dashed black !important;    
  2790.          }  */
  2791.        
  2792.     /* ------------------      
  2793.        Treatment for narrow window      
  2794.        Method 1 (minimum optimisation)      
  2795.      
  2796.        Places
  2797.        
  2798.        https://discussions.apple.com/places
  2799.        
  2800.        Adjust community list table's shift and margin to maximize its width.      
  2801.     */                                                                            
  2802.     /* ------------------ (currently commented out)      
  2803.     .j-layout-sl.j-browse-places .j-column-wrap-l { margin-left: -166px !important; }      
  2804.     .j-layout-sl.j-browse-places .j-column-l      { margin-left: 166px !important; }      
  2805.     .j-layout-sl.j-browse-places .j-column-s      { width: 166px !important; }      
  2806.     ------------------ */      
  2807.     /* ------------------      
  2808.         Treatment for narrow window      
  2809.         Method 2 (more beneficial to narrow window but has disadvantage for wide window)      
  2810.          
  2811.         Let community list table have full width but not exceed 1019px to make room for      
  2812.         sidebar ui (filters & actions).  If window is wide enough (>=1265px), sidebar ui      
  2813.         is displayed next to community list table, otherwise it is displayed below or
  2814.         above it (depending upon its document tree order).      
  2815.          
  2816.         * sidebar width (constant)    = 166px      
  2817.         * community table max width   = 1019px      
  2818.         * canvas margin-left          = 40px      
  2819.         * canvas margin-right         = 40px      
  2820.         ---------------------------------------      
  2821.         * total                       = 1265px      
  2822.     */                                                                              
  2823.     /* ------------------ (currently active) */      
  2824.     .j-layout-sl.j-browse-places .j-column-wrap-l { max-width: 1019px !important; }      
  2825.     .j-layout-sl.j-browse-places .j-column-wrap-l { margin-left: 0px !important; }      
  2826.     .j-layout-sl.j-browse-places .j-column-l      { margin-left: 0px !important; }      
  2827.     .j-layout-sl.j-browse-places .j-column-l      { padding-left: 0px !important; }      
  2828.     .j-layout-sl.j-browse-places .j-column-s      { width: 166px !important; }          
  2829.     /* ------------------ */      
  2830.        
  2831.     /* See if we can position "start ad discussion, Write a user tip" bottom  
  2832.        bar a little better */    
  2833.     .j-box {    
  2834.         margin-top: 40px !important;    
  2835.         float: right !important;}    
  2836.        
  2837.    
  2838.     /* Turn verical nav list into a horizontal nav list to save vertical space.    
  2839.         This nav bar appear above the list of dicussions in the Your Content page.    
  2840.         It appears below in the list of discussions page.    
  2841.         A larger screen has room for vertical navigation, so let along. */    
  2842.  
  2843.     /* We need to make room for the horizontal nav bar.  A floating right, the area to the left    
  2844.        is blank anyway. */    
  2845.     .j-layout-sl.j-browse-content .j-column-s        
  2846.         { width: 95% !important; }  /* let more room for horizontal navigation 0.64 */    
  2847.      
  2848.      
  2849.     /* make nav bar horizontal amoung other things. */    
  2850.     div .j-column.j-column-s nav ul li {  
  2851.       float: left !important;    /* makes the list items horizontal */    
  2852.       width: 120px !important;  /* width of each link */  
  2853.                                  /*  height: 30px !important;*/
  2854.                                  /* vertical-align: middle !important; */
  2855.        
  2856.       text-align: center !important;    
  2857.       margin-left: 0 !important;    
  2858.       padding-left: 0 !important;    
  2859.     }  
  2860.  
  2861.     li.j-browse-filter-group-item.js-browse-filter-group-item a.js-select-link {
  2862.         height: 23px !important;
  2863.         padding-top:7px !important}
  2864.        
  2865.    
  2866.      
  2867.    /* after making the navigating link horizontal, the blue overlay box doesn't immediately  
  2868.       jump to the draft box.  After clicking on any of the other links, the blue box    
  2869.       parks on the draft box and will not move.  The function must be implemented in javascript which  
  2870.       cannot be changed from css. In the May 2016 ASC, the blue box moves correct when the sidebar is moved to the right.
  2871.       Still broken for horizontal. Purge it.    
  2872.       Upper nav bar on your content */    
  2873.       /* https://discussions.apple.com/people/<apple-id>/content */    
  2874.     body.jive-view-profile.j-view-profile.j-view-profile-nonself.other .j-second-nav > ul:nth-child(1) > li:last-child,    
  2875.        body.j-body-yourwork.other li.active:last-child {display: none !important;}    
  2876.        
  2877.    /* Found another blue overlay box.    
  2878.       https://discussions.apple.com/people/<ASC_id>/content?manage=true */    
  2879.     body.jive-view-profile.j-view-profile.j-view-profile-self.other li.active:last-child {display: none !important;}    
  2880.      
  2881.     /* style the link (a tag) inside the li    
  2882.        Put a box around the links.  Complete box makes for a dark middle Line. So, leave  
  2883.        off right line but for righ most link. Do the best we can    
  2884.        ASC box grey-line color #d7d7d7 also seems like grey #eaeaea */    
  2885.     div .j-column.j-column-s nav li a {  
  2886.        border: 1px solid #d7d7d7 !important;    
  2887.        border-left: none !important;  /* avoid double border lines for middle items */    
  2888.        padding-left: 0 !important;    
  2889.     }  
  2890.    
  2891.     /* Fill in the first box with a line on the left */    
  2892.     /* Upper nav bar on your content  
  2893.        https://discussions.apple.com/content?filterID=following~objecttype~objecttype[thread] */    
  2894.     body.j-body-yourwork.other li.j-browse-filter-group-item:first-child > a,  
  2895.     /* https://discussions.apple.com/people/<apple-id>/content?manage=true */    
  2896.     body.jive-view-profile.j-view-profile.j-view-profile-self other li.active:first-child > a,  
  2897.     /* https://discussions.apple.com/people/<apple-id>/content */    
  2898.     div .j-column.j-column-s nav.j-second-nav ul > li:first-child > a,  
  2899.     /* lower nav bar, see here:    
  2900.        https://discussions.apple.com/community/ipad/ipad_in_business_and_education  
  2901.             /content?filterID=contentstatus[published]~objecttype~objecttype[thread] */    
  2902.     body.j-body-place.other    li.j-browse-filter-group-item:first-child {    
  2903.        border-left: 1px solid #d7d7d7 !important;  /* avoid double border lines for middle items */    
  2904.     }  
  2905.        
  2906.        /* Hover. horizontal nav bar */
  2907.     div .j-column.j-column-s nav li a:hover {  
  2908.         border-color: #42aaff !important;  /* light blue */    
  2909.       }  
  2910.          
  2911.   } /* media */
  2912.  
  2913.        
  2914. /* ================================================= */
  2915. /* Only for narrow width windows. */
  2916. @media all and ( min-width: 321px ) and ( max-width: 1265px ) {
  2917.         /* let a little space to the left of the navigation bar. */      
  2918.         div .j-column.j-column-s nav  {  
  2919.         margin-left: 0px !important;      
  2920.         margin-top: 20px !important;  /* max of margin-bottom of proceeding line and margin-top */    
  2921.     }  
  2922.            
  2923.   } /* end of media */
  2924.        
  2925.        
  2926. /* ================================================= */
  2927. /* adjust for small screen found on smart phones */
  2928. @media all and (max-width: 320px) {
  2929.       /* the once upon a time sidebar */
  2930.       li.j-browse-filter-group-item.js-browse-filter-group-item a.js-select-link {
  2931.           height: 16px !important;
  2932.           /*background-color: antiquewhite !important;}
  2933.    
  2934.       /* let a little space to the left of the navigation bar. */      
  2935.       div .j-column.j-column-s nav  {  
  2936.           margin-left: 0px !important;      
  2937.           margin-top: 50px !important;  /* max of margin-bottom of proceeding line
  2938.                                          and margin-top */  
  2939.           /*background-color: azure !important;
  2940.         }  
  2941.    
  2942.     /* was sidebar now moved to horizontal */
  2943.     div.j-column.j-column-s nav.j-second-nav {    
  2944.         /*margin-top: 30px !important;*/
  2945.         margin-bottom: 10px !important;
  2946.         /*background-color: red !important;}
  2947.    
  2948.    
  2949.    
  2950. } /* end of media */
  2951.        
  2952. } /* @-moz-document url-prefix for sidebar */
  2953.  
  2954. /* ==============================================
  2955.    Leave the login window footer alone. So, turn these fields back on.    
  2956.     */      
  2957. @-moz-document    
  2958.     url-prefix(https://discussions.apple.com/people/),      
  2959.     url-prefix(https://discussions.apple.com/welcome),      
  2960.     url-prefix(https://discussionsjapan.apple.com/people/),        
  2961.     url-prefix(https://discussionsjapan.apple.com/welcome/),      
  2962.     url-prefix(https://discussionskorea.apple.com/people/),      
  2963.     url-prefix(https://discussionskorea.apple.com/welcome/),
  2964.     url-prefix(https://communities.apple.com/es/people),  
  2965.     url-prefix(https://communities.apple.com/es/welcome),      
  2966.     url-prefix(https://communities.apple.com/pt/people),
  2967.     url-prefix(https://communities.apple.com/pt/welcome)  {        
  2968.    
  2969.         /* legalistic bomblast on login window*/      
  2970.         #globaldisclaimer.sosumi {display: inherit !important; }            
  2971.         /* path to here */      
  2972.         #j-footer #breadcrumbs {display: inherit !important; }      
  2973.         /* apple product info */      
  2974.         p.gf-buy {display: inherit !important; }          
  2975. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement