blade
Released: 2007-03-27
Description:
This is a theme of 2columns fixed width type with simple design.The position where the side and contents columns are displayed can be easily switched.
The method that to swich side and contents columns is a change of only three places in style.css.
style.css
#centercolumn {
float:left;/* <- If you want change column position, rewrite this. */
width:560px;
overflow:hidden;
}
#side_area {
float:right;/* <- If you want change column position, rewrite this. */
width:210px;
overflow:hidden;
background:#F9F9F9;
border-left:1px solid #CCC;
border-bottom:1px solid #CCC;
}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}>Atmosphere changes entirely in changing the header image. Please use the photograph etc. with the originality by all means. (Several photographs were put in the images directory by the extra. )
Features:
- 2column fixed style
- Center Block Control (Thanks GIJOE)
- print.css (for printing)
- ex.css (to make static pages)
- header_menu.html ( html base original menu)
Downloads1918
Rating:
(7 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)







