Advertisement
rccharles

asc body & header combo 9-22-2016

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