Author Topic: css question  (Read 6457 times)

0 Members and 1 Guest are viewing this topic.

Offline rycat

  • Newbie
  • *
  • Posts: 28
    • View Profile
css question
« on: May 16, 2003, 05:58:08 PM »
Sorry if this has been asked before but I cant find it....
What css tag controls the color around the thumbnails?

Thanks  :)

Offline stomi

  • Newbie
  • *
  • Posts: 10
    • View Profile
css question
« Reply #1 on: May 16, 2003, 06:04:22 PM »
add this to your stylesheet:

img{
border-color: #336600;
}

#336600 is an example color; insert any hexcode there

Offline rycat

  • Newbie
  • *
  • Posts: 28
    • View Profile
css question
« Reply #2 on: May 16, 2003, 06:10:39 PM »
Sorry I dont think I made myself clear in the first post.
I didnt mean a border around the thumbs but the space around the thumbs... Each thumb is in a cell and I want to change the cell background color.

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
css question
« Reply #3 on: May 16, 2003, 06:28:00 PM »
tye edit thumbnails_bit.html template
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline stomi

  • Newbie
  • *
  • Posts: 10
    • View Profile
css question
« Reply #4 on: May 16, 2003, 09:05:29 PM »
edit the style class:

search:

.imagerow1 {
  background-color: #E5E5E5;
  color: #004C75;
}


and change the background-color

Offline Chris

  • 4images Moderator
  • 4images Guru
  • *****
  • Posts: 4.487
  • Did u ever stop to think and then forget to start?
    • View Profile
css question
« Reply #5 on: May 16, 2003, 09:18:06 PM »
Same for .imagerow2

Offline Chris

  • 4images Moderator
  • 4images Guru
  • *****
  • Posts: 4.487
  • Did u ever stop to think and then forget to start?
    • View Profile
css question
« Reply #6 on: May 16, 2003, 09:50:09 PM »
Since this comes up from time to time, I've created a new FAQ with a picture that shows what the stylesheet does:

http://4homepages.de/forum/viewtopic.php?p=24516#24516

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
css question
« Reply #7 on: May 17, 2003, 07:00:50 AM »
Quote from: Chris
Since this comes up from time to time, I've created a new FAQ with a picture that shows what the stylesheet does
exelent! good idea!
P.S. where were u 5 month ago? :lol: j/k
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)