How do I use a sigle color from the style

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Elmer
    Senior Member
    • Jul 2002
    • 160

    How do I use a sigle color from the style

    I need to use the border color but just that single color without the boackground in the clcass .tborder

    It's there any variable to every color in the style?
  • TheMusicMan
    Senior Member
    • Oct 2002
    • 2140
    • 3.7.x

    #2
    Look at the css classes for the template you are working with. You can change everthing you see on screen..
    John

    Comment

    • Elmer
      Senior Member
      • Jul 2002
      • 160

      #3
      hmm I think I said it wrong...
      What I want is to use the background color of the class .tborder in a table I'm making.. but just that color.

      .tborder
      {
      background-color: #F2EBDA; <---------- this
      color: #000000;
      border: 1px solid #96965E;
      }

      Some one posted a thread with a list of $stylevars[colors] somwhere but I can not find it...

      Got it?

      Comment

      • LeeCHeSSS
        Senior Member
        • Jan 2002
        • 321

        #4
        There really is no way to re-use colours like you could in vB2. Since vB3 now uses CSS to style the board...

        Comment

        Related Topics

        Collapse

        Working...