Forum Discussion

caryn's avatar
caryn
Expert
12 years ago

ActiveCast CSS classes

Is there a list of these that we can refer to when trying to customize various ActiveCast features? I'm particularly interested in the Talk Back styling options.

 

Thanks.

  • There is no official documentation on the Activecast CSS classes however I have compiled a list of CSS IDs and classes used by the Activecast Talkback feature:

     

    Static HTML element IDs:

     

    • AC_TB_CONTAINER
    • AC_TOPIC
    • AC_TB_CONTAINER_HEADER
    • AC_MESSAGES
    • AC_REPLIES_HEADER
    • AC_COUNT_MESSAGE
    • AC_LOWER_PAGE_CONTROL
    • AC_LOWER_NUM_COUNT
    • AC_COUNT_MID_SEP_TITLE
    • AC_MID_NUM_COUNT
    • AC_COUNT_TOTAL_SEP_TITLE
    • AC_TOTAL_NUM_COUNT
    • AC_UPPER_PAGE_CONTROL
    • AC_POST_MESSAGE
    • AC_POST_MESSAGE_HEADER
    • AC_POST_MESSAGE_UL
    • AC_MESSAGE_SUBJECT_LABEL
    • AC_MESSAGE_BODY_LABEL
    • AC_POST_BUTTON
    • AC_USER
    • AC_LOGIN
    • AC_MESSAGE_SUBJECT_INPUT
    • AC_MESSAGE_BODY_TEXTAREA
    • AC_POST_ERROR

     

    Static HTML element classes:

     

    • AC_MESSAGES
    • ac_subject
    • ac_body
    • ac_msginfo
    • ac_author
    • ac_posted
    • ac_kudoCount

     

    Dynamic HTML element IDs:

     

    • lia-ac-tb-XXX (where XXX is the board ID)

     

    Dynamic HTML element classes:

     

    • ac_thread## (where ## is the thread ID)

     

     

     

  • AdamA's avatar
    AdamA
    Khoros Oracle

    There is no official documentation on the Activecast CSS classes however I have compiled a list of CSS IDs and classes used by the Activecast Talkback feature:

     

    Static HTML element IDs:

     

    • AC_TB_CONTAINER
    • AC_TOPIC
    • AC_TB_CONTAINER_HEADER
    • AC_MESSAGES
    • AC_REPLIES_HEADER
    • AC_COUNT_MESSAGE
    • AC_LOWER_PAGE_CONTROL
    • AC_LOWER_NUM_COUNT
    • AC_COUNT_MID_SEP_TITLE
    • AC_MID_NUM_COUNT
    • AC_COUNT_TOTAL_SEP_TITLE
    • AC_TOTAL_NUM_COUNT
    • AC_UPPER_PAGE_CONTROL
    • AC_POST_MESSAGE
    • AC_POST_MESSAGE_HEADER
    • AC_POST_MESSAGE_UL
    • AC_MESSAGE_SUBJECT_LABEL
    • AC_MESSAGE_BODY_LABEL
    • AC_POST_BUTTON
    • AC_USER
    • AC_LOGIN
    • AC_MESSAGE_SUBJECT_INPUT
    • AC_MESSAGE_BODY_TEXTAREA
    • AC_POST_ERROR

     

    Static HTML element classes:

     

    • AC_MESSAGES
    • ac_subject
    • ac_body
    • ac_msginfo
    • ac_author
    • ac_posted
    • ac_kudoCount

     

    Dynamic HTML element IDs:

     

    • lia-ac-tb-XXX (where XXX is the board ID)

     

    Dynamic HTML element classes:

     

    • ac_thread## (where ## is the thread ID)

     

     

     

    • Ryo-Wo's avatar
      Ryo-Wo
      Helper

      Can we get a similar list of CSS IDs and classes for the Latest Topics feature, please?

      • AdamA's avatar
        AdamA
        Khoros Oracle

        Ryo-Wo wrote:

        Can we get a similar list of CSS IDs and classes for the Latest Topics feature, please?



        Here they are for the Latest Threads feature:

         

        Static HTML element IDs:

         

        • AC_NODE_TITLE
        • AC_HEADER
        • AC_MESSAGES

         

        Static HTML element classes:

         

        • AC_MESSAGES
        • ac_subject
        • ac_body
        • ac_msginfo
        • ac_author
        • ac_posted
        • ac_kudoCount

         

        Dynamic HTML element IDs:

         

        • lia-ac-lt-XXX (where XXX is the node ID)
        • lia-ac-lt-XXX-container (where XXX is the node ID)

         

        Dynamic HTML element classes:

         

        • ac_thread## (where ## is the thread ID)