My Xanga layout |
My Xanga layout |
Apr 16 2006, 08:40 PM
Post
#1
|
|
|
~Phoebe~ ![]() ![]() ![]() ![]() Group: Member Posts: 118 Joined: Apr 2005 Member No: 130,046 |
Hey! Well, here's the thing. I found a layout on some site, and I want to use only a few parts of it {like editing the scrollbar, drop down lists, and dates} How can I do that? I tried just putting the part of the code in my custom header, and it didn't quite work
|
|
|
|
![]() |
Apr 16 2006, 09:25 PM
Post
#2
|
|
|
~Phoebe~ ![]() ![]() ![]() ![]() Group: Member Posts: 118 Joined: Apr 2005 Member No: 130,046 |
Alright. At first, I tested the layout here. the drop down list has a different font (in this case, batang) then when I put your modified code in my webpage, it's still the default font
The code I put in my page is CODE <style type="text/css"> And until I add the body { scrollbar-arrow-color: #FF80BF; scrollbar-track-color: #ffffff; scrollbar-shadow-color: #FF80BF; scrollbar-face-color: #FF80BF scrollbar-highlight-color: #ffffff; scrollbar-darkshadow-color:#FF80BF; scrollbar-3dlight-color: #ffffff;} div.blogheader, .caption {/* edits the dates */ font-family: blackadder itc; text-transform:lowercase; font-size:48px; line-height:48px; font-weight:NORMAL; height: 2px; color: #FF80BF; letter-spacing:1px; text-align: center; background-color: #FFFFFF; border: 5X dashed #F7C7DF; input, select, textarea, .textfield, .button {/* this edits the buttons, dropdowns, etc. */ border: 1px solid #FF80BF; font:normal 12px batang; background-color: #FFFFFF; letter-spacing:1px; color: #FF80BF; } </style> CODE input, select, textarea, .textfield, .button it all works fine {/* this edits the buttons, dropdowns, etc. */ border: 1px solid #FF80BF; font:normal 12px batang; background-color: #FFFFFF; letter-spacing:1px; color: #FF80BF; } |
|
|
|
lovelymissphoebe My Xanga layout Apr 16 2006, 08:40 PM
digital.fragrance Well, you paste the parts of the codes that you wa... Apr 16 2006, 08:44 PM
lovelymissphoebe Alright! I'd really appreciate it if you c... Apr 16 2006, 08:54 PM
digital.fragrance CODE<style type="text/css">
body {... Apr 16 2006, 08:58 PM
lovelymissphoebe Thank you very, very much!! I really appre... Apr 16 2006, 09:00 PM
digital.fragrance Not a problem! That's what I'm here f... Apr 16 2006, 09:08 PM
lovelymissphoebe I found the part of the code that I'd like to ... Apr 16 2006, 09:15 PM
fishcake-y CODEinput, select, textarea, .textfield, .button
{... Apr 16 2006, 09:17 PM
lovelymissphoebe :) I figured it out, but thanks for all your help ... Apr 16 2006, 10:30 PM
niez_cho Glad you got the help you needed.
[ TOPIC CLOSED ... Apr 17 2006, 12:20 AM![]() ![]() |