Author Topic: Need Template that has very configurable text colors  (Read 10116 times)

0 Members and 1 Guest are viewing this topic.

Offline x_789

  • Newbie
  • *
  • Posts: 15
    • View Profile
    • http://www.dirtyrc.com
Need Template that has very configurable text colors
« on: February 19, 2003, 07:35:03 PM »
I am looking for a template that has more than the standard amount of classes with the pages coded.  I made an atempt at adding the classes to my styles.css but I don't know html so I am unsucessful in adding the correct items to my html pages to pull the correct class example.  The  items that fall under ul, li, p, td { class buy default like the footer text I need a template that has the option to set the footer text colors seperatly along with the main bacground I need to be able to set the text color there manually also.  Does anyone have any recomendations??  I have looked at a few but none of the ones I have looked at have extra classes added.  

here is my site www.dirtyrc.com/gallery look at the footer and notirce the blue text that is controled by ul, li, p, td  that is one example of something i need control over so I can make it white but not affect other text.  Thanks again X

Offline SLL

  • Hero Member
  • *****
  • Posts: 585
    • View Profile
Need Template that has very configurable text colors
« Reply #1 on: February 20, 2003, 09:19:42 AM »
add custom class to you style.css
Code: [Select]
.cprt, .cprt:hover, .cprt:visited, .cprt:active {
  color: #cdd0d6;
  text-decoration: none;
  line-height: 1em;
}


your footer.html
Code: [Select]
{cp_link}
<p align="center" class="cprt"><sup>
Powered by 4images {script_version} &nbsp; Copyright &copy; 2002 <a class="cprt" href="http://www.4homepages.de" target="_blank">4homepages.de</a>
</p></sup>
</body>
</html>

Offline x_789

  • Newbie
  • *
  • Posts: 15
    • View Profile
    • http://www.dirtyrc.com
Need Template that has very configurable text colors
« Reply #2 on: February 20, 2003, 09:30:12 PM »
WOW thanks for that SSL that worked.  I may make an atempt at modifing some more stuff tonight on my own.  I need the text for the main backround to be confiugurable along with the username and passord info and the time and date on the left I don't suppose you want to add all that stuff in to my template do you ?   :)
Anyway thanks again ..

Any one else I am still on the hunt for a new theme with more options in the style.css X

Offline SLL

  • Hero Member
  • *****
  • Posts: 585
    • View Profile
Need Template that has very configurable text colors
« Reply #3 on: February 21, 2003, 08:31:52 AM »
you'd better learn some css basics, it's not that difficult, believe me  :wink:
you can find hundreds of css tutorials on the net, like http://www.htmlhelp.com/reference/css/quick-tutorial.html

Offline x_789

  • Newbie
  • *
  • Posts: 15
    • View Profile
    • http://www.dirtyrc.com
Need Template that has very configurable text colors
« Reply #4 on: February 21, 2003, 05:03:21 PM »
Thanks for the link ...X :P

Offline x_789

  • Newbie
  • *
  • Posts: 15
    • View Profile
    • http://www.dirtyrc.com
Need Template that has very configurable text colors
« Reply #5 on: February 22, 2003, 08:45:32 PM »
Quote from: SLL
add custom class to you style.css
Code: [Select]
.cprt, .cprt:hover, .cprt:visited, .cprt:active {
  color: #cdd0d6;
  text-decoration: none;
  line-height: 1em;
}


your footer.html
Code: [Select]
{cp_link}
<p align="center" class="cprt"><sup>
Powered by 4images {script_version} &nbsp; Copyright &copy; 2002 <a class="cprt" href="http://www.4homepages.de" target="_blank">4homepages.de</a>
</p></sup>
</body>
</html>


SLL I have been messing with this thing all mourning.  I can't figure out how to make it so that I can have diffrent colors for hover, visted and active.  I have been all over the net and going through these files can you please give me an example of how to make all the diffrent items a seperate color?   Thanks...x

Offline x_789

  • Newbie
  • *
  • Posts: 15
    • View Profile
    • http://www.dirtyrc.com
Need Template that has very configurable text colors
« Reply #6 on: February 22, 2003, 08:48:56 PM »
edit dupe post

Offline SLL

  • Hero Member
  • *****
  • Posts: 585
    • View Profile
Need Template that has very configurable text colors
« Reply #7 on: February 22, 2003, 10:37:26 PM »
Quote from: x_789
SLL I have been messing with this thing all mourning.  I can't figure out how to make it so that I can have diffrent colors for hover, visted and active.  I have been all over the net and going through these files can you please give me an example of how to make all the diffrent items a seperate color?   Thanks...x


Quote
.cprt {
  color: #cdd0d6;
  text-decoration: none;
  line-height: 1em;
}

.cprt:hover {
  color: #cdd0d6;
  text-decoration: none;
  line-height: 1em;
}

etc...

Offline x_789

  • Newbie
  • *
  • Posts: 15
    • View Profile
    • http://www.dirtyrc.com
Need Template that has very configurable text colors
« Reply #8 on: March 04, 2003, 07:11:08 PM »
Ok I have beat my head against the wall on this and I can't get figure out what I need to do to get the new stuff added to my Supid template so that I can run a white background and have configureable colors I need configurable colors for text in main windows and  Links in catagories and so ..  
I am willing to pay for someone to modify my current Template for me or if they have one I can setup with a color schem like my main page let me know.  Here is my main page...  www.dirtyrc.com  I would likemy gallary to look the same as my website blue on top and left with all the catagories in white and the text mainly black.. here is what I have come up with modifing a template from http://www.vierstra.com/  called 4greyblue... this is my gallery ....  http://www.dirtyrc.com/gallery/index.php I have messed with this stuff the .css and the pages and I just dont know html so I am tired of messing with it.  Please make offers I can send money via paypal...X[/url]