Kyle T
Premium Member
Registered: 11th Sep 04
Location: Selby, North Yorkshire
User status: Offline
|
Been asked to change the knowledgebase wiki at work to reflect some shitty rebranding we've had done, basically they want everything to be a shitty reddy pink colour. It looks attrocious but I'm just doing as i'm told...
in the main.css file on the server where the wiki software is installed, I've changed all the hyperlinks except those that link directly to a document as below:
Any idea where the entry is in the CSS config which I need to change for this?
Cheers
Lotus Elise 111R
Impreza WRX STi
|
willay
Moderator Organiser: South East, National Events Premium Member
Registered: 10th Nov 02
Location: Roydon, Essex
User status: Offline
|
what are you running, Mediawiki?
|
Kyle T
Premium Member
Registered: 11th Sep 04
Location: Selby, North Yorkshire
User status: Offline
|
Aye, i really can't find anything in the CSS template for these links.
Grrr not too enthusiastic about sorting it either which makes it worse, since it now looks crap
Lotus Elise 111R
Impreza WRX STi
|
willay
Moderator Organiser: South East, National Events Premium Member
Registered: 10th Nov 02
Location: Roydon, Essex
User status: Offline
|
what file did you edit in the first place?
|
Kyle T
Premium Member
Registered: 11th Sep 04
Location: Selby, North Yorkshire
User status: Offline
|
quote: Originally posted by willay
what file did you edit in the first place?
skins/monobook/main.css
Lotus Elise 111R
Impreza WRX STi
|
Kyle T
Premium Member
Registered: 11th Sep 04
Location: Selby, North Yorkshire
User status: Offline
|
Example entries for 'regular' links:
a {
text-decoration: none;
color: #F1003C;
background: none;
}
a:visited {
color: #BE002F;
}
a:active {
color: #F1003C;
}
a:hover {
text-decoration: underline;
}
Lotus Elise 111R
Impreza WRX STi
|
Laney
Member
Registered: 6th May 03
Location: Leeds
User status: Offline
|
Firebug/View Source and get the id/class?
|
Kyle T
Premium Member
Registered: 11th Sep 04
Location: Selby, North Yorkshire
User status: Offline
|
Found it
#bodyContent a.external {
color: #BE002F;
Just kept changing stuff until it worked
Cheers anyway guys
Lotus Elise 111R
Impreza WRX STi
|
Kyle T
Premium Member
Registered: 11th Sep 04
Location: Selby, North Yorkshire
User status: Offline
|
quote: Originally posted by My Boss
Oh you're right, it does look pretty naff. Switch it back to black
Fuck my life
Lotus Elise 111R
Impreza WRX STi
|
ed
Member
Registered: 10th Sep 03
User status: Offline
|
For future ref. If you're running Dreamweaver then you can search the entire current local site for stuff - I guess those links have a class name or something that you can search for.
|
Kyle T
Premium Member
Registered: 11th Sep 04
Location: Selby, North Yorkshire
User status: Offline
|
quote: Originally posted by ed
For future ref. If you're running Dreamweaver then you can search the entire current local site for stuff - I guess those links have a class name or something that you can search for.
Unfortunately not, just my solaris screen session, notepad and me
Lotus Elise 111R
Impreza WRX STi
|