Knappster Posted August 20, 2013 Share Posted August 20, 2013 Hi guys, I decided I didn't like the default style and tried to create my own only all the infusions use their own stylesheet. This is a problem in that I'd have to edit each infusions css manually and use ssh to copy them across. Example: Just an idea but maybe using something similar to bootstrap would be advantageous to infusion and theme devs for consistency. http://getbootstrap.com/2.3.2/ This way infusion devs wouldn't have to worry about styling and theme devs would be safe in the knowledge their custom styles are going to apply to across everything consistantly. Quote Link to comment Share on other sites More sharing options...
Foxtrot Posted August 20, 2013 Share Posted August 20, 2013 Nice. I made a script called Customizer, should still be on the first page, that lets you do pretty much all of this, background image support is coming later today. Also, Seb has confirmed the adding of tab colors to the main CSS. Quote Link to comment Share on other sites More sharing options...
boob00 Posted August 20, 2013 Share Posted August 20, 2013 Looks nice man! Quote Link to comment Share on other sites More sharing options...
Knappster Posted August 20, 2013 Author Share Posted August 20, 2013 The background image is actually a base64 encoded image in the css itself, it doesn't require a separate call to download it :P. I'll search for the customiser script and see how I get on. Quote Link to comment Share on other sites More sharing options...
Foxtrot Posted August 20, 2013 Share Posted August 20, 2013 Thanks, I just added bg support. It works quite well, Your design influenced me a little ;) Quote Link to comment Share on other sites More sharing options...
levisiccard Posted August 21, 2013 Share Posted August 21, 2013 looks cool Quote Link to comment Share on other sites More sharing options...
Knappster Posted August 21, 2013 Author Share Posted August 21, 2013 Another problem I've found is that infusion styles are cascading into others: Infusion styles should only be affecting the infusion's own tile. This could lead to an infusion crippling another's web interface. Quote Link to comment Share on other sites More sharing options...
Knappster Posted August 21, 2013 Author Share Posted August 21, 2013 Here's the stylesheet so far: http://stuff.knappster.co.uk/server/php/files/pineapple.zip I've made some tweaks to the way the tiles behave when it comes to scrolling but mostly I've tweaked it so I can view the tiles on my mobile properly. You'll need to add a few lines to index.php in the pineapple folder via ssh: Add this just above the <html> tag: <!doctype html> And add the following lines inside the <head> tag: <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> Expanded tiles don't display well on mobile yet. Quote Link to comment Share on other sites More sharing options...
Foxtrot Posted August 21, 2013 Share Posted August 21, 2013 A fix for that is also coming, i hear. Quote Link to comment Share on other sites More sharing options...
Whistle Master Posted August 21, 2013 Share Posted August 21, 2013 (edited) Another problem I've found is that infusion styles are cascading into others: Infusion styles should only be affecting the infusion's own tile. This could lead to an infusion crippling another's web interface. I will have this fixed in the next versions of my infusions. Edited August 21, 2013 by Whistle Master Quote Link to comment Share on other sites More sharing options...
mreidiv Posted August 21, 2013 Share Posted August 21, 2013 I posted mine here a whil ago if anyone wants to check it out https://forums.hak5.org/index.php?/topic/30063-css-30-display/ Quote Link to comment Share on other sites More sharing options...
deathdealerxx Posted August 22, 2013 Share Posted August 22, 2013 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.