Question for Hiroto - css user

I redesigned the css for the Spanish and Portuguese CSA web site.  I modified your css.

Here's what I came with:

Re: Style sheet for Japanese, Korean, Spanish and Portuguese CSA sites user

I have two questions:

(1) I want the 'P' in order to act as 'R' when the window is made narrower.  See this web page.  Make the windows smaller and larger to see 'P' and 'R' in action.

https://communities.Apple.com/pt/thread/4601

When I do the narrow window the letter P [issue] is scrolled off the right but the letter R [answer] does not work.

P's off to the left

P is visible

(2)

You remember what ASC Web page the effects of this code?  I couldn't identify a use of this code.

What is "Community list table"? [jive now decides he wants to put a lot of spaces in this.]  who know why]


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

  
Treatment for narrow window 

  
Method 1 (minimum optimisation) 

  
Adjust community list table's shift and margin to maximize its width. 

*/                                                                 
/* v0.43 */  

/* ------------------ (currently commented out) 

.j-layout-sl.j-browse-places .j-column-wrap-l { margin-left: -166px !important; } 

.j-layout-sl.j-browse-places .j-column-l 
{ margin-left: 166px !important; } 

.j-layout-sl.j-browse-places .j-column-s 
{ width: 166px !important; } 

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

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

   
Treatment for narrow window 

   
Method 2 (more beneficial to narrow window but has disadvantage for wide window) 

     

   
Let community list table have full width but not exceed 1019px to make room for 

   
sidebar ui (filters & actions).  If window is wide enough (>=1265px), sidebar ui 

   
is displayed next to community list table, otherwise it is displayed below or 

   
above it (depending upon its document tree order). 

     

   
* sidebar width (constant)
= 166px 

   
* community table max width   = 1019px 

   
* canvas margin-left     
= 40px 

   
* canvas margin-right    
= 40px 

   
--------------------------------------- 

   
* total                  
= 1265px 

*/                                                                   
/* v0.5 */  

/* ------------------ (currently active) */  

.j-layout-sl.j-browse-places .j-column-wrap-l { max-width: 1019px !important; }  

.j-layout-sl.j-browse-places .j-column-wrap-l { margin-left: 0px !important; }  

.j-layout-sl.j-browse-places .j-column-l 
{ margin-left: 0px !important; }  

.j-layout-sl.j-browse-places .j-column-l 
{ padding-left: 0px !important; }  

.j-layout-sl.j-browse-places .j-column-s 
{ width: 166px !important;  }      

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

   

Hello

Well, it took me some time to investigate the new presentation of 2016-06 of the ASC (Japanese, etc). It's really annoying...

You can find my current project CSS below. For better maintainablility, I made new CSS file derived from the previous one for 2014-06 format. Section of the DISPLAY OF THE WIRE CONTENT has been significantly redesigned. It may contain useless residues of the previous, because I have not yet cleaned up seriously.

Moreover, the Q brand in question is placed in a strange way, using the negative zone offset (left:-60px banner), which would be the reason why it behaves well in your settings.

Relevant rules in original CSS:

.j-thread #body-apple .j-thread-post section.j-original-message h1 {
    max-width: 860px;
    margin: 0px auto 30px;  /* <-- left margin is auto, which may be problematic in variable width environment */
}
.j-thread .jive-content .j-thread-post section.j-original-message h1 .q-marker {
    position: absolute;
    top: 0px;
    left: -60px;            /* <-- negative box offset for left side */
    font-size: 55px;
    font-weight: 200;
    line-height: 1em;
}

which I adjusted it as follows:

.j-thread-post section.j-original-message h1 {
    max-width: inherit !important;;
    margin: 0px 60px 20px 60px !important;;
}
.j-original-message h1 .q-marker {
    left: -60px !important;
    font-size: 32px !important;
}

---

Here's my project. Please feel free to change, adapt, and reuse what you see fit.

/*
    custom styles for Apple Support Communities board system introduced in 2016-06 (v0.10d)
   
    written by Hiroto, 2016-06
*/
@-moz-document
    domain(communities.apple.com),
    domain(discussionsjapan.apple.com),
    domain(discussionskorea.apple.com)
{
    /* ------------------------------------------------------------------------------------------------
        BODY
    */
    body.j-body-welome,             /* Welcome */
    body.j-body-place,              /* Community */
    body.j-body-yourwork,           /* Content */
    body.j-body-home,               /* Activity */
    body.j-body-yourconnections,    /* People */
    body.j-body-preferences,        /* Preferences */
    body.jive-body-content,         /* Thread */
    body.jive-body-search,          /* Search */
    body.jive-view-profile          /* Profile */
    {                                                                              
        background: white !important;
    }
    body {
        background: white;
        min-width: 0px !important;
    }
    #body-apple {
        width: 100% !important;
        min-width: 0px !important;
    }
    #globalheader { display: none !important; }                                    
    #global-nav-wrapper {display: none !important; }                               
    #globalfooter,
    #globaldisclaimer { width: 80% !important; }                                    

    /* ------------------------------------------------------------------------------------------------
        TEXT
    */
    body {                                                                                  /* NEW */
        font-size: 16px !important;
        font-weight: 400 !important;
        line-height: 1.25 !important;
    }
   
    body * {                                                                                /* NEW */
        /* font-size: inherit !important; */
        font-weight: inherit !important;
        line-height: inherit !important;
    }

    /* ------------------------------------------------------------------------------------------------
        ASC HEADER, FOOTER 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;
        width: auto !important;                                                             /* NEW */
    }
    #j-satNav { overflow: visible !important; }

    #j-header-wrap { margin-bottom: 50px !important; }                                      /* NEW */
    #apple-full-header { margin: 10px 0px 0px !important; }                                 /* NEW */
    #second-row {                                                                           /* NEW */
        padding-top: 25px !important;
        height: 30px !important;
    }

    #jive-alert {                                                                           /* NEW */
        width: auto !important;
        max-width: inherit !important;
        margin: -20px 40px 10px !important;
    }
    .j-thread #jive-alert {                                                                 /* NEW */
        margin: -50px 40px 10px !important;
    }
    .jive-body-formpage.j-thread #jive-alert {                                              /* NEW */
        margin: -30px 40px 10px !important;
    }
    #jive-breadcrumb {                                                                      /* NEW */
        width: auto !important;
        margin-right: 40px !important;
        position: relative !important;
    }
    .j-js-footer-wrap {                                                                     /* NEW */
        width: auto !important;
        min-width: 0px !important;
    }
    footer#j-footer {                                                                       /* NEW */
        width: auto !important;
        min-width: 0px !important;
    }

    /* ------------------------------------------------------------------------------------------------
        ASC TOP PAGE
    */
    .j-body-welcome #jive-alert { margin: 0px 40px !important; }
    .j-body-welcome .hero-container img { width: auto !important; }
    .j-body-welcome.j-body-home [id|=jive-widgetframe] > .content-large {
        text-align: center !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
    }
    .apple-communities {
        display: inline-block !important;
        width: auto !important;
        text-align: left !important;
    }

    /* ------------------------------------------------------------------------------------------------
        THREAD LIST BROWSER
    */

    /* ------------------
        community overview
    */                                                                                      /* NEW */
    .category-latest .category-latest-container .category-latest-row {
        margin: 0px !important;
        padding: 5px 0px !important;
    }
    .category-latest .category-latest-container .category-latest-row .discussion-metadata {
        margin: 5px 0px !important;
    }
    .category-latest .category-latest-container .category-latest-row .discussion-title a {
        font-size: 110% !important;
        font-weight: 500 !important;
        color: rgb(0, 136, 204) !important;
    }
    .category-latest .category-latest-container .category-latest-row:nth-child(odd) {
        background: rgb(247, 247, 247) !important;
    }
    .category-latest .category-latest-container .category-latest-row .read-full {
        display: none !important;
    }
   
    .apple-space-overview #body-apple .list-page .ask-a-question-sidebar {
        margin: 0px 70px 10px 0px !important;
    }
    .apple-space-overview #body-apple .list-page .ask-a-question-sidebar .ask-a-question-space-icon {
        width: 128px !important;
        height: 128px !important;
    }
    .apple-space-overview #body-apple .list-page .ask-a-question-wrapper .community-siblings {
        padding: 5px 0px !important;
        font-size: 20px !important;
    }
    /* ------------------ */
    

    /* 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; }
       
    /* thread list view column widths */                                           
    .j-browse-details .j-td-title { max-width: none !important; }
    .j-browse-details .j-td-date {
        width: auto !important;
        max-width: 20% !important;
    }
    

    /* ------------------
        Hide Like and Bookmark columns in thread list view.
    */                                                                             
    /* ------------------ (currently commented out)
    .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; }
    ------------------ */

    /* user name link */
    .jive-username-link { text-transform: none !important; }                        

    /* threads list view table tr td  */
    .j-browse-details-tbody tr td { padding: 2px !important; }                              /* CHANGED */

    /* threads list view left most icon */
    .j-browse-details-tbody .j-td-icon { padding: 0px 6px 0px !important; }                 /* NEW */
   
    /* 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; }
   
    /* thumbnail view list item margin */                                          
    .j-browse-content .j-thumb-view > li,
    .j-browse-places .j-browse-thumbnails > li { margin-right: 20px !important; }
   
    /* thumbnail view article font size */                                                  /* NEW */
    .j-thumb article { font-size: inherit !important; }
   
    /* thunbnail view article header height */                                              /* NEW */
    .j-content-thumb header { height: 22px !important; }

    /* thumbnail view article height */                                                     /* NEW */
    .j-browse-content .j-content-thumb article { height: 120px !important; }
   
    /* thumbnail view footer */                                                             /* NEW */
    .j-browse-content .j-content-thumb.j-thumb footer { padding: 4px 0px 0px !important; }  

   
    /* social actions row */
    .apple-social-actions-wrapper { margin-right: 0px !important; }
    .j-thread .j-social-actions { margin-right: 40px !important; }

    /* apple header, subheader row ("Find helpful contents..." etc )*/             
    #apple-full-subheader,
    #apple-activity-subheader {
        padding: 0px 40px 15px !important;
        margin-bottom: 15px !important;
    }
    #apple-full-header h2,
    #apple-activity-header h2 { padding: 0px 40px !important; }

    /* page header */
    .j-body-place #jive-body > header.j-page-header {
        margin-left: 40px !important;
        margin-right: 40px !important;
        width: auto !important;
    }
   
    /* pagenation */                                                                        /* NEW */
    .j-pagination-prevnext > .j-pagination-prev,
    .j-pagination-prevnext > .j-pagination-next { font-size: 0px !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; }                  

    /* 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; }

    /* ------------------
        Treatment for narrow window
        Method 1 (minimum optimisation)

        Adjust thread list table's shift and margin to maximize its width.
    */                                                                             
    /* ------------------ (currently active) */
    .j-layout-sl.j-browse-content .j-column-wrap-l { margin-left: -166px !important; }
    .j-layout-sl.j-browse-content .j-column-l      { margin-left: 166px !important; }
    .j-layout-sl.j-browse-content .j-column-s      { width: 166px !important; }
    /* ------------------ */
    /* ------------------
        Treatment for narrow window
        Method 2 (more beneficial to narrow window but has disadvantage for wide window)
       
        Let thread list table have full width but not exceed 1019px to make room for sidebar ui (filters & actions).
        If window is wide enough (>=1265px), sidebar ui is displayed next to thread list table,
        otherwise it is displayed below or above it (depending upon its document tree order).
       
        * sidebar width (constant)    = 166px
        * thread table max width      = 1019px
        * canvas margin-left          = 40px
        * canvas margin-right         = 40px
        ---------------------------------------
        * total                       = 1265px
    */                                                                             
    /* ------------------ (currently commented out) */
/*
    .j-layout-sl.j-browse-content .j-column-wrap-l { max-width: 1019px !important; }
    .j-layout-sl.j-browse-content .j-column-wrap-l { margin-left: 0px !important; }
    .j-layout-sl.j-browse-content .j-column-l      { margin-left: 0px !important; }
    .j-layout-sl.j-browse-content .j-column-s      { width: 166px !important; }
*/
    /* ------------------ */

    /* ------------------
        Swap left-right positions of thread list table and sidebar ui (filters & actions)
    */                                                                             
    /* let thread list table float left */
    .j-layout-sl.j-browse-content .j-column-wrap-l,
    .j-layout-sl.j-browse-places .j-column-wrap-l { float: left !important; }

    /* let sidebar ui float right */
    .j-layout-sl.j-browse-content .j-column-s,
    .j-layout-sl.j-browse-places .j-column-s { float: right !important; }
    /* ------------------ */

    /* ------------------
        leader board
    */
    /* .jive-widget.jive-box.j-rc5.jive-widget-leaderboardwidget */
   
/*
    .jive-widget-leaderboardwidget {display: none !important; }                    
*/

    .jive-widget-leaderboardwidget { max-width: 1000px !important; }                       
    .jive-widget-leaderboardwidget .j-bigtab-nav .j-tabbar { padding-top: 10px !important; }
    .jive-widget-leaderboardwidget .jive-widget-topmembers.split-columns ul li { min-height: 0px !important; }
    .jive-widget-leaderboardwidget .top-member-username,
    .jive-widget-leaderboardwidget .top-member-username * { font-size: inherit !important; }
    .jive-widget-leaderboardwidget .user-level-points {
        font-size: 18px !important;
        margin: 14px 0px !important;
        width: 60px !important;
        height: 30px !important;
        padding: 8px 0px 0px !important;
    }
    .jive-widget-leaderboardwidget .top-member-profile-info > a {
        border-radius: 0% !important;
        width: 60px !important;
        height: 60px !important;
    }
    .jive-widget-leaderboardwidget .pagination-class { margin-top: 30px !important; }
    /* ------------------ */

    /* article list
        .j-rc5 is used to identify this list
        e.g., https://discussions.apple.com/article/HT1939 */                      
    .j-layout-sl.j-browse-content.j-rc5 #jive-body-maincol { margin: 0px 0px 0px 166px !important; }

    /* ------------------------------------------------------------------------------------------------
        THREAD CONTENT BROWSER
    */
    /* thread header */
    .apple-thread-header {
        width: auto !important;
        margin-bottom: 10px !important;
        margin-left: 40px !important;
    }

    /* thread message */                                                                    /* NEW */
    .j-thread .jive-content .j-thread-post .jive-rendered-content {
        font-size:   inherit !important;
    }
    .j-thread #body-apple .jive-thread-messages h2.helpful-allreply,
    .j-thread #body-apple #helpful-container,
    .j-thread #body-apple .j-thread-post > header .j-post-author,
    .j-thread #body-apple .thread-container-wrapper,
    .j-thread #body-apple .all-replies-container,
    .j-thread #body-apple #j-main #jive-breadcrumb,
    .j-thread #body-apple .addReply,
    .j-thread #body-apple #jive-body-intro-content {
        max-width: inherit !important;
        margin: 10px 40px !important;
    }
    .j-inresponse-to {
        font-size: inherit !important;
    }
    .j-thread .jive-content .j-thread-post > header,
    .j-thread .jive-content .j-thread-post > h3.header {
        margin: 15px 0px 10px 0px !important;
    }

    /* thread original messeage (question) */                                               /* NEW */
    .j-thread-post section.j-original-message {
        margin: 0px 30px !important;
        padding: 15px 10px !important;
        border-style: dotted !important;
        border-width: thin !important;
        background: none repeat scroll 0% 0% rgb(247, 247, 237) !important;
    }
    .j-thread-post section.j-original-message h1 {
        max-width: inherit !important;;
        margin: 0px 60px 20px 60px !important;;
    }
    .j-thread-post section.j-original-message .jive-rendered-content {
        max-width: inherit !important;;
        margin: 0px 25px !important;;
    }
   
    /* original poster profile header */
    .j-thread .jive-content .j-thread-post > header.js-original-header {
        max-width: inherit !important;
        margin: 0px 40px !important;
        padding: 5px !important;
    }

    .j-thread-post section .thread-actions {
        max-width: inherit !important;
        margin: 0px 25px !important;
    }
    .j-original-message .jive-rendered-content p {
        font-size:   inherit !important;
    }
    .meta-posted {
        max-width: inherit !important;
        margin: 10px 25px 20px !important;
    }
    /* Q mark */
    .j-original-message h1 .q-marker {
        left: -60px !important;
        font-size: 32px !important;
    }
    

    /* answer rollup */                                                                     /* NEW */
    .j-answer-rollup.span-full-width {
        background: none repeat scroll 0% 0% rgb(237, 247, 232) !important;
        padding-bottom: 10px !important;
        margin: 20px 0px 0px 0px !important;
        border: 1px solid rgb(45, 184, 71) !important;
    }
    .j-inline-correct-answer {
        padding: 0px !important;
        max-width: inherit !important;
        margin: 0px 10px !important;
    }
    .j-inline-correct-answer section {
        margin: 10px 0px !important;
    }
    /* A mark */
    .j-inline-correct-answer .answer-marker {
        left: 0px !important;
        font-size: 32px !important;
    }
    

    /* persistent question shown at top */                                                  /* NEW */
    .persist-question.persist { display: none !important; }

   
    /* Solved and Helpful marker text */                                                    /* NEW */
    .j-thread-post header .j-correct-text,
    .j-thread-post h3.header .j-correct-text,
    .j-thread-post header .j-helpful-text,
    .j-thread-post h3.header .j-helpful-text {
        font-size: 22px !important;
        background: none repeat scroll 0% 0% transparent !important;
        border-style: none !important;
        margin: 0px !important;
        padding: 10px !important;
    }

   
    /* thread content */
    .j-thread .jive-content { margin: 0px 10px 0px 10px !important; }                       /* CHANGED */

   
    /* 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 message border */                                                             /* NEW */
    .jive-discussion-replies li.reply .jive-thread-message {
        border-style: dotted !important;
        border-width: thin !important;
    }

    /* orgininal poster comment background */                                               /* NEW */
    .original-poster-comment {
        background: none repeat scroll 0% 0% rgb(247, 247, 237) !important;
        top:    0px !important;
        right:  0px !important;
        bottom: 0px !important;
        left:   0px !important;
    }

    /* pagenation */                                                                        /* NEW */
    .j-thread .jive-thread-messages .j-pagination {
        margin: 30px 0px !important;
    }

    /* promoted helpful answer and prompted recommended answer */                           /* NEW */
    .j-inline-promoted-helpful-answer,
    .j-inline-recommended-answer {
        background: none repeat scroll 0% 0% rgb(247, 232, 207) !important;
        padding: 15px 10px 5px 10px !important;
        margin: 0px 10px 15px 10px !important;
        border-style: dotted !important;
        border-width: thin !important;
    }
    .j-inline-promoted-helpful-answer p {
        margin: 0px !important;
    }
    .j-inline-promoted-helpful-answer header .reply-date,
    .j-inline-promoted-helpful-answer h3.header .reply-date,
    .j-inline-recommended-answer header .reply-date,
    .j-inline-recommended-answer h3.header .reply-date {
        font-size: inherit !important;
        margin: 10px 0px !important;
    }
    .j-inline-promoted-helpful-answer header .j-helpful-text,
    .j-inline-promoted-helpful-answer h3.header .j-helpful-text,
    .j-inline-recommended-answer header .j-helpful-text,
    .j-inline-recommended-answer h3.header .j-helpful-text {
        font-size: 22px !important;
        background: none repeat scroll 0% 0% transparent !important;
        border-style: none !important;
        margin: 0px !important;
    }
    .j-inline-promoted-helpful-answer section .reply-body,
    .j-inline-recommended-answer section .reply-body {
        font-size: inherit !important;
        margin-bottom: 20px !important;
    }
    .j-inline-promoted-helpful-answer section,
    .j-inline-recommended-answer section {
        padding: 0px 20px !important;
    }
    #helpful-container { padding-top: 0px !important; }
    #helpful-container hr { margin: 10px !important; }
    #helpful-container .more-answers { margin: 0px !important; }
    #helpful-container .more-answers * { font-size: 24px !important; }

    /* inline correct answer, helpful answer background */                                  /* NEW */
    div[itemprop="acceptedAnswer"] {
        background: none repeat scroll 0% 0% rgb(237, 247, 232) !important;
    }
    .j-thread .jive-content.j-helpful,
    .j-thread .jive-content.j-helpful.j-op {
        background: none repeat scroll 0% 0% rgb(247, 232, 207) !important;
    }

    /* switch between 'hellpful replies only' and 'all replies' */                          /* NEW */
    .jive-thread-messages .helpful-all-switch * {  
        font-size: 24px !important;
    }
    .jive-thread-messages .helpful-all-switch li.inactive {
        padding: 0px !important;
        top: 32px !important;
    }
    .jive-thread-messages .helpful-all-switch li.inactive span.menu {
        width: auto  !important;
        min-width: 160px !important;
        padding: 5px  !important;
        text-align: center !important;
    }
    

    /* thread content footer profile */                                                     /* NEW */
    .j-thread-post section.j-original-message footer .footer-profile {
        margin-right: 10px !important;
    }
    .j-thread-post footer .footer-profile {
        margin-right: -10px !important;
    }
    .j-thread-post footer .footer-profile .j-status-level {
        padding: 0px 10px 0px 0px !important;
    }
    .j-thread-post footer .footer-profile .username,
    .j-thread-post footer .footer-profile .jive-username-link {
        padding: 0px 10px 0px 10px !important;
    }
    .j-inline-correct-answer footer .footer-profile .j-status-levels,
    .j-inline-promoted-helpful-answer footer .footer-profile .j-status-levels,
    .j-inline-recommended-answer footer .footer-profile .j-status-levels {
        padding: 0px 10px 0px 0px !important;
    }
    .j-inline-correct-answer footer .footer-profile .username,
    .j-inline-promoted-helpful-answer footer .footer-profile .username,
    .j-inline-recommended-answer footer .footer-profile .username {
        padding: 0px 10px 0px 10px !important;
    }

    /* text wrap in header */
    .j-thread-post > header .j-post-author { white-space: normal !important; }     
   
    /* thread post section (message body) */
    .j-thread-post section {
        padding: 0px 20px !important;
        margin-bottom: 6px !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; }

    /* related articles */                                                         
    .apple-sidebar-property {
        width: auto !important;
        padding-left: 0px !important;
    }
    .jive-box-body.jive-sidebar-body.jive-sidebar-body-related-articles { padding: 15px 0px !important; }
    

    /* ------------------
        staus level, expertise, level points
    */
    /* status level expertise tile */
    .j-status-level.expertise-tile,
    .status-tile.expertise-tile { display: none !important; }                  
   
    /* status level level points */
    .j-status-level .level-points span { display: inherit !important; }            
    .j-status-level .level-points { white-space: inherit !important; }             
    /* ------------------ */

    /* ------------------------------------------------------------------------------------------------
        INLINE EDITOR
    */
    /* editor */
    .jive-discussion-replies li.addReply { margin: 50px 40px 0px !important; }

    /* ------------------------------------------------------------------------------------------------
        ADVANCED EDITOR
    */

    /* content area */
    .j-thread.jive-body-formpage #body-apple .j-form {
        max-width: inherit !important;
        margin: 0px auto 20px !important;
        width: inherit !important;
    }
    .j-thread .jive-content.jive-create-thread,
    .jive-body-formpage-document .jive-content.doc-page {
        margin: 0px 40px !important;
        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 */
    p.jive-replying-to { padding: 20px 0px !important; }
    .jive-body-formpage-comment .jive-thread-message { margin: 0px 40px 0px 80px !important; }

    /* reply to avatar */
    .j-thread-post header .j-post-avatar {
        position: absolute !important;
        top: 0px !important;
        left: -50px !important;
        width: auto !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: 5px 0px 5px 24px !important; }

    /* activity body & comment */                                                  
    .j-body-home .j-act-init { padding: 5px 0px 10px 100px !important; }
    .apple-activity-comments-wrapper { margin-left: 0px !important; }

    /* Like list */
    .j-act-grouped .j-act-g-item { padding: 3px !important; }
   
   
    /* ------------------------------------------------------------------------------------------------
        SEARCH RESULTS
    */
    /* search result entry */
    .j-search-results-main-container .j-search-result { padding: 10px !important; } 

    /* ------------------------------------------------------------------------------------------------
        DOC (USER TIP)
    */                                                                             
    /* user tip canvas */
    .jive-body-content.j-doc .j-column-wrap-l { margin: 0px 40px !important; }

    .j-doc .jive-content {                                                                  /* NEW */
        margin: 0px !important;
        padding: 10px !important;
        border: thin dotted !important;
    }

    /* ------------------------------------------------------------------------------------------------
        PROFILE
    */                                                                             
    /* header & navigation bar (Bio|Activity|Content|Communities) */
    .j-view-profile .j-page-header { padding: 10px 40px !important; }
    .j-bigtab-nav { margin: 10px 40px !important; }
   
    /* Bio */
    .j-layout-l .j-column-wrap-l { width: 100% !important; }

    /* Communities (places) sidebar ui blue marker adjustment
        (according to the sidebar width changed to 166px from 180px for selector: .j-layout-sl.j-browse-places .j-column-s
        in PLACES section)  */
    .j-view-profile .j-second-nav ul > li.active  { width: 156px !important; }

    /* ------------------
        profile specialties and awards
    */
    /* profile status container for specialties and awards */
    .jive-view-profile .profile-status-container { display: none !important; }              /* REFINED */                   

    /* profile modal note status row for specialties and awards */
    .status-row { display: none !important; }                                      
    /* ------------------ */

    /* ------------------------------------------------------------------------------------------------
        PLACES
    */                                                                             
    /* latest activity column */
    .j-browse-details .j-td-activity { max-width: 650px !important; }

    /* ------------------
        Treatment for narrow window
        Method 1 (minimum optimisation)

        Adjust community list table's shift and margin to maximize its width.
    */                                                                             
    /* ------------------ (currently active) */
    .j-layout-sl.j-browse-places .j-column-wrap-l { margin-left: -166px !important; }
    .j-layout-sl.j-browse-places .j-column-l      { margin-left: 166px !important; }
    .j-layout-sl.j-browse-places .j-column-l      { padding-left: 0px !important; }
    .j-layout-sl.j-browse-places .j-column-s      { width: 166px !important; }
    /* ------------------ */
    /* ------------------
        Treatment for narrow window
        Method 2 (more beneficial to narrow window but has disadvantage for wide window)
       
        Let community list table have full width but not exceed 1019px to make room for sidebar ui (filters & actions).
        If window is wide enough (>=1265px), sidebar ui is displayed next to community list table,
        otherwise it is displayed below or above it (depending upon its document tree order).
       
        * sidebar width (constant)    = 166px
        * community table max width   = 1019px
        * canvas margin-left          = 40px
        * canvas margin-right         = 40px
        ---------------------------------------
        * total                       = 1265px
    */                                                                             
    /* ------------------ (currently commented out) */
/*
    .j-layout-sl.j-browse-places .j-column-wrap-l { max-width: 1019px !important; }
    .j-layout-sl.j-browse-places .j-column-wrap-l { margin-left: 0px !important; }
    .j-layout-sl.j-browse-places .j-column-l      { margin-left: 0px !important; }
    .j-layout-sl.j-browse-places .j-column-l      { padding-left: 0px !important; }
    .j-layout-sl.j-browse-places .j-column-s      { width: 166px !important; }
*/
    /* ------------------ */
}

Good luck

H

Tags: Using Support Communities

Similar Questions

  • A question for the A200 users "downgrading" to XP

    Well, I already posted on some of the problems I've had with my A200-1AX.

    I went down to XP and I had two questionmarks in the Device Manager window. (1 for the pci device and one for the audio device)

    I was told to change the good BIOS BIOS for XP. I did so and formatted the pc in order to have fresh.

    I downloaded the latest drivers, installed and after the instalation I still have the PCI device questionmark, but now I also have an 'unknown device' questionmark.

    The thing is that my laptop works very well, the sound is ok and I have no problem. So for 2 months, I simply ignore the questionmarks.

    I write just in case where someone did - he had the same problems and resolved. Maybe you can help me...

    thanx

    This PCI device with the question mark must be the turbo memory module that was designed for Vista. Unfortunately there is no driver for XP since this turbo memory module only runs under Vista (it s a function explicitly Vista).

    If you want to learn more about the module "Robson" or "Turbo Memory" then go here:

    http://en.Wikipedia.org/wiki/Intel_Turbo_Memory

    See you soon and good weekend

  • Questions for the new user

    I work with the first and want to learn AE and have some basic questions. I want to work with a lot of clips of 2 minutes and less.

    1. can I import clips, add effects, making mounting base while AE without entering the PP? Is there a reason not to use this workflow?

    2. is there a website dedicated to showing video effects that can be created in AE? I would like to get inspiration for some of what can be done concretely AE.

    3. What are the limitations of the work in AE? In other words, what (s) it doesn't work well with? Why use Cinema 4 d or another program if these types of effects can also be made in AE?

    Thanks in advance.

    Check my lessons of Guru for a fun way to start with After Effects:

    After effects beginner tutorials | mamoworld

    you will find more resources to

    Getting started with After Effects (CS4, CS5, CS5.5, CS6, & CC). After the effects of interest area

    Yes, you can to editing base in After Effects, but it is VERY inconvenient because you don't have reading in real-time and in the timeline panel, each item is placed in a separate layer (i.e. a video is placed below the following).

    Therefore, it is better to mount first, then the individual clips tool EI to add effects.

    I also recommend this (paid) training by Eran Stern, who shows how to work with the two Premiere Pro and AE and what to do better in what application.

    After Effects for video editors by Eran Stern

    Compared to the 'real' 3D applications such as Cinema 4 d, the main difference is that EI does not support the actual 3D geometry, but essentially only "2D postcards" in a 3D space (over a few little extras like extruded text).

  • All they can do is go on the Internet Explore. So my question is how to get features of office for a guest user?

    Hi, I want to let my friend use my laptop and I need to set up a guest account. The problem is that when I did it, we cannot access Office so that the person cannot create any word or excel files, etc. All they can do is go on the Internet Explore. So my question is how to get features of office for a guest user?

    Don't add a guest account, add another standard user if you want another user to access programs as well.

    User account - add a new user in Windows 8

  • Hello, I would like to take advantage of the promotions on Adobe Photoshop for a single user (valid until tomorrow), but I have two questions.  First of all, I intend to buy a new computer for a month and for the moment, I don't know if it will be

    Hello, I would like to take advantage of the promotions on Adobe Photoshop for a single user (valid until tomorrow), but I have two questions.  First of all, I intend to buy a new computer for a month and for the moment, I don't know if it will be a pc or a mac. Do I have to decide at the time of the purchase, what system I'll use?  Secondly, I also have a plan for about a month to open an individual company. If I buy the program as a person, could I then use it as a business?

    Creative cloud is cross-platform. Licensing is not serious. By definition, an "enterprise" might as well be a single person. It is totally irrelevant, as long as you purchase a full license appropriate regardless of any promotion.

    Mylenium

  • I'm trying to redeploy Adobe Acrobat Standard DC to my users, because the licenses have been removed by mistake; they have up-to-date copies on their computers desktop and I got more licenses for each of them. My question is that each user will have to go

    I'm trying to redeploy Adobe Acrobat Standard DC to my users, because the licenses have been removed by mistake; they have up-to-date copies on their computers desktop and I got more licenses for each of them.

    My question is that each user will have to go through another download and installation of the product?

    I don't think. I guess that they would be required to sign in or provide the number you gave them. Acrobat would continue as a trial until they click on "license this software ' or see help > Sign In.

  • question on the granting of select for a test user

    Hi all

    I have a question, lets say

    (1) I create a test user and it connects to my database ORCL
    (a) create test user identified by the test (using the user sys)
    (b) I grant it the create session test user privilege (using the user sys)

    (2) now, I want the sys user to grant select on table of hr.countries for the TEST user

    Question: everything first is it possible? If yes how?

    Thanks and greetings
    Rahul

    Mac_Freak_Rahul wrote:
    My version of oracle:

    Query: SELECT * FROM v version $;

    BANNER

    Oracle9i Enterprise Edition Release 9.0.1.1.1 - Production
    PL/SQL Release 9.0.1.1.1 - Production
    CORE 9.0.1.1.1-Production
    AMT for 32-bit Windows: Version 9.0.1.1.0 - Production
    NLSRTL Version 9.0.1.1.1 - Production

    ----------------------------------------------------------------------------------
    know the user (as you say I'm out of the query): select user of double;

    Released: user

    PS: During indexing through Toad, I'm 100% sure I connect with the sys as sysdba user

    -----------------------------------------------------------------------------------
    statement: GRANT SELECT ANY TABLE, GRANT ANY OBJECT TO test1;
    gives me an error: invalid or missing privilege

    There is no 'GRANT ANY OBJECT' privilege in version 9.0.1 (or any other version, AFAIK)

    http://download.Oracle.com/docs/CD/A91202_01/901_doc/server.901/A90125/statements_913.htm#2062195

    PS: test1 is a user that I created using the statement: create user test1 identified by test1, and then using the user "sys" I granted a privilege create user test1 session
    -------------------------------------------------------------------------------------

    My request still pending, but I must say that when I ask questions here that I had incredible answers to a lot of guys who are very knowledgeable. Help, please

    Concerning
    Rahul

    Srini

  • Permission of files and folders for the same user on multiple computers

    Is it possible to set permissions files and folders different for the same user when he connect on different computers in the same domain?

    Example:

    There is a folder named "Folder1".
    When "User1" enter this folder by "Computer1" must have "Read & Execute" permission
    When "User1" enter this folder in "Computer2" must have permission 'change '.

    Thank you

    Hello

    Your question is beyond the scope of this community.

    Please post your question on the TechNet forums:

    https://social.technet.Microsoft.com/forums/Windows/en-us/home

    Kind regards

  • SQL Server 2008 R2 developer: this version include and allow to use ssrs, ssis and ssas intended for a single user?

    This version includes and allow to use ssrs, ssis and ssas intended for a single user

    Hi mikeyjoy,

    For questions about SQL Server, visit the Forums for SQL Server.

    Thanks for posting your question in the Microsoft answers Forum.

  • WMIC command fails for the domain user

    Hi all

    I use windows 7 and testing commands wmic as below

    WMIC/node: "Computer1" / User: "domain\username" / Password: "password" PROCESS CALL Create "calc.exe"

    Most of the time control fails with RPC server unavailable to users in the domain (default of 75%). Working sometimes and mostly failing to time.

    Error code

    0x800706BA-online the RPC server is unavailable.

    If I use the local user, she is successful, command below still works (100% success)

    WMIC/node: "Computer1" / User: 'Nom_ordinateur\Nom_utilisateur' / Password: 'password' PROCESS CALL Create "calc.exe"

    I have two computers running windows 7, the firewall is disabled

    Executing command from computer2 as below

    WMIC/node: "Computer1" / User: "domain\username" / Password: "password" PROCESS CALL Create "calc.exe"

    1 computer settings

    1. Adds the domain under group administrator user
    2. Configure dcom through DCOMCNFG.exe and got all rights to domain user

    (DCOM remote launch and activation permissions for a user, the remote DCOM access permissions)

    1. Rights granted to wmi namespace (root, cimv2) of domain user using wmimgmt.msc (all rights to the namespace namespace and sub)
    2. Firewall settins according to the - http://msdn.microsoft.com/en-us/library/aa822854%28v=vs.85%29.aspx

    Note: The firewall is disabled

    1. UAC disabled
    2. Check rpcss and associated to the computer and all services are running

    What could be the reason of failure for the domain user (work awhile and is Server Unavailable RPC over time). Tried to restart that wmic user system and field control did not exist, after awhile like 30-45 minutes user field the wmic commands work and default again. How to solve this problem (such as checking the logs)?

    Thank you

    Mani

    Hello

    I suggest you according to the question in this forum and check if that helps:

    http://social.technet.Microsoft.com/forums/en/winserverDS

    It will be useful.

  • I want to know what I need to look at when buying a router for 50 concurrent users, 1 server connection information

    Original title: router Question.

    Hi all

    not sure if this is the right place to post but I was looking for some information about routers. specifically, I want to know what I need to look at when buying a router for 50 concurrent users, 1 server connection information. specifications, etc.

    Thanks :)

    Some routers will define a limited number of simultaneous connections. Domestic routers rarely do because the assumption is that the environment will not include such a high number.

    Ideally in a commercial environment you would separate on the hardware connection since the hardware firewall. It depends on the type of connection (ADSL?).

  • How can I migrate data UAC 8 widows for a new user account.

    Hi thanks for your help.

    I created a new user account in my pc Windows 8 and I want to migrate my data, files and images for the new user account.  Anyone know how to do this in Windows 8?

    Thank you

    Hi Wendol,

    Thank you for choosing Windows 8 and we are happy to help you.

    I understand from the description of the issue you want to transfer data from one account to another account in Windows 8.

    I suggest you to move your public folder data, so that all users on the computer will be able to access. Go through the article to learn more about public folders and how to enable this feature.

    Public folders: frequently asked questions

    http://Windows.Microsoft.com/en-us/Windows-8/public-folders-FAQ

    It will be useful. For other questions related Windows feel free to get back to us. We will be happy to help you.

  • Is there a package from Adobe for a single user who would allow me to merge/combine PDF files, convert PDF to Word and I would use echosign?

    Is there a package from Adobe for a single user who would allow me to merge/combine PDF files, convert PDF to Word and I would use echosign?

    Hi mm12798893,

    For all these features, please see the service pack Adobe PDF or Acrobat DC subscription.

    See these KB doc for more information:

    https://www.Acrobat.com/en_US/landing/EXPORTPDF-pricing-b.html let us know if you need help.

    Kind regards

    Meenakshi

  • OIM11gR2ps2 how to use OID - 11.1.1.6 Connector for updating a user that has been created through LDAPsync?

    Hello

    I have two connectors configuration, a database connector generic to an Oracle database that the provisions of a user account (it works fine). The second connector, I am still getting set up properly is a LDAP connector specifically OID - 11.1.1.6.0.

    Use case:

    A user creates an account through automatic recording and is created simultaneously in OUD ldap with the johnDoe1 username. johnDoe1 connects in IOM and asks an instance of application called DBAccount. They fill out the application in all there information (user ID, fname, lname, phone, address, title, etc.). Once they support demand goes through the necessary approvals and after that it's approved successfully the info is put in service to the database. Once this operation has been successful, I would like to provision an update a users ldap entry that was created in the custom attribute ldapsync is called OUDappusername, this attribute is an attribute with value mutli because if demand for the other apps, they will be updated in the OUD aswell. This OUDappusername will be generated by an event handler or to pre-populate the plugin and the format will be "app |" user name' where app is the app they ask and User_name is the user name they use to connect to the IOM, for example "DBAccount". johnDoe1. If they keep asking other apps they will be updated in the OUDappusername so that they may have DBAccount | johnDoe1 and ask another application called app2, then they will also have app2 | johnDoe1 and so on.

    Is this possible with the connector and how do I set it up to users update rather than set up a new account in the OUD?

    The question:

    I currently have the configuration of connector so whenever I have set up a user creates a new user rather than allow me to simply update a user. It is possible to configure the connector for updating existing users is born through ldapsync, rather than those created through the app instance configuration. I have found no documentation on that.

    Thanks in advance,

    J

    Edit #1 - I changed the wording and added more details.

    Edit #2 - I reworded my question to be more specific and focus on a single issue and changed the title to be more specific.

    Post edited by: 6d986dc3-6c9b-401d-9892-76032e7a1e05 on April, 07/04/2014

    Hello

    I just wanted to post what we found the answer. We did not use the connector, but what we did was we created a custom, adapter, which is a small and associated java class then new task in the process definition for the database resource in the console design and we made calls to jndi for the ldap Protocol to update this attribute multivalue. It was very quick and easy and could be tested before the implementation of the IOM. Thanks again for all the help and talk me through the procedures.

    Thank you

    J

  • Body hangs for a single user

    We run Adobe CC 2013 on a Dell T7600, 32 MB of RAM, K5000 GPU. Lots of interior storage. Two identical systems were broadcast as a champion since 12/2013.

    Long story as to why we are on CC 2013. Suffice it to say it still works well, with the exception of a single user.

    Body crashes whenever they try to open an existing project. The rest of us can sign in, and then open them without difficulty.

    Recent installs nothing. The user in question is a reliable one that does not dumb things. Other users have no problem.

    We tried to get them started organization with key ALT + SHIFT. We have removed all the files in Cache of media for all users.

    Below the captures of the windows are crash data.  Any ideas?

    Crash snip 1.PNG

    Crash snip 2.PNG

    Hello

    Thank you for the presentation of reports.

    This is the place for first prefs: \Users\\AppData\Roaming\Adobe\Adobe Premiere Pro

    Trash the 8.0 folder or rename it to reset the preferences.

    Thank you

    Regalo

Maybe you are looking for