editting button |
editting button |
May 23 2004, 12:12 PM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 8 Joined: May 2004 Member No: 16,176 |
how do we change da border, color, font, and font color of buttons...i kan't find da html?!?
|
|
|
|
![]() |
May 23 2004, 01:01 PM
Post
#2
|
|
![]() XOTY*06 :D ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,635 Joined: Mar 2004 Member No: 6,747 |
i think you're talking about the stylesheet, edits the lins, buttons, borders, etc.
CODE <!-- begin code provided by createblog.com -->
<style type="text/css"> body { background-color: #CC0033; scrollbar-arrow-color: #000000; scrollbar-track-color: #CC0033; scrollbar-shadow-color: #CC0033; scrollbar-face-color: #CC0033; scrollbar-highlight-color: #CC0033; scrollbar-darkshadow-color: #CC0033; scrollbar-3dlight-color: #CC0033; } //blogringdocument.write .left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p { /* edits main text */ font:normal 11px arial; line-height:10px; color:FFFFFF; letter-spacing:0px; text-align:justify; } table.footer TD { /* this makes the footer at the bottom centered */ /* leave it alone unless you know what to do*/ text-align: center; } div.blogheader, .caption { /* edits the dates */ font-family:arial; text-transform:uppercase; font-size:16px; line-height:10px; font-weight:bold; color:#FFFFFF; letter-spacing:0px; background-color: #000000; text-align: right; } a:link, .footernav.link, a.footernav:link, a.footernav:active { /* edits all links */ color:#FFFFFF; font:normal 11px arial;line-height:10px; text-decoration: none; } a:visited, a.footernav:visited, { /* edits the links that the user has visited */ color:#FFFFFF; font:normal 11px arial; line-height:10px; text-decoration: none; } a:hover { /* edits when user mouseovers the links */ color:#CC0033; font:normal 11px arial; line-height:10px; cursor: move; text-decoration: strikeout; } input, select, textarea, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ border: 1px solid #CC0033; font:normal 11px arial; background-color: #000000; letter-spacing:0px; } table.left { /* this edits the menu module */ border: 1px solid #c0c0c0; width:160px; background-color: #FCEBFF; } table.blogbody { /* this edits the other the place where the blog is */ border: 0px solid c0c0c0; background-color: #; width:400px; } table.left th { /* on your menu module, this edits the title part of it */ /* like BLOGRINGS, POSTING CALENDAR, etc */ background-image: url(http://url.com/to/the/site/image.gif); background-color: #FCEBFF; font: bold 11px arial; text-transform: uppercase; color: #CC0033; border: none; } table.left TD { /* on your menu module, this edits the body part of it */ background-image: url(http://url.com/to/the/site/image.gif); background-color: #FFFFFF; border: none; } table.search TD, table.search, table.announcements { /* border of search bar (if you have it) */ background-color: #000000; border: 1px solid #CC0033; } table.search TD, table.announcements TH { /* this should be left alone */ /* unless you know what to do */ border: 0px solid #c0c0c0; } table.navigation, table.main, table.footer { /* the width of your blog with modules */ width: 400px; } hr { /* horizontal divider */ border: 2px solid #CC0033; } </style> <!-- end code provided by createblog.com --> |
|
|
|
aznlittoshorty editting button May 23 2004, 12:12 PM
Kathleen CODE<!-- begin code provided by createblog... May 23 2004, 12:31 PM
lookitskim U want the code to change the bottons in your xang... May 23 2004, 04:21 PM
aznlittoshorty i did it but wen i had da background changed 2 bla... Jun 16 2004, 01:36 PM
lookitskim I mean it's ok right? CAsue it's only goin... Jun 16 2004, 01:40 PM![]() ![]() |