Browse Downloads by alphabetical listing
[ A | B | C | D | E | F | G | H | I | J | K | L | M | N ][ O | P | Q | R | S | T | U | V | W | X | Y | Z ]
Released: 2007-03-20
This is a theme of 2columns fixed width type.
The design concept of old distribution theme astro is followed, and the theme rewritten in Tablres-layout full CSS source.
The position where the side and contents column are displayed can be easily switched.
The method is a change of only two places in style.css.
And there is a part that doesn't function excluding the JP version because of optimizing to the JP.
Though it operates even if it doesn't rewrite it ... , if you do as follows the pagetitle (subtitle) will be neatly displayed.
In theme.html
The sentence shown up
changes to the following.

The design concept of old distribution theme astro is followed, and the theme rewritten in Tablres-layout full CSS source.
The position where the side and contents column are displayed can be easily switched.
The method is a change of only two places in style.css.
#centercolumn {
float:right;/* <- If you want change column position, rewrite this. */
width:560px;
overflow:hidden;
}
#side_area {
float:left;/* <- If you want change column position, rewrite this. */
width:210px;
overflow:hidden;
color:#AAA;
background:#0A0A0A;
}And there is a part that doesn't function excluding the JP version because of optimizing to the JP.
Though it operates even if it doesn't rewrite it ... , if you do as follows the pagetitle (subtitle) will be neatly displayed.
In theme.html
<{if $xoops_dirname}><{$xoops_modulename}><{else}><{$xoops_slogan}><{/if}>The sentence shown up
changes to the following.
<{$xoops_pagetitle}> Version:1.0 Downloads1475
Rating:
(0 Votes)
Reviews:
(0)
Platform: Xoops 2.0.X, XOOPS Cube Legacy 2.1
License: Creative Commons License(Attribution-NonCommercial-ShareAlike 2.1 Japan)
Platform: Xoops 2.0.X, XOOPS Cube Legacy 2.1
License: Creative Commons License(Attribution-NonCommercial-ShareAlike 2.1 Japan)







