How is named this areain 'STYLES'

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mito22
    Member
    • Dec 2006
    • 92
    • 3.6.x

    [Site Builder] How is named this areain 'STYLES'

    I would try to change the color of this area on VB...

    But... on STYLE EDITOR.... what's the description? The name of this area? Thanks..

    http://www.daidegasforum.com/images2...bianca-vb5.jpg

    Click image for larger version

Name:	area-bianca-vb5.jpg
Views:	50
Size:	235.2 KB
ID:	4385751
  • Mark.B
    vBulletin Support
    • Feb 2004
    • 24286
    • 6.0.X

    #2
    You can only change the whole of the row, all the way across, not just that section. Is that what you're looking for?
    MARK.B
    vBulletin Support
    ------------
    My Unofficial vBulletin 6.0.0 Demo: https://www.talknewsuk.com
    My Unofficial vBulletin Cloud Demo: https://www.adminammo.com

    Comment

    • Wayne Luke
      vBulletin Technical Support Lead
      • Aug 2000
      • 73976

      #3
      That area doesn't have a name. It is just empty space. The entire row is controlled by the .topic-item CSS class. The part with the topic name and white space is the .cell-topic CSS class. The area with the attachment icon is the .cell-icons CSS class.

      What are you specifically trying to do? That will help us help you more than highlighting a space on a rendered page.
      Translations provided by Google.

      Wayne Luke
      The Rabid Badger - a vBulletin Cloud demonstration site.
      vBulletin 5 API

      Comment

      • mito22
        Member
        • Dec 2006
        • 92
        • 3.6.x

        #4
        Originally posted by Mark.B
        You can only change the whole of the row, all the way across, not just that section. Is that what you're looking for?
        Yes Mark... sorry.. yes... I would intend ALL THE LINE...

        Comment

        • mito22
          Member
          • Dec 2006
          • 92
          • 3.6.x

          #5
          Originally posted by Wayne Luke
          That area doesn't have a name. It is just empty space. The entire row is controlled by the .topic-item CSS class. The part with the topic name and white space is the .cell-topic CSS class. The area with the attachment icon is the .cell-icons CSS class.

          What are you specifically trying to do? That will help us help you more than highlighting a space on a rendered page.
          Sorry W. ..... I want to put minus WHITE on the forum.... index and topics background

          Comment

          • mito22
            Member
            • Dec 2006
            • 92
            • 3.6.x

            #6
            I come from VB3... and the users see too much white..

            Comment

            • Mark.B
              vBulletin Support
              • Feb 2004
              • 24286
              • 6.0.X

              #7
              The simplest change might be:

              Code:
              .topic-list-container .topic-list .topic-item td {
              background: <enter hex colour here>;
              }
              Edit Site > Styles > CSS Editor

              You'll probably need to refine that though as it will override things like sticky colours.
              MARK.B
              vBulletin Support
              ------------
              My Unofficial vBulletin 6.0.0 Demo: https://www.talknewsuk.com
              My Unofficial vBulletin Cloud Demo: https://www.adminammo.com

              Comment

              • mito22
                Member
                • Dec 2006
                • 92
                • 3.6.x

                #8
                Originally posted by Mark.B
                The simplest change might be:

                Code:
                .topic-list-container .topic-list .topic-item td {
                background: <enter hex colour here>;
                }
                Edit Site > Styles > CSS Editor

                You'll probably need to refine that though as it will override things like sticky colours.
                Code:
                .topic-list-container .topic-list .topic-item td {
                background: <#f5f5ff>;
                }
                Done.... but don't work on www.daidegasforum.com

                Comment

                • Wayne Luke
                  vBulletin Technical Support Lead
                  • Aug 2000
                  • 73976

                  #9
                  You need to remove the <> those aren't valid symbols.
                  Translations provided by Google.

                  Wayne Luke
                  The Rabid Badger - a vBulletin Cloud demonstration site.
                  vBulletin 5 API

                  Comment

                  • mito22
                    Member
                    • Dec 2006
                    • 92
                    • 3.6.x

                    #10
                    Originally posted by Mark.B
                    The simplest change might be:

                    Code:
                    .topic-list-container .topic-list .topic-item td {
                    background: <enter hex colour here>;
                    }
                    Edit Site > Styles > CSS Editor

                    You'll probably need to refine that though as it will override things like sticky colours.
                    Thank smark....but... I've got this on SUBFORUM (the sticky topics too )

                    Click image for larger version

Name:	sfondo-discussione-vb-1.jpg
Views:	57
Size:	222.1 KB
ID:	4386028

                    But not in index...

                    Click image for larger version

Name:	sfondo-discussione-vb-2.jpg
Views:	49
Size:	168.9 KB
ID:	4386029

                    Comment

                    widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
                    Working...