Jump to content

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


freshJet

Recommended Posts

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
Link to comment
Share on other sites

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
Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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>

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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...