augs-burg.de Archiv bis 2012
Go-Vista - Version 1.9.6 - für Joomla 1.5.x
New release of free Go_Vista-template for Joomla! 1.5.x with version number 1.9.6 finished.
Now go vista template supports fixed and fluid layout.
You can configure the template behaviour in admin panel with following options:
- 100 % width (fluid)
- 95 % width (fluid)
- 90 % width (fluid)
- 85 % width (fluid)
- 80 % width (fluid)
- 75 % width (fluid)
- 75 % width (fluid)
- 960 pixels width (fixed) for screen-resolutions at 1024 pixels and more
- 1220 pixels width (fixed) for screen-resolutions at 1280 pixels and more
Download: 1_5_go_vista.zip (788.83 KB)
- Kategorie:
- Tags:
Comments
Go-Vista - Version 1.9.6 - für Joomla 1.5.x
Hi, I would like to use Go-Vista - Version 1.9.6 - für Joomla 1.5.x with 1.7, but it must need some revisions to make work with 1.7
My question is what would it take to upgrade this template?
I like the go_vista_bw a lot but looking for the blues as in go-vista.
Thank You,
Rick
Rick
smaller menu buttons
I'm using Go Vista 1.9.6 and I like it very much, only one remark:
How can I make the buttons of the menu smaller ?
(So how to change the length of the buttons)
regards,Peter Tops
edit go_vista/template_css.css
to make the buttons smaller you have to edit go_vista/template_css.css
search for
ul#mainlevel-nav li a {
font-size:11px;
color:white;
font-weight:normal;
text-align:center;
background:url(../images/buttontop_normal.jpg) no-repeat;
line-height:33px;
height:33px;
width:119px;
display: block;
float:left;
}
ul#mainlevel-nav li a:hover {
color:white;
font-size:11px;
font-weight:normal;
text-align:center;
background:url(../images/buttontop_over.jpg) no-repeat;
line-height:33px;
height:33px;
width:119px;
display: block;
float:left;
}
and replace with
ul#mainlevel-nav li a {
font-size:11px;
color:white;
font-weight:normal;
text-align:center;
background:transparent url(../images/buttontop_normal.jpg) no-repeat scroll -10px 0;;
line-height:33px;
height:33px;
width:100px;
display: block;
float:left;
margin-left: 4px;
}
ul#mainlevel-nav li a:hover {
color:white;
font-size:11px;
font-weight:normal;
text-align:center;
background:transparent url(../images/buttontop_over.jpg) no-repeat scroll -10px 0;
line-height:33px;
height:33px;
width:100px;
display: block;
float:left;
margin-left:4px;
}
if you want to have it still smaller
change
line-height:33px;
to suit your needs.height:33px;
width:100px;
not yet
not yet