Author Topic: css question for chique_black  (Read 4756 times)

0 Members and 1 Guest are viewing this topic.

Offline Gwydion

  • Full Member
  • ***
  • Posts: 126
    • View Profile
css question for chique_black
« on: March 29, 2006, 08:00:46 PM »
I am using Chique_black and try to adopt it to my needs.

The outer border over and left and right of header_logo respective that row/table/bar (don't know what hte exact term is) should be #B30101 as the rest of the border around the table.
I can't find where that is set in the css, maybe it is set elsewhere?

This is a part of my css, I guess it must be somewhere in that but am not sure.
Quote
body {
  background-color: #000000;
  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: #FFFFFF;
}

hr {
  height: 0px;
  color: #B30101;
  background-color: #B30101;
}

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

.tablehead {
  background-color: #000000;
  color: #B30101;
}

.tablebottom {
  background-color: #000000;
}

.bordercolor {
  background-color: #B30101;
}

.tablebgcolor {
  background-color: #000000;
  color: #B30101;
}

.navbar {
  background-color: #000000;
  color: #C0C0C0;
}

.row1 {
  background-color: #000000;
  color: #C0C0C0;
}

.row2 {
  background-color: #000000;
  color: #C0C0C0;
}

.head1 {
  background-color: #000000;
  color: #C0C0C0;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
}

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

.head2 {
  background-color: #000000;
  color: #C0C0C0;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
}

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

Link to gallery

Also, if I want to use a more sophisticated link styling does this have to go in the header.html or the css? If I understand it correctly only a.hover is defined in the css.

Offline impss

  • Sr. Member
  • ****
  • Posts: 382
    • View Profile
    • Cusstom.net
Re: css question for chique_black
« Reply #1 on: March 30, 2006, 01:19:38 AM »
Try This

In you home.html at the top

Change this:
Code: [Select]
{header}
<table width="640" border="0" cellspacing="0" cellpadding="0" align="center">
  <tr>
    <td>

To this:
Code: [Select]
{header}
<table width="640" border="0" cellspacing="0" cellpadding="0" align="center">
  <tr>
    <td class="bordercolor">

If it does help you will have to change most of your templates like categories.html , details.html , lightbox.html , top.html , Etc....

Let me know if this helps you.

Offline Gwydion

  • Full Member
  • ***
  • Posts: 126
    • View Profile
Re: css question for chique_black
« Reply #2 on: March 30, 2006, 06:40:51 PM »
Unfortunately it does not.
Doesn't change anything.

I solved it - these border are actually gif images. Changed them to my colors and now it works. :)

Offline impss

  • Sr. Member
  • ****
  • Posts: 382
    • View Profile
    • Cusstom.net
Re: css question for chique_black
« Reply #3 on: March 30, 2006, 07:08:18 PM »
Ah...

I dont know why i didnt pickup on that last night when i looked at it..

oh well..

atleast you have your problem solved  :)