Ever.
Number of posts : 14 Registration date : 2009-04-10 Age : 28 Location : Cavite, PH
| Subject: ROUNDED BORDERS. Sat Apr 11, 2009 4:39 am | |
| CREDITS: FRIENDSTERTUTORIALS. TESTED: MOZILLA FIREFOX ONLY.
-ROUNDED BORDER FOR TESTIMONIALS/COMMENTS BOX. preview
code:
- Spoiler:
/* PUBLIC COMMENTS CONTENT*/ .publiccomments div div .dtd { width: 100%; } .publiccomments div div .dtd ul { padding: 2px 2px 2px 2px; overflow: hidden; border-width: 1px; border-color: #A4F224; border-style: dashed; text-align: left; width: 380px; height: auto; -moz-border-radius: 30px; -webkit-border-radius: 25px; }
.commonbox .evenrow { background-color: transparent; } .boxcontent, .fitem1wrapper { padding: 11px 11px 1px 11px; } .publiccomments div div .dtd ul { font-family: franklin gothic book, tahoma; color: #FFFFFF; font-size: 10px; text-transform: uppercase; background-color: #191919; background-image: url() !important; background-repeat: repeat !important; background-position: center center !important; background-attachment: scroll !important; -moz-border-radius: 10 10px 10 10px; text-align:left; width:380px; height: 100%; overflow: hidden; padding: 2px 2px 2px 2px;}
.publiccomments div div .dtd ul:hover{ font-family: franklin gothic book, tahoma; color: #FFFFFF; font-size: 10px; text-transform: uppercase; background-color: #191919; -moz-border-radius: 10 10px 10 10px; height: 100%; min-height: 75px;
height:auto !important; height:75px; } .data img, .data embed {max-width: 380px;}
-ROUNDED BORDER FOR MASTER HEADERS. preview:
code:
- Spoiler:
/* MASTER HEADERS */ .commonbox h1, .commonbox h2 { font-family: franklin gothic book, tahoma; color: #111111; font-size: 10px; text-transform: uppercase; background-color: #A4F224; border-width: #111111 0px solid; -moz-border-radius: 10px 10px 10px 10px; }
-ROUNDED BORDER FOR MASTER BOX. preview:
code:
- Spoiler:
/* MASTER BOXES */ .commonbox { border-width: 1px; border-style: dashed; border-color: #A4F224; background-color: 111111; background-attachment: fixed; background-position: center center; background-repeat: repeat; font-family: franklin gothic book, tahoma; color: #A4F224; font-size: 10px; text-transform: uppercase; -moz-border-radius: 10px 10px 10px 10px;
} .commonbox .evenrow { background-color: #111111; }
*compile it with ur css files.
THEN, THATS IT!
ENJOii. | |
|