how do you make your own, skin? |
how do you make your own, skin? |
![]()
Post
#1
|
|
v`nessa bee ![]() Group: Member Posts: 4 Joined: Jan 2004 Member No: 173 ![]() |
how do you make your own skin? Like what`s the code you start out with.
|
|
|
![]() |
![]()
Post
#2
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 47 Joined: Jun 2004 Member No: 19,710 ![]() |
Heres the Stylesheet to start out..
[codebox] <style type="text/css"> /* http://createblog.com */ body { background-color: #ffffff; scrollbar-arrow-color: #FFCDD2; scrollbar-track-color: #FFCDD2; scrollbar-shadow-color: #FFCDD2; scrollbar-face-color: #FFCDD2; scrollbar-highlight-color: #FFCDD2; scrollbar-darkshadow-color: #FFCDD2; scrollbar-3dlight-color: #FFCDD2; } /* edits the date */ div.blogheader, .caption { background-image: url(); background-repeat:no-repeat; background-position:center; font-family: georgia; text-transform:none; font-size:18px; line-height:25px; font-weight:normal; color:#000000; letter-spacing:2px; background-color:#ffffff; text-align:center; border:1px solid #000000; } .blogbody b, .standard b, p b, strong { /* edits bolded text in your entry */ font-weight: bold; color: #000000; } input, select, textarea, iframe.htmleditor, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ border: 1px solid #ffffff; font:normal 12px trebuchet ms; background-color: ffffff; font-color:#BD6A72; } table.footer TD { /* this makes the footer at the bottom centered */ /* leave it alone u |
|
|
![]() ![]() |