View Full Version : Assistance with "Dark Sand" theme color tweaks
munroe
Jul-09-2007, 05:07 PM
Would it be possible to change the text color in the "Dark Sand" theme to black? Font sizes, bolds, etc. can all stay the same. I'd just like the text to stand out a little better. CSS code for the various sections would be ideal (i.e., .title, .description, etc.). That way I could experiment with various colors if black doesn't work out how I envision. Your assistance is greatly appreciated.
munroe
Jul-10-2007, 12:18 PM
Any ideas on this?
Would it be possible to change the text color in the "Dark Sand" theme to black? Font sizes, bolds, etc. can all stay the same. I'd just like the text to stand out a little better. CSS code for the various sections would be ideal (i.e., .title, .description, etc.). That way I could experiment with various colors if black doesn't work out how I envision. Your assistance is greatly appreciated.
Allen
Jul-10-2007, 12:28 PM
Any ideas on this?
You have a link to a page with that theme? Would help to find the CSS you
need tweaked.
munroe
Jul-10-2007, 12:34 PM
Allen, thanks for getting back to me. Here's a link to my gallery using Dark Sand.
http://munroefamily.smugmug.com/gallery/3113912
You have a link to a page with that theme? Would help to find the CSS you
need tweaked.
Allen
Jul-10-2007, 12:47 PM
Allen, thanks for getting back to me. Here's a link to my gallery using Dark Sand.
http://munroefamily.smugmug.com/gallery/3113912
Found all these in the theme. Added red so they would be obvious. Let us know if any others need changing.
#albumDescription,
.homepage p,
.homepage a.nav,
.datePage a.nav,
.datePage p,
.datePage #photoBy,
.keywordPage #photoBy,
.keywordPage a.nav,
.foreground,
#smugLoupe,
#arrangePhotosBox,
.caption, #comments p,
.title, a.title{
font-weight: normal;
color: red !important;
}
.boxTop a.nav,
#userBio {color: red !important;
}
.miniBox .albumTitle .nav, .keyword {
color: red !important;
}
#breadcrumb, #breadcrumb .nav {
font-size: 12pt;
color: red !important;
}
.albumNav, .albumNav a {
font-size: 11pt;
color: red !important;
}
#comment_header, #comment_header a {
font-size: 11pt;
color: red !important;
}
p.description,
p.updated {color: red !important;}
munroe
Jul-10-2007, 06:04 PM
Thanks Allen. I'll give it a shot tonight.
Found all these in the theme. Added red so they would be obvious. Let us know if any others need changing.
#albumDescription,
.homepage p,
.homepage a.nav,
.datePage a.nav,
.datePage p,
.datePage #photoBy,
.keywordPage #photoBy,
.keywordPage a.nav,
.foreground,
#smugLoupe,
#arrangePhotosBox,
.caption, #comments p,
.title, a.title{
font-weight: normal;
color: red !important;
}
.boxTop a.nav,
#userBio {color: red !important;
}
.miniBox .albumTitle .nav, .keyword {
color: red !important;
}
#breadcrumb, #breadcrumb .nav {
font-size: 12pt;
color: red !important;
}
.albumNav, .albumNav a {
font-size: 11pt;
color: red !important;
}
#comment_header, #comment_header a {
font-size: 11pt;
color: red !important;
}
p.description,
p.updated {color: red !important;}
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.