corsasport.co.uk
 

Corsa Sport » Message Board » Off Day » Geek Day » Anyone know their way around wikipedia CSS configs? » Post Reply

Post Reply
Who Can Post? All users can post new topics and all users can reply.
Icon:
Formatting Mode:
Normal
Advanced
Help

Insert Bold text Insert Italicized text Insert Underlined text Insert Centered text Insert a Hyperlink Insert Email Hyperlink Insert an Image Insert Code Formatted text Insert Quoted text
Message:
HTML is Off
Smilies are On
BB Code is On
[img] Code is On
Post Options: Disable smileys?
Turn BBCode off?
Receive email notification of new replies?

Kyle T

posted on 28th Feb 09 at 13:04

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 :(


ed

posted on 27th Feb 09 at 23:16

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

posted on 27th Feb 09 at 15:39

quote:
Originally posted by My Boss
Oh you're right, it does look pretty naff. Switch it back to black



Fuck my life


Kyle T

posted on 27th Feb 09 at 14:38

Found it

#bodyContent a.external {
color: #BE002F;

Just kept changing stuff until it worked :lol:

Cheers anyway guys


Laney

posted on 27th Feb 09 at 14:25

Firebug/View Source and get the id/class?


Kyle T

posted on 27th Feb 09 at 13:32

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;
}


Kyle T

posted on 27th Feb 09 at 13:31

quote:
Originally posted by willay
what file did you edit in the first place?


skins/monobook/main.css


willay

posted on 27th Feb 09 at 13:28

what file did you edit in the first place?


Kyle T

posted on 27th Feb 09 at 13:26

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 :lol:


willay

posted on 27th Feb 09 at 13:24

what are you running, Mediawiki?


Kyle T

posted on 27th Feb 09 at 11:48

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