how to get the page layout effects?

Use this forum to ask questions about how to do things in GuMax skin.
Post Reply
User avatar
so2c
Rank 1
Rank 1
Posts: 5
Joined: March 2nd, 2008, 12:50 am

how to get the page layout effects?

Post by so2c »

Paul,

I recently installed the 3.4.1 and everything looks great (thanks!! :D ) except I don't get the page layout as the ones in your site.

In your site, each paragraph appear to have border, can you tell me how to make the border appear for my site? are these effects defined in css?

also if inserting an image, will the image automatically sized and placed to the up left side of box?

here is a link to my site FYI:

http://outsourcing.manufacturer-price.c ... /Main_Page

many thanks for your help!

john
User avatar
Paul
Development Team Leader
Development Team Leader
Posts: 1132
Joined: October 20th, 2007, 2:23 pm

Re: how to get the page layout effects?

Post by Paul »

I use templates, you should be able to view that source to see how it works. Or you can go to MediaWiki.org to check it out how to make templates. :lol:

When you insert an image, you can define size of the image in the tag to any size you want.
User avatar
gunslinger
Rank 0
Rank 0
Posts: 2
Joined: March 27th, 2008, 5:36 am

Re: how to get the page layout effects?

Post by gunslinger »

Hi Paul,
does it need any special css-files to enable

class="ycgu-box" and
class="ycgu-box-title".

I could not locate them in the Template Files.

Kind regards
albert
User avatar
Paul
Development Team Leader
Development Team Leader
Posts: 1132
Joined: October 20th, 2007, 2:23 pm

Re: how to get the page layout effects?

Post by Paul »

These are in my CSS file, you can copy following into your tag to make it work.

div.ycgu-box {
background: #fff;
margin: 0;
padding: .2em;
border: 1px solid #bbb;
position: relative;
}
div.ycgu-box-title {
font-size: 105%;
line-height: 110%;
padding: 1em;
background: #eee;
border-bottom: 5px solid #eaeaea;
}
div.ycgu-box-content {
padding: 0.5em 1em;
background: #fff;
}

Other templates are similar.
User avatar
gunslinger
Rank 0
Rank 0
Posts: 2
Joined: March 27th, 2008, 5:36 am

Re: how to get the page layout effects?

Post by gunslinger »

Hi Paul,
thanx a lot.
I really appreciate your work and even more the fact that you share it with others :lol:
Best Regards
albert
User avatar
Paul
Development Team Leader
Development Team Leader
Posts: 1132
Joined: October 20th, 2007, 2:23 pm

Re: how to get the page layout effects?

Post by Paul »

No problem. :D
Post Reply