Advertisement
rccharles

asc combination sept 28, 2016

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