Skinning
Post your skins, and any skinning questions here
Subforums
901 topics in this forum
-
- 1 reply
- 1.3k views
We need help here in Croatia Cargo with some coding and pages layout, anyone interested in this Pls...I can make work on some livery instead if needed...favour for favour...Thank you very much... http://www.croatia-cargo.com Best wishes Mr.Shiljo
Last reply by Vangelis, -
- 4 replies
- 2k views
Hello || I have problem with the crystal II. The rigth part in my site isreported in the bottom at the news. I have attach a picture of my problem. I want the pilot center, recent report ecc ecc on the right side but i don't know why are under. Thanks for all possible answers.
Last reply by Kyle, -
- 5 replies
- 3.1k views
Heel, well i editing the defaul skinn, crystal, so i copy files and put in a one folder, and edit this, but my bottombg dont show in my skin and the default skin, crystal. Any can help me? Thanks
Last reply by Jeff, -
CSS Drop Down Menus
by Guest itrobb- 7 replies
- 2.3k views
Here is my CSS code for the menu: ul#css3menu,ul#css3menu ul{ margin:0;list-style:none;padding:0;background-color:#FFFFFF;border-width:1px;border-style:solid;border-color:#5f5f5f;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;} ul#css3menu ul{ display:none;position:absolute;left:0;top:100%;-moz-box-shadow:3.5px 3.5px 5px #000000;-webkit-box-shadow:3.5px 3.5px 5px #000000;box-shadow:3.5px 3.5px 5px #000000;padding:0 10px 10px;background-color:#05A2EA;border-radius:0px;-moz-border-radius:0px;-webkit-border-radius:0px;border-color:#d4d4d4;} ul#css3menu li:hover>*{ display:block;} ul#css3menu li:hover{ position:relative;}…
-
- 0 replies
- 1k views
I want to redo my pilot dashboard. I currently have it as icons which include the text, however I want it so that I only have the image, and the text is typed below. What CSS is required for this? I might also be adding some effects but that shouldn't affect it much.
Last reply by freshJet, -
Is it possible to make a bg image clickable? #main-header-right{ width:370px; height:100px; float:right; background-image:url(../img/header_right_bg.jpg); }
Last reply by Kieran, -
- 1 reply
- 1.6k views
Does any body know how to implement CSS Menu Makers menus into PHPVMS or at least change the colour. Thanks Alot
Last reply by freshJet, -
- 1 follower
- 3 replies
- 2.2k views
i have managed to install PHPVMS and have it running. However after getting it to run i realized that my install doesnt look like the ones i saw on the tutorial videos. When i go to my domain it is just text, there is no admin panel, no search bar, nothing. first pic shows what i was expecting it to look like, second pic shows what it looks like when i installed. I believe it is a problem with the CSS, Any help would be appreciated. Thanks.
Last reply by web541, -
- 2 replies
- 1.6k views
In my css file, I have this: td.horizontal_center { background-color: #FFFFFF; border-top-width: 15px; border-right-width: 0px; border-bottom-width: 1px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: #FFFFFF; border-right-color: #FFFFFF; border-bottom-color: #FFFFFF; border-left-color: #FFFFFF; height: 130px; display: table-cell; vertical-align: top; background-image: url(images_template1/headernew1.jpg); background-repeat: no-repeat; background-position: bottom left; } Which works as I want, but I want to add a second image beside…
Last reply by CPC900, -
- 7 replies
- 1.9k views
Ok, I'm a little confused on the CSS part, I was changing how it shows in the tut, but my CSS section is show like this: <style type="text/css" media="all"> </style> <!--[if IE 5]> <style type="text/css"> #outerWrapper #contentWrapper #leftColumn1 { width: 200px; } </style> <![endif]--> <!--[if IE]> <style type="text/css"> #outerWrapper #contentWrapper #content { zoom: 1; } </style> <![endif]--> So, what/ where do I put in the css code?
Last reply by Nabeel, -
- 9 replies
- 3.1k views
Hello i have downloaded a Css template from http://www.free-css.com/free-css-templates/page2/mokofactory.php#bookmarks But when i go to my admin and change the template to this it messes up my site. The files in the folder dont look like usaualy skins. PLEASE HELP!
Last reply by -Nick Tyson-, -
- 3 replies
- 2k views
I need some help with my issue here... I wanted to create a custom style for my boxes, and for some reasons, the text inside the style keeps over flowing outside. Is there anyway that I can keep the text inside the box in specific size? IMAGE CODE .boxcontent {width:500px;} Any help would be great!
Last reply by Jeff, -
- 17 replies
- 9.9k views
Gday guys I am interested in creating a CSS style table for my pilot roster page similar to this one http://www.w3schools.com/css/css_table.asp, except instead of green and white, im after red and white. Anyone able to shed some light into how i can do this? <tr class="odd"> <td>...</td> ... </tr> <tr> <td>...</td> ... </tr> i found this peice of code, but im unsure how to integrate it, i want it to automatically do the horizontal zebra pattern. Cheers
Last reply by larabrian, -
- 8 replies
- 2.5k views
I'm not sure what is up with my css but its acting weird and maybe someone might know whats going on. When I access most of my website everything acts normal like it should. When I access certain pages like the details of a flight (http://ams.hphvirtua...dules/details/1) the right content pane ends up at the bottom of the page, while when I access the homepage (http://ams.hphvirtual.com/index.php/) everything works as normal. I am not sure which css style sheet the schedule detail is feeding from, I have tried editing the table width in the .tpl file to no avail. Thanks,
Last reply by RocketRod, -
- 1 follower
- 4 replies
- 2.9k views
I've seen this discussed elsewhere but wondered what our phpVMS developers' preferences are. Personally I use dashes, but I use underscores in image filenames. For those confused, by element name I mean: #main {} So, for example, do you use: #main-div {} or #main_div {} ?
Last reply by Tom, -
- 2 replies
- 1.4k views
While I have some idea how to incorporate CSS with HTNL, I've never dealth with th CSS/PHP combination. What would really be helpful is to see an example of CSS that can be applied to tables and how it is incorporated into a PHP page. More simply stated, I want to make the tables in my site consistant with each other. TIA
Last reply by CrashGordon, -
- 3 replies
- 2.2k views
Hello everyone. Im brand new here, and Ive been having a lot of problems trying to set up my new VA site. Before I ask for anything, yes I have searched through the forum, google and everything else to try to find an answer. I am wanting to make a nice custom site using phpVMS. I sort of understand the concept of using css, along with html, and then throwing in the use of template files. I found a website design I'd like to use for my site, and the website was built using a css style. My question is: how do I configure my website, so that it will be able to use the phpVMS? Do I use the template files code, and insert them on each page of html that I making? I am tota…
Last reply by airline-alliance, -
- 3 replies
- 2k views
Hi, I have a problem with the current flight I can not write the string gives me error why?? help please
Last reply by roby90, -
- 5 replies
- 3.9k views
I'd like to view the current flights on the frontpage in a box like the "Recent Pilots" & "Recent Pireps" Boxes, shown as "Flight number - Dep - Arr." I guess i have to get the code from the /acars page and simply exclude the map and all the stats (name, status, speed, dist/time remaining) i don't want to show .. ? If yes, where to get that code from ? And if no, where's my mistake ?
Last reply by Txmmy83, -
- 3 replies
- 1.9k views
Hello, I was wondering if there is any possibility of knowing on which page the user navigates without having to check the url. Thanks for any help ! Marius
Last reply by Flightguy123, -
- 2 replies
- 1.3k views
Ok, So I think I'm getting somewhere with 2 big books on sql and php, utill ive spent the entire night trying to place the IVAO and VATSIM callsigns into the private profile page of the website. THe code I'm using is the one laid out within the public profile tables, so i know there is a logical way to display it. The code I'm using is: <?php echo PilotData::GetFieldValue($pilot->pilotid, 'IVAO Callsign') However, It doesnt work in the profile_main.tpl files and maybe this is a reason it wasnt there to start with? Please could someone steer me in the correct direction? Not to worry I fixed it by changing $pilot to $userinfo... Must be tired lol!
Last reply by savagegrave, -
- 2 replies
- 2.1k views
Hi all, I am designing a Custom HUB page for my VA, what code do I need to use to pull pilot information for that hub from the database?
Last reply by ltslack, -
- 5 replies
- 2.9k views
Hello Can someone make us a FREE customized pilot/member profile center? Thanks!
Last reply by edmundk, -
- 9 replies
- 3.2k views
hey everyone, Im working on a custom skin and suddenly started to get this error when booking a flight "no route passed"? I did not experience this before, anyone any idea what could be causing this? Thanks
Last reply by edmundk, -
- 0 replies
- 1.6k views
Hello! I am the CEO of Qatar Airways Virtual and I was wondering if anyone is interested in making my VA a custom skin for phpVMS. The platform we are using is Infinite Flight and instead of using ACARS applications, we would use LiveFlight. If you are interested message me, and I would gladly look over your proposal and idea for design! Budget: $30-50
Last reply by brent11292, -
- 0 replies
- 1.8k views
Hi, I am looking for someone to skin my VA website for me. I don't have ANY money so I can't pay you but what I can do is I can display your name on our VA website one we are up and running. Please send me an email at ecoairva@gmail.com. Thank you so much in advance.
Last reply by omarmerhabi, -
- 2 replies
- 2.2k views
EDITED: Apologies, volunteers found. Thanks for any replies.
Last reply by Eurojet, -
- 1 reply
- 1.4k views
I am currently looking into using phpVMS for my new virtual airline. I was wondering if anyone could make me a skin, per my specifications? Thanks
Last reply by Kyle, -
- 0 replies
- 1.3k views
Hey guys i just got a custom template but the individual who made the template for me hasn't given any support to the template even though he has promised...So i am asking if you guys can tell me how to change the Dividing Bars.. When i create the news there is a divider line through the middle!! Any ideas?
Last reply by edmundk, -
- 6 replies
- 2.7k views
Hi all, I am making a skin and the CEO of the airline wants me to make a log button look like this, http://prntscr.com/2krzyp . I have most of the skinning done shown here, http://prntscr.com/2ks081 . How do I customize the way the login button looks? And position i they way the CEO wants it?
Last reply by CollinShea,