Page 1 of 1

Mainpage dynamic logo larger than all sub pages?

Posted: March 7th, 2010, 8:15 pm
by thomas
Hello!

Excellent work Paul on your skin, I am enjoying using it.

I'm looking for some guidance here, I manually resized the dimensions for the main page logo: (in gumax_template.css)


/* dynamic article picture
-----------------------------------------------------------------------------*/
#gumax-article-picture {
/* background: #fff; */
border: 1px solid #ccc;
background-color: #fff;
text-align: left;
padding: 0; margin: 2px 15px; /* same margin as content */
}

#gumax-article-picture,
#gumax-article-picture a,
#gumax-article-picture a:hover {
height: 480px;
min-height: 128px; /* height of header */
display: block;
background-repeat: no-repeat;
background-position: center center;
text-decoration: none;
color: #eee;
font-weight: bolder;
font-size: 102%;
}

.gumax-article-picture-spacer {
height: 7px;


My question is, is there any way to differentiate the sizes between the dimension for the main page dynamic logo, and the dimensions for the secondary/sub pages logo size?

I would like the main page to be large, and all other pages smaller. please let me know if this is confusing, i can include pictures.

Thank you for any assistance.

Re: Mainpage dynamic logo larger than all sub pages?

Posted: March 7th, 2010, 10:59 pm
by Paul
I think the easiest way is to code it in GuMax.php in the section of article picture, since it already reads the page name, then you can modify to add different style tag name for different page.