Author Topic: I need to change: Thumbnails and font colour  (Read 26128 times)

0 Members and 1 Guest are viewing this topic.

Offline djmax

  • Newbie
  • *
  • Posts: 35
    • View Profile
I need to change: Thumbnails and font colour
« on: April 04, 2003, 05:23:18 PM »


Thats what my gallery looks like at the moment

I need to get my thumnails to work and change the blue text!

Please help!

Max

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
I need to change: Thumbnails and font colour
« Reply #1 on: April 04, 2003, 06:57:47 PM »
all colors are in style.css file
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 djmax

  • Newbie
  • *
  • Posts: 35
    • View Profile
I need to change: Thumbnails and font colour
« Reply #2 on: April 04, 2003, 07:16:52 PM »
I know, But those ones dont seem to be.

Cant find it

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
I need to change: Thumbnails and font colour
« Reply #3 on: April 04, 2003, 07:27:08 PM »
well, those links dont use any classes, that why they use "default" colors
in style.css u'll find something like:
Code: [Select]
a:hover {
  color: #034B6D;
  text-decoration: none;
}
a {
  text-decoration: none;
  color: #698592;
}

so, u should either:
1. add special class for those links / or use already existing class, then u'll need edit user_loginform.html , user_logininfo.html and categories_bit.html

2. change the code I showed above.
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 djmax

  • Newbie
  • *
  • Posts: 35
    • View Profile
I need to change: Thumbnails and font colour
« Reply #4 on: April 04, 2003, 07:54:26 PM »
That did not make much sense.

This is my style.css and i need to find the code to change the links...

Code: [Select]
body {
  background-color: #ffffff;
  color: #000000;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  /* this attribute sets the basis for all the other scrollbar colors (Internet Explorer 5.5+ only) */
  SCROLLBAR-BASE-color:  #000000;
  SCROLLBAR-ARROW-color: #424242;
}

hr {
  height: 1px;
  color: #004c75;
  background-color: #F4F4F4;
}

ul, li, p, td {
  color: #000000;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
}

.tablehead {
  background-color: #F4F4F4;
  color: #004c75;
}

.tablebottom {
  background-color: #424242;
}

.bordercolor {
  background-color: #5B5B5B;
}

.tablebgcolor {
  background-color: #F4F4F4;
}

.navbar {
  background-color: #424242;
  color: #004c75;
}

.row1 {
  background-color: #e1e1e1;
  color: #004c75;
}

.row2 {
  background-color: #efefef;
  color: #004c75;
}

.head1 {
  background-color: #424242;
  color: #FFFFFF;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
}

.head1:hover {
  background-color: #424242;
  color: #FFFFFF;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
}

.head2 {
  background-color: #424242;
  color: #ffffff;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
}

.title {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 16px;
  font-weight: bold;
}

.clickstream {
  font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
  font-size: 11px;
}

.smalltext {
  font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
  font-size: 10px;
  font-weight: normal;
}

.marktext {
  color: #FF0000;
  background-color: #ffffff;
}

.new {
  font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
  font-size: 11px;
  color: #5F9AD1;
}

a:hover {
  color: #5F9AD1;
}

form {
  font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
  font-size: 11px;
}

.logininput {
  background-color: #ffffff;
  font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
  color: #000000;
  font-size: 11px;
  width: 130px;
}

.searchinput {
  background-color: #FFFFFF;
  font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
  color: #000000;
  font-size: 11px;
  WIDTH: 130px;
}

.textarea {
  font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
  color: #000000;
  font-size: 11px;
  width: 230px;
}

.input {
  font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
  color: #000000;
  font-size: 11px;
  width: 230px;
}

.select {
  font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
  color: #000000;
  font-size: 11px;
}

.setperpageselect {
  font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
  color: #000000;
  font-size: 11px;
}

.categoryselect {
  font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
  color: #000000;
  font-size: 11px;
}

.dropdownmarker {
  font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
  background-color: #EEEEEE;
  color: #424242;
  font-size: 11px;
}

.button {
  font-family:  Tahoma,Verdana,Arial, Helvetica, sans-serif;
  background-color: #000000;
  color: #FFFFFF;
  font-size: 11px;
  font-weight: bold;
}

/*--Categories------------------------------------------------*/
.catbgcolor {
  background-color: #EFEFEF;
}

.maincat {
  font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
  font-size: 11px;
  font-weight: bold;
}

.subcat {
  font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
  font-size: 10px;
  font-weight: bold;
}

/*--Images----------------------------------------------------*/
.imagerow1 {
  background-color: #E5E5E5;
  color: #000000;
}

.imagerow2 {
  background-color: #EFEFEF;
  color: #000000;
}

/*--Comments--------------------------------------------------*/
.commentrow1 {
  background-color: #e1e1e1;
  color: #000000;
}

.commentrow2 {
  background-color: #efefef;
  color: #000000;
}

.commentspacerrow {
  background-color: #d1d1d1;
  color: #000000;
}

.commenttextarea {
  font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
  color: #000000;
  font-size: 11px;
  width: 270px;
}

.commentinput {
  font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
  color: #000000;
  font-size: 11px;
  width: 270px;
}

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
I need to change: Thumbnails and font colour
« Reply #5 on: April 04, 2003, 08:58:13 PM »
Quote from: djmax
That did not make much sense.

well, if u opened the files I mentioned, u'll notised that <a href=""></a> dont have ny classes, right?
so, what do u expect browser to show? ofcourse the colors specified for current <TABLE>, <TR> or <TD> or what ever is around the link.
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 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
I need to change: Thumbnails and font colour
« Reply #6 on: April 04, 2003, 09:00:11 PM »
also, if u'd looked closely at your style.css, u'd noticed:
Code: [Select]
/*--Categories------------------------------------------------*/
.catbgcolor {
  background-color: #EFEFEF;
}

.maincat {
  font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
  font-size: 11px;
  font-weight: bold;
}

.subcat {
  font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
  font-size: 10px;
  font-weight: bold;
}

and there is no attributies for font color at all. :roll:
just a hint ;)
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 djmax

  • Newbie
  • *
  • Posts: 35
    • View Profile
I need to change: Thumbnails and font colour
« Reply #7 on: April 05, 2003, 12:35:52 PM »
Yea, I noticed that they had no colours assigned but how do i assign them?

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
I need to change: Thumbnails and font colour
« Reply #8 on: April 05, 2003, 12:49:15 PM »
Quote from: djmax
Yea, I noticed that they had no colours assigned but how do i assign them?

color: #434343;
or
color: red;

just look what other classes have ;)
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 djmax

  • Newbie
  • *
  • Posts: 35
    • View Profile
I need to change: Thumbnails and font colour
« Reply #9 on: April 05, 2003, 02:14:58 PM »
So i just put that in front?

What are classes

Offline djmax

  • Newbie
  • *
  • Posts: 35
    • View Profile
I need to change: Thumbnails and font colour
« Reply #10 on: April 05, 2003, 06:12:55 PM »
Right, I have sorted the thumbnail problem and most of the fonts.

But... These ones still dont change



PLEASE HELP!  :cry:

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
I need to change: Thumbnails and font colour
« Reply #11 on: April 05, 2003, 07:16:35 PM »
ok, as I mentioned above, u need edit "*_bit.html" templates, there are links without the class at all.
for example, in user_logininfo.html lins are:
<a href="{url_lightbox}">{lang_lightbox}</a> as u can see there is no classes asigned for that link, so, just add some ;)
same in the thumbnails_bit.html and any others (just go over each template)
the search link uses class="smalltext"

about "control panel" link: are u really worry about that? ;) that link only ADMIN can see
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 djmax

  • Newbie
  • *
  • Posts: 35
    • View Profile
I need to change: Thumbnails and font colour
« Reply #12 on: April 05, 2003, 08:11:59 PM »
Right, I found a site with templates so i downloaded one!

But there are problems, i replaced the logo with a .jpg and its only viewed on the index, the old gif is still on the other pages and i cant find anywhere to change the dimentions!

Also, I want to change my admin account name, Is this possible?

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
I need to change: Thumbnails and font colour
« Reply #13 on: April 05, 2003, 08:14:42 PM »
Quote from: djmax
But there are problems, i replaced the logo with a .jpg and its only viewed on the index, the old gif is still on the other pages and i cant find anywhere to change the dimentions!
u'll need edit every "main" templates, it shold be at the top of each.
Quote from: djmax
Also, I want to change my admin account name, Is this possible?

yes, u can do it. 4images doesnt care what is users name, it uses users IDs.
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 djmax

  • Newbie
  • *
  • Posts: 35
    • View Profile
I need to change: Thumbnails and font colour
« Reply #14 on: April 05, 2003, 08:20:18 PM »
OK, Will have another play