Recent Topics

1 Aug 23, 2008 01:48    

My b2evolution Version: Not Entered

Hi there, [u]last thing first[/u]; This skin should be considered as a basic(guide), simple or whatever you call it skin.. It doesnt claim anything nice visually..
It's experimental, main idea behind is to accept browsers as they are, and see how achievable it's to have a proper both fluid/fixed skin without having any (as minimum as possible) hacks..
I had the chance to test it FF,IE and opera, all experienced bugs ve been ironed out, i hope it works without any problem in other os,browser and res.'..Please report back if you find anything improper

Skin info for Grey_skale 0.1
Skin features :

1. Xhtml and CSS valid.
2. Includes all default containers.
3. Includes both Fluid and Fixed (switchable) versions.
4. Tested with many browsers and many possible known bugs have been sorted, tried to make the skin cross-browser, and cross-resolution.

Regards

[url=http://skins.b2evolution.net/dl2/grey_skale.zip]Download[/url]

[url=http://www.cssdizayn.com/cs1/blog4.php]Live Demo[/url]

http://i33.tinypic.com/xo3721.jpg

*notes: a very tiny bug has been discovered after submitting the skin (div content item-style-type not displaying in FF, remove #content{ overflow..)

default css resources are loaded twice.. remove @import url .... from alternate stylesheet (fluid.css)

2 Aug 25, 2008 18:05

Hi

I love this skin. I think use it.
How can I do the fluid version is the first when the page run.

Sorry for my English and greetings for your work.
Thanks a lot

3 Aug 25, 2008 18:15

rename style.css" to fixed.css
rename fluid.css to 'style.css'

open _html_header.inc.php

replace

   	<link rel="stylesheet" href="style.css" type="text/css"/>
	<link rel="stylesheet" href="style.css" type="text/css" title="fixed"/>
    <link rel="alternate stylesheet" href="fluid.css" type="text/css" title="fluid"/>

with

   	<link rel="stylesheet" href="style.css" type="text/css"/>
	<link rel="stylesheet" href="style.css" type="text/css" title="fluid"/>
    <link rel="alternate stylesheet" href="fixed.css" type="text/css" title="fixed"/>

though there might be some tiny complications as fixed was used by default and fluid was overwriting it when i prepared the skin

4 Aug 26, 2008 10:55

Thanks.

I think show only the fluid version.

5 Aug 26, 2008 17:14

Live demo seems down now.

6 Aug 26, 2008 21:54

slamp wrote:

Live demo seems down now.

right.. &-( i ve renamed the folder for sth and forgot to re-rename it (: thanks


Form is loading...