rccharles

Q: Title is crunched on Hiroto's changes

This post is about Hiroto's userContent.css change documented here:

Am I missing something in the recommended list?

 

These are great changes.

 

The title space in a content list is too small.  The title ends up spanning too many lines.  I do not care about seeing the filters and actions. It's fine with me if I have to scroll right to see them.   As a hack, I do not mind getting rid of them.  Could they be put above or below the list?

 

Seems there is white space that could be lessened to the left of the list lines.  I'm  not sure about how it would look, but more title space is a priority with me.

 

I do not care about likes and bookmarks either.  Delete them too to save space.

 

I have a weak knowledge of css. I am reading "Stylin' with CSS: A Designer's Guide".  I was able to hide the text but the space was still taken about on the screen.

 

Here is the crunched list:

scrounced.png

 

 

 

 

 

The discussion post show up great now!

 

readable text.png

 

Reply editing now fits on the screen.

 

Robert

Posted on Jul 16, 2014 1:14 PM

Close

Q: Title is crunched on Hiroto's changes

  • All replies
  • Helpful answers

Page 1 Next
  • by rccharles,

    rccharles rccharles Jul 17, 2014 2:03 PM in response to rccharles
    Level 6 (8,516 points)
    Classic Mac OS
    Jul 17, 2014 2:03 PM in response to rccharles

    I made up a hacked userContent.css file from Hiroto's post.  I notice that I like his earlier file for list and his later file for threads.  I make a hack that uses url-prefix to split out urls to go the best css lists and threads.

     

    Both content lists and threads are displaying nice.

     

    
    

     

     

    /* 

        custom styles for Apple Support Communities board system introduced in 2014-06 (v 0.5) rc

     

     

    Rc noticed that the version 0.3 worked fined for lists, but not for threads. 

    This hack splits out the rules so to make both lists and threads look nice.

     

    Examples of the urls to filter

    content list type:

    https://discussions.apple.com/community/ipad/ipad_in_business_and_education/cont ent?filterID=contentstatus[published]~objecttype~objecttype[thread]

    https://discussions.apple.com/people/rccharles/content?filterID=participated

     

    Thread with list of posts

    https://discussions.apple.com/thread/6453552

     

    reply is the same

    https://discussions.apple.com/thread/6453552

     

    This is a hack.  The rules could be simplified. rc

     

    */ 

     

    /* for thread and reply rc */

    @-moz-document 

        url-prefix(https://discussions.apple.com/thread/), 

        url-prefix(https://discussionsjapan.apple.com/thread/),

        url-prefix(https://discussionskorea.apple.com/thread/)  

        /* ------------------------------------------------ 

            BODY 

        */ 

        body { 

            background: white; 

            min-width: 0px !important; 

        } 

        #body-apple { 

            width: 100% !important; 

            min-width: 0px !important; 

        } 

     

     

        /* ------------------------------------------------ 

            TEXT 

        */ 

        /* line spacing */ 

        .jive-content { line-height: 1.25 !important; } 

     

        

        /* ------------------------------------------------ 

            ASC HEADER AREA 

        */ 

        #j-header, 

        #j-compact-header, 

        #j-footer { width: 100% !important; } 

        

        /* navigation header (Apple Support Communities ...) */ 

        #j-header-wrap { 

            padding: 0px 40px !important; 

            margin: 0px 0px 15px !important; 

        } 

        #j-globalNav-bg { 

            padding: 0pX !important; 

            margin: 0px !important; 

        } 

        #j-satNav { overflow: visible !important; } 

        #jive-breadcrumb { right: 40px !important; } 

     

     

               /* ------------------------------------------------ 

                ASC TOP PAGE 

            */ 

            #jive-widgetframe-body_5780758 > .content-large,    /* discussions.apple.com */ 

            #jive-widgetframe-body_188974  > .content-large,    /* discussionsjapan.apple.com */    /* added in v0.42 */ 

            #jive-widgetframe-body_20835   > .content-large     /* discussionskorea.apple.com */    /* added in v0.42 */ 

            {                                                   /* added parent id in v0.41 */ 

                text-align: center !important; 

                overflow-x: auto !important; 

                overflow-y: hidden !important; 

            } 

            .apple-communities { 

                display: inline-block !important; 

                width: 1120px !important; 

                text-align: left !important; 

            } 

     

        /* ------------------------------------------------ 

            THREAD LIST BROWSER 

        */ 

        /* show author name in 'Latest activity' column in detailed list view of threads */ 

        td.j-td-date > span { display : inherit !important; } 

     

        /* main section */ 

        #j-main { padding: 0px !important; } 

     

        /* table cell title */ 

        .jive-table td.jive-table-cell-title { padding: 5px !important; } 

            

        /* threads list view table tr td  */ 

        .j-browse-details-tbody tr td { padding: 5px !important; } 

     

        /* communities list view table tr td */ 

        .jive-communities-listing table tr td { padding: 5px !important; } 

        

        /* thumbnails view width */ 

        .j-browse-content .j-thumb-view, 

        .j-browse-places .j-browse-thumbnails, 

        .j-browse-people .j-browse-thumbnails { width: 100% !important; } 

     

        /* social actions row */ 

        .apple-social-actions-wrapper { margin-right: 0px !important; } 

        .j-thread .j-social-actions { margin-right: 40px !important; } 

     

        /* apple subheader row ("Find helpful contents and discussions" etc )*/ 

        #apple-full-subheader, 

        #apple-activity-subheader { 

            padding: 0px 80px 15px !important; 

            margin-bottom: 15px !important; 

        } 

     

        /* page header */ 

        .j-body-place #jive-body > header.j-page-header { 

            margin-left: 40px !important; 

            margin-right: 40px !important; 

            width: auto !important; 

        } 

        

        /* browser filter row */ 

        #j-browse-filters { margin-bottom: 5px !important; } 

     

        /* browser controls row */ 

        .j-type-row { margin-bottom: 0px !important; } 

     

        /* browser controls content types (All Contents|User Tips|Discussions) width */ 

        #js-browse-controls .j-type-row .j-content-types { 

            width: 90% !important; 

        } 

        

        /* browser controls view toggle (Thumbnails|Details) width */ 

        #js-browse-controls #j-item-view-toggle { 

            width: 10% !important; 

            display: table !important; 

        } 

     

        /* content filter row (All|Open|Answered|Threads) */ 

        .j-content-filter { 

            background: white !important; 

            margin-bottom: 10px !important; 

        }    

        

        /* container canvas */ 

        .j-contained { 

            margin-left: 40px !important; 

            margin-right: 40px !important; 

        } 

     

        /* category filter bar */ 

        .jive-content-filter { 

            left: 0px !important; 

            width: 80% !important; 

        } 

        .touchcarousel-wrapper { width: 100% !important; } 

        .touchcarousel .tc-paging-container { width: 90% !important; }    /* added in v0.41 */ 

     

        /* more search results available */ 

        #j-more-search-results-available { padding: 10px !important; } 

        

        /* misc */ 

        .jive-widget { margin-bottom: 10px !important; } 

        .j-column { margin-bottom: 10px !important; } 

     

     

        /* ------------------ 

            swap left-right positions of threads table and sidebar ui (filters & actions) 

        */ 

        /* threads table float left */ 

        .j-layout-sl .j-column-wrap-l { float: left !important; } 

     

        /* sidebar ui float right */ 

        .j-layout-sl .j-column-s { font-size: xx-smallwidth !important; width: 1% !important;  float: right !important; visibility: collapse !important;}  /* rc */

        /* ------------------ */ 

     

     

        /* ------------------------------------------------ 

            THREAD CONTENT BROWSER 

        */ 

        /* thread header */ 

        .apple-thread-header { 

            width: auto !important; 

            margin-bottom: 10px !important; 

            margin-left: 40px !important; 

        } 

        

        /* thread original post */ 

        .j-thread .jive-content { margin: 0px 40px 0px 140px !important; } 

        

        /* thread replies ul */ 

        ul.jive-discussion-replies.jive-discussion-indent-0 { margin: 0px !important; } 

        

        /* thread reply li */ 

        .jive-discussion-replies li.reply { margin-top: 15px !important; } 

     

        /* thread view indent */ 

        .jive-discussion-indent-1 li.reply { padding-left: 15px !important; } 

        

        /* thread info */ 

        .jive-thread-info { 

            padding: 10px 40px !important; 

            margin: 0px !important; 

        } 

        

        /* thread answer rollup */ 

        .j-answer-rollup { margin: 30px 0px !important; } 

        

        /* thread post header (poster, date, response to) */ 

        .j-thread-post > header { 

            padding: 10px 20px 0px 20px !important; 

            margin-bottom: 12px !important; 

        } 

        

        /* thread post section (message body) */ 

        .j-thread-post section { 

            padding: 0px 20px !important; 

            margin-bottom: 6px !important; 

        } 

        

        /* thread post footer (Like|Reply etc) */ 

        .j-thread-post footer { padding: 0px 15px !important; } 

        .j-thread-post footer > ul { padding: 2px !important; } 

        .j-thread-post footer > .acclaim-container { margin: 5px 0px !important; } 

     

        /* thread rendered content */ 

        .jive-rendered-content { padding-bottom: 4px !important; } 

        

        /* thread rendered content quote & pre */ 

        .jive-rendered-content .jive-quote, 

        .jive-rendered-content .jive-pre { 

            margin: 5px 15px !important; 

        } 

     

        /* thread reply footer (Return to Community|Go to original post) */ 

        #jive-thread-reply-footer {    margin-top: 10px !important; } 

        

        /* more like this links, incomming links */ 

        #apple-related-threads { margin: 0px 40px !important; } 

        #apple-related-threads .j-box { margin-bottom: 0px !important; } 

        .j-icon-list li { padding: 3px 0px 3px 22px !important; } 

     

     

        /* --------------------------- 

            INLINE EDITOR 

        */ 

        /* editor */ 

        .jive-discussion-replies li.addReply { margin: 50px 40px 0px !important; } 

     

     

        /* --------------------------- 

            ADVANCED EDITOR 

        */ 

        /* content area */ 

        .j-thread .jive-content.jive-create-thread, 

        .jive-body-formpage-document .jive-content.doc-page { 

            margin: 0px 40px !important; 

            padding: 0px !important; 

        } 

     

        /* header */ 

        .j-thread .jive-content.jive-create-thread h2, 

        .jive-body-formpage-document .jive-content.doc-page h2 { padding: 0px !important; } 

     

        /* editor panel */ 

        .j-thread .jive-content.jive-create-thread #jive-compose-title, 

        .j-thread .jive-content.jive-create-thread .jive-editor-panel.jive-large-editor-panel, 

        .jive-body-formpage-document .jive-content.doc-page #jive-compose-title, 

        .jive-body-formpage-document .jive-content.doc-page .jive-editor-panel.jive-large-editor-panel { margin: 0px !important; } 

     

        /* line height in editor */ 

        body.tiny_mce_content { line-height: inherit !important; } 

     

        /* replying to */ 

        .jive-body-formpage-comment .jive-thread-message { margin: 0px !important; }    

     

        /* buttons (Reply|Cancel) */ 

        .j-publishbar, 

        .jive-body-formpage .jive-composebuttons { margin: 20px 40px 0px !important; } 

     

     

        /* --------------------------- 

            ACTIVITY STREAM 

        */ 

        /* activity entry */ 

        .j-act-entry { padding: 5px 0px 10px 100px !important; } 

     

        /* activity title */ 

        .j-body-home .j-act-title { padding: 10px 0px 5px 24px !important; } 

     

        /* Like list */ 

        .j-act-grouped .j-act-g-item { padding: 3px !important; } 

        

        

        /* --------------------------- 

            SEARCH RESULTS 

        */ 

        .jive-body-search .j-layout-sl .j-column-wrap-l { margin-left: 0px !important; }    /* added in v0.41 */ 

    }

     

     

     

     

    /*  This is version 0.3 with changed moz-document selection.

        Let's the list range past the right edge of the panel.  In effect, we are hidding the

        filters and actions.  

        This is a hack.  The rules could be simplified. rc

       

        custom styles for Apple Support Communities board system introduced in 2014-06 (v 0.3) 

    */ 

    @-moz-document 

        url-prefix(https://discussions.apple.com/community/), 

        url-prefix(https://discussions.apple.com/people/), 

        url-prefix(https://discussionsjapan.apple.com/community/), 

        url-prefix(https://discussionsjapan.apple.com/people/),

        url-prefix(https://discussionskorea.apple.com/community/), 

        url-prefix(https://discussionskorea.apple.com/people/)

        /* ------------------------------------------------ 

            BODY 

        */ 

        body { background: white; } 

        #body-apple { width: 100% !important; } 

     

     

        /* ------------------------------------------------ 

            TEXT 

        */ 

        /* line spacing */ 

        .jive-content { line-height: 1.25 !important; } 

         

     

        /* ------------------------------------------------ 

            ASC TOP PAGE 

        */ 

        .content-large { text-align: center !important; } 

        .apple-communities { 

            display: inline-block !important; 

            width: 1120px !important; 

            text-align: left !important; 

        } 

     

     

        /* ------------------------------------------------ 

            THREAD LIST BROWSER 

        */ 

        /* show author name in 'Latest activity' column in detailed list view of threads */ 

        td.j-td-date > span { display : inherit !important; } 

     

        /* main section */ 

        #j-main { padding: 0px !important; } 

     

        /* table cell title */ 

        .jive-table td.jive-table-cell-title { padding: 5px !important; } 

             

        /* threads list view table tr td  */ 

        .j-browse-details-tbody tr td { padding: 5px !important; } 

     

        /* communities list view table tr td */ 

        .jive-communities-listing table tr td { padding: 5px !important; } 

         

        /* thumbnails view width */ 

        .j-browse-content .j-thumb-view,  

        .j-browse-places .j-browse-thumbnails,  

        .j-browse-people .j-browse-thumbnails { width: 100% !important; } 

     

        /* social actions row */ 

        .apple-social-actions-wrapper { margin-right: 0px !important; } 

        .j-thread .j-social-actions { margin-right: 40px !important; } 

     

        /* apple subheader row ("Find helpful contents and discussions" etc )*/ 

        #apple-full-subheader, 

        #apple-activity-subheader { 

            padding: 0px 80px 15px !important; 

            margin-bottom: 15px !important; 

        } 

     

        /* page header */ 

        .j-body-place #jive-body > header.j-page-header { 

            margin-left: 40px !important; 

            margin-right: 40px !important; 

            width: auto !important; 

        } 

         

        /* browser filter row */ 

        #j-browse-filters { margin-bottom: 5px !important; } 

     

        /* browser controls row */ 

        .j-type-row { margin-bottom: 0px !important; } 

     

        /* browser controls content types (All Contents|User Tips|Discussions) width */ 

        #js-browse-controls .j-type-row .j-content-types { 

            width: 90% !important;  

        } 

         

        /* browser controls view toggle (Thumbnails|Details) width */ 

        #js-browse-controls #j-item-view-toggle { 

            width: 10% !important; 

            display: table !important; 

        } 

     

        /* content filter row (All|Open|Answered|Threads) */ 

        .j-content-filter { 

            background: white !important; 

            margin-bottom: 10px !important; 

        }     

         

        /* container canvas */ 

        .j-contained {  

            margin-left: 40px !important;  

            margin-right: 40px !important; 

        } 

     

        /* category filter bar */ 

        .jive-content-filter { 

            left: 0px !important; 

            width: 80% !important; 

        } 

        .touchcarousel-wrapper { width: 100% !important; } 

     

        /* more search results available */ 

        #j-more-search-results-available { padding: 10px !important; } 

         

        /* misc */ 

        .jive-widget { margin-bottom: 10px !important; } 

        .j-column { margin-bottom: 10px !important; } 

     

     

        /* ------------------ 

            swap left-right positions of threads table and sidebar ui (filters & actions) 

        */ 

        /* threads table float left */ 

        .j-layout-sl .j-column-wrap-l { float: left !important; } 

     

        /* sidebar ui float right */ 

        .j-layout-sl .j-column-s { float: right !important; } 

        /* ------------------ */ 

     

     

        /* ------------------------------------------------ 

            THREAD CONTENT BROWSER 

        */ 

        /* thread header */ 

        .apple-thread-header { 

            width: auto !important; 

            margin-bottom: 10px !important; 

            margin-left: 40px !important; 

        } 

         

        /* thread original post */ 

        .j-thread .jive-content { margin: 0px 40px 0px 140px !important; } 

         

        /* thread replies ul */ 

        ul.jive-discussion-replies.jive-discussion-indent-0 { margin: 0px !important; } 

         

        /* thread reply li */ 

        .jive-discussion-replies li.reply { margin-top: 15px !important; } 

     

        /* thread view indent */ 

        .jive-discussion-indent-1 li.reply { padding-left: 15px !important; } 

         

        /* thread info */ 

        .jive-thread-info { 

            padding: 10px 40px !important; 

            margin: 0px !important; 

        } 

         

        /* thread answer rollup */ 

        .j-answer-rollup { margin: 30px 0px !important; } 

         

        /* thread post header (poster, date, response to) */ 

        .j-thread-post > header { 

            padding: 10px 20px 0px 20px !important; 

            margin-bottom: 12px !important; 

        } 

         

        /* thread post section (message body) */ 

        .j-thread-post section { 

            padding: 0px 20px !important; 

            margin-bottom: 6px !important; 

        } 

         

        /* thread post footer (Like|Reply etc) */ 

        .j-thread-post footer { padding: 0px 15px !important; } 

        .j-thread-post footer > ul { padding: 2px !important; } 

        .j-thread-post footer > .acclaim-container { margin: 5px 0px !important; } 

     

        /* thread rendered content */ 

        .jive-rendered-content { padding-bottom: 4px !important; } 

         

        /* thread rendered content quote & pre */ 

        .jive-rendered-content .jive-quote,  

        .jive-rendered-content .jive-pre { 

            margin: 5px 15px !important; 

        } 

     

        /* thread reply footer (Return to Community|Go to original post) */ 

        #jive-thread-reply-footer {    margin-top: 10px !important; } 

         

        /* more like this links, incomming links */ 

        #apple-related-threads { margin: 0px 40px !important; } 

        #apple-related-threads .j-box { margin-bottom: 0px !important; } 

        .j-icon-list li { padding: 3px 0px 3px 22px !important; } 

     

     

        /* --------------------------- 

            INLINE EDITOR 

        */ 

        /* editor */ 

        .jive-discussion-replies li.addReply { margin: 50px 40px 0px !important; } 

     

     

        /* --------------------------- 

            ADVANCED EDITOR 

        */ 

        /* content area */ 

        .j-thread .jive-content.jive-create-thread,  

        .jive-body-formpage-document .jive-content.doc-page { 

            margin: 0px 40px !important; 

            padding: 0px !important; 

        } 

     

        /* header */ 

        .j-thread .jive-content.jive-create-thread h2,  

        .jive-body-formpage-document .jive-content.doc-page h2 { padding: 0px !important; } 

     

        /* editor panel */ 

        .j-thread .jive-content.jive-create-thread #jive-compose-title,  

        .j-thread .jive-content.jive-create-thread .jive-editor-panel.jive-large-editor-panel,  

        .jive-body-formpage-document .jive-content.doc-page #jive-compose-title,  

        .jive-body-formpage-document .jive-content.doc-page .jive-editor-panel.jive-large-editor-panel { margin: 0px !important; } 

     

        /* line height in editor */ 

        body.tiny_mce_content { line-height: inherit !important; } 

     

        /* replying to */ 

        .jive-body-formpage-comment .jive-thread-message { margin: 0px !important; }     

     

        /* buttons (Reply|Cancel) */ 

        .j-publishbar,  

        .jive-body-formpage .jive-composebuttons { margin: 20px 40px 0px !important; } 

     

     

        /* --------------------------- 

            ACTIVITY STREAM 

        */ 

        /* activity entry */ 

        .j-act-entry { padding: 5px 0px 10px 100px !important; } 

     

        /* activity title */ 

        .j-body-home .j-act-title { padding: 10px 0px 5px 24px !important; } 

     

        /* Like list */ 

        .j-act-grouped .j-act-g-item { padding: 3px !important; } 

    }

  • by rccharles,

    rccharles rccharles Jul 17, 2014 2:28 PM in response to rccharles
    Level 6 (8,516 points)
    Classic Mac OS
    Jul 17, 2014 2:28 PM in response to rccharles
    /* 
        custom styles for Apple Support Communities board system introduced in 2014-06 (v 0.5) rc
    
    
    Rc noticed that the version 0.3 worked fined for lists, but not for threads. 
    This hack splits out the rules so to make both lists and threads look nice.
    
    Examples of the urls to filter
    content list type:
    https://discussions.apple.com/community/ipad/ipad_in_business_and_education/content?filterID=contentstatus[published]~objecttype~objecttype[thread]
    https://discussions.apple.com/people/rccharles/content?filterID=participated
    
    Thread with list of posts
    https://discussions.apple.com/thread/6453552
    
    reply is the same
    https://discussions.apple.com/thread/6453552
    
    This is a hack.  The rules could be simplified. rc
    
    */ 
    
    /* for thread and reply rc */
    @-moz-document 
        url-prefix(https://discussions.apple.com/thread/),  
        url-prefix(https://discussionsjapan.apple.com/thread/), 
        url-prefix(https://discussionskorea.apple.com/thread/)   
    { 
        /* ------------------------------------------------ 
            BODY 
        */ 
        body { 
            background: white; 
            min-width: 0px !important; 
        } 
        #body-apple { 
            width: 100% !important; 
            min-width: 0px !important; 
        } 
    
    
        /* ------------------------------------------------ 
            TEXT 
        */ 
        /* line spacing */ 
        .jive-content { line-height: 1.25 !important; } 
    
        
        /* ------------------------------------------------ 
            ASC HEADER AREA 
        */ 
        #j-header, 
        #j-compact-header, 
        #j-footer { width: 100% !important; } 
        
        /* navigation header (Apple Support Communities ...) */ 
        #j-header-wrap { 
            padding: 0px 40px !important; 
            margin: 0px 0px 15px !important; 
        } 
        #j-globalNav-bg { 
            padding: 0pX !important; 
            margin: 0px !important; 
        } 
        #j-satNav { overflow: visible !important; } 
        #jive-breadcrumb { right: 40px !important; } 
    
    
               /* ------------------------------------------------ 
                ASC TOP PAGE 
            */ 
            #jive-widgetframe-body_5780758 > .content-large,    /* discussions.apple.com */ 
            #jive-widgetframe-body_188974  > .content-large,    /* discussionsjapan.apple.com */    /* added in v0.42 */ 
            #jive-widgetframe-body_20835   > .content-large     /* discussionskorea.apple.com */    /* added in v0.42 */ 
            {                                                   /* added parent id in v0.41 */ 
                text-align: center !important; 
                overflow-x: auto !important; 
                overflow-y: hidden !important; 
            } 
            .apple-communities { 
                display: inline-block !important; 
                width: 1120px !important; 
                text-align: left !important; 
            } 
    
        /* ------------------------------------------------ 
            THREAD LIST BROWSER 
        */ 
        /* show author name in 'Latest activity' column in detailed list view of threads */ 
        td.j-td-date > span { display : inherit !important; } 
    
        /* main section */ 
        #j-main { padding: 0px !important; } 
    
        /* table cell title */ 
        .jive-table td.jive-table-cell-title { padding: 5px !important; } 
            
        /* threads list view table tr td  */ 
        .j-browse-details-tbody tr td { padding: 5px !important; } 
    
        /* communities list view table tr td */ 
        .jive-communities-listing table tr td { padding: 5px !important; } 
        
        /* thumbnails view width */ 
        .j-browse-content .j-thumb-view, 
        .j-browse-places .j-browse-thumbnails, 
        .j-browse-people .j-browse-thumbnails { width: 100% !important; } 
    
        /* social actions row */ 
        .apple-social-actions-wrapper { margin-right: 0px !important; } 
        .j-thread .j-social-actions { margin-right: 40px !important; } 
    
        /* apple subheader row ("Find helpful contents and discussions" etc )*/ 
        #apple-full-subheader, 
        #apple-activity-subheader { 
            padding: 0px 80px 15px !important; 
            margin-bottom: 15px !important; 
        } 
    
        /* page header */ 
        .j-body-place #jive-body > header.j-page-header { 
            margin-left: 40px !important; 
            margin-right: 40px !important; 
            width: auto !important; 
        } 
        
        /* browser filter row */ 
        #j-browse-filters { margin-bottom: 5px !important; } 
    
        /* browser controls row */ 
        .j-type-row { margin-bottom: 0px !important; } 
    
        /* browser controls content types (All Contents|User Tips|Discussions) width */ 
        #js-browse-controls .j-type-row .j-content-types { 
            width: 90% !important; 
        } 
        
        /* browser controls view toggle (Thumbnails|Details) width */ 
        #js-browse-controls #j-item-view-toggle { 
            width: 10% !important; 
            display: table !important; 
        } 
    
        /* content filter row (All|Open|Answered|Threads) */ 
        .j-content-filter { 
            background: white !important; 
            margin-bottom: 10px !important; 
        }    
        
        /* container canvas */ 
        .j-contained { 
            margin-left: 40px !important; 
            margin-right: 40px !important; 
        } 
    
        /* category filter bar */ 
        .jive-content-filter { 
            left: 0px !important; 
            width: 80% !important; 
        } 
        .touchcarousel-wrapper { width: 100% !important; } 
        .touchcarousel .tc-paging-container { width: 90% !important; }    /* added in v0.41 */ 
    
        /* more search results available */ 
        #j-more-search-results-available { padding: 10px !important; } 
        
        /* misc */ 
        .jive-widget { margin-bottom: 10px !important; } 
        .j-column { margin-bottom: 10px !important; } 
    
    
        /* ------------------ 
            swap left-right positions of threads table and sidebar ui (filters & actions) 
        */ 
        /* threads table float left */ 
        .j-layout-sl .j-column-wrap-l { float: left !important; } 
    
        /* sidebar ui float right */ 
        .j-layout-sl .j-column-s { font-size: xx-smallwidth !important; width: 1% !important;  float: right !important; visibility: collapse !important;}  /* rc */
        /* ------------------ */ 
    
    
        /* ------------------------------------------------ 
            THREAD CONTENT BROWSER 
        */ 
        /* thread header */ 
        .apple-thread-header { 
            width: auto !important; 
            margin-bottom: 10px !important; 
            margin-left: 40px !important; 
        } 
        
        /* thread original post */ 
        .j-thread .jive-content { margin: 0px 40px 0px 140px !important; } 
        
        /* thread replies ul */ 
        ul.jive-discussion-replies.jive-discussion-indent-0 { margin: 0px !important; } 
        
        /* thread reply li */ 
        .jive-discussion-replies li.reply { margin-top: 15px !important; } 
    
        /* thread view indent */ 
        .jive-discussion-indent-1 li.reply { padding-left: 15px !important; } 
        
        /* thread info */ 
        .jive-thread-info { 
            padding: 10px 40px !important; 
            margin: 0px !important; 
        } 
        
        /* thread answer rollup */ 
        .j-answer-rollup { margin: 30px 0px !important; } 
        
        /* thread post header (poster, date, response to) */ 
        .j-thread-post > header { 
            padding: 10px 20px 0px 20px !important; 
            margin-bottom: 12px !important; 
        } 
        
        /* thread post section (message body) */ 
        .j-thread-post section { 
            padding: 0px 20px !important; 
            margin-bottom: 6px !important; 
        } 
        
        /* thread post footer (Like|Reply etc) */ 
        .j-thread-post footer { padding: 0px 15px !important; } 
        .j-thread-post footer > ul { padding: 2px !important; } 
        .j-thread-post footer > .acclaim-container { margin: 5px 0px !important; } 
    
        /* thread rendered content */ 
        .jive-rendered-content { padding-bottom: 4px !important; } 
        
        /* thread rendered content quote & pre */ 
        .jive-rendered-content .jive-quote, 
        .jive-rendered-content .jive-pre { 
            margin: 5px 15px !important; 
        } 
    
        /* thread reply footer (Return to Community|Go to original post) */ 
        #jive-thread-reply-footer {    margin-top: 10px !important; } 
        
        /* more like this links, incomming links */ 
        #apple-related-threads { margin: 0px 40px !important; } 
        #apple-related-threads .j-box { margin-bottom: 0px !important; } 
        .j-icon-list li { padding: 3px 0px 3px 22px !important; } 
    
    
        /* --------------------------- 
            INLINE EDITOR 
        */ 
        /* editor */ 
        .jive-discussion-replies li.addReply { margin: 50px 40px 0px !important; } 
    
    
        /* --------------------------- 
            ADVANCED EDITOR 
        */ 
        /* content area */ 
        .j-thread .jive-content.jive-create-thread, 
        .jive-body-formpage-document .jive-content.doc-page { 
            margin: 0px 40px !important; 
            padding: 0px !important; 
        } 
    
        /* header */ 
        .j-thread .jive-content.jive-create-thread h2, 
        .jive-body-formpage-document .jive-content.doc-page h2 { padding: 0px !important; } 
    
        /* editor panel */ 
        .j-thread .jive-content.jive-create-thread #jive-compose-title, 
        .j-thread .jive-content.jive-create-thread .jive-editor-panel.jive-large-editor-panel, 
        .jive-body-formpage-document .jive-content.doc-page #jive-compose-title, 
        .jive-body-formpage-document .jive-content.doc-page .jive-editor-panel.jive-large-editor-panel { margin: 0px !important; } 
    
        /* line height in editor */ 
        body.tiny_mce_content { line-height: inherit !important; } 
    
        /* replying to */ 
        .jive-body-formpage-comment .jive-thread-message { margin: 0px !important; }    
    
        /* buttons (Reply|Cancel) */ 
        .j-publishbar, 
        .jive-body-formpage .jive-composebuttons { margin: 20px 40px 0px !important; } 
    
    
        /* --------------------------- 
            ACTIVITY STREAM 
        */ 
        /* activity entry */ 
        .j-act-entry { padding: 5px 0px 10px 100px !important; } 
    
        /* activity title */ 
        .j-body-home .j-act-title { padding: 10px 0px 5px 24px !important; } 
    
        /* Like list */ 
        .j-act-grouped .j-act-g-item { padding: 3px !important; } 
        
        
        /* --------------------------- 
            SEARCH RESULTS 
        */ 
        .jive-body-search .j-layout-sl .j-column-wrap-l { margin-left: 0px !important; }    /* added in v0.41 */ 
    }
    
    
    
    
    /*  This is version 0.3 with changed moz-document selection.
        Let's the list range past the right edge of the panel.  In effect, we are hidding the
        filters and actions.  
        This is a hack.  The rules could be simplified. rc
       
        custom styles for Apple Support Communities board system introduced in 2014-06 (v 0.3) 
    */ 
    @-moz-document 
        url-prefix(https://discussions.apple.com/community/),  
        url-prefix(https://discussions.apple.com/people/),  
        url-prefix(https://discussionsjapan.apple.com/community/),  
        url-prefix(https://discussionsjapan.apple.com/people/), 
        url-prefix(https://discussionskorea.apple.com/community/),  
        url-prefix(https://discussionskorea.apple.com/people/) 
    { 
        /* ------------------------------------------------ 
            BODY 
        */ 
        body { background: white; } 
        #body-apple { width: 100% !important; } 
    
    
        /* ------------------------------------------------ 
            TEXT 
        */ 
        /* line spacing */ 
        .jive-content { line-height: 1.25 !important; } 
         
    
        /* ------------------------------------------------ 
            ASC TOP PAGE 
        */ 
        .content-large { text-align: center !important; } 
        .apple-communities { 
            display: inline-block !important; 
            width: 1120px !important; 
            text-align: left !important; 
        } 
    
    
        /* ------------------------------------------------ 
            THREAD LIST BROWSER 
        */ 
        /* show author name in 'Latest activity' column in detailed list view of threads */ 
        td.j-td-date > span { display : inherit !important; } 
    
        /* main section */ 
        #j-main { padding: 0px !important; } 
    
        /* table cell title */ 
        .jive-table td.jive-table-cell-title { padding: 5px !important; } 
             
        /* threads list view table tr td  */ 
        .j-browse-details-tbody tr td { padding: 5px !important; } 
    
        /* communities list view table tr td */ 
        .jive-communities-listing table tr td { padding: 5px !important; } 
         
        /* thumbnails view width */ 
        .j-browse-content .j-thumb-view,  
        .j-browse-places .j-browse-thumbnails,  
        .j-browse-people .j-browse-thumbnails { width: 100% !important; } 
    
        /* social actions row */ 
        .apple-social-actions-wrapper { margin-right: 0px !important; } 
        .j-thread .j-social-actions { margin-right: 40px !important; } 
    
        /* apple subheader row ("Find helpful contents and discussions" etc )*/ 
        #apple-full-subheader, 
        #apple-activity-subheader { 
            padding: 0px 80px 15px !important; 
            margin-bottom: 15px !important; 
        } 
    
        /* page header */ 
        .j-body-place #jive-body > header.j-page-header { 
            margin-left: 40px !important; 
            margin-right: 40px !important; 
            width: auto !important; 
        } 
         
        /* browser filter row */ 
        #j-browse-filters { margin-bottom: 5px !important; } 
    
        /* browser controls row */ 
        .j-type-row { margin-bottom: 0px !important; } 
    
        /* browser controls content types (All Contents|User Tips|Discussions) width */ 
        #js-browse-controls .j-type-row .j-content-types { 
            width: 90% !important;  
        } 
         
        /* browser controls view toggle (Thumbnails|Details) width */ 
        #js-browse-controls #j-item-view-toggle { 
            width: 10% !important; 
            display: table !important; 
        } 
    
        /* content filter row (All|Open|Answered|Threads) */ 
        .j-content-filter { 
            background: white !important; 
            margin-bottom: 10px !important; 
        }     
         
        /* container canvas */ 
        .j-contained {  
            margin-left: 40px !important;  
            margin-right: 40px !important; 
        } 
    
        /* category filter bar */ 
        .jive-content-filter { 
            left: 0px !important; 
            width: 80% !important; 
        } 
        .touchcarousel-wrapper { width: 100% !important; } 
    
        /* more search results available */ 
        #j-more-search-results-available { padding: 10px !important; } 
         
        /* misc */ 
        .jive-widget { margin-bottom: 10px !important; } 
        .j-column { margin-bottom: 10px !important; } 
    
    
        /* ------------------ 
            swap left-right positions of threads table and sidebar ui (filters & actions) 
        */ 
        /* threads table float left */ 
        .j-layout-sl .j-column-wrap-l { float: left !important; } 
    
        /* sidebar ui float right */ 
        .j-layout-sl .j-column-s { float: right !important; } 
        /* ------------------ */ 
    
    
        /* ------------------------------------------------ 
            THREAD CONTENT BROWSER 
        */ 
        /* thread header */ 
        .apple-thread-header { 
            width: auto !important; 
            margin-bottom: 10px !important; 
            margin-left: 40px !important; 
        } 
         
        /* thread original post */ 
        .j-thread .jive-content { margin: 0px 40px 0px 140px !important; } 
         
        /* thread replies ul */ 
        ul.jive-discussion-replies.jive-discussion-indent-0 { margin: 0px !important; } 
         
        /* thread reply li */ 
        .jive-discussion-replies li.reply { margin-top: 15px !important; } 
    
        /* thread view indent */ 
        .jive-discussion-indent-1 li.reply { padding-left: 15px !important; } 
         
        /* thread info */ 
        .jive-thread-info { 
            padding: 10px 40px !important; 
            margin: 0px !important; 
        } 
         
        /* thread answer rollup */ 
        .j-answer-rollup { margin: 30px 0px !important; } 
         
        /* thread post header (poster, date, response to) */ 
        .j-thread-post > header { 
            padding: 10px 20px 0px 20px !important; 
            margin-bottom: 12px !important; 
        } 
         
        /* thread post section (message body) */ 
        .j-thread-post section { 
            padding: 0px 20px !important; 
            margin-bottom: 6px !important; 
        } 
         
        /* thread post footer (Like|Reply etc) */ 
        .j-thread-post footer { padding: 0px 15px !important; } 
        .j-thread-post footer > ul { padding: 2px !important; } 
        .j-thread-post footer > .acclaim-container { margin: 5px 0px !important; } 
    
        /* thread rendered content */ 
        .jive-rendered-content { padding-bottom: 4px !important; } 
         
        /* thread rendered content quote & pre */ 
        .jive-rendered-content .jive-quote,  
        .jive-rendered-content .jive-pre { 
            margin: 5px 15px !important; 
        } 
    
        /* thread reply footer (Return to Community|Go to original post) */ 
        #jive-thread-reply-footer {    margin-top: 10px !important; } 
         
        /* more like this links, incomming links */ 
        #apple-related-threads { margin: 0px 40px !important; } 
        #apple-related-threads .j-box { margin-bottom: 0px !important; } 
        .j-icon-list li { padding: 3px 0px 3px 22px !important; } 
    
    
        /* --------------------------- 
            INLINE EDITOR 
        */ 
        /* editor */ 
        .jive-discussion-replies li.addReply { margin: 50px 40px 0px !important; } 
    
    
        /* --------------------------- 
            ADVANCED EDITOR 
        */ 
        /* content area */ 
        .j-thread .jive-content.jive-create-thread,  
        .jive-body-formpage-document .jive-content.doc-page { 
            margin: 0px 40px !important; 
            padding: 0px !important; 
        } 
    
        /* header */ 
        .j-thread .jive-content.jive-create-thread h2,  
        .jive-body-formpage-document .jive-content.doc-page h2 { padding: 0px !important; } 
    
        /* editor panel */ 
        .j-thread .jive-content.jive-create-thread #jive-compose-title,  
        .j-thread .jive-content.jive-create-thread .jive-editor-panel.jive-large-editor-panel,  
        .jive-body-formpage-document .jive-content.doc-page #jive-compose-title,  
        .jive-body-formpage-document .jive-content.doc-page .jive-editor-panel.jive-large-editor-panel { margin: 0px !important; } 
    
        /* line height in editor */ 
        body.tiny_mce_content { line-height: inherit !important; } 
    
        /* replying to */ 
        .jive-body-formpage-comment .jive-thread-message { margin: 0px !important; }     
    
        /* buttons (Reply|Cancel) */ 
        .j-publishbar,  
        .jive-body-formpage .jive-composebuttons { margin: 20px 40px 0px !important; } 
    
    
        /* --------------------------- 
            ACTIVITY STREAM 
        */ 
        /* activity entry */ 
        .j-act-entry { padding: 5px 0px 10px 100px !important; } 
    
        /* activity title */ 
        .j-body-home .j-act-title { padding: 10px 0px 5px 24px !important; } 
    
        /* Like list */ 
        .j-act-grouped .j-act-g-item { padding: 3px !important; } 
    }
        
    
    
    
  • by Hiroto,Helpful

    Hiroto Hiroto Jul 18, 2014 10:38 AM in response to rccharles
    Level 5 (7,348 points)
    Jul 18, 2014 10:38 AM in response to rccharles

    Hello

     

    Sorry for late reply. If you don't need the Like and Bookmark columnn at all, you can get rid of them by the following rules.

     

     

    /* custom style for Apple Support Communities board system introduced in 2014-06 (v 0.43b) */
    @-moz-document
        domain(discussions.apple.com),
        domain(discussionsjapan.apple.com),
        domain(discussionskorea.apple.com)
    {
    
        /* ------------------------------------------------
            THREAD LIST BROWSER
        */
    
        /* ------------------
            Hide Like and Bookmark columns in thread list view.
        */
        .j-browse-details .j-td-likes, 
        .j-browse-details .j-td-bookmarks { display: none !important; } 
        .j-browse-details > table.j-browse-list > thead.j-rc4 > tr > th + th, 
        .j-browse-details > table.j-browse-list > thead.j-rc4 > tr > th + th + th { display: none !important; }
        .j-browse-details > table.j-browse-list > thead.j-rc4 > tr > th + th + th + th { display: table-cell !important; }
        /* ------------------ */
    
    }
    

     

    I'm working on a revision of the css rules which would be beneficial to narrow window as well. The tricky problem (for me) is to craft rules which will work effectively with both wide and narrow windows. When finished, I'll post the revision in the original thread:

     

    Am I missing something in the recommended list?

    https://discussions.apple.com/thread/6428850

     

    Regards,

    H

  • by rccharles,

    rccharles rccharles Jul 18, 2014 11:40 AM in response to Hiroto
    Level 6 (8,516 points)
    Classic Mac OS
    Jul 18, 2014 11:40 AM in response to Hiroto

    Thanks for all your great work.  My forum display is look better.

     

    Let me know if you need any help on this.  I can always test things.

     

    Robert

  • by Hiroto,

    Hiroto Hiroto Jul 19, 2014 1:02 PM in response to rccharles
    Level 5 (7,348 points)
    Jul 19, 2014 1:02 PM in response to rccharles

    Hello

     

    I posted two revisions in

     

    Am I missing something in the recommended list?

    https://discussions.apple.com/thread/6428850

    https://discussions.apple.com/message/26323627#26323627

     

     

    v0.43 is for normal to wide window (ca. 1000px or greater) and v0.5 is (mainly) for normal to narrow window (ca. 700-1400px).

     

    In both revisions, rules to hide Like and Bookmark columns in list view are currently commented out.

     

    Hope this may help,

    H

  • by rccharles,

    rccharles rccharles Jul 19, 2014 6:24 PM in response to Hiroto
    Level 6 (8,516 points)
    Classic Mac OS
    Jul 19, 2014 6:24 PM in response to Hiroto

    When I click on the link:

    https://discussions.apple.com/message/26323627#26323627

     

    I get a message saying:

    Access to this place or content is restricted. If you think this is a mistake, please contact your administrator or the person who directed you here.

  • by Hiroto,

    Hiroto Hiroto Jul 20, 2014 4:35 AM in response to rccharles
    Level 5 (7,348 points)
    Jul 20, 2014 4:35 AM in response to rccharles

    Hello Robert,

     

    That is because they have removed it. I received a email like this (excerpt) -

     

     

    Subject:  Apple Support Communities - Post Removed by Host

     

    Apple Support Communities

     

    Hi (Hiroto),

     

    Thanks for participating in Apple Support Communities.

     

    We’ve removed your post Re: Re: Re: Re: Am I missing something in the recommended list? from the Apple Support Communities site because it contained some questionable advice.

     

    If possible, test your answer. Check that your answer works on your own computer before you post your Submission.

     

    We appreciate your involvement in our forums, and hope you’ll continue to be active here.

     

    I’ve included a copy of your original post below.

     

    Thanks,

    Apple Support Communities Staff

     

     

    That's it. Since I have tested my code with my environment which is clearly stated in my post, I'd understand that an advice questioning their design choice whether implicitly or not is questionable by definition.

     

    I'm no longer posting custom css rules for ASC in ASC.

     

    If you're fine with private email sent to the address shown in your profile, I can email you the said v0.43 and v0.5 revisions.

     

    All the best,

    Hiroto

  • by babowa,

    babowa babowa Jul 20, 2014 8:07 AM in response to Hiroto
    Level 7 (32,249 points)
    iPad
    Jul 20, 2014 8:07 AM in response to Hiroto

    Since I have tested my code with my environment which is clearly stated in my post, I'd understand that an advice questioning their design choice whether implicitly or not is questionable by definition

     

     

    I believe you stated that you tested it on OS 10.5.x and 10.6.x with outdated browser versions. There was a significant change to the OS when Lion was introduced and very few users still use these very old OS versions; most are two to three OS versions ahead; i.e. my FF version is 30 (not 24). Therefore, I would not ever use or recommend code that was written for an outdated OS/browser version.

     

    Additionally - and that is my personal opinion - I would never hack my system with more than 400 lines of code simply to alter the way the ASC pages display. I would also never recommend this to anyone without the disclaimer that it would be at their own risk because it may bork their system. ASC is what it is. Although I'd prefer to have the previous version, I am working with this one - there is no need to endlessly discuss/alter its behavior; my time is better spent actually helping people solve their technical device or software problems.

  • by Hiroto,

    Hiroto Hiroto Jul 20, 2014 9:19 AM in response to babowa
    Level 5 (7,348 points)
    Jul 20, 2014 9:19 AM in response to babowa

    FYI. There're users who are using old systems. Firefox 24.6.0esr is current ESR version. I have never recommended anyone to use the custom CSS rules of mine. I made them for my own use and then published them here hoping they may help rccharles who started the relevant thread(s). Those codes are intended for those who need them. If you don't need them, you may simply ignore them.

     

    Regards,

    H

  • by rccharles,

    rccharles rccharles Jul 20, 2014 10:12 AM in response to Hiroto
    Level 6 (8,516 points)
    Classic Mac OS
    Jul 20, 2014 10:12 AM in response to Hiroto

    Hiroto's changes are the best.  I do not have a 27" monitor.  With the changes, I get the forum to fit on my screen! I do not know why Apple removed the changes.  I'd take it as they are sensitive about the poorly designed forum.  Apparently they have not gotten the message that the forums are a mess. I'd be encouraging people to fix the forum if they could.

     

    Hiroto's changes make the forum's usable to me.  I feel with Hiroto's changes that the forum are the best that they have been in years.  I think once Hiroto's get all the changes sorted out the User Experience ( UX ) will be better than what it was before Jive entered the scene. A lot of good changes are hidden by feature oriented design without regard for the UX.

     

    These changes do not modifying OS X .  These changes are using documented Firefox interfaces.   You can get the forums in their current form by using another browser.  If you do not like them, do not user them.  Let us who like them continue our thing.

     

    I think some of Hiroto's words of warning got lost in translation.   They come across a little too apologetic.  I'd have used different words.  He is giving the standard software warning that appears in all software including Apple.

     

     

    I'd take Apple at their words.  Write back to apple  if you can and ask what would be acceptable testing to them.

     

    Find their exact beef.Test with a more current version of Firefox.  I'll volunteer to test on Tenfourfox and Firefox running on Fedora 19 and if I get ambitious I'll test on Windows XP.   I'm looking into getting the changes to Work in Safari.  I've seen hints that the changes should work in Chrome and Safari.  I haven't figured out how yet.

     

     

     

    All of this for me will take weeks if not months.

     

    We can always move to another forum like bdaqua's

    http://x704.net/bbs/

     

    Robert

     

    Robert

  • by Hiroto,

    Hiroto Hiroto Jul 20, 2014 12:37 PM in response to rccharles
    Level 5 (7,348 points)
    Jul 20, 2014 12:37 PM in response to rccharles

    Hello Robert,

     

    Since I'm just a volunteered helper, I'm not obliged to test my codes to such an extent as to build a test enviroment with latest possible softwares which I do not use. I do test my solution with enviroments at my hand and state it clearly unless I think it's irrelevant. In this way I have posted hundreds of codes in these discussions fora since 2001. Should more obligations be imposed, I'd just stop being a helper here.

     

    By the way, CSS2.1 is established standard which every decent modern web browser supports. One notable difference between CSS implementations in Mozilla and WebKit is that Mozilla supports per-site CSS rule syntax whereas WebKit does not. Because of this, some style manager add-on (extension) is required to use per-site CSS rules in WebKit-based browsers whilst it is optional in Mozilla-based browsers.

     

    FWIW, I have installed Stylish for Safari [1] and confirmed the CSS rules for ASC (including v0.42, v0.43 & v0.5) work as expected with Safari 5.1.10 under 10.6.8. I see no reason for these CSS rules not to work with later versions as far as Stylish for Safari works with them. (Oh, maybe I should state clearly that I'm not endorsing the said safari extension by any means. Basically Safari is not my concern because I do not use it.)

     

    [1]

    http://sobolev.us/stylish/

    https://github.com/350d/stylish

     

     

    As far as I'm concerned, I'm done with the last revisions of CSS rules which make current ASC much less annoying to use. And I'd refrain from the discussions that they seem not want to see here.

     

    I can send the last revisions, which contain considerable refinements, to the email address in your profile if you approve it.

    We can always use the secret incantations for ourselves.

     

    All the best,

    Hiroto

  • by rccharles,

    rccharles rccharles Jul 20, 2014 4:46 PM in response to Hiroto
    Level 6 (8,516 points)
    Classic Mac OS
    Jul 20, 2014 4:46 PM in response to Hiroto

    I'm interested in them.  They make the forums usable for me when the unchanged ones are not.

     

    They were deleted on a Saturday.  Typically, the least experienced people work the least desirable shifts.

     

    How about posting them here:

     

    How about posting them with bdaqua's forum.  He is trying to use them too.

    http://x704.net/bbs/

     

    or just send them to me if you do not want to enroll in another forum.

  • by Hiroto,

    Hiroto Hiroto Jul 21, 2014 4:52 AM in response to rccharles
    Level 5 (7,348 points)
    Jul 21, 2014 4:52 AM in response to rccharles

    Hello Robert,

     

    I just sent you an email with subject "ASC custom CSS rules from Hiroto" with attachment of one zip archive "files.zip" of three files - removed post.txt, v0.43.css and v0.50.css.

     

    These CSS rules are published as free software you may use, modify and redistribute as you like. I just reserve my own non-exclusive rights to use, modify and redistribute them as I like. No warranties of any kind, naturally.

     

    Thanks for invitation to bdaqua's fora. Unfortunately I don't have enough time for now to participate in them. If you do, please give my kind regards to them.

     

    Good luck,

    Hiroto

     

     

    PS. Just in case. If someone is using the custom CSS rules in Safari, s/he needs to remove the Mozilla specific directives that is the opening clause:

     

     

    @-moz-document
        domain(discussions.apple.com),
        domain(discussionsjapan.apple.com),
        domain(discussionskorea.apple.com)
    {
    

     

    and the closing brace at the very end:

     

     

    }
    

     

     

    and use some style manager add-on (safari extension) as I explained earlier.

     

    /H

  • by BDAqua,

    BDAqua BDAqua Jul 21, 2014 2:04 PM in response to Hiroto
    Level 10 (123,830 points)
    Jul 21, 2014 2:04 PM in response to Hiroto

    Thanks for the hard work, makes ASC almost usable!

Page 1 Next