Advertisement
rccharles

asc body & header combo

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