Jump to content

Skyline v1.1 (Updated 11/4/13)


Recommended Posts

Posted

Skyline v1.1

lshgrgT.png

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

  • Like 6
Posted

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.

  • Like 1
Posted

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.

Posted

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.

Posted

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

  • Like 1
Posted

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>

Posted

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

Posted

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.

Posted

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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...