Advertisement
rccharles

ASC may 2016 look beta-m update

Jun 27th, 2016
263
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 73.63 KB | None | 0 0
  1. /*
  2.     custom styles for Apple Support Communities board system introduced in 2016-06
  3.  
  4.     Copyright 2014, 2016 Hiroto,  et. al.      
  5.      
  6.     GNU General Public License      
  7.      
  8.     This program is free software: you can redistribute it and/or modify      
  9.     it under the terms of the GNU General Public License as published by      
  10.     the Free Software Foundation,  version 3      
  11.      
  12.     This program is distributed in the hope that it will be useful,      
  13.     but WITHOUT ANY WARRANTY; without even the implied warranty of      
  14.     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the      
  15.     GNU General Public License for more details.      
  16.      
  17.     For a copy of the GNU General Public License      
  18.     see <http://www.gnu.org/licenses/>.        
  19.      
  20.     For more information on how to install this css and what the css does, see:      
  21.     https://discussions.apple.com/docs/DOC-7501      
  22.  
  23.     v0.2 by rccharles
  24.         - scrolling of large code blocks "advanced >> plain"
  25.         - reformat buttons
  26.         - nav list to horizontal for small windows
  27.         - option to sink legalistic bombblast.
  28.             Look for .~.~.~.~.~.~.~. then uncomment the three lines following
  29.         - expanded the display of posts in a discussion to view all posts.  Thanks turingtest2
  30.         - colored backgrounds for posts
  31.         - turingtest2's fix for copy & paste in tinyMCE
  32.         - turingtest2's fix to get rid of answered and helpfuls at the top of every page.
  33.         - light blue in tool icon pulldowns
  34.         - link popup on simple edit
  35.             Look for -.-.-.-.-.-.-.- then uncomment the line following
  36.         - Move who replied to the left margin.
  37.    
  38.    
  39.     v0.11
  40.         - introduced @media rules in THREAD LIST BROWSER and PLACES sections:
  41.             @media all and ( max-width: X ) rule
  42.             @media all and ( min-width: Y ) rule
  43.        
  44.         - added, refined and fixed rules in various sections, which include but not limited to
  45.             BODY
  46.                 - changed #body-apple {width: 100%} to {width: auto}, which is essential to
  47.                   prevent horizontal scroller from appearing in narrow window environment.
  48.             TEXT > font
  49.                 - added rules to use fine local font in lieu of illegible remote font
  50.             ASC TOP PAGE
  51.                 - added rules on 'search or ask a question', 'featured topics' etc
  52.             COMMUNITIES CATEGORIES OVERVIEW
  53.                 - new section
  54.             THREAD LIST BROWSER > community overview
  55.                 - added and refined rules (treating filter ui layout)
  56.             PROFILE > content
  57.                 - new subsection (treating browser control ui layout)
  58.             BLOG
  59.                 - new section
  60.             UNAUTHORIZED
  61.                 - new section
  62.  
  63.     v0.10d
  64.         - draft
  65.  
  66.     written by Hiroto, 2016-06
  67. */
  68. @-moz-document
  69.     domain(communities.apple.com),  /* Português & Spanish */
  70.     domain(discussions.apple.com),
  71.     domain(discussionsjapan.apple.com),
  72.     domain(discussionskorea.apple.com),
  73.     domain(discussionschinese.apple.com)
  74. {
  75.     /* ------------------------------------------------------------------------------------------------
  76.         BODY
  77.     */
  78.     body.j-body-welome,             /* Welcome */
  79.     body.j-body-place,              /* Community */
  80.     body.j-body-yourwork,           /* Content */
  81.     body.j-body-home,               /* Activity */
  82.     body.j-body-yourconnections,    /* People */
  83.     body.j-body-preferences,        /* Preferences */
  84.     body.jive-body-content,         /* Thread */
  85.     body.jive-body-search,          /* Search */
  86.     body.jive-view-profile          /* Profile */
  87.     {                                                                              
  88.         background: white  !important;
  89.     }
  90.     body {
  91.         min-width: 0px !important;
  92.     }
  93.    
  94.     /* Note: #body-apple is a div the covers the whole document.  So, it overrides the body tag. */
  95.     #body-apple {
  96.         width: auto !important;
  97.         min-width: 0px !important;
  98.         background: #f2f2f2  !important;
  99.     }
  100.     #globalheader { display: none !important; }                                    
  101.     #global-nav-wrapper {display: none !important; }                                
  102.     #globalfooter,
  103.     #globaldisclaimer { width: 80% !important; }                                    
  104.  
  105.    
  106.  
  107.     /* ------------------------------------------------------------------------------------------------
  108.         TEXT
  109.     */                                                                                      /* NEW */
  110.     body {
  111.         font-size: 16px !important;
  112.         font-weight: 400 !important;
  113.         line-height: 1.25 !important;
  114.     }
  115.     body * {
  116.         /* font-size: inherit !important; */
  117.        font-weight: inherit !important; /*  turns off bolding. 0.2 */
  118.        line-height: inherit !important;
  119.     }
  120.    
  121.  
  122.    
  123.     /* font
  124.        
  125.          
  126.           lang | remote font name
  127.           -----|-----------------
  128.             ja | "Apple TP"
  129.             ko | "Yoon Gothic"
  130.             zh | "PingHei"
  131.             en | "Myriad Set Pro"
  132.             es | "Myriad Set Pro"
  133.             pt | "Myriad Set Pro"
  134.     */                                                                                      /* NEW (experimental) */
  135. /*
  136.     * { font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif !important; }
  137. */
  138.     [lang|="ja"] * {
  139.         font-family: "Hiragino Kaku Gothic Pro", "Meiryo",
  140.                      "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
  141.     }
  142.     [lang|="ko"] * {
  143.         font-family: "Apple Gothic", "HY Gulim", "MalgumGothic", "HY Dotum", "Lexi Gulim",
  144.                      "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
  145.     }
  146.     [lang|="zh"] * {
  147.         font-family: "STHeitiSC-Light",
  148.                      "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
  149.     }
  150.     [lang|="en"] *,
  151.     [lang|="es"] *,
  152.     [lang|="pt"] * {
  153.         font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
  154.     }
  155.    
  156.     /* Start 0.2 additions */
  157.    
  158.    
  159.     /* Reduce white space in user tips */
  160.     /* Put bolding back.  body * is too strong above.  Hack strong back! */
  161.     strong {
  162.         font-weight: bold !important;}
  163.    
  164.     /* No line after Communities.  Waste of space and doesn't separate anything.
  165.            https://discussions.apple.com/community/mac_os/mac_os_x_technologies/content  */
  166.     div#j-header-wrap header nav#j-globalNav-bg {border-bottom: 0px !important; }
  167.    
  168.  
  169.  
  170.     /* ??? */
  171.      select#j-sort.form-cell.form-dropdown option {
  172.          padding: 5px 6px 5px 8px !important;
  173.          font-size: 14px !important;
  174.          width: 180px !important;      /* Was 220px */
  175.         color:green !important;
  176.        }
  177.                                                                                    
  178.     /* highlights in dark blue unread posts when logged in.  v0.6      
  179.      
  180.     All your posts      
  181.         https://discussions.apple.com/content?filterID=participated~objecttype~objecttype[thread]        
  182.      
  183.     Discussions you authored      
  184.         https://discussions.apple.com/content?filterID=contentstatus[published]~objecttype~objecttype[thread]        
  185.      
  186.     To see the discussions you have read and not read in a community      
  187.     The suffix to use for any ASC forum, placed after the basic link to any forum, it's      
  188.         /content?filterID=contentstatus[published]~objecttype~objecttype[thread]      
  189.      
  190.     for iPhone community this would be:      
  191.         https://discussions.apple.com/community/iphone/using_iphone/content
  192.             ?filterID=contentstatus[published]~objecttype~objecttype[thread]        
  193.      
  194.      
  195.     */  
  196.     .j-td-title strong {
  197.         color:#191970 !important;
  198.         font-weight: normal !important;}  
  199.    
  200.     /* Prevent capitalization of user names there. (Mine becomes Turingtest2 on that page and
  201.       nowhere else, which is daft!) */
  202.     .jive-username-link {text-transform: none !important;}        /* Remove username capitalization */
  203.          
  204.    
  205.  
  206.     /* Scroll code listings.  set max-height of syntax highlighted code in thread      
  207.        content browser   */      
  208.     .jive-rendered-content .dp-highlighter {    
  209.        max-height: 500px !important;      
  210.        overflow: auto !important;      
  211.     }                                                                                  
  212.     /* Scroll code listings. set max-heiht of pre code (visible when javascript is disabled)  */      
  213.     .jive-rendered-content pre {      
  214.        max-height: 500px !important;      
  215.        overflow: auto !important;      
  216.     }  
  217.    
  218.     /* Rambling footer stuff will be sunk              
  219.        no more legalistic bomblast.
  220.        Read about Apple's worries on the Welcome page.
  221.        .~.~.~.~.~.~.~. */      
  222. /*  footer #globaldisclaimer {display: none !important; } */        
  223.     /* Not a complete path to here, so why be misleading */      
  224. /*  footer nav.footer-breadory {display: none !important; }    */      
  225.     /* Guess by now folks know how to buy an apple product */      
  226. /*  p.gf-buy {display: none !important; } */    
  227.    
  228.     /* end 0.2 additions */
  229.    
  230.     /* preseve monospace for pre.jive-pre */
  231.     pre.jive-pre { font-family: monospace !important; }
  232.  
  233.    
  234.     /* ------------------------------------------------------------------------------------------------
  235.         ASC HEADER, FOOTER AREA
  236.     */
  237.     #j-header,
  238.     #j-compact-header,
  239.     #j-footer { width: 100% !important; }
  240.    
  241.     /* navigation header (Apple Support Communities ...) */
  242.     #j-header-wrap {
  243.         padding: 0px 40px !important;
  244.         margin: 0px 0px 15px !important;
  245.     }
  246.     #j-globalNav-bg {
  247.         padding: 0pX !important;
  248.         margin: 0px !important;
  249.         width: auto !important;                                                             /* NEW */
  250.     }
  251.     #j-satNav { overflow: visible !important; }
  252.  
  253.     #j-header-wrap { margin-bottom: 50px !important; }                                      /* NEW */
  254.     #apple-full-header { margin: 10px 0px 0px !important; }                                 /* NEW */
  255.     #second-row {                                                                           /* NEW */
  256.         padding-top: 25px !important;
  257.         height: 30px !important;
  258.     }
  259.  
  260.     /* announcement */                                                                      /* NEW */
  261.     #jive-alert {
  262.         width: auto !important;
  263.         max-width: inherit !important;
  264.         margin: -20px 40px 10px !important;
  265.     }
  266.     .j-thread #jive-alert {
  267.         margin: -50px 40px 10px !important;
  268.     }
  269.     .jive-body-formpage.j-thread #jive-alert {
  270.         margin: -30px 40px 10px !important;
  271.     }
  272.    
  273.     /* breadcrumb */                                                                        /* NEW */
  274.     #jive-breadcrumb {
  275.         width: auto !important;
  276.         margin-right: 40px !important;
  277.         position: relative !important;
  278.    
  279.     }
  280.    
  281.     /* footter */                                                                           /* NEW */
  282.     .j-js-footer-wrap {
  283.         width: auto !important;
  284.         min-width: 0px !important;
  285.     }
  286.     footer#j-footer {
  287.         width: auto !important;
  288.         min-width: 0px !important;
  289.     }
  290.  
  291.  
  292.     /* ------------------------------------------------------------------------------------------------
  293.         ASC TOP PAGE
  294.     */
  295.     .j-body-welcome #jive-alert { margin: 0px 40px !important; }
  296.     .j-body-welcome .hero-container img { width: auto !important; }
  297.     .j-body-welcome.j-body-home [id|=jive-widgetframe] > .content-large {
  298.         text-align: center !important;
  299.         overflow-x: auto !important;
  300.         overflow-y: hidden !important;
  301.     }
  302.     .apple-communities {
  303.         display: inline-block !important;
  304.         width: auto !important;
  305.         text-align: left !important;
  306.     }
  307.  
  308.     /* search or ask a question */
  309.     .ask-a-question-container .j-form input[type="text"] { width: 90% !important; }
  310.  
  311.     /* featured topics */
  312.     .jive-widget-featuredcontentwidget h2 {
  313.         font-size: 28px !important;
  314.     }
  315.     .jive-widget-featuredcontentwidget .content-large .featured-content-header {
  316.         padding-bottom: 30px !important;
  317.     }
  318.     .jive-widget-featuredcontentwidget .content-large .featured-content-header p.sub-title {
  319.         margin: 10px 0px 20px !important;
  320.     }
  321.     .jive-widget-featuredcontentwidget .featured-list-container {
  322.         max-width: 1000px !important;
  323.     }
  324.     .jive-widget-featuredcontentwidget .featured-list-container .featured-list-row {
  325.         margin-bottom: 20px !important;
  326.         border-style: dotted !important;
  327.         border-width: thin !important;
  328.     }
  329.     .jive-widget-featuredcontentwidget .featured-list-container .featured-list-user {
  330.         margin: 0px 10px !important;
  331.     }
  332.     .jive-widget-featuredcontentwidget .featured-list-container .featured-list-desc {
  333.         margin: 0px 10px !important;
  334.     }
  335.     .jive-widget-featuredcontentwidget h4.title {
  336.         font-size: 18px !important;
  337.         margin: 10px 0px !important;
  338.         text-decoration: underline !important;
  339.     }
  340.     .jive-widget-featuredcontentwidget .rating-row,
  341.     .jive-widget-featuredcontentwidget .featured-list-container .featured-list-desc blockquote,
  342.     .jive-widget-featuredcontentwidget .featured-list-container .featured-list-desc .user-metadata {
  343.         margin-bottom: 10px !important;
  344.     }
  345.    
  346.     /* new to communities? */
  347.     .on-boarding .on-boarding-header h2 {
  348.         font-size: 28px !important;
  349.         margin: 0px 0px 25px !important;
  350.     }
  351.     .on-boarding .img-container { margin: 0px auto 30px !important; }
  352.    
  353.     /* how-to grid */
  354.     .on-boarding > .grid-display {
  355.         margin-top: 40px !important;
  356.         padding: 20px 0px !important;
  357.         max-width: 1000px !important;
  358.         display: inline-block !important;
  359.     }
  360.     .on-boarding .row .column h3 {
  361.         margin: 0px 30px 20px !important;
  362.         max-height: 50% !important;
  363.     }  
  364.  
  365.  
  366.     /* ------------------------------------------------------------------------------------------------
  367.         COMMUNITIES CATEGORIES OVERVIEW
  368.     */                                                                                      /* NEW */
  369.     /* communities description */
  370.     .apple-space-overview .jive-widget-subcommunitieswidget .community-image {
  371.         width: 200px !important;
  372.         position: absolute !important;
  373.         z-index: -1 !important;
  374.     }
  375.     .apple-space-overview .jive-widget-subcommunitieswidget .community-image img {
  376.         width: 200px !important;
  377.         height: 200px !important;
  378.     }
  379.     .apple-space-overview .jive-widget-subcommunitieswidget .community-description {
  380.         margin-bottom: 45px !important;
  381.     }
  382.     .apple-space-overview .jive-widget-subcommunitieswidget .community-description h1 {
  383.         font-size: 28px !important;
  384.         margin: 30px 0px !important;
  385.     }  
  386.    
  387.     /* top communities */
  388.     .apple-space-overview  h2.community-title {
  389.         font-size: 24px !important;
  390.         margin: 0px 0px 20px !important;
  391.     }
  392.     .apple-space-overview .category-latest-header h3 {
  393.         font-size: 22px !important;
  394.         margin: 0px 0px 20px !important;
  395.     }
  396.     .apple-space-overview .category-latest h3,
  397.     .apple-space-overview .category-latest h4 { font-size: 20px !important; }
  398.     .apple-space-overview .jive-widget-subcommunitieswidget .content-large       { padding: 10px !important; }
  399.     .apple-space-overview .jive-widget-subcommunitieswidget .content-large > nav { padding-top: 0px !important; }
  400.     .apple-space-overview .jive-widget-recentcontentfilterwidget {
  401.         padding-bottom: 10px !important;
  402.         margin-bottom: 0px !important;
  403.     }
  404.    
  405.     /* search for more topics */
  406.     .apple-space-overview .category-page .ask-a-question-header {
  407.         margin-top: 20px !important;
  408.         width: auto !important;
  409.     }
  410.     .apple-space-overview .category-page .ask-a-question-header h2 { font-size: 24px !important; }
  411.     .apple-space-overview .category-page .ask-a-question-container {
  412.         width: 80% !important;
  413.         max-width: 1000px !important;
  414.         margin: 30px auto !important;
  415.     }
  416.     .apple-space-overview .category-page .ask-a-question-container .j-form input[type="text"] {
  417.         padding: 10px 10px 10px 50px !important;
  418.         width: 94% !important;
  419.     }
  420.     .apple-space-overview .category-page .ask-a-question-footer { margin: 40px 0px !important; }
  421.    
  422.     /* contact apple support */
  423.     .apple-space-overview .section-eyebrow { font-size: 24px !important; }
  424.     .apple-space-overview .section-header {
  425.         font-size: 22px !important;
  426.         margin: 0px 0px 30px !important;
  427.     }
  428.        
  429.    
  430.     /* ------------------------------------------------------------------------------------------------
  431.         THREAD LIST BROWSER
  432.     */
  433.  
  434.     /* ------------------
  435.         community overview
  436.     */                                                                                      /* NEW */
  437.     .category-latest .category-latest-container .category-latest-row {
  438.         margin: 0px !important;
  439.         padding: 5px 0px !important;
  440.     }
  441.     .category-latest .category-latest-container .category-latest-row .discussion-metadata {
  442.         margin: 5px 0px !important;
  443.     }
  444.     .category-latest .category-latest-container .category-latest-row .discussion-title a {
  445.         font-size: 100% !important;
  446.         font-weight: 500 !important;
  447.         color: rgb(0, 136, 204) !important;
  448.     }
  449.     .category-latest .category-latest-container .category-latest-row:nth-child(odd) {
  450.         background: rgb(247, 247, 247) !important;
  451.     }
  452.     .category-latest .category-latest-container .category-latest-row .read-full {
  453.         display: none !important;
  454.     }
  455.     .category-latest .category-latest-container .category-latest-row .discussion-metadata .cell {
  456.         margin-right: 15px !important;
  457.     }
  458.     .category-latest .category-latest-container .category-latest-row .discussion-metadata .cell a {
  459.         color: rgb(0, 136, 204) !important;
  460.         text-decoration: none !important;
  461.     }
  462.    
  463.     .apple-space-overview #body-apple .list-page .ask-a-question-sidebar {
  464.         margin: 0px 70px 10px 0px !important;
  465.     }
  466.     .apple-space-overview #body-apple .list-page .ask-a-question-sidebar .ask-a-question-space-icon {
  467.         width: 128px !important;
  468.         height: 128px !important;
  469.     }
  470.     .apple-space-overview #body-apple .list-page .ask-a-question-wrapper .community-siblings {
  471.         padding: 5px 0px !important;
  472.         font-size: 20px !important;
  473.     }
  474.  
  475.     /* content filter (by type (solved|recommended|unanswered) & category) */
  476.     .jive-content-filter {
  477.         width: 20% !important;
  478.         max-width: 250px !important;
  479.         min-width: 100px !important;
  480.         padding: 0px 10px 0px 0px !important;
  481.     }
  482.     .jive-content-filter h2 {
  483.         margin-bottom: 15px !important;
  484.         font-weight: 500 !important;
  485.     }
  486.     .jive-content-filter ul li { margin: 3px 0px !important; }
  487.     .jive-content-filter ul li:nth-child(odd) { background: rgb(247, 247, 247) !important; }
  488.     .jive-content-filter ul li a.jive-content-filter-highlight { background: rgb(230, 240, 230) !important; }
  489.     /* ------------------ */
  490.    
  491.  
  492.     /* show author name in 'Latest activity' column in detailed list view of threads */
  493.     td.j-td-date > span { display : inherit !important; }
  494.  
  495.     /* main section */
  496.     #j-main { padding: 0px !important; }
  497.  
  498.     /* table cell title */
  499.     .jive-table td.jive-table-cell-title { padding: 5px !important; }
  500.        
  501.     /* thread list view column widths */                                            
  502.     .j-browse-details .j-td-title { max-width: none !important; }
  503.     .j-browse-details .j-td-date {
  504.         width: auto !important;
  505.         max-width: 20% !important;
  506.     }
  507.    
  508.     /* thread list view: read thread font weight */                                         /* NEW (feature restored) */
  509.     /* I'll go with dark blue.  In an earlier implementation of ASC, the bolded fond wasn't that noticeable, so
  510.        a dark blue was picked.  Might as well stay with it.                                    0.2 */
  511.  /*   .j-browse-details .j-td-title strong { font-weight: 600 !important; }  */
  512.    
  513.  
  514.     @media all and ( max-width: 1099px )
  515.     {
  516.         /* ------------------
  517.             Treatment for narrow window
  518.             Hide Like and Bookmark columns in thread list view if viewport width <= 1098 (= 1265 - 166)
  519.         */                                                                              
  520.         .j-browse-details .j-td-likes,
  521.         .j-browse-details .j-td-bookmarks { display: none !important; }
  522.         .j-browse-details > table.j-browse-list > thead.j-rc4 > tr > th + th,
  523.         .j-browse-details > table.j-browse-list > thead.j-rc4 > tr > th + th + th { display: none !important; }
  524.         .j-browse-details > table.j-browse-list > thead.j-rc4 > tr > th + th + th + th { display: table-cell !important; }
  525.     }
  526.  
  527.    
  528.     /* user name link */
  529.     .jive-username-link { text-transform: none !important; }                        
  530.  
  531.     /* threads list view table tr td  */                                                    /* CHANGED */
  532.     .j-browse-details-tbody tr td { padding: 2px !important; }
  533.  
  534.     /* threads list view left most icon */                                                  /* NEW */
  535.     .j-browse-details-tbody .j-td-icon { padding: 0px 6px 0px !important; }
  536.    
  537.     /* communities list view table tr td */
  538.     .jive-communities-listing table tr td { padding: 5px !important; }
  539.    
  540.     /* thumbnails view width */
  541.     .j-browse-content .j-thumb-view,
  542.     .j-browse-places .j-browse-thumbnails,
  543.     .j-browse-people .j-browse-thumbnails { width: 100% !important; }
  544.    
  545.     /* thumbnail view list item margin */                                          
  546.     .j-browse-content .j-thumb-view > li,
  547.     .j-browse-places .j-browse-thumbnails > li { margin-right: 20px !important; }
  548.    
  549.     /* thumbnail view article font size */                                                  /* NEW */
  550.     .j-thumb article { font-size: inherit !important; }
  551.    
  552.     /* thunbnail view article header height */                                              /* NEW */
  553.     .j-content-thumb header { height: 22px !important; }
  554.  
  555.     /* thumbnail view article header font size */                                           /* NEW */
  556.     .j-thumb header h4.shrunk { font-size: 80% !important; }
  557.     .j-browse-content .j-content-thumb header .icon {
  558.         font-size: 16px !important;
  559.         margin: 0px 8px 0px 0px !important;
  560.     }
  561.    
  562.     /* thumbnail view article height */                                                     /* NEW */
  563.     .j-browse-content .j-content-thumb article { height: 120px !important; }
  564.    
  565.     /* thumbnail view footer */                                                             /* NEW */
  566.     .j-browse-content .j-content-thumb.j-thumb footer { padding: 4px 0px 0px !important; }  
  567.  
  568.    
  569.     /* social actions row */
  570.     .apple-social-actions-wrapper { margin-right: 0px !important; }
  571.     .j-thread .j-social-actions { margin-right: 40px !important; }
  572.  
  573.     /* apple header, subheader row ("Find helpful contents..." etc )*/              
  574.     #apple-full-subheader,
  575.     #apple-activity-subheader {
  576.         padding: 0px 40px 15px !important;
  577.         margin-bottom: 15px !important;
  578.     }
  579.     #apple-full-header h2,
  580.     #apple-activity-header h2 { padding: 0px 40px !important; }
  581.  
  582.     /* page header */
  583.     .j-body-place #jive-body > header.j-page-header {
  584.         margin-left: 40px !important;
  585.         margin-right: 40px !important;
  586.         width: auto !important;
  587.     }
  588.    
  589.     /* pagenation */                                                                        /* NEW */
  590.     .j-pagination-prevnext > .j-pagination-prev,
  591.     .j-pagination-prevnext > .j-pagination-next { font-size: 0px !important; }  
  592.    
  593.    
  594.     /* browser filter row */
  595.     #j-browse-filters { margin-bottom: 5px !important; }
  596.  
  597.     /* browser controls row */
  598.     .j-type-row { margin-bottom: 0px !important; }
  599.  
  600.     /* browser controls content types (All Contents|User Tips|Discussions) width */
  601.     #js-browse-controls .j-type-row .j-content-types { width: 90% !important; }
  602.    
  603.     /* browser controls view toggle (Thumbnails|Details) width */
  604.     #js-browse-controls #j-item-view-toggle {
  605.         width: 10% !important;
  606.         display: table !important;
  607.     }
  608.  
  609.     /* content filter row (All|Open|Answered|Threads) */
  610.     .j-content-filter {
  611.         background: white !important;
  612.         margin-bottom: 10px !important;
  613.     }  
  614.    
  615.     /* container canvas */
  616.     .j-contained {
  617.         margin-left: 40px !important;
  618.         margin-right: 40px !important;
  619.     }
  620.  
  621.     /* more search results available */
  622.     #j-more-search-results-available { padding: 10px !important; }
  623.    
  624.     /* misc */
  625.     .jive-widget { margin-bottom: 10px !important; }
  626.     .j-column { margin-bottom: 10px !important; }
  627.  
  628.  
  629.     @media all and ( min-width: 1265px )
  630.     {
  631.         /* ------------------
  632.             Treatment for narrow window
  633.             Method 1 (minimum optimisation)
  634.    
  635.             Adjust thread list table's shift and margin to maximize its width.
  636.         */                                                                              
  637.         .j-layout-sl.j-browse-content .j-column-wrap-l { margin-left: -166px !important; }
  638.         .j-layout-sl.j-browse-content .j-column-l      { margin-left: 166px !important; }
  639.         .j-layout-sl.j-browse-content .j-column-s      { width: 166px !important; }
  640.     }
  641.     @media all and ( max-width: 1265px )
  642.     {
  643.         /* ------------------
  644.             Treatment for narrow window
  645.             Method 2 (more beneficial to narrow window but has disadvantage for wide window)
  646.            
  647.             Let thread list table have full width but not exceed 1019px to make room for sidebar ui (filters & actions).
  648.             If window is wide enough (>=1265px), sidebar ui is displayed next to thread list table,
  649.             otherwise it is displayed below or above it (depending upon its document tree order).
  650.            
  651.             * sidebar width (constant)    = 166px
  652.             * thread table max width      = 1019px
  653.             * canvas margin-left          = 40px
  654.             * canvas margin-right         = 40px
  655.             ---------------------------------------
  656.             * total                       = 1265px
  657.         */                                                                              
  658.         .j-layout-sl.j-browse-content .j-column-wrap-l { max-width: 1019px !important; }
  659.         .j-layout-sl.j-browse-content .j-column-wrap-l { margin-left: 0px !important; }
  660.         .j-layout-sl.j-browse-content .j-column-l      { margin-left: 0px !important; }
  661.         .j-layout-sl.j-browse-content .j-column-s      { width: 166px !important; }
  662.     }
  663.  
  664.  
  665.     /* ------------------
  666.         Swap left-right positions of thread list table and sidebar ui (filters & actions)
  667.     */                                                                              
  668.     /* let thread list table float left */
  669.     .j-layout-sl.j-browse-content .j-column-wrap-l,
  670.     .j-layout-sl.j-browse-places .j-column-wrap-l { float: left !important; }
  671.  
  672.     /* let sidebar ui float right */
  673.     .j-layout-sl.j-browse-content .j-column-s,
  674.     .j-layout-sl.j-browse-places .j-column-s { float: right !important; }
  675.     /* ------------------ */
  676.  
  677.  
  678.     /* ------------------
  679.         leader board
  680.     */
  681.     /* .jive-widget.jive-box.j-rc5.jive-widget-leaderboardwidget */
  682.    
  683. /*
  684.     .jive-widget-leaderboardwidget {display: none !important; }                    
  685. */
  686.  
  687.     .jive-widget-leaderboardwidget { max-width: 1000px !important; }                        
  688.     .jive-widget-leaderboardwidget .j-bigtab-nav .j-tabbar { padding-top: 10px !important; }
  689.     .jive-widget-leaderboardwidget .jive-widget-topmembers.split-columns ul li { min-height: 0px !important; }
  690.     .jive-widget-leaderboardwidget .top-member-username,
  691.     .jive-widget-leaderboardwidget .top-member-username * { font-size: inherit !important; }
  692.     .jive-widget-leaderboardwidget .top-member-username { margin-left: 15px !important; }
  693.     .jive-widget-leaderboardwidget .user-level-points {
  694.         font-size: 18px !important;
  695.         margin: 14px 0px !important;
  696.         width: 60px !important;
  697.         height: 30px !important;
  698.         padding: 8px 0px 0px !important;
  699.     }
  700.     .jive-widget-leaderboardwidget .top-member-profile-info { width: 80% !important; }
  701.     .jive-widget-leaderboardwidget .top-member-profile-info > a {
  702.         border-radius: 0% !important;
  703.         width: 60px !important;
  704.         height: 60px !important;
  705.     }
  706.     .jive-widget-leaderboardwidget .top-member-username a.jiveTT-hover-user { width: auto !important; }
  707.     .jive-widget-leaderboardwidget .pagination-class { margin-top: 30px !important; }
  708.     /* ------------------ */
  709.  
  710.  
  711.     /* article list
  712.         .j-rc5 is used to identify this list
  713.         e.g., https://discussions.apple.com/article/HT1939 */                      
  714.     .j-layout-sl.j-browse-content.j-rc5 #jive-body-maincol { margin: 0px 0px 0px 166px !important; }
  715.  
  716.  
  717.     /* ------------------------------------------------------------------------------------------------
  718.         THREAD CONTENT BROWSER
  719.     */
  720.     /* thread header */
  721.     .apple-thread-header {
  722.         width: auto !important;
  723.         margin-bottom: 10px !important;
  724.         margin-left: 40px !important;
  725.     }
  726.  
  727.     /* thread message */                                                                    /* NEW */
  728.     .j-thread .jive-content .j-thread-post .jive-rendered-content {
  729.         font-size:   inherit !important;
  730.     }
  731.     .j-thread #body-apple .jive-thread-messages h2.helpful-allreply,
  732.     .j-thread #body-apple #helpful-container,
  733.     .j-thread #body-apple .j-thread-post > header .j-post-author,
  734.     .j-thread #body-apple .thread-container-wrapper,
  735.     .j-thread #body-apple .all-replies-container,
  736.     .j-thread #body-apple #j-main #jive-breadcrumb,
  737.     .j-thread #body-apple .addReply,
  738.     .j-thread #body-apple #jive-body-intro-content {
  739.         max-width: inherit !important;
  740.         margin: 10px 40px !important;
  741.     }
  742.     .j-inresponse-to {
  743.         font-size: inherit !important;
  744.     }
  745.     .j-thread .jive-content .j-thread-post > header,
  746.     .j-thread .jive-content .j-thread-post > h3.header {
  747.         margin: 15px 0px 10px 0px !important;
  748.     }
  749.  
  750.  
  751.  
  752.     .j-thread-post section.j-original-message h1 {
  753.         max-width: inherit !important;
  754.         margin: 0px 60px 20px 60px !important;
  755.     }
  756.     .j-thread-post section.j-original-message .jive-rendered-content {
  757.         max-width: inherit !important;
  758.         margin: 0px 25px !important;
  759.     }
  760.    
  761.     /* original poster profile header */
  762.     .j-thread .jive-content .j-thread-post > header.js-original-header {
  763.         max-width: inherit !important;
  764.         margin: 0px 40px !important;
  765.         padding: 5px !important;
  766.     }
  767.    
  768.  
  769.     .j-original-message .jive-rendered-content p {
  770.         font-size:   inherit !important;
  771.     }
  772.    
  773.  
  774.     /* Q mark */
  775.     .j-original-message h1 .q-marker {
  776.         left: -60px !important;
  777.         font-size: 32px !important;
  778.     }
  779.    
  780.  
  781.     /* answer rollup */                                                                     /* NEW */
  782.     .j-answer-rollup.span-full-width {
  783.         background: none repeat scroll 0% 0% rgb(237, 247, 232) !important;
  784.         padding-bottom: 10px !important;
  785.         margin: 20px 0px 0px 0px !important;
  786.         border: 1px solid rgb(45, 184, 71) !important;
  787.     }
  788.     .j-inline-correct-answer {
  789.         padding: 0px !important;
  790.         max-width: inherit !important;
  791.         margin: 0px 10px !important;
  792.     }
  793.     .j-inline-correct-answer section {
  794.         margin: 10px 0px !important;
  795.     }
  796.     /* A mark */
  797.     .j-inline-correct-answer .answer-marker {
  798.         left: 0px !important;
  799.         font-size: 32px !important;
  800.     }
  801.    
  802.  
  803.     /* persistent question shown at top */                                                  /* NEW */
  804.     .persist-question.persist { display: none !important; }
  805.  
  806.    
  807.     /* Solved and Helpful marker text */                                                    /* NEW */
  808.     .j-thread-post header .j-correct-text,
  809.     .j-thread-post h3.header .j-correct-text,
  810.     .j-thread-post header .j-helpful-text,
  811.     .j-thread-post h3.header .j-helpful-text {
  812.         font-size: 22px !important;
  813.         background: none repeat scroll 0% 0% transparent !important;
  814.         border-style: none !important;
  815.         margin: 0px !important;
  816.         padding: 10px !important;
  817.     }
  818.  
  819.    
  820.     /* thread content */                                                                    /* CHANGED */
  821.     .j-thread .jive-content { margin: 0px 10px 0px 10px !important; }
  822.  
  823.    
  824.     /* thread replies ul */
  825.     ul.jive-discussion-replies.jive-discussion-indent-0 { margin: 0px !important; }
  826.    
  827.     /* thread reply li */
  828.     .jive-discussion-replies li.reply { margin-top: 15px !important; }
  829.  
  830.  
  831.  
  832.  
  833.     /* orgininal poster comment background */                                               /* NEW */
  834.     .original-poster-comment {
  835.         background: none repeat scroll 0% 0% rgb(247, 247, 237) !important;
  836.         top:    0px !important;
  837.         right:  0px !important;
  838.         bottom: 0px !important;
  839.         left:   0px !important;
  840.     }
  841.  
  842.  
  843.     /* pagenation */                                                                        /* NEW */
  844.     .j-thread .jive-thread-messages .j-pagination {
  845.         margin: 30px 0px !important;
  846.     }
  847.  
  848.  
  849.  
  850.     .j-inline-promoted-helpful-answer p {
  851.         margin: 0px !important;
  852.     }
  853.     .j-inline-promoted-helpful-answer header .reply-date,
  854.     .j-inline-promoted-helpful-answer h3.header .reply-date,
  855.     .j-inline-recommended-answer header .reply-date,
  856.     .j-inline-recommended-answer h3.header .reply-date {
  857.         font-size: inherit !important;
  858.         margin: 10px 0px !important;
  859.     }
  860.     .j-inline-promoted-helpful-answer header .j-helpful-text,
  861.     .j-inline-promoted-helpful-answer h3.header .j-helpful-text,
  862.     .j-inline-recommended-answer header .j-helpful-text,
  863.     .j-inline-recommended-answer h3.header .j-helpful-text {
  864.         font-size: 22px !important;
  865.         background: none repeat scroll 0% 0% transparent !important;
  866.         border-style: none !important;
  867.         margin: 0px !important;
  868.     }
  869.     .j-inline-promoted-helpful-answer section .reply-body,
  870.     .j-inline-recommended-answer section .reply-body {
  871.         font-size: inherit !important;
  872.         margin-bottom: 20px !important;
  873.     }
  874.     .j-inline-promoted-helpful-answer section,
  875.     .j-inline-recommended-answer section {
  876.         padding: 0px 20px !important;
  877.     }
  878.     #helpful-container { padding-top: 0px !important; }
  879.     #helpful-container hr { margin: 10px !important; }
  880.     #helpful-container .more-answers { margin: 0px !important; }
  881.     #helpful-container .more-answers * { font-size: 24px !important; }
  882.  
  883.  
  884.     /* inline correct answer, helpful answer background */                                  /* NEW */
  885.     div[itemprop="acceptedAnswer"] {
  886.         background: none repeat scroll 0% 0% rgb(237, 247, 232) !important;
  887.     }
  888.     .j-thread .jive-content.j-helpful,
  889.     .j-thread .jive-content.j-helpful.j-op {
  890.         background: none repeat scroll 0% 0% rgb(250, 240, 220) !important;
  891.     }
  892.  
  893.  
  894.     /* switch between 'hellpful replies only' and 'all replies' */                          /* NEW */
  895.     .jive-thread-messages .helpful-all-switch * {  
  896.         font-size: 24px !important;
  897.     }
  898.     .jive-thread-messages .helpful-all-switch li.inactive {
  899.         padding: 0px !important;
  900.         top: 32px !important;
  901.     }
  902.     .jive-thread-messages .helpful-all-switch li.inactive span.menu {
  903.         width: auto  !important;
  904.         min-width: 160px !important;
  905.         padding: 5px  !important;
  906.         text-align: center !important;
  907.     }
  908.    
  909.  
  910.     /* thread content footer profile */                                                     /* NEW */
  911.     .j-thread-post section.j-original-message footer .footer-profile {
  912.         margin-right: 10px !important;
  913.     }
  914.     .j-thread-post footer .footer-profile {
  915.         margin-right: -10px !important;
  916.     }
  917.     .j-thread-post footer .footer-profile .j-status-level {
  918.         padding: 0px 10px 0px 0px !important;
  919.     }
  920.     .j-thread-post footer .footer-profile .username,
  921.     .j-thread-post footer .footer-profile .jive-username-link {
  922.         padding: 0px 10px 0px 10px !important;
  923.         max-width: 250px !important;
  924.     }
  925.     .j-inline-correct-answer footer .footer-profile .j-status-levels,
  926.     .j-inline-promoted-helpful-answer footer .footer-profile .j-status-levels,
  927.     .j-inline-recommended-answer footer .footer-profile .j-status-levels {
  928.         padding: 0px 10px 0px 0px !important;
  929.     }
  930.     .j-inline-correct-answer footer .footer-profile .username,
  931.     .j-inline-promoted-helpful-answer footer .footer-profile .username,
  932.     .j-inline-recommended-answer footer .footer-profile .username {
  933.         padding: 0px 10px 0px 10px !important;
  934.         max-width: 250px !important;
  935.     }
  936.  
  937.  
  938.     /* text wrap in header */
  939.     .j-thread-post > header .j-post-author { white-space: normal !important; }      
  940.    
  941.     /* thread post section (message body) */
  942.     .j-thread-post section {
  943.         padding: 0px 20px !important;
  944.         margin-bottom: 15px !important;                                                     /* CHANGED */
  945.     }
  946.    
  947.  
  948.     /* thread rendered content */
  949.     .jive-rendered-content { padding-bottom: 4px !important; }
  950.    
  951.     /* thread rendered content quote & pre */
  952.     .jive-rendered-content .jive-quote,
  953.     .jive-rendered-content .jive-pre {
  954.         margin: 5px 15px !important;
  955.     }
  956.  
  957.     /* thread reply footer (Return to Community | Go to original post) */
  958.     #jive-thread-reply-footer { margin-top: 10px !important; }
  959.    
  960.     /* more like this links, incomming links */
  961.     #apple-related-threads { margin: 0px 40px !important; }
  962.     #apple-related-threads .j-box { margin-bottom: 0px !important; }
  963.     .j-icon-list li { padding: 3px 0px 3px 22px !important; }
  964.  
  965.     /* related articles */                                                          
  966.     .apple-sidebar-property {
  967.         width: auto !important;
  968.         padding-left: 0px !important;
  969.     }
  970.     .jive-box-body.jive-sidebar-body.jive-sidebar-body-related-articles { padding: 15px 0px !important; }
  971.    
  972.  
  973.     /* ------------------
  974.         staus level, expertise, level points
  975.     */
  976.     /* status level expertise tile */
  977.     .j-status-level.expertise-tile,
  978.     .status-tile.expertise-tile { display: none !important; }                  
  979.    
  980.     /* status level level points */
  981.     .j-status-level .level-points span { display: inherit !important; }            
  982.     .j-status-level .level-points { white-space: inherit !important; }              
  983.     /* ------------------ */
  984.  
  985.  
  986.     /* ------------------------------------------------------------------------------------------------
  987.         INLINE EDITOR
  988.     */
  989.     /* editor */
  990.     .jive-discussion-replies li.addReply { margin: 50px 40px 0px !important; }
  991.  
  992.  
  993.     /* ------------------------------------------------------------------------------------------------
  994.         ADVANCED EDITOR
  995.     */
  996.  
  997.     /* content area */
  998.     .j-thread.jive-body-formpage #body-apple .j-form {
  999.         max-width: inherit !important;
  1000.         margin: 0px auto 20px !important;
  1001.         width: inherit !important;
  1002.     }
  1003.     .j-thread .jive-content.jive-create-thread,
  1004.     .jive-body-formpage-document .jive-content.doc-page {
  1005.         margin: 0px 40px !important;
  1006.         padding: 0px !important;
  1007.     }
  1008.  
  1009.  
  1010.     /* editor panel */
  1011.     .j-thread .jive-content.jive-create-thread #jive-compose-title,
  1012.     .j-thread .jive-content.jive-create-thread .jive-editor-panel.jive-large-editor-panel,
  1013.     .jive-body-formpage-document .jive-content.doc-page #jive-compose-title,
  1014.     .jive-body-formpage-document .jive-content.doc-page .jive-editor-panel.jive-large-editor-panel { margin: 0px !important; }
  1015.  
  1016.     /* line height in editor
  1017.    
  1018.        I've tracked down a copy/paste error that happens in the editor if you decide to rearrange things.
  1019.        Typically the cut and pasted text inherits an unwanted fixed size which isn't displayed in the
  1020.        editor and can be missed after submission. This issue can be suppressed by not explicitly setting
  1021.        the font size of the editor area.   turingtest2
  1022.          https://discussions.apple.com/docs/DOC-10241
  1023.     */
  1024.     body.tiny_mce_content { line-height: inherit !important; }
  1025.  
  1026.     /* replying to */
  1027.     p.jive-replying-to { padding: 20px 0px !important; }
  1028.     .jive-body-formpage-comment .jive-thread-message { margin: 0px 40px 0px 80px !important; }
  1029.  
  1030.     /* reply to avatar */
  1031.     .j-thread-post header .j-post-avatar {
  1032.         position: absolute !important;
  1033.         top: 0px !important;
  1034.         left: -50px !important;
  1035.         width: auto !important;
  1036.     }
  1037.    
  1038.     /* buttons (Reply|Cancel) 0,2
  1039.     .j-publishbar,
  1040.     .jive-body-formpage .jive-composebuttons { margin: 20px 40px 0px !important; } */
  1041.  
  1042.  
  1043.     /* ------------------------------------------------------------------------------------------------
  1044.         ACTIVITY STREAM
  1045.     */
  1046.     /* activity entry */
  1047.     .j-act-entry { padding: 5px 0px 10px 100px !important; }
  1048.  
  1049.     /* activity title */
  1050.     .j-body-home .j-act-title { padding: 5px 0px 5px 24px !important; }
  1051.  
  1052.     /* activity body & comment */                                                  
  1053.     .j-body-home .j-act-init { padding: 5px 0px 10px 100px !important; }
  1054.     .apple-activity-comments-wrapper { margin-left: 0px !important; }
  1055.  
  1056.     /* Like list */
  1057.     .j-act-grouped .j-act-g-item { padding: 3px !important; }
  1058.    
  1059.    
  1060.     /* ------------------------------------------------------------------------------------------------
  1061.         SEARCH RESULTS
  1062.     */
  1063.     /* search result entry */
  1064.     .j-search-results-main-container .j-search-result { padding: 10px !important; }
  1065.  
  1066.  
  1067.     /* ------------------------------------------------------------------------------------------------
  1068.         DOC (USER TIP)
  1069.     */                                                                              
  1070.     /* user tip canvas */
  1071.     .jive-body-content.j-doc .j-column-wrap-l { margin: 0px 40px !important; }
  1072.  
  1073.     /* user tip border etc */                                                               /* NEW */
  1074.     .j-doc .jive-content {
  1075.         margin: 0px !important;
  1076.      /*   margin-left: 150px !important; */
  1077.         padding: 10px !important;
  1078.         border: thin dotted !important;
  1079.     }
  1080.  
  1081.  
  1082.     /* ------------------------------------------------------------------------------------------------
  1083.         BLOG (MODERATOR TIP)
  1084.     */                                                                                      /* NEW */                                                                      
  1085.     /* blog canvas */
  1086.     .jive-body-content.j-blog .j-column-wrap-l { margin: 0px 40px !important; }
  1087.    
  1088.     /* blog border etc */
  1089.     .jive-content-blog {
  1090.         margin: 0px !important;
  1091.         padding: 10px !important;
  1092.         border: thin dotted !important;
  1093.         border-radius: 0px !important;
  1094.     }
  1095.  
  1096.  
  1097.     /* ------------------------------------------------------------------------------------------------
  1098.         UNAUTHORIZED (WARNING)
  1099.     */                                                                                      /* NEW */                                                                      
  1100.     /* unauthorized error message */
  1101.     .jive-body-warn.jive-body-unathorized #j-main { margin: 0px 40px !important; }
  1102.  
  1103.    
  1104.     /* ------------------------------------------------------------------------------------------------
  1105.         PROFILE
  1106.     */                                                                              
  1107.     /* header & navigation bar (Bio|Activity|People|Content|Communities|Bookmarks) */
  1108.     .j-view-profile .j-page-header { padding: 10px 40px !important; }
  1109.     .j-bigtab-nav { margin: 10px 40px !important; }
  1110.    
  1111.     /* filter ui current selection blue marker */                                           /* NEW */
  1112.     .j-view-profile .j-second-nav ul > li.active {
  1113.         display: none !important;
  1114.     }
  1115.  
  1116.     /* ------------------
  1117.         Bio
  1118.     */
  1119.     .j-layout-l .j-column-wrap-l { width: 100% !important; }
  1120.    
  1121.     /* ------------------
  1122.         profile specialties and awards
  1123.     */
  1124.     /* profile status container for specialties and awards */                               /* REFINED (rule) */
  1125.     .jive-view-profile .profile-status-container { display: none !important; }
  1126.  
  1127.     /* profile modal note status row for specialties and awards */
  1128.     .status-row { display: none !important; }                                      
  1129.     /* ------------------ */
  1130.  
  1131.  
  1132.     /* ------------------
  1133.         Content
  1134.     */                                                                                      /* NEW */
  1135.     /* browser control ui */
  1136.     .j-view-profile .j-layout-sl.j-browse-content .j-column-s #js-browse-controls {
  1137.         margin: 25px 0px 0px -166px !important;
  1138.     }
  1139. } /* end */
  1140.  
  1141. /* ==============================================  
  1142.    Revise the display of posts in a Thread.      0.2
  1143.    Each of these cases may have one or more post after:
  1144.      -- Question only
  1145.      -- Question with answer
  1146.      -- Question with helpful
  1147.      -- Question with answer and helpful
  1148.    examples:
  1149.    https://discussions.apple.com/thread/7583029
  1150.    https://communities.apple.com/pt/thread/4531
  1151.    https://communities.apple.com/pt/thread/4705
  1152.  
  1153.   */
  1154. @-moz-document
  1155.    url-prefix(https://discussions.apple.com/thread),
  1156.    url-prefix(https://discussions.apple.com/message),
  1157.    url-prefix(https://discussions.apple.com/update-advanced-comment.jspa),
  1158.    url-prefix(https://discussionsjapan.apple.com/thread),
  1159.    url-prefix(https://discussionsjapan.apple.com/message),
  1160.    url-prefix(https://discussionsjapan.apple.com/update-advanced-comment.jspa),
  1161.    url-prefix(https://discussionskorea.apple.com/thread),
  1162.    url-prefix(https://discussionskorea.apple.com/message),
  1163.    url-prefix(https://discussionskorea.apple.com/update-advanced-comment.jspa),
  1164.    url-prefix(https://communities.apple.com/es/thread),  
  1165.    url-prefix(https://communities.apple.com/es/message),  /* I have not see an es message */
  1166.    url-prefix(https://communities.apple.com/es/update-advanced-comment.jspa),
  1167.    url-prefix(https://communities.apple.com/pt/thread),
  1168.    url-prefix(https://communities.apple.com/pt/message),
  1169.    url-prefix(https://communities.apple.com/pt/update-advanced-comment.jspa) {
  1170.        
  1171.         /* Debug to identify which page we found.  Place our ukiyo-e. */      
  1172.  /*   h1, h2, h3 {    
  1173.           background-color: aqua !important;      
  1174.           border: 2px dashed black !important;    
  1175.          }
  1176.    */
  1177.       /* significant classes and selecters
  1178.          To select in Question and posible answer and helpful
  1179.            section.j-original-message
  1180.        
  1181.          to select all replies
  1182.            div.all-replies-container
  1183.            ul-jive-discussion-replies.jive-discussion-flat.jive-discussion-indent-0
  1184.       */
  1185.        
  1186.    
  1187.      
  1188.       /* Move who wrote a post ( just relpies ) back to where it was before!
  1189.          some tags do not move in question in answer or helpful in answer.
  1190.          Avatar */
  1191.        div.footer-profile span.image-container img {
  1192.            position: absolute !important;
  1193.            top: -12px !important;
  1194.            left: -105px !important;
  1195.            width: 66px !important;
  1196.            height: 66px !important;
  1197.          
  1198.          }
  1199.  
  1200.        div.footer-profile span.username {
  1201.            position: absolute !important;
  1202.            top: 58px !important;
  1203.            left: -130px !important;
  1204.          }
  1205.        
  1206.        /* Points icon */
  1207.        div.footer-profile span.status-image {
  1208.            position: absolute !important;
  1209.            top: 83px !important;
  1210.            left: -82px !important;
  1211.          }
  1212.      
  1213.        div.footer-profile span.level-points > span {
  1214.            position: absolute !important;
  1215.            top: 115px !important;
  1216.            left: -116px !important;
  1217.            font-size: 12px !important;
  1218.            line-height: 12px !important;
  1219.          }
  1220.        
  1221.    
  1222.        
  1223.      /* thread original messeage (question) */                                          /* NEW */
  1224.      /* #FFFFCC  parchment #EDF7E8 light green answered  */
  1225.      .j-thread-post section.j-original-message {
  1226.          margin: 0px 30px 0px 110px  !important;
  1227.          padding: 15px 10px !important;
  1228.          border-style: dotted !important;
  1229.          border-width: thin !important;
  1230.          background: none repeat scroll 0% 0% #FFFFCC !important;  /* parchment */
  1231.        }
  1232.      
  1233.      /* Reply button  */
  1234.      .j-thread-post section .thread-actions {
  1235.          max-width: inherit !important;
  1236.          margin: 0px 25px 0px 0px !important;
  1237.        }
  1238.    
  1239.      /* lower metadata "Posted on ..."  */
  1240.      .meta-posted {
  1241.          max-width: inherit !important;
  1242.          margin: 10px 25px 20px 0px !important;  /* margin-left: 0px   */
  1243.          font-size: 16px !important;    
  1244.        }
  1245.        
  1246.      /* Mess with answer in question who made post information */
  1247.        
  1248.      /* Seemed the "Posted on ..." in the Answer inside the question is in the answer box
  1249.         when it should be in the footer section :-(.   Do a force adjust. Bug fix. */
  1250.      div.j-inline-correct-answer section p.meta-posted {margin-left: -20px  !important;}
  1251.      
  1252.      /* These work separately, but not together.  Will move the avatar and leave the
  1253.         user name. */
  1254.   /*   div.j-inline-correct-answer div.footer-profile a.username.jiveTT-hover-user  {
  1255.            position: absolute !important;
  1256.            top: 400px !important;
  1257.            left: -120px !important;
  1258.          }*/
  1259.      
  1260.      /* Move avatar */  
  1261.      /* answer inside question */
  1262.      div.j-inline-correct-answer div.footer-profile img.jive-avatar {
  1263.            position: absolute !important;
  1264.            top: 5px !important;
  1265.            left: -114px !important;
  1266.            width: 66px !important;
  1267.            height: 66px !important;
  1268.          }
  1269.      
  1270.      /* answer points icon */
  1271.      div.j-inline-correct-answer div.footer-profile span.status-image img.svg {
  1272.            position: absolute !important;
  1273.            top:  16px !important;
  1274.            left: -10px !important;
  1275.          }  
  1276.        
  1277.      /* points */  
  1278.      div.j-inline-correct-answer div.footer-profile span.level-points > span {
  1279.            position: absolute !important;
  1280.            top: 104px !important;
  1281.            left: -116px !important;
  1282.            font-size: 12px !important;
  1283.            line-height: 12px !important;
  1284.          }
  1285.        
  1286.      /* Move avatar */
  1287.      /* helpful inside question */
  1288.      div.j-inline-promoted-helpful-answer div.footer-profile img.jive-avatar{
  1289.            position: absolute !important;
  1290.            top: 5px !important;
  1291.            left: -96px !important;
  1292.            width: 66px !important;
  1293.            height: 66px !important;
  1294.          }
  1295.        
  1296.      
  1297.        
  1298.       /* points icon */
  1299.       div.j-inline-promoted-helpful-answer div.footer-profile span.j-status-levels img {
  1300.            position: absolute !important;
  1301.            top:  76px !important;
  1302.            left: -74px !important;
  1303.          }
  1304.        
  1305.       /* points */
  1306.       div.j-inline-promoted-helpful-answer div.footer-profile span.level-points > span {
  1307.            position: absolute !important;
  1308.            top: 108px !important;
  1309.            left: -100px !important;
  1310.            font-size: 12px !important;
  1311.            line-height: 12px !important;
  1312.          }  
  1313.        
  1314.      /* thread message border.  All message except question it seems.   NEW */
  1315.      .jive-discussion-replies li.reply .jive-thread-message {
  1316.          border-style: dotted !important;
  1317.          border-width: thin !important;
  1318.          margin-left: 80px  !important;      
  1319.       }
  1320.        
  1321.      /* promoted helpful answer and prompted recommended answer */                      /* NEW */
  1322.      .j-inline-promoted-helpful-answer,
  1323.      .j-inline-recommended-answer {
  1324.          background: none repeat scroll 0% 0% rgb(250, 240, 220) !important;
  1325.          padding: 15px 10px 5px 10px !important;
  1326.          margin: 0px 10px 15px 80px !important;
  1327.          border-style: dotted !important;
  1328.          border-width: thin !important;
  1329.        }
  1330.    
  1331.      /* Tighten up double paragraphs spacing.  I put in a blank paragraph to separate "real"
  1332.         paragraphs  
  1333.           https://discussions.apple.com/message/30333231#30333231 */
  1334.      .j-thread .jive-content .j-thread-post section p,
  1335.      .j-thread .jive-content .j-thread-post section .jive-rendered-content p,
  1336.      .j-thread .jive-content .j-thread-post section.j-original-message .jive-rendered-content p {
  1337.         min-height: 0px !important;
  1338.      }
  1339.      p[style="min-height: 8pt; height: 8pt; padding: 0px;"] { height: 0.6em !important; }
  1340.      
  1341.      
  1342.      
  1343.      /* the control that shows all replies, and forces the display of all replies
  1344.         when they might otherwise be hidden. Thanks turingtest2, London, UK  */
  1345.      .helpful-allreply {display: none !important;}                        /* Hide helpful/all reply switch */
  1346. /*     #helpful-container {display: none !important;}                       /* Hide helpful block */
  1347.      .all-replies-container {display: inherit !important;}                /* Display all replies block */
  1348.  
  1349.      /*You can hide the copies of any solved/recommended answers that appear immediately
  1350.        below the question with:   turingtest2 */
  1351. /*     .j-answer-rollup {display: none !important;}                         /* Hide solved/recommended block */
  1352.  
  1353.      /* No more link popup on simple edit.  turingtest2  
  1354.        .-.-.-.-.-.-.-.- */
  1355.      /*  .popOverContent {display: none !important;}          /* Suppress pop-up link editor */  
  1356.        
  1357.      /* For buttons without the black background like cancel
  1358.         Color picker
  1359.         http://www.w3schools.com/colors/colors_picker.asp */
  1360.          /* "I have this question too" on question */
  1361.      span.j-social-action.black-button.j-disabled,
  1362.      div.jive-composebuttons button.j-btn-global,
  1363.      span a.black-button.jive-acclaim-likelink,  /* question button */
  1364.      div.j-inline-correct-answer footer a.action-button,  /* answer button */
  1365.      span.js-acclaim-container.acclaim-container a /* response button */
  1366.        {
  1367.          padding: 7px 7px !important;
  1368.          color:  #0288CC !important;  /* light blue, was rgb(150,150,150) grey */
  1369.          font-size: 14px !important;
  1370.          line-height: 14px !important;
  1371.          background-color: #f2f2f2 !important;
  1372.  
  1373.        }
  1374.        
  1375.      /* "I have this question too" on question.
  1376.         Why was opacity 0.5 on this button but not others? */
  1377.      span.j-social-action.black-button.j-disabled {opacity: 1 !important;}
  1378.        
  1379.      /* button in reponse */
  1380.      div.all-replies-container .jive-thread-helpful-btn {
  1381.          color: #0288CC !important;  /* light blue */
  1382.          background-color: #f2f2f2 !important;    
  1383.        }
  1384.  
  1385.            /* Upper tool icon pulldwon */
  1386.      ul#jive-action-sidebar-tab-list_thread-actions-tab *,
  1387.           /* Lower tool icon pulldwon */
  1388.      ul.apple-thread-options.js-toggle-thread-actions li *,
  1389.           /* change lower button text from grey to light blue. */
  1390.      a.discussionPermaLink
  1391.      /* span.jive-icon-sml.jive-icon-warn */{  color: #0288CC !important;  /* light blue */}
  1392.        
  1393.      /* Make all lower buttons the same. Who ever heard of different size buttons? */  
  1394.        
  1395.          /* save reply, button you get to save an edit of a post */
  1396.      div.jive-composebuttons button#submitButton.j-btn-callout,  /* post button on edit of orginal post */
  1397.          /* Correct answer.  Isn't as bad as the reply button, but might as well use the
  1398.             same set of rule, even if we do not need all. may not be correct button :-( */
  1399.      div.jive-thread-reply-btn-correct a,
  1400.          /* Following; upper right */
  1401.      a#jive-link-thread-following.button.following-button,  /* no box */
  1402.          /* alternative state of following button, follow */
  1403.      a#jive-link-thread-startFollowing.button.follow-button,
  1404.          /* action button with the V */
  1405.      a.apple-actions-link,  /* not working */
  1406.          /* Tone down Reply Button */
  1407.          /* footer div.footer-toplevel-actions a .discussionAdd, */
  1408.      .discussionAdd,
  1409.          /* clicking on Reply to get the inputput, this is the save */
  1410.      div input.jive-form-button-save.j-btn-callout,
  1411.           /* clicking on Reply to get the inputput, this is the cancel */
  1412.      div input.jive-form-button-cancel{
  1413.          background-image: none !important; ;   /* bye, bye gradiant */
  1414.          background-color: #f2f2f2 !important;
  1415.          color: #0288CC !important;  /* light blue, was rgb(150,150,150) grey */
  1416.          padding: 7px !important;
  1417.          font-size: 14px !important;
  1418.          line-height: 14px !important;
  1419.          margin-bottom: 8px !important;
  1420.        }
  1421.      
  1422.      /*  save reply, button you get to save an edit of a post. touch up
  1423.        https://discussions.apple.com/update-advanced-comment.jspa?id=30347987 */
  1424.      div#body-apple button#submitButton.j-btn-callout { margin-left: 20px !important; }
  1425.    
  1426.        
  1427.      /* Following button, upper right. Might as well box it for consistancy */
  1428.      a#jive-link-thread-following.button.following-button  {
  1429.          border-style: solid !important;
  1430.          border-width: thin !important;
  1431.          border-color: #9b9b9b !important; /* grey, Apple's color */
  1432.          padding: 6px 6px 8px 28px !important;
  1433.        }
  1434.        
  1435.      
  1436.      
  1437.      /* Check icon with Following.  Move to the left of following. */
  1438.      span.following-check.icon.icon-check {
  1439.          margin-left: -10px !important;
  1440.          margin-top: -7px !important;
  1441.        }
  1442.        
  1443.      /* Tool icon button upper left, right of Following button */
  1444.      a#apple-actions-link { padding: 4px 6px 4px !important; }
  1445.      
  1446.      /* Tool icon button lower left. same row as reply button */
  1447.      a.js-toggle-thread-options.thread-options  { padding: 4px 4px 4px !important; }
  1448.            
  1449.      /* Tool box upper right */
  1450.      ul.apple-social-actions-toolbar li.apple-actions {height: 28px !important;}
  1451.        
  1452.      /* User machine and operating system info from profile
  1453.         Make metadata font size the same. */
  1454.      section.j-original-message p.jive-model-info-display {
  1455.          font-size: 16px !important;
  1456.          margin-left: 0px !important;
  1457.        }
  1458.        
  1459.      /* hover */
  1460.           /* "I have this question too" on question */
  1461.      span.j-social-action.black-button.j-disabled:hover,
  1462.           /* Following; upper right */
  1463.      a#jive-link-thread-following.button.following-button:hover,      
  1464.        /* post button on edit of orginal post */
  1465.      div.jive-composebuttons button#submitButton.j-btn-callout:hover,
  1466.           /* cancel button on edit of orginal post */
  1467.      div.jive-composebuttons button.j-btn-global:hover,
  1468.           /* clicking on Reply to get the input, this is the save */    
  1469.      div input.jive-form-button-save.j-btn-callout:hover,
  1470.           /* clicking on Reply to get the inputput, this is the cancel */
  1471.      div input.jive-form-button-cancel:hover,
  1472.        /* Reply button hover state */
  1473.        .discussionAdd:hover{ border-color: #0288CC !important; }
  1474.        
  1475.   } /* @-moz-document for responses */
  1476.  
  1477.  
  1478. /* ==============================================  0.2
  1479.  
  1480.     User tips
  1481.       https://discussions.apple.com/docs/DOC-7501
  1482. */
  1483.  
  1484. @-moz-document
  1485.    url-prefix(https://discussions.apple.com/docs),
  1486.    url-prefix(https://discussionsjapan.apple.com/docs),
  1487.    url-prefix(https://discussionskorea.apple.com/docs),
  1488.    url-prefix(https://communities.apple.com/es/docs),  
  1489.    url-prefix(https://communities.apple.com/pt/tdocs) {
  1490.  
  1491.        
  1492.       /*     Debug to identify which page we found.  Place our ukiyo-e. */      
  1493.  /*  h1, h2, h3 {    
  1494.           background-color: aqua !important;      
  1495.           border: 2px dashed black !important;    
  1496.          }  */
  1497.              
  1498.       /* Following button, upper right. Might as well box it for consistancy  
  1499.         the > is the child selector. Must be a child of the parent. */
  1500.       ul.apple-social-actions-toolbar > li .following-button  {
  1501.           background-image: none !important; ;   /* bye, bye gradiant */
  1502.           background-color: #f2f2f2 !important;
  1503.           color: #0288CC !important;  /* light blue, was rgb(150,150,150) grey */
  1504.           padding: 7px !important;
  1505.           font-size: 14px !important;
  1506.           line-height: 14px !important;
  1507.           border-style: solid !important;
  1508.           border-width: thin !important;
  1509.           border-color: #9b9b9b !important; /* grey, Apple's color */
  1510.           padding: 6px 6px 8px 28px !important;
  1511.           margin-top: 4px !important;
  1512.        }
  1513.        
  1514.  
  1515.      /* Check icon with Following.  Move to the left of following. */
  1516.      span.following-check.icon.icon-check {margin-left: -10px !important; margin-top: -7px !important; }
  1517.        
  1518.      /* Tool icon button upper left, right of Following button */
  1519.      a#apple-actions-link {
  1520.          padding: 4px 6px 4px !important;
  1521.        
  1522.        }
  1523.      
  1524.      /* Tool icon button lower left. same row as reply button */
  1525.      a.js-toggle-thread-options.thread-options  { padding: 4px 4px 4px !important; }
  1526.            
  1527.      /* Tool box upper right */
  1528.      ul.apple-social-actions-toolbar li.apple-actions {
  1529.          height: 28px !important;
  1530.          margin-top: 4px !important;
  1531.          margin-right: 4px !important;
  1532.        }
  1533.          
  1534.   /* User tips also show an extra line after each paragraph which adversely affects a list written as paragraphs */
  1535.   p {margin-bottom: 0.1em;}  
  1536.    
  1537.       /* User tip reply button when saving a reply */
  1538.   div.jive-form-buttons input.j-btn-callout,
  1539.       /* User tip cancel button when making a reply */
  1540.   div.jive-form-buttons input.j-btn-callout + input{
  1541.          background-image: none !important; ;   /* bye, bye gradiant */
  1542.          background-color: white !important;  
  1543.          color: #0288CC !important;  /* light blue, was rgb(150,150,150) grey */
  1544.          padding: 7px !important;
  1545.          font-size: 14px !important;
  1546.          line-height: 14px !important;
  1547.        }
  1548.  
  1549.        
  1550.        
  1551.    /* Hovering thing */
  1552.    div.jive-form-buttons input.j-btn-callout:hover,
  1553.    div.jive-form-buttons input.j-btn-callout + input:hover { border-color: #0288CC !important; }  
  1554.        
  1555. }
  1556.  
  1557. /* ==============================================
  1558.    For ASC web pages with a sidebar shown on narrow window, make the side bar
  1559.    horizontal. Adjusts the column sizes in lists.
  1560.    adding more @-moz-document callouts prevents collateral damage
  1561.    to other web pages when css class and id conflicts.
  1562.    example pages:
  1563.      https://discussions.apple.com/content?filterID=following~objecttype~objecttype[thread]
  1564.      https://discussions.apple.com/community/ipad/ipad_in_business_and_education/content
  1565.         ?filterID=contentstatus[published]~objecttype~objecttype[thread]
  1566.      https://communities.apple.com/es/community/ipad/using_ipad/content?filterID=
  1567.         contentstatus[published]~objecttype~objecttype[thread]
  1568.      https://communities.apple.com/pt/people/espa%C3%B1ol.rccharles/content?manage=true
  1569.    avoid:
  1570.      https://communities.apple.com/pt/search.jspa
  1571.  
  1572.    */
  1573.      
  1574. @-moz-document
  1575.    url-prefix(https://discussions.apple.com/content),
  1576.    url-prefix(https://discussions.apple.com/community),
  1577.    url-prefix(https://discussions.apple.com/people),
  1578.    url-prefix(https://discussionsjapan.apple.com/content),
  1579.    url-prefix(https://discussionsjapan.apple.com/community),
  1580.    url-prefix(https://discussionsjapan.apple.com/people),
  1581.    url-prefix(https://discussionskorea.apple.com/content),
  1582.    url-prefix(https://discussionskorea.apple.com/community),
  1583.    url-prefix(https://discussionskorea.apple.com/people),
  1584.    url-prefix(https://communities.apple.com/es/content),    
  1585.    url-prefix(https://communities.apple.com/es/community/),
  1586.    url-prefix(https://communities.apple.com/es/people),  
  1587.    url-prefix(https://communities.apple.com/pt/content),
  1588.    url-prefix(https://communities.apple.com/pt/community/),
  1589.    url-prefix(https://communities.apple.com/pt/people) {  
  1590.    
  1591.     @media all and (max-width: 1265px)  {
  1592.      /* Debug to identify which page we found.  Place our ukiyo-e. */      
  1593.   /*    h1, h2, h3, #apple-site-title > a:nth-child(1) {    
  1594.            
  1595.           border: 2px dashed black !important;    
  1596.          }  */
  1597.        
  1598.     /* ------------------      
  1599.        Treatment for narrow window      
  1600.        Method 1 (minimum optimisation)      
  1601.      
  1602.        Places
  1603.        
  1604.        https://discussions.apple.com/places
  1605.        
  1606.        Adjust community list table's shift and margin to maximize its width.      
  1607.     */                                                                            
  1608.     /* ------------------ (currently commented out)      
  1609.     .j-layout-sl.j-browse-places .j-column-wrap-l { margin-left: -166px !important; }      
  1610.     .j-layout-sl.j-browse-places .j-column-l      { margin-left: 166px !important; }      
  1611.     .j-layout-sl.j-browse-places .j-column-s      { width: 166px !important; }      
  1612.     ------------------ */      
  1613.     /* ------------------      
  1614.         Treatment for narrow window      
  1615.         Method 2 (more beneficial to narrow window but has disadvantage for wide window)      
  1616.          
  1617.         Let community list table have full width but not exceed 1019px to make room for      
  1618.         sidebar ui (filters & actions).  If window is wide enough (>=1265px), sidebar ui      
  1619.         is displayed next to community list table, otherwise it is displayed below or
  1620.         above it (depending upon its document tree order).      
  1621.          
  1622.         * sidebar width (constant)    = 166px      
  1623.         * community table max width   = 1019px      
  1624.         * canvas margin-left          = 40px      
  1625.         * canvas margin-right         = 40px      
  1626.         ---------------------------------------      
  1627.         * total                       = 1265px      
  1628.     */                                                                              
  1629.     /* ------------------ (currently active) */      
  1630.     .j-layout-sl.j-browse-places .j-column-wrap-l { max-width: 1019px !important; }      
  1631.     .j-layout-sl.j-browse-places .j-column-wrap-l { margin-left: 0px !important; }      
  1632.     .j-layout-sl.j-browse-places .j-column-l      { margin-left: 0px !important; }      
  1633.     .j-layout-sl.j-browse-places .j-column-l      { padding-left: 0px !important; }      
  1634.     .j-layout-sl.j-browse-places .j-column-s      { width: 166px !important; }          
  1635.     /* ------------------ */      
  1636.        
  1637.     /* See if we can position "start ad discussion, Write a user tip" bottom  
  1638.        bar a little better */    
  1639.     .j-box {    
  1640.         margin-top: 40px !important;    
  1641.         float: right !important;}    
  1642.        
  1643.    
  1644.     /* Turn verical nav list into a horizontal nav list to save vertical space.    
  1645.         This nav bar appear above the list of dicussions in the Your Content page.    
  1646.         It appears below in the list of discussions page.    
  1647.         A larger screen has room for vertical navigation, so let along. */    
  1648.  
  1649.     /* We need to make room for the horizontal nav bar.  A floating right, the area to the left    
  1650.        is blank anyway. */    
  1651.     .j-layout-sl.j-browse-content .j-column-s        
  1652.         { width: 95% !important; }  /* let more room for horizontal navigation 0.64 */    
  1653.      
  1654.      
  1655.     /* make nav bar horizontal amoung other things. */    
  1656.     div .j-column.j-column-s nav ul li {  
  1657.       float: left !important;    /* makes the list items horizontal */    
  1658.       width: 120px !important;  /* width of each link */  
  1659.                                  /*  height: 30px !important;*/
  1660.                                  /* vertical-align: middle !important; */
  1661.        
  1662.       text-align: center !important;    
  1663.       margin-left: 0 !important;    
  1664.       padding-left: 0 !important;    
  1665.     }  
  1666.  
  1667.     li.j-browse-filter-group-item.js-browse-filter-group-item a.js-select-link {height: 30px !important;}
  1668.        
  1669.     /* let a little space to the left of the navigation bar. */      
  1670.         div .j-column.j-column-s nav  {  
  1671.         margin-left: 0px !important;      
  1672.         margin-top: 20px !important;  /* max of margin-bottom of proceeding line and margin-top */    
  1673.     }  
  1674.      
  1675.    /* after making the navigating link horizontal, the blue overlay box doesn't immediately  
  1676.       jump to the draft box.  After clicking on any of the other links, the blue box    
  1677.       parks on the draft box and will not move.  The function must be implemented in javascript which  
  1678.       cannot be changed from css. In the May 2016 ASC, the blue box moves correct when the sidebar is moved to the right.
  1679.       Still broken for horizontal. Purge it.    
  1680.       Upper nav bar on your content */    
  1681.       /* https://discussions.apple.com/people/<apple-id>/content */    
  1682.     body.jive-view-profile.j-view-profile.j-view-profile-nonself.other .j-second-nav > ul:nth-child(1) > li:last-child,    
  1683.        body.j-body-yourwork.other li.active:last-child {display: none !important;}    
  1684.        
  1685.    /* Found another blue overlay box.    
  1686.       https://discussions.apple.com/people/<ASC_id>/content?manage=true */    
  1687.     body.jive-view-profile.j-view-profile.j-view-profile-self.other li.active:last-child {display: none !important;}    
  1688.      
  1689.     /* style the link (a tag) inside the li    
  1690.        Put a box around the links.  Complete box makes for a dark middle Line. So, leave  
  1691.        off right line but for righ most link. Do the best we can    
  1692.        ASC box grey-line color #d7d7d7 also seems like grey #eaeaea */    
  1693.     div .j-column.j-column-s nav li a {  
  1694.        border: 1px solid #d7d7d7 !important;    
  1695.        border-left: none !important;  /* avoid double border lines for middle items */    
  1696.        padding-left: 0 !important;    
  1697.     }  
  1698.    
  1699.     /* Fill in the first box with a line on the left */    
  1700.     /* Upper nav bar on your content  
  1701.        https://discussions.apple.com/content?filterID=following~objecttype~objecttype[thread] */    
  1702.     body.j-body-yourwork.other li.j-browse-filter-group-item:first-child > a,  
  1703.     /* https://discussions.apple.com/people/<apple-id>/content?manage=true */    
  1704.     body.jive-view-profile.j-view-profile.j-view-profile-self other li.active:first-child > a,  
  1705.     /* https://discussions.apple.com/people/<apple-id>/content */    
  1706.     div .j-column.j-column-s nav.j-second-nav ul > li:first-child > a,  
  1707.     /* lower nav bar, see here:    
  1708.        https://discussions.apple.com/community/ipad/ipad_in_business_and_education  
  1709.             /content?filterID=contentstatus[published]~objecttype~objecttype[thread] */    
  1710.     body.j-body-place.other    li.j-browse-filter-group-item:first-child {    
  1711.        border-left: 1px solid #d7d7d7 !important;  /* avoid double border lines for middle items */    
  1712.     }  
  1713.        
  1714.    /* Hover over  */
  1715.         /* text */
  1716.    div.j-browse-sorts.j-browse-filter-row span.j-browse-search input:hover,
  1717.         /* horizontal nav bar */
  1718.    div .j-column.j-column-s nav li a:hover,
  1719.         /* sort by ... */
  1720.    #js-browse-controls #j-browse-filters #j-sort:hover {  
  1721.      border-color: #42aaff !important;  /* light blue */    
  1722.      }  
  1723.  
  1724.    /* "Type to filter by text" on list of discussions in a community. */
  1725.     div.j-browse-sorts.j-browse-filter-row span.j-browse-search input {
  1726.          padding: 5px 6px 5px 8px !important;
  1727.          font-size: 14px !important;
  1728.          width: 160px !important;      /* Was 220px */
  1729.          text-align: center !important;
  1730.          border-color: #9b9b9b !important;
  1731.          background-color: #f2f2f2 !important;
  1732.        }
  1733.        
  1734.        /* Sort by ... */
  1735.        #js-browse-controls #j-browse-filters #j-sort {
  1736.            border-color: #9b9b9b !important; /* grey, Apple's color */
  1737.            padding: 6px 6px 8px 28px !important;
  1738.            font-size: 14px !important;
  1739.            background-color: #f2f2f2 !important;
  1740.            text-align: left !important;
  1741.            height:  30px !important;
  1742.            padding: 2px !important;
  1743.            width: 260px !important;
  1744.         }
  1745.    
  1746.      
  1747.        
  1748.   } /* media */
  1749. } /* @-moz-document url-prefix for sidebar */
  1750.  
  1751. /* ==============================================
  1752.    Leave the login window footer alone. So, turn these fields back on.    
  1753.     */      
  1754. @-moz-document    
  1755.     url-prefix(https://discussions.apple.com/people/),      
  1756.     url-prefix(https://discussions.apple.com/welcome),      
  1757.     url-prefix(https://discussionsjapan.apple.com/people/),        
  1758.     url-prefix(https://discussionsjapan.apple.com/welcome/),      
  1759.     url-prefix(https://discussionskorea.apple.com/people/),      
  1760.     url-prefix(https://discussionskorea.apple.com/welcome/),
  1761.     url-prefix(https://communities.apple.com/es/people),  
  1762.     url-prefix(https://communities.apple.com/es/welcome),      
  1763.     url-prefix(https://communities.apple.com/pt/people),
  1764.     url-prefix(https://communities.apple.com/pt/welcome)  {        
  1765.    
  1766.         /* legalistic bomblast on login window*/      
  1767.         #globaldisclaimer.sosumi {display: inherit !important; }            
  1768.         /* path to here */      
  1769.         #j-footer #breadcrumbs {display: inherit !important; }      
  1770.         /* apple product info */      
  1771.         p.gf-buy {display: inherit !important; }          
  1772. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement