StyleVar (CMS/Breadcrumbs)

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ltwonet
    New Member
    • Jun 2009
    • 27
    • 3.8.x

    [vB4] StyleVar (CMS/Breadcrumbs)

    I am trying to figure out which stylevar this is or which CSS file it's located in I searched the forums but didn't see it.

    and the documentation doesn't properly list some things as this one I would have thought would be connected to pagetitle like the other one but it isn't.
    Also if you could tell me the stylevar for the roll over over it as well.
    Click image for larger version

Name:	stylevar.jpg
Views:	1
Size:	46.7 KB
ID:	3718426
  • Cadellin
    Member
    • Oct 2009
    • 86
    • 4.1.x

    #2
    I don't think you can do this using a Stylevar - you'll need to edit the CSS directly I think.

    You need to look the template called vbulletin-chrome.css - ".breadcrumb .navbit a" controls the default state and ".breadcrumb .navbit a:hover" controls the hover state.

    Hope that helps

    Comment

    • Lynne
      Former vBulletin Support
      • Oct 2004
      • 26255

      #3
      The Home tab gets it's text color (it's a link) from "body a"

      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

      • ltwonet
        New Member
        • Jun 2009
        • 27
        • 3.8.x

        #4
        Thanks, I went the CSS route and change the color to flux with the pagetitle stylevar since generally they are suppose to be the same color.

        additional, so that I don't open up another thread

        Can you tell me where this is located? I've managed to find the search.css file but I don't see any borders in their that indicate this one I've managed to poke around to change the tabs but I can't find the border color. My original thought was form stylevar but none of them seem to match what is there now.


        Click image for larger version

Name:	stylevarforborder.jpg
Views:	1
Size:	64.4 KB
ID:	3679784

        I really don't like the stylevars I feel like Vbulletin should have put everything as a var it's kind of a pain to try and figure out which one is a var and which one is in the CSS file. Everything should have been stylevars.

        Comment

        • Cadellin
          Member
          • Oct 2009
          • 86
          • 4.1.x

          #5
          Code:
          #searchtypeswitcher {
              border-bottom:4px solid #5a7f97;
          }
          /Offtopic
          Personally I dissagree - everything is easier and more flexible as CSS and when something is in a stylevar you can't read the CSS without constant reference to the stylevar database. I guess the answer is some sort of "export to CSS" button which dumps the current stylevars into the templates for those like me who don't want to use the stylevars. Alternatively just a CSS version of the default style

          Comment

          Related Topics

          Collapse

          Working...