Ali
Posts: 104
Joined: 22 June 2007
Saturday, Jun 23, 2007 10:51
Thought I'd get the thread underway. I've got the ideas just need to put them together. I've encountered a small problem.
a:hover{
color:0099FF;
font-size:12px;
text-decoration: none;
}
Doesn't work when i want to use a 0099FF colour.
PutzMan123
Posts: 396
Joined: 22 June 2007
Location: London, England
BabbleBoard Version: v1.1.5
Saturday, Jun 23, 2007 10:52
RAW CODE
a:hover{
color:#0099FF;
font-size:12px;
text-decoration: none;
}
Ali
Posts: 104
Joined: 22 June 2007
Saturday, Jun 23, 2007 11:13
Thanks.
How do i get rid of the text on the header?
PutzMan123
Posts: 396
Joined: 22 June 2007
Location: London, England
BabbleBoard Version: v1.1.5
Saturday, Jun 23, 2007 11:17
Will be in header.php
Ali
Posts: 104
Joined: 22 June 2007
Saturday, Jun 23, 2007 11:28
Fixed. How do i change the colour of the non link titles. Such as categories and forum stats. Instead of green.
PutzMan123
Posts: 396
Joined: 22 June 2007
Location: London, England
BabbleBoard Version: v1.1.5
Saturday, Jun 23, 2007 11:30
RAW CODE
.headline-green{
color: #56a006;
font-size: 11px;
}
Ali
Posts: 104
Joined: 22 June 2007
Saturday, Jun 23, 2007 11:53
Putzy
RAW CODE
.headline-green{
color: #56a006;
font-size: 11px;
}
Hmm. Doesn't change it..
PutzMan123
Posts: 396
Joined: 22 June 2007
Location: London, England
BabbleBoard Version: v1.1.5
Saturday, Jun 23, 2007 11:54
No idea then, thats the only css class that i can see with the colour code.
Ali
Posts: 104
Joined: 22 June 2007
Saturday, Jun 23, 2007 12:05
*Shouts* Caley Where in CSS can i change the forum links? I seem can only find the nav links...
This Topic Has Attachments
You do not have permission to download attachments in this forum
PutzMan123
Posts: 396
Joined: 22 June 2007
Location: London, England
BabbleBoard Version: v1.1.5
Saturday, Jun 23, 2007 12:07
oooh, Bug!
Ali
Posts: 104
Joined: 22 June 2007
Saturday, Jun 23, 2007 12:08
Putzy
oooh, Bug!
So that CSS isn't included? Therefore it's a bug?
:cry:
PutzMan123
Posts: 396
Joined: 22 June 2007
Location: London, England
BabbleBoard Version: v1.1.5
Saturday, Jun 23, 2007 12:10
I think yes, but I was also pointing out a bug in your last post.
Ali
Posts: 104
Joined: 22 June 2007
Saturday, Jun 23, 2007 12:28
A screen so far.
All I've edited at the moment is css and one image. The category titles will not be green, they will be white. I just can't find the bit to change them yet. Please mind that area. Notice the font has changed? Still lots more to do!
This Topic Has Attachments
You do not have permission to download attachments in this forum
Last edited by: Ali
- Saturday, Jun 23, 2007 12:32.
Caleyjag
Posts: 868
Joined: 22 June 2007
Location: Inverness, Scotland
Saturday, Jun 23, 2007 13:03
Ali - the colour for the green text for the category header on the index is this class:
forum-index-forum-head
For the blue it is: forum-index-forum-link
A very handy bit of software to install is Firebug for Firefox, it lets you hover over areas of a site and it details the html and the css used to create it
Ali
Posts: 104
Joined: 22 June 2007
Wednesday, Jun 27, 2007 15:34
Can i change the colour of the white bit? The inside background part..
Caleyjag
Posts: 868
Joined: 22 June 2007
Location: Inverness, Scotland
Wednesday, Jun 27, 2007 15:37
You need to be more specific, I don't know what you mean by "inside background bit".
You can change any colour you want to any colour you want.
Ali
Posts: 104
Joined: 22 June 2007
Wednesday, Jun 27, 2007 15:43
You see the black lines? That white bit.
This Topic Has Attachments
You do not have permission to download attachments in this forum
Caleyjag
Posts: 868
Joined: 22 June 2007
Location: Inverness, Scotland
Wednesday, Jun 27, 2007 15:44
That's "content-right" in the CSS.