Mysidia Adoptables Support Forum

Mysidia Adoptables Support Forum (http://www.mysidiaadoptables.com/forum/index.php)
-   Templates and Themes (http://www.mysidiaadoptables.com/forum/forumdisplay.php?f=26)
-   -   Flux Series (http://www.mysidiaadoptables.com/forum/showthread.php?t=2338)

ipengu 08-25-2011 01:14 PM

Flux Series
 
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
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
Orange Flux
Red Flux

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

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

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


All times are GMT -5. The time now is 05:08 PM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.