Mainpage dynamic logo larger than all sub pages?

Use this forum to ask questions about how to do things in GuMax skin.
Post Reply
User avatar
thomas
Rank 0
Rank 0
Posts: 1
Joined: March 7th, 2010, 8:09 pm

Mainpage dynamic logo larger than all sub pages?

Post 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.
User avatar
Paul
Development Team Leader
Development Team Leader
Posts: 1132
Joined: October 20th, 2007, 2:23 pm

Re: Mainpage dynamic logo larger than all sub pages?

Post 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.
Post Reply