osCmax v2.5 User Manual
Results 1 to 6 of 6

Box border colour

This is a discussion on Box border colour within the osCommerce 2.2 Modification Help forums, part of the osCommerce 2.2 Forums category; Hiyas, I did a few quick searches but cant see where this is defined? What defines the colour of the ...

      
  1. #1
    Bah
    Bah is offline
    New Member
    Join Date
    Dec 2002
    Posts
    8
    Rep Power
    0


    Default Box border colour

    Hiyas,

    I did a few quick searches but cant see where this is defined?

    What defines the colour of the info/manu/category etc boxes?

    Thanks =)

    Bah

  2. #2
    osCMax Developer

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    19,907
    Rep Power
    568


    Default

    stylesheet.css

    TABLE.infoBox

    · Border color around the left & right column boxes in the background section.

    · Set the background color and it removes the white separation line between

    · the table box heading bar and the body of each table box & evens up the boxes.



    TABLE.infoBoxContents

    · Color inside the left & right column boxes in the background section.

    · You could set the text color for the boxes in the "Type" section also.

    · You can also set a background image in the background section:
    { background-image; background-repeat: no-repeat }
    Michael Sasek
    osCMax Developer


    osCmax Installation Service
    - Have our professionals install osCmax on your server - same day service!
    osCmax 2.5 User Manual - the must have beginners guide to osCmax v2.5

    Stay Up To Date with everything osCMax:
    Free osCmax Newsletters - Security notices, New Releases, osCMax News
    osCmax on Twitter - Up to the minute info as it happens. Know it first.

    osCmax Documentation

  3. #3
    Bah
    Bah is offline
    New Member
    Join Date
    Dec 2002
    Posts
    8
    Rep Power
    0


    Default problem solved

    I changed that, it must just be Im colourblind!

    ... Better check!

    Ta =)

    Jamie

    PS: HNYE:P

  4. #4
    osCMax Developer

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    19,907
    Rep Power
    568


    Default

    Be sure to clear your browser cache or you won't see the changes...
    Michael Sasek
    osCMax Developer


    osCmax Installation Service
    - Have our professionals install osCmax on your server - same day service!
    osCmax 2.5 User Manual - the must have beginners guide to osCmax v2.5

    Stay Up To Date with everything osCMax:
    Free osCmax Newsletters - Security notices, New Releases, osCMax News
    osCmax on Twitter - Up to the minute info as it happens. Know it first.

    osCmax Documentation

  5. #5
    Bah
    Bah is offline
    New Member
    Join Date
    Dec 2002
    Posts
    8
    Rep Power
    0


    Default stupid browsers

    Ive found internet exploder particularly terrible for caching stylesheets. It wont even reload them when you shift+ctrl+r the stupid thing.

    Actually Im not going mad, I have no TABLE.infoBox in my stylesheet.css. Im using a mid december snapshot, did this change recently?

    Ta,

    Jamie

  6. #6
    osCMax Developer

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    19,907
    Rep Power
    568


    Default

    I believe it now looks like this:

    Code:
    .infoBox {
      background: #b6b7cb;
    }
    
    .infoBoxContents {
      background: #f8f8f9;
      font-family: Verdana, Arial, sans-serif;
      font-size: 10px;
    }
    
    .infoBoxNotice {
      background: #FF8E90;
    }
    
    .infoBoxNoticeContents {
      background: #FFE6E6;
      font-family: Verdana, Arial, sans-serif;
      font-size: 10px;
    }
    The TABLE has been dropped. I think for a while now...
    Michael Sasek
    osCMax Developer


    osCmax Installation Service
    - Have our professionals install osCmax on your server - same day service!
    osCmax 2.5 User Manual - the must have beginners guide to osCmax v2.5

    Stay Up To Date with everything osCMax:
    Free osCmax Newsletters - Security notices, New Releases, osCMax News
    osCmax on Twitter - Up to the minute info as it happens. Know it first.

    osCmax Documentation

Similar Threads

  1. border around images and subcategories
    By altenter in forum osCmax v1.7 Discussion
    Replies: 1
    Last Post: 11-07-2005, 12:15 PM
  2. Adding a border around the whole page?
    By themainebaby in forum osCommerce 2.2 Modification Help
    Replies: 1
    Last Post: 08-10-2005, 10:52 AM
  3. Add border around store
    By adam71o in forum osCMax v1.7 Installation
    Replies: 4
    Last Post: 04-14-2005, 11:37 AM
  4. Box Border Problem
    By Sinful in forum osCommerce 2.2 Modification Help
    Replies: 1
    Last Post: 09-15-2004, 04:31 AM
  5. how do I change the colour of the box border?
    By jloyzaga in forum osCommerce 2.2 Modification Help
    Replies: 2
    Last Post: 10-23-2003, 01:13 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •