Community HowTos

This is the CSS coding that this page uses to create boxes with rounded corners, and to make the headings and URLs darker:

.howto-rounded-corners {
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    padding: 10px;
    padding-top: 0px;
    margin-top: 10px;
    margin-right: 10px;
}
 
#page-content .howto-rounded-corners h2, #page-content .howto-rounded-corners a {color: #33C;}

Add HowTo

Site Forum

Latest HowTos

Site Promotion

Contributors

James KanjoJames Kanjo. Please visit his/her userPage.

page_revision: 28, last_edited: 1237071932|%e %b %Y, %H:%M %Z (%O ago)
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-Share Alike 2.5 License.