Open album thumbnail background

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • setishock
    Senior Member
    • Jun 2005
    • 1334
    • 4.2.x

    [vB4] Open album thumbnail background

    I'm tweaking the Emerald Sea theme I got here and got it almost where I want it. Ran in to that old devil, the thumbnail backgrounds. Not in the album listing but the thumbs after opening an album.
    I never have found what stylevar or css code controls that. Any ideas?
    ...
  • Lynne
    Former vBulletin Support
    • Oct 2004
    • 26255

    #2
    Look up the class "#thumbnails li"

    Also, there is a good video tutorial in the articles area on how to use firebug to find the stylevars.

    Please don't PM or VM me for support - I only help out in the threads.
    vBulletin Manual & vBulletin 4.0 Code Documentation (API)
    Want help modifying your vbulletin forum? Head on over to vbulletin.org
    If I post CSS and you don't know where it goes, throw it into the additional.css template.

    W3Schools <- awesome site for html/css help

    Comment

    • setishock
      Senior Member
      • Jun 2005
      • 1334
      • 4.2.x

      #3
      I have yet to figure out firebug.
      ...

      Comment

      • zappaDPJ
        Senior Member
        • Jun 2007
        • 675

        #4
        In case you're looking for it, there is no StyleVar associated with the thumbnail background so you'll need to set the a colour by adding to additional.css e.g. for a black background...

        Code:
        #thumbnails li {
            background-color: #000000;
        }
        This also sets the colour for thumbnails that appear in the 'Groups' area. In fact the entire area contained within groups is almost all hard-coded so if you want your style to cover it you really will need to use a tool like Firebug
        .

        Comment

        • setishock
          Senior Member
          • Jun 2005
          • 1334
          • 4.2.x

          #5
          Thanks for your reply zappaDPJ. It's the lightweightbox_background under Common. For some odd reason it's choosing to ignore the translucent filter I put in the background url. Works everywhere else just not there.
          So to add the filter how would that go in the css.
          Last edited by setishock; Tue 7 Sep '10, 7:58pm.
          ...

          Comment

          Related Topics

          Collapse

          Working...