View Full Version : Beaten to death but...
TZZDC
Oct-27-2007, 04:03 AM
How does one customize just the box around the gallery to have a white 2px border I've tried all sorts of CSS code and nothing works. By box around the gallery I mean when you switch it to something like Smug Gradient in the themes you see this thin grey border outlining the gradient around the gallery. I'm going with a minimalist B&W + Red theme and I definitely want the box to be white. As it stands its around the grey area around the gallery, bio and photo time line.
TZZDC
Oct-27-2007, 09:20 PM
How does one customize just the box around the gallery to have a white 2px border I've tried all sorts of CSS code and nothing works. By box around the gallery I mean when you switch it to something like Smug Gradient in the themes you see this thin grey border outlining the gradient around the gallery. I'm going with a minimalist B&W + Red theme and I definitely want the box to be white. As it stands its around the grey area around the gallery, bio and photo time line.
Wow for supposedly being one of the friendliest forms and backed by the SmugMug community I'm not feelin the love :lust
Allen
Oct-27-2007, 10:10 PM
Wow for supposedly being one of the friendliest forms and backed by the SmugMug community I'm not feelin the love :lust
Hang on and I'll see if I can figure out what you want. You had no site link so
I went on to a couple others and got into some heavy post processing and
forgot about this post. Post a link to your site and I'll see if I can get you
some CSS.
TZZDC
Oct-28-2007, 08:56 AM
http://www.zieba-photo.smugmug.com/
I've gone ahead and tried the standard border syntax in CSS but doesn't seem to be working for some reason, I really just need the grey box gone and in its place a 2px white border around it and black. Is there a list of CSS that smugmug uses to define their themes and so forth because I'm not opposed to learning and applying myself. I dont want people to just hand me the code but it'd be nice to see a sort of reference for naming in smugmug css.. dont know if thats what the smugmug API refers to.
Allen
Oct-28-2007, 09:03 AM
http://www.zieba-photo.smugmug.com/
I've gone ahead and tried the standard border syntax in CSS but doesn't seem to be working for some reason, I really just need the grey box gone and in its place a 2px white border around it and black. Is there a list of CSS that smugmug uses to define their themes and so forth because I'm not opposed to learning and applying myself. I dont want people to just hand me the code but it'd be nice to see a sort of reference for naming in smugmug css.. dont know if thats what the smugmug API refers to.
Using the WebDev add-on for Firefox, see it in my siggy, it wasn't much
trouble of finding the CSS in real time.
#datesBox,
#categoriesBox.box,
#galleriesBox .box,
#bioBox {
background: none;
border: 2px solid #fff;}
TZZDC
Oct-28-2007, 11:35 PM
Sweet!!!!!!!!!!!
I didnt even know a webDev addon for FireFox existed, the code worked beautifully!
vBulletin v3.5.2, Copyright ©2000-2009, Jelsoft Enterprises Ltd.