You are not logged in.
- Topics: Active | Unanswered
#1 2009-01-19 10:49:31
- Meow
- Member

- From: Taipei, Taiwan
- Registered: 2008-05-10
- Posts: 672
- Website
OxygenB
Description
OxygenB is a theme based on FluxBB 1.3's Oxygen. People could use it to make their FluxBB 1.2 & 1.4 forums look like FluxBB 1.3.
Download
OxygenB for FluxBB 1.4 (re-modified by daris)
OxygenB for FluxBB 1.2 (modified by Meow)
Requirement
FluxBB 1.2 or 1.4
Screenshots

Oxygen

OxygenB
Note
Some parts such as structures in both Profile and Administration cannot be similar to Oxygen in 1.3 due to the markup of FluxBB 1.2 & 1.4.
Version history
1.0.0 - http://fluxbb.org/forums/viewtopic.php?pid=20566#p20566
1.0.1 - http://fluxbb.org/forums/viewtopic.php?pid=20570#p20570
1.0.2 - http://fluxbb.org/forums/viewtopic.php?pid=20608#p20608
1.0.3 - http://fluxbb.org/forums/viewtopic.php?pid=20654#p20654
1.0.4 - http://fluxbb.org/forums/viewtopic.php?pid=20738#p20738
1.0.5 - http://fluxbb.org/forums/viewtopic.php?pid=20771#p20771
1.0.6 - http://fluxbb.org/forums/viewtopic.php?pid=21044#p21044
1.0.7 - http://fluxbb.org/forums/viewtopic.php?pid=21620#p21620
1.0.8 - http://fluxbb.org/forums/viewtopic.php?pid=21707#p21707
1.0.9 - http://fluxbb.org/forums/viewtopic.php?pid=23592#p23592
daris - http://fluxbb.org/forums/viewtopic.php?pid=34701#p34701
Last edited by Meow (2010-08-24 19:49:51)
Enjoy the chosen furry artworks on Chita every day.
Offline
#2 2009-01-19 10:54:48
- qie
- Member

- Registered: 2008-06-02
- Posts: 376
Re: OxygenB
nice job.
the link color needs a little modification? it seems that a little deeper gonna better?
Last edited by qie (2009-01-19 10:55:16)
now show:光宇游戏
Offline
#4 2009-01-19 11:27:18
- orkneywd
- Member

- Registered: 2008-05-10
- Posts: 96
Re: OxygenB
Very nice
Great attention to detail judging by the screenshot, I'll have to download this later and check it out properly.
Offline
#5 2009-01-19 12:05:05
- qie
- Member

- Registered: 2008-06-02
- Posts: 376
Re: OxygenB
there "div.blockpost" "h2" different from the forum theme.and i think there differences between the two version so do use it all the same need mod
now show:光宇游戏
Offline
#6 2009-01-19 12:18:45
- Meow
- Member

- From: Taipei, Taiwan
- Registered: 2008-05-10
- Posts: 672
- Website
Re: OxygenB
Because of the markup, I had to use different ways to make it look similar to Oxygen in 1.3. It is difficult to make it same as Oxygen 1.3 because there would be new issues.
Enjoy the chosen furry artworks on Chita every day.
Offline
#7 2009-01-19 23:09:55
- Gizzmo
- Member

- From: Earth, Milkyway Galaxy
- Registered: 2008-04-30
- Posts: 301
- Website
Offline
#9 2009-01-20 08:43:08
- qie
- Member

- Registered: 2008-06-02
- Posts: 376
Re: OxygenB
Rules page? -_-!
and i know there are different markups between this two version. ^_^. so style is uncampitable
now show:光宇游戏
Offline
#11 2009-01-20 08:45:05
- Meow
- Member

- From: Taipei, Taiwan
- Registered: 2008-05-10
- Posts: 672
- Website
Re: OxygenB
Rules page? -_-!
and i know there are different markups between this two version. ^_^. so style is uncampitable
http://fluxbb.org/forums/rules/
This is a Rules page.
Enjoy the chosen furry artworks on Chita every day.
Offline
#12 2009-01-20 08:47:51
- qie
- Member

- Registered: 2008-06-02
- Posts: 376
Offline
#14 2009-01-20 08:53:59
- qie
- Member

- Registered: 2008-06-02
- Posts: 376
Re: OxygenB
if you give a demo site then i could compare this one to that one .thanks meow
now show:光宇游戏
Offline
#16 2009-01-20 09:19:44
- qie
- Member

- Registered: 2008-06-02
- Posts: 376
Offline
#17 2009-01-20 20:33:41
- Dr.Jeckyl
- Member

- From: :(){:|:&};:
- Registered: 2008-04-30
- Posts: 113
- Website
Re: OxygenB
Both two CSS files are smaller because of Clean CSS.
How much of an improvement did this make?
GroundBranch
Want to learn more? Click me.
Offline
#18 2009-01-20 21:03:46
- FSX
- Developer

- From: NL
- Registered: 2008-05-09
- Posts: 805
- Website
Re: OxygenB
Meow wrote:
Both two CSS files are smaller because of Clean CSS.
How much of an improvement did this make?
It reduces the filesize by removing the whitespace and optimizes the color code (#ffffff -> #fff) and some other things.
The downside is that the file isn't really readable. It's better to use Apache's mod_deflate to compress the CSS.
Offline
#19 2009-01-20 21:10:18
- MattF
- Member

- From: South Yorkshire, England
- Registered: 2008-05-06
- Posts: 1,230
- Website
Re: OxygenB
I do similar on a dynamic basis. If the stylesheet hasn't been requested previously, it's parsed and cached for the subsequent requests. Just doing basic comments and empty lines removal knocks a file down by around 1/6th, give or take. You could make it even more compact, but you lose the readability then.
Screw the chavs and God save the Queen!
Offline
#20 2009-01-21 03:38:46
- qie
- Member

- Registered: 2008-06-02
- Posts: 376
Re: OxygenB
that css file really need readible then i could edit it. but compressing it seems waste
now show:光宇游戏
Offline
#21 2009-01-21 03:46:41
- qie
- Member

- Registered: 2008-06-02
- Posts: 376
Re: OxygenB
Meow, if you plz do some modifaction in this CSS, i mean "quote" markup seems not linked to a CSS style.
now show:光宇游戏
Offline
#23 2009-01-21 12:54:58
- xable
- Member
- Registered: 2008-05-13
- Posts: 145
Re: OxygenB
You could heavily compress the CSS but leave a comment at the top with a link to the uncompressed version. I`ve done that in the past.
Obviously you wouldn`t want to do it untill your happy with the CSS because constantly compressing it can get annoying.
Offline
#24 2009-01-21 13:09:12
- Connor
- Former Developer
- Registered: 2008-04-27
- Posts: 1,127
Re: OxygenB
Is it really worth it xable, css files are generally cached.
Offline
