Advertisement
rccharles

asc combined 10Mar2017

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