May 22, 2012, 10:56:07 PM
Pages: [1]   Go Down
  Send this topic  |  Print  
Share this topic on FacebookShare this topic on DiggShare this topic on RedditShare this topic on StumbleUponShare this topic on Twitter Topic: Custom Name Text  (Read 667 times)
0 Members and 1 Guest are viewing this topic.
B.SkiLLs
Xtreme Administrator
Resident Badass
*****

Reputation: +56/-0
Offline Offline

Posts: 2365



View Profile WWW
« on: July 29, 2009, 12:03:09 AM »

Custom Name Text

Place in between your style tags in your CSS codes

Change the X'S and the properties to how you want them. Colors, align, size, etc etc...


.nametext {
color:black;
font-family:arial;
font-size:XXpx;
font-weight:bold;
text-transform:uppercase;
display:block;
text-align:center; }




Custom Name Text with an image
Add the image URL where it says and change the X's and the properties to how you want them. Colors, align, size, etc etc...


.nametext {background-image: url(IMAGE URL HERE);
background-position: center ;
background-repeat: no-repeat;
overflow: hidden;
height: XXpx;
width: XXXpx;
font-size: 0px !important;
font-weight: bold !important;
font-family:Matisse ITC !important;
text-align: center;
color: XXXXXX;
padding: 0px 0px 0px 0px;
display: block;
margin: 0px 0px 0px 0px;
border-width: 0px 0px 0px 0px;
border-style: solid;
border-color:XXX;}




Note: Will be adding to this code for custom image names or BG's and such. Here in a few when i have time.

Logged




Pages: [1]   Go Up
  Send this topic  |  Print  
 
Jump to: