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?!?
|
|
|
|
| *Kathleen* |
May 23 2004, 12:31 PM
Post
#2
|
|
Guest |
CODE <!-- begin code provided by createblog.com --> <style type="text/css"> .button {font-family: Trebuchet MS; border: 1px solid #FF0088; background-color: transparent; } </style> <!-- end code provided by createblog.com --> I'm pretty sure this is it... |
|
|
|
May 23 2004, 01:01 PM
Post
#3
|
|
![]() 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 --> |
|
|
|
May 23 2004, 04:21 PM
Post
#4
|
|
|
I HEART NICHOLAS TSE ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 2,726 Joined: Apr 2004 Member No: 14,116 |
U want the code to change the bottons in your xanga correct? Well i think this is what u want then.
CODE <!-- begin code provided by createblog.com -->
<style type="text/css"> 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; }</style> <!-- end code provided by createblog.com --> |
|
|
|
Jun 16 2004, 01:36 PM
Post
#5
|
|
|
Newbie ![]() Group: Member Posts: 8 Joined: May 2004 Member No: 16,176 |
i did it but wen i had da background changed 2 black and da text 2 white..the text stays black instead of changing itself 2 white..wut happened
|
|
|
|
Jun 16 2004, 01:40 PM
Post
#6
|
|
|
I HEART NICHOLAS TSE ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 2,726 Joined: Apr 2004 Member No: 14,116 |
I mean it's ok right? CAsue it's only goin to be u who sees the button anyways... and u can always hide the search bar.. no one really uses it.
|
|
|
|
![]() ![]() |