changing entry dates' font name and color |
changing entry dates' font name and color |
Nov 7 2004, 09:01 PM
Post
#1
|
|
![]() Mangekyou Sharingan ![]() Group: Member Posts: 6 Joined: Nov 2004 Member No: 61,088 |
how can i change the font color and name for the dates that go along with all of my entries?
|
|
|
|
![]() |
Nov 7 2004, 09:10 PM
Post
#2
|
|
![]() The voices talk too much... -.-u ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,099 Joined: Aug 2004 Member No: 39,078 |
CODE <!-- begin code provided by createblog.com --> <style type="text/css"> div.blogheader, .caption { /* edits the dates */ font-family: merced; text-transform:lowercaps; font-size:16px; line-height:10px; font-weight:bold; color:#008000; letter-spacing:0px; background-color: #Transparent; text-align: right; } </style> <!-- end code provided by createblog.com --> Feel free to fiddle with it..... It goes into custom header. =) |
|
|
|
ItachisRedemption changing entry dates' font name and color Nov 7 2004, 09:01 PM
ItachisRedemption thank you!! Nov 7 2004, 09:19 PM
sweetxsimplicity QUOTE(ItachisRedemption @ Nov 7 2004, 6:19 PM... Nov 7 2004, 09:28 PM![]() ![]() |