Skip to Main Content
itsanooray (
itsanooray
) wrote
in
betterdolphin
2012-02-13 02:51 am (UTC)
no subject
Hmmm, it's hard for me to say, is there a chance you can paste in an example of what you're changing? Like the menu bar stickied to the bottom, the background color is located here:
.module-navlinks {
background: #84BFC3;
bottom: 0;
color: #F1F2ED;
font-size: 0.7em;
margin: 0 auto;
position: fixed;
width: 100%;
z-index: 100;
}
And say you wanted it to be black instead of blue you would just change it to:
.module-navlinks {
background: #000;
bottom: 0;
color: #F1F2ED;
font-size: 0.7em;
margin: 0 auto;
position: fixed;
width: 100%;
z-index: 100;
}
Is that what you're doing, or?
(
61 comments
)
Post a comment in response:
From:
Anonymous
This account has disabled anonymous posting.
OpenID
Identity URL:
Log in?
Dreamwidth account
Account name
Password
Log in?
If you don't have an account you can
create one now
.
Subject
HTML doesn't work in the subject.
Formatting type
Casual HTML
Markdown
Raw HTML
Rich Text Editor
Message
Log in
Account name:
Password:
Remember me
Other options:
Forget your password?
Log in with OpenID?
Close
menu
Log in
Create
Create Account
Display Preferences
Explore
Interests
Directory Search
Site and Journal Search
Latest Things
Random Journal
Random Community
FAQ
Shop
Buy Dreamwidth Services
Gift a Random User
DW Merchandise
Interest
Region
Site and Account
FAQ
Email
no subject
.module-navlinks {
background: #84BFC3;
bottom: 0;
color: #F1F2ED;
font-size: 0.7em;
margin: 0 auto;
position: fixed;
width: 100%;
z-index: 100;
}
And say you wanted it to be black instead of blue you would just change it to:
.module-navlinks {
background: #000;
bottom: 0;
color: #F1F2ED;
font-size: 0.7em;
margin: 0 auto;
position: fixed;
width: 100%;
z-index: 100;
}
Is that what you're doing, or?