PDA

View Full Version : Flux Series


ipengu
08-25-2011, 01:14 PM
Well I think I've finally fine tuned this pack of themes to release it.

Heres the preview image: (Click to view bigger)
http://adoptabl.es/downloads/fluxseries_sml.png (http://adoptabl.es/downloads/fluxseries.png)
I mashed all these colors into one picture to give you an idea about it.


There's only 3 basic colors being released by me at this time, it's pretty easy to change the colors, matter of opening and changing few images and changing colors in the CSS. Colors include: Blue, Orange, and Red.

Download links:

Blue Flux (http://adoptabl.es/downloads/blueflux.zip)
Orange Flux (http://adoptabl.es/downloads/orangeflux.zip)
Red Flux (http://adoptabl.es/downloads/redflux.zip)

Niku
08-25-2011, 08:19 PM
Isn't this one of the default layouts? You just changed some colors and stuff...

ipengu
08-25-2011, 09:06 PM
No.... .....................................

Chibi_Chicken
08-30-2011, 06:57 PM
I really like this theme and the fact that it is a liquid layout. I am divided between the red or blue. :smile:

The one question I have is where would I put in a min width so I don't lose the links on the menu bar.

ipengu
08-30-2011, 07:14 PM
I absolutely love fluid layouts, Hate going on my 42" tv with computer and have a layout being just 1/10th of the screen size.

Open the styles.css file of which ever theme you choose,

Find the Body section

Add in this: min-width:1000px;
After padding:0;


End result:
body {
background-color:#e0e0e0;
font-family:Arial, Helvetica, sans-serif;
font-size:1.0em;
margin:0 auto;
padding:0;
min-width:1000px;
}

ipengu
08-30-2011, 07:33 PM
To get rid of it:


Open: inc/functions.php
Find: (Around line 1694)

$template .= "<div style='position: fixed; bottom: 0; left: 0; color: white; font-size: 10px; width: 380px; '>A total of {$GLOBALS['numberofqueries']} queries were used in this page. They were: {$GLOBALS['queries']}</div>";


And completely delete that line. Problem solved.

kitty08
10-17-2011, 02:49 AM
Really nice!I'll probably use it<3

AlexC
10-17-2011, 09:00 AM
Will there be more of these? I use the orange for my site. <3 It's great.