Elxis CMS Forum

Extensions => Templates => Topic started by: nikos65 on February 25, 2008, 20:14:17

Title: Template Rubric 1.0
Post by: nikos65 on February 25, 2008, 20:14:17
Some changes to be template rubric CSS valid

Just replace the following code at customize.css file.

1.Line 293 find
Quote
.search input, .search input.inputbox {
   border: 0;
   background-color: #FFFFFF;
   color: #660606;
   padding: 2px;
   width: 108px;
   margin: 4px 0 2px 0;
}
replace with

Quote
.search input, .search input.inputbox {
   border: 0;
   background-color: #FFFFFF;
   color: #660606;
   padding: 0.1em;
   width: 108px;
   margin: 4px 0 2px 0;
}

2.Line 310 find
Quote
#leftcolumn div.moduletable h3, #rightcolumn div.moduletable h3 {
   background: #930909 url(../images/modh3.gif) no-repeat 3px 50%;
   font-size: 1.3em;
   font-weight: bold;
   font: Verdana;
   color: #eeeeee;
   margin: 0;
   margin-left: -5px;
   padding: 5px 0 5px 20px;
   border-top: 1px dotted #999;
   border-bottom: 1px dotted #999;
replace with
Quote
#leftcolumn div.moduletable h3, #rightcolumn div.moduletable h3 {
   background: #930909 url(../images/modh3.gif) no-repeat 3px 50%;
   font-size: 1.3em;
   font-weight: bold;
   font-family: Verdana;
   color: #eeeeee;
   margin: 0;
   margin-left: -5px;
   padding: 5px 0 5px 20px;
   border-top: 1px dotted #999;
   border-bottom: 1px dotted #999;
3.Line 431 find
Quote
a.mainlevel:hover { background-color: #930909; color: #FFFFFF; text-decoration: bold; }

replace with
Quote
a.mainlevel:hover { background-color: #930909; color: #FFFFFF; text-decoration: blink; }

Also you can chose different values for this  changes.

Thanks Ioannis  and spyros for the great template
Title: Font Size in Template Rubric 1.0
Post by: efrag on May 21, 2008, 12:06:40
Newbie question about how to change the menu font size and bullets in Rubric Template.
Thanks
Title: Re: Template Rubric 1.0
Post by: rentasite on May 21, 2008, 12:16:20

Hi efrag and welcome!

Within the template folder you will find CSS files. Template.css i think it is  ::) and you must edit it.

Title: Re: Template Rubric 1.0
Post by: efrag on May 21, 2008, 21:07:32
Yes inside the css directory are the files [customize , customize-rtl, layout and layout-rtl ] among others, with all the information about how to displaying each tag or element. I try to understand the difference between the -rtl and the normal files (customize and customize-rtl)  because I see that there is font format in everyone of these four files. Which one should I change and which element or tag? Thanks in advance.  :-\
Title: Re: Template Rubric 1.0
Post by: rentasite on May 22, 2008, 16:29:18

For the Main Menu items:
file: customize.css
a.mainlevel, a.mainlevel:visited (line 420)

There you will find  font-size: 1em;    Change it to anything you want!



For the Top Menu items:
file: customize.css
.navigation li a, .navigation li a:visited (line 402)

There you will find  font-size: 1.3em;    Change it to anything you want!