Haigh
Jul-14-2008, 10:10 PM
I think I´ve finished custimizing my new site (for now) and have a few final tweaks I didn´t manage to adjust with all the html and css I have learnt from the wonderful posts over the past few days:
My site is here http://haigh.smugmug.com
1) I´ve removed the unnecessary parts of the galleries and other pages and adjusted layout with the code below but i seems a bit heavy. Is there a smarter way to acomplish the same? Also the vertical repositioning of #bodyWrapper to eliminate the empty space isn´t working in FF as it covers the navbar which becomes not clickable inside gallery pages (it works fine in EI). What´s the correct way of eliminating the empty space?
/* Gallery Settings */
#header_wrapper {display: none;}
.galleryPage #header_wrapper {display: block; visibility: hidden;}
.loggedIn #header_wrapper {display: block; visibility: visible;}
.galleryPage #stylebar {visibility: visible; position: relative;
left: -70px; top: 48px;}
.loggedIn #stylebar {position: relative; left: 0px; top: 0px;}
.galleryPage #stylebar .title {font-size: 12px;}
.galleryPage #stylebar form select {font-size: 10px;}
#breadcrumb {display: none;}
.galleryPage #breadcrumb {display: block; visibility: hidden; position: relative;}
.loggedIn #breadcrumb {display: block; visibility: visible; position: relative;}
.galleryPage #albumTitle {visibility: visible; position: absolute;
left: 0px; font-size: 14px;}
.loggedIn #albumTitle {position: relative; left: 0px; font-size: 12px;}
.galleryPage #playSlideShowWrapper {visibility: visible;}
.galleryPage #bodyWrapper {position: relative; top: -45px;}
.loggedIn #bodyWrapper {position: relative; top: 0px;}
#galleriesBox .boxTop {display: none;}
.loggedIn #galleriesBox .boxTop {display: block;}
#galleriesBox .boxBottom {background-color: transparent;}
.share_button {display: none;}
.loggedIn .share_button {display: block;}
2) I´ve adjusted the borders on images and buttons to my theme with the code below but the border on galleries, and the first image in each gallery in most views is still the Smugmug Green on mouseover. How do I get them into the color scheme?
.imgBorder {border-color: #dadada;}
.imgBorderOn {border-color: #EAC117;}
3) On my info page (see navbar) how do I make the image smaller so the entire caption fits beside it? How do I make it not clickable (to avoid going to lightbox)?
4) How do I eliminate the text that pops up on images and galleries on mouseover?
5) How do I make gallery titles sit below the gallery images and not beside them?
6) What is the 4-across code on Andy´s forever copied css?
Thanks
Robert
My site is here http://haigh.smugmug.com
1) I´ve removed the unnecessary parts of the galleries and other pages and adjusted layout with the code below but i seems a bit heavy. Is there a smarter way to acomplish the same? Also the vertical repositioning of #bodyWrapper to eliminate the empty space isn´t working in FF as it covers the navbar which becomes not clickable inside gallery pages (it works fine in EI). What´s the correct way of eliminating the empty space?
/* Gallery Settings */
#header_wrapper {display: none;}
.galleryPage #header_wrapper {display: block; visibility: hidden;}
.loggedIn #header_wrapper {display: block; visibility: visible;}
.galleryPage #stylebar {visibility: visible; position: relative;
left: -70px; top: 48px;}
.loggedIn #stylebar {position: relative; left: 0px; top: 0px;}
.galleryPage #stylebar .title {font-size: 12px;}
.galleryPage #stylebar form select {font-size: 10px;}
#breadcrumb {display: none;}
.galleryPage #breadcrumb {display: block; visibility: hidden; position: relative;}
.loggedIn #breadcrumb {display: block; visibility: visible; position: relative;}
.galleryPage #albumTitle {visibility: visible; position: absolute;
left: 0px; font-size: 14px;}
.loggedIn #albumTitle {position: relative; left: 0px; font-size: 12px;}
.galleryPage #playSlideShowWrapper {visibility: visible;}
.galleryPage #bodyWrapper {position: relative; top: -45px;}
.loggedIn #bodyWrapper {position: relative; top: 0px;}
#galleriesBox .boxTop {display: none;}
.loggedIn #galleriesBox .boxTop {display: block;}
#galleriesBox .boxBottom {background-color: transparent;}
.share_button {display: none;}
.loggedIn .share_button {display: block;}
2) I´ve adjusted the borders on images and buttons to my theme with the code below but the border on galleries, and the first image in each gallery in most views is still the Smugmug Green on mouseover. How do I get them into the color scheme?
.imgBorder {border-color: #dadada;}
.imgBorderOn {border-color: #EAC117;}
3) On my info page (see navbar) how do I make the image smaller so the entire caption fits beside it? How do I make it not clickable (to avoid going to lightbox)?
4) How do I eliminate the text that pops up on images and galleries on mouseover?
5) How do I make gallery titles sit below the gallery images and not beside them?
6) What is the 4-across code on Andy´s forever copied css?
Thanks
Robert