Daniel Posted November 20, 2010 Report Posted November 20, 2010 what part of the css do I edit so that the links are green not blue. Also hi would like to know how you get the table on your pilot roster like airhaul Any help would be greatly appreciated. thanks Daniel www.pashairvirtual.co.uk Quote
Tom Posted November 20, 2010 Report Posted November 20, 2010 It's done like so: a:link{color:#000;} a:visited{color:#000;} a:hover{color:#000;} a:active{color:#000;} Quote
Daniel Posted November 20, 2010 Author Report Posted November 20, 2010 which part of the css do i put that? and plus what about the Pilot Roster Quote
Tom Posted November 20, 2010 Report Posted November 20, 2010 That just goes into your css file, and obviously you change the colours to the colour you want. As for the table, he's just added styles to the default pilots table. Quote
Daniel Posted November 20, 2010 Author Report Posted November 20, 2010 i have put it at the bottom of the style sheet and it is not working Quote
TAV1702 Posted November 20, 2010 Report Posted November 20, 2010 Daniel, after you added that to the .css file, did you go in and add styles to the pilots list as well so it could use the new .css info you just added? Quote
Daniel Posted November 20, 2010 Author Report Posted November 20, 2010 umm so like i would have to go to the news module then at the stylsheet thingy at the top? Quote
Daniel Posted November 20, 2010 Author Report Posted November 20, 2010 are you talking about links? i Put this at the top of the Pilot_list.tpl <link href="<?php echo SITE_URL?>/lib/skins/ObsessBlue/StyleSheet.css" rel="stylesheet" type="text/css" /> and the links are still Blue Quote
Tom Posted November 20, 2010 Report Posted November 20, 2010 You don't need to include the stylesheet again, it will already be called in the header for the skin. (You are adding it to the skin stylesheet correct?) I usually put all link styles near the top of the stylesheet, if that doesn't work just add "!important" like so: a:link{color:#000 !important;} and so on... Quote
Daniel Posted November 21, 2010 Author Report Posted November 21, 2010 ok, Just for anyone else that would like to do it what you have to do is this /* regular */ a:link{color:#6c6c6c;} a:visited{color:#6c6c6c;} a:hover{color:#0B610B;} a:active{color:#0B610B;} body { margin: 0px; padding: 0px; font-size: 12px; Put it under the /* regular */ bit. Thanks everyone Daniel Quote
RogerB Posted November 21, 2010 Report Posted November 21, 2010 Looking good daniel. I could use some graphical help with my next skin release. Let me know if your interested. Quote
RogerB Posted November 21, 2010 Report Posted November 21, 2010 Oh yeah, solved is spelled wrong for this thread.... Quote
Daniel Posted November 23, 2010 Author Report Posted November 23, 2010 yeah my bad i was kinda rushing it Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.