Daniel Posted November 20, 2010 Report Share 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 Link to comment Share on other sites More sharing options...
Tom Posted November 20, 2010 Report Share 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 Link to comment Share on other sites More sharing options...
Daniel Posted November 20, 2010 Author Report Share Posted November 20, 2010 which part of the css do i put that? and plus what about the Pilot Roster Quote Link to comment Share on other sites More sharing options...
Tom Posted November 20, 2010 Report Share 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 Link to comment Share on other sites More sharing options...
Daniel Posted November 20, 2010 Author Report Share Posted November 20, 2010 ok thanks Quote Link to comment Share on other sites More sharing options...
Daniel Posted November 20, 2010 Author Report Share Posted November 20, 2010 i have put it at the bottom of the style sheet and it is not working Quote Link to comment Share on other sites More sharing options...
TAV1702 Posted November 20, 2010 Report Share 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 Link to comment Share on other sites More sharing options...
Daniel Posted November 20, 2010 Author Report Share 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 Link to comment Share on other sites More sharing options...
Daniel Posted November 20, 2010 Author Report Share 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 Link to comment Share on other sites More sharing options...
Tom Posted November 20, 2010 Report Share 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 Link to comment Share on other sites More sharing options...
Daniel Posted November 21, 2010 Author Report Share Posted November 21, 2010 ok, ill try it out now Quote Link to comment Share on other sites More sharing options...
Daniel Posted November 21, 2010 Author Report Share 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 Link to comment Share on other sites More sharing options...
RogerB Posted November 21, 2010 Report Share 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 Link to comment Share on other sites More sharing options...
RogerB Posted November 21, 2010 Report Share Posted November 21, 2010 Oh yeah, solved is spelled wrong for this thread.... Quote Link to comment Share on other sites More sharing options...
Daniel Posted November 23, 2010 Author Report Share Posted November 23, 2010 yeah my bad i was kinda rushing it Quote Link to comment Share on other sites More sharing options...
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.