freshJet Posted February 10, 2013 Report Share Posted February 10, 2013 Skyline v1.1 Original Release: 10th February 2013 Latest Release: 11th April 2013 Author: Iain Robb License: Creative Commons Attribution-NonCommercial 3.0 by-nc Demo: Click here Featuring a clean and elegant design including drop down menus. Easy to edit and adapt to your own airline's style. Released under the Creative Commons Attribution-NonCommercial 3.0 Unported license (by-nc). Full license: http://creativecommo...nses/by-nc/3.0/ Developed and tested on phpVMS 2.1.934. ____________________________________________________________________________________________________- 10/02/2013 ========================================== - Original release 05/04/2013 ========================================== - Fixed login box position - Cleaned up social icon CSS - Added header title to homepage - Changed the position of the login button skylinev1.zip skylinev1.1.zip 6 Quote Link to comment Share on other sites More sharing options...
GALAXYVIRTUAL Posted February 10, 2013 Report Share Posted February 10, 2013 Looks great so far!! Quote Link to comment Share on other sites More sharing options...
sherming Posted February 11, 2013 Report Share Posted February 11, 2013 very nice, good job 1 Quote Link to comment Share on other sites More sharing options...
freshJet Posted February 11, 2013 Author Report Share Posted February 11, 2013 Thanks, demo available too now Quote Link to comment Share on other sites More sharing options...
Strider Posted February 11, 2013 Report Share Posted February 11, 2013 Looks great, I am gonna edit it a bit for the use of MVA, few things I would like to change for MVA. It will not be released my edited version. Quote Link to comment Share on other sites More sharing options...
freshJet Posted February 12, 2013 Author Report Share Posted February 12, 2013 Awesome can't wait to see! Quote Link to comment Share on other sites More sharing options...
HighFlyerPL185 Posted February 12, 2013 Report Share Posted February 12, 2013 Fantastic skin Iain! Well done! Don't mind the pun, but I suppose you've given a bit of fresh air to the other airlines with the skin Quote Link to comment Share on other sites More sharing options...
Jalio Posted February 12, 2013 Report Share Posted February 12, 2013 Awesome skin, clean and tidy. Great job. Quote Link to comment Share on other sites More sharing options...
freshJet Posted February 12, 2013 Author Report Share Posted February 12, 2013 Thanks that's what I was aiming for. Nice to see 25 downloads already, thanks everyone! Quote Link to comment Share on other sites More sharing options...
Strider Posted February 13, 2013 Report Share Posted February 13, 2013 http://malaysiava.org still making some changes. 1 Quote Link to comment Share on other sites More sharing options...
freshJet Posted February 13, 2013 Author Report Share Posted February 13, 2013 Looks great, well done You can change 'Skin by Iain Robb' to 'Original skin by Iain Robb' if you want. Quote Link to comment Share on other sites More sharing options...
benboy123 Posted February 13, 2013 Report Share Posted February 13, 2013 Nice skin! One question. How do i change the Skyline-logo in the header? Thanks Bendik www.virtualdanish.tk Quote Link to comment Share on other sites More sharing options...
Strider Posted February 14, 2013 Report Share Posted February 14, 2013 You talking about the text Skyline? It is just text. not an image. Look for: <span style="[url=""]font-size:52px; margin:10px; position:absolute; color:#ccc; text-shadow:1px 1px 2px #999;[/url]">Skyline</span> Replace the word Skyline with your VA name, or put your logo image there. 1 Quote Link to comment Share on other sites More sharing options...
benboy123 Posted February 14, 2013 Report Share Posted February 14, 2013 One more question; I can`t get into the admin center when Im logged in. I really liked this skin.Very, very good! Quote Link to comment Share on other sites More sharing options...
Strider Posted February 15, 2013 Report Share Posted February 15, 2013 You have to add the link, but in the url just put http://myva.com/admin and you will get in Quote Link to comment Share on other sites More sharing options...
benboy123 Posted February 15, 2013 Report Share Posted February 15, 2013 But then will all members beeing able to press the button... Quote Link to comment Share on other sites More sharing options...
Strider Posted February 15, 2013 Report Share Posted February 15, 2013 Use the following code: <?php if(Auth::LoggedIn()) { if(PilotGroups::group_has_perm(Auth::$usergroups, ACCESS_ADMIN)) { ?> <?php echo '<li><a href="'.fileurl('/admin').'" class="underline">Admin Center</a></li>'; } } ?> That will show the admin link, only to those permitted to gain entry to the admin side. Quote Link to comment Share on other sites More sharing options...
freshJet Posted February 15, 2013 Author Report Share Posted February 15, 2013 Ah yes, I didn't think it was necessary but I might add it in. Quote Link to comment Share on other sites More sharing options...
Virtualei Posted February 17, 2013 Report Share Posted February 17, 2013 Great skin Iain.I am working on it at present on a mirror site and will be changing my site to it on the 1st of March Quote Link to comment Share on other sites More sharing options...
freshJet Posted February 17, 2013 Author Report Share Posted February 17, 2013 Awesome Quote Link to comment Share on other sites More sharing options...
Virtualei Posted February 17, 2013 Report Share Posted February 17, 2013 This is what I have done so far Quote Link to comment Share on other sites More sharing options...
benboy123 Posted February 22, 2013 Report Share Posted February 22, 2013 Awsome! Quote Link to comment Share on other sites More sharing options...
Virtualei Posted February 22, 2013 Report Share Posted February 22, 2013 I have now started to use the Skyline skin. Check it out at www.caalair.com Thanks Iain for sharing this Quote Link to comment Share on other sites More sharing options...
Strider Posted February 22, 2013 Report Share Posted February 22, 2013 Just wondering, why is the main image all blurry? Wouldn't it look better all sharp? Also the blue isn't doing it for me. It stands out too much, and it is the only part of the site my eye is drawn to. Just my observation and my opinion. Quote Link to comment Share on other sites More sharing options...
Virtualei Posted February 23, 2013 Report Share Posted February 23, 2013 Thanks for your comments. I agree I need to sharpen the image and also you were right about the blue(now changed to green). Thank you it is always good to have a fresh set of eyes look at something 1 Quote Link to comment Share on other sites More sharing options...
Mike Posted February 23, 2013 Report Share Posted February 23, 2013 Thats a great looking skin lain - sure a lot of people are going to enjoy using that. Nice and clean Quote Link to comment Share on other sites More sharing options...
BaRBeR Posted February 23, 2013 Report Share Posted February 23, 2013 also your boxes containing news etc. you have rounded the top corners of the box with the outline rather than just the bottom corners, it will look a lot better if you do that but its your choice. Here's the css anyway - <style> .your-box { -moz-border-radius-bottomright: 5px; border-bottom-right-radius: 5px; -mox-border-radius-bottomleft:5px; border-bottom-left-radius: 5px; } </style> Quote Link to comment Share on other sites More sharing options...
Virtualei Posted February 23, 2013 Report Share Posted February 23, 2013 also your boxes containing news etc. you have rounded the top corners of the box with the outline rather than just the bottom corners, it will look a lot better if you do that but its your choice. Here's the css anyway - <style> .your-box { -moz-border-radius-bottomright: 5px; border-bottom-right-radius: 5px; -mox-border-radius-bottomleft:5px; border-bottom-left-radius: 5px; } </style> I agree Jordan thanks very much Quote Link to comment Share on other sites More sharing options...
Strider Posted February 23, 2013 Report Share Posted February 23, 2013 I dont understand where the box is not rounded on the bottom? They all are. What browser are you using? As they are rounded in Firefox. You may want to create a simple module for the p1 vatsim page, as it a total brake in the design. Quote Link to comment Share on other sites More sharing options...
Virtualei Posted February 23, 2013 Report Share Posted February 23, 2013 They are rounded now Daniel. I use Chrome. The P1 Vatsim is on my things to do. I cannot write modules so I had planned just to make a page in the admin centre. I appreciate your thoughts and comments 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.