Get XOOPS XOOPS FAQ Forums News Themes Modules
News World of XOOPS Developers Hacks Modules Themes YAXS Archive Submit News

XOOPS vs. Herko Coomans

Local Support

Make a donation

Please select an amount to donate


Do you want your username revealed with your donation?
Yes - List me as a Generous Donor
No - List my donation as from an Anonymous Donor


Search

Twitter News

Cumulus Tag Cloud

admin Arabic banner block Christmas comments cumulus DayDawn dhsoft e-Commerce E-Learning Google GUI hacks instant-zero jQuery module news Nordic Olédrion oxygen PageRank security SEO simple-XOOPS sport tag Theme wiki xoops

New Users

Registering user

# 116762

maleinfect

Welcome to XOOPS!

Archives

Advertisement

XOOPS Code hosted on SourceForge

Volga light - my first ever theme

Posted by deka87 on 2010/2/9 13:10:00 (1498 reads) | Posted on Themes
Hi guys,

This is actually the first thing I ever designed in my life, and it turned out to be a xoops theme. Based on a Bleek's framework, it is extremely simple and light. If not use it, I hope you will at least check it out. Thanks in advance!

Open in new window


Demo is unfortunately unavailable, but you are welcome to download it from here (direct link).

Regards,

Deka87


Printer Friendly Page Send this Story to a Friend Create a PDF from the article


Bookmark this article at these sites

                   

The comments are owned by the poster. We aren't responsible for their content.

Looks great. Good work :)
Posted: 2010/2/9 13:23 • Updated: 2010/2/9 13:23
Thanks Deka87, lightest theme I have seen

I have put it here


ps : you should rename your theme folder (without space)
Posted: 2010/2/9 13:30 • Updated: 2010/2/9 13:30
Yesss ! i like
Posted: 2010/2/9 13:52 • Updated: 2010/2/9 13:52
Very light and clean theme :D

I like it :D
Posted: 2010/2/9 14:38 • Updated: 2010/2/9 14:38
Nice theme!
Posted: 2010/2/9 16:05 • Updated: 2010/2/9 16:05
nice to see you are using my framework

nice theme
Posted: 2010/2/9 17:22 • Updated: 2010/2/9 17:22
Man, I want to try that also!
Always wanted to make a theme, good work!
Posted: 2010/2/9 19:17 • Updated: 2010/2/9 19:17
thanks guys!
Posted: 2010/2/10 0:16 • Updated: 2010/2/10 0:16
Well Bleekk, I've been working on a new theme too using your framework... though it was a christmas theme and I couldn't finish it on time (here is a screenshot). Maybe I'll finish it if people like the basic design :p
Posted: 2010/2/10 2:40 • Updated: 2010/2/10 2:40
nice theme
Posted: 2010/2/10 3:25 • Updated: 2010/2/10 3:25
@vamptrix
sure you should finish it, next christmas will be this year
Posted: 2010/2/10 4:47 • Updated: 2010/2/10 4:47
@Bleekk :p well, some people found it too dark :p
So I stopped working on it, but it'll be finished though... I'm thinking that it'll be my last table-based theme too (header isn't taken from your framework, it's a pure table ^^)
Posted: 2010/2/10 4:51 • Updated: 2010/2/10 4:51
@deka87: Good work! I hope it won't be the last!

@Vamptrix: Not much Christmas Colours in it!
Posted: 2010/2/10 9:51 • Updated: 2010/2/10 9:51
How do I make the theme auto re-size on any screen. I like too.
Posted: 2010/2/10 12:30 • Updated: 2010/2/10 12:30
the width is currently set to 1024, if you want to make it % based, you need to edit the css file there (blocks, header, menu, footer, etc.). Please refer to Bleek for more info.
Posted: 2010/2/10 14:57 • Updated: 2010/2/10 14:57
@btesec
if you can wait a couple of days there will be a new framework with % width.
Posted: 2010/2/10 18:32 • Updated: 2010/2/10 18:32
Quote:

if you can wait a couple of days there will be a new framework with % width.


that would be cool. cos i totally don't understand how this

.dreispalten-layout{width:585px;}
.
zweispalten-layout{width:839px;}


works. if i make any of the blocks wider, i get a total mess up on the page like if i have the right block then it looks alright, but if i disable the right block, the page content goes under the left block. or sometimes the right block goes down though the page content should shrink i guess. so it needs some learning, but i guess it'd be easier with a % based framework.
Posted: 2010/2/12 2:55 • Updated: 2010/2/12 2:55
It means two and three columns width and is setting the content width (by naming the center column accordingly) for a layout with or without the column on the right.
Posted: 2010/2/12 3:31 • Updated: 2010/2/12 3:31
it's like ghia said. the dreispalten-layout means that the left, center and right column are showing and it sets the wide of centercolumn to 585px. If only left and center or right and center column are showing (2 columns) then the centercolumn is 839px wide.

if you make one column wider, lets say leftcolumn is 20px wider then you have to set the .dreispalten-layout to 565px.
you have also to change
.dreispalten-block{
    
width216px;
}
.
zweispalten-block{
    
width277px;
}
.
vollansicht-block{
    
width339px;
}


the % themes are easier to change but they are not precise.
Posted: 2010/2/12 4:34 • Updated: 2010/2/12 4:35
okay it makes sense now. i've set the wdth of the right column to 220 which is +40. i've corrected the .dreispalten-layout and now it looks alright when i have three columns. but if i disable the right column, the page content goes under the left block. then i've corrected the .zweispalten-layout but it didn't affect it. what do i do?
Posted: 2010/2/12 4:56 • Updated: 2010/2/12 4:56
you have to adopt the zweispalten-layout and dreispalten-layout!

for better understanding:
zweispalten-layout => twoColumns-layout (only 2 columns are showing. left or right and center)
dreispalten-layout => threeColumns-layout (all 3 columns are showing. left, center and right)

the problem is that the framework is built to have the left and right column with same width. now it is 180px for both.

if you have now left column 200px and right column 180px then you have a small problem. you change the center column width to -20px because the leftcolumn is wider.
now if you show only only leftcolumn (200px) and centercolumn it will work. but if you show only rightcolumn (180px) and centercolumn you will have 20px free space.
Posted: 2010/2/12 5:18 • Updated: 2010/2/12 5:18
Sure I'll lookout for the % based version.
thanks
Posted: 2010/2/12 10:57 • Updated: 2010/2/12 10:57
Nice Theme, deka87. Thank you for sharing.
Posted: 2010/2/12 13:24 • Updated: 2010/2/12 13:24