|
|
Thread Tools | Display Modes |
|
#1
|
|
|
Big grins
|
Gallery Page Album Title CSS
Hi,
I've used inspect element on the gallery page, but for some reason I'm having a hard time with the albumTitle. I would like for the album title to be 105px wide and appear below the thumbnail. Can anyone take a look and see which css class/ID I need to add into the css box? I also need to change the background-color on the gallery only page to match the bottom color gradient. #04090C http://www.kevinhaysphotography.com Thanks, Kevin |
|
|
|
|
#2
|
||
|
"tweak 'til it squeaks"
|
Quote:
Code:
/* ==================================================== */
/* == FAQ #18, Line up boxes with titles underneath === */
/* ============== Current as of 13 Feb 07 ============= */
/* ==================================================== */
.miniBox {width:122px; text-align:center; height:140px; margin:0 29px 15px; padding-top: 5px;}
.miniBox .photo {float:none; width:122px; height:auto; _height:1px;}
.miniBox .albumTitle {width:122px;}
.miniBox .description {width:122px;}
.miniBox .updated {width:122px;}
.loggedIn .miniBox {height:auto; min-height:300px;}
.loggedIn .miniBox .smbuttons {margin:0 auto; width:122px;}
.loggedIn .miniBox input {width:122px;}
.loggedIn .miniBox textarea {width:112px;}
.boxBottom .albumLarge {width:192px !important; height:350px; text-align:center; margin:0 24px;}
.albumLarge .photoLarge {float:none; width:192px; height:auto; _height:1px;}
.albumLarge .albumTitle {width:192px;}
.albumLarge .description {width:192px;}
.albumLarge .updated {width:192px;}
.loggedIn .boxBottom .albumLarge {height:auto; min-height:450px;}
.loggedIn .albumLarge .smbuttons {margin:0 auto; width:192px;}
.loggedIn .albumLarge input {width:192px;}
.loggedIn .albumLarge textarea {width:182px;}
Code:
.miniBox {
background-color: aliceblue;
border: 1px solid #ccc;
/* width: 105px; */
/* height: 105px; */
/* float:left; */
/* padding: 5px; */
}
html {background:#000101;}
__________________
Al My Website my Blog Mozilla Firefox Web Developer Firebug Customization FAQ Banner/Navbar/Slideshow Tutor |
|
|
|
||
|
#3
|
|
|
Big grins
|
Hey Allen,
Gotta admit that was fast and accurate :) Exactly what I was needing. Thanks for the assistance! Kevin |
|
|
|
|
#4
|
||
|
"tweak 'til it squeaks"
|
Quote:
Code:
/* ==================================================== */
/* == FAQ #18, Line up boxes with titles underneath === */
/* ============== Current as of 13 Feb 07 ============= */
/* ==================================================== */
.miniBox {width:122px; text-align:center; height:140px; margin:0 10.5px 15px; padding-top: 5px;}
.miniBox .photo {float:none; width:122px; height:auto; _height:1px;}
.miniBox .albumTitle {width:122px;}
.miniBox .description {width:122px;}
.miniBox .updated {width:122px;}
.loggedIn .miniBox {height:auto; min-height:300px;}
.loggedIn .miniBox .smbuttons {margin:0 auto; width:122px;}
.loggedIn .miniBox input {width:122px;}
.loggedIn .miniBox textarea {width:112px;}
.boxBottom .albumLarge {width:192px !important; height:350px; text-align:center; margin:0 24px;}
.albumLarge .photoLarge {float:none; width:192px; height:auto; _height:1px;}
.albumLarge .albumTitle {width:192px;}
.albumLarge .description {width:192px;}
.albumLarge .updated {width:192px;}
.loggedIn .boxBottom .albumLarge {height:auto; min-height:450px;}
.loggedIn .albumLarge .smbuttons {margin:0 auto; width:192px;}
.loggedIn .albumLarge input {width:192px;}
.loggedIn .albumLarge textarea {width:182px;}
__________________
Al My Website my Blog Mozilla Firefox Web Developer Firebug Customization FAQ Banner/Navbar/Slideshow Tutor |
|
|
|
||
|
#5
|
|
|
Big grins
|
Yeah, I like 5 across much better. Actually I was thinking about that then saw your post.
:) Still working on trying to get the site user friendly and adding more content in the process. |
|
|
|
|
#6
|
||
|
"tweak 'til it squeaks"
|
Quote:
galleries page. The direct link in your navbar suffices.
__________________
Al My Website my Blog Mozilla Firefox Web Developer Firebug Customization FAQ Banner/Navbar/Slideshow Tutor |
|
|
|
||
|
#7
|
|
|
Big grins
|
Will do.
One other question, just made a drop down for Galleries. I'm not sure if I like it or not. If it stays then the last menu item is hid beneath the slideshow. Trying to think if I want to have the drop down on Galleries to a main category or revert it back. What do you think? |
|
|
|
|
#8
|
||
|
"tweak 'til it squeaks"
|
Quote:
Code:
#nav {
position:relative;
z-index:99;
text-align: center;
}
__________________
Al My Website my Blog Mozilla Firefox Web Developer Firebug Customization FAQ Banner/Navbar/Slideshow Tutor |
|
|
|
||
|
#9
|
|
|
Big grins
|
Perfect Allen. Looks like I need to see what the z-index property does :)
ty! |
|
|
|
|
#10
|
||
|
"tweak 'til it squeaks"
|
Quote:
__________________
Al My Website my Blog Mozilla Firefox Web Developer Firebug Customization FAQ Banner/Navbar/Slideshow Tutor |
|
|
|
||
| Tell The World! | |
| Tags | |
| gallery css album title | |
| Similar Threads | Thread Starter | Forum | Replies | Last Post | ![]() |
| Gallery name in Page title | Patrik | SmugMug Customization | 6 | Apr-26-2012 12:43 AM | |
| Change page title based on gallery? | rsirota | SmugMug Customization | 0 | Mar-16-2010 05:44 PM | |
| Gallery Settings page missing content & options; UNABLE to make changes to a gallery | El D | SmugMug Support | 3 | Mar-06-2010 04:44 PM | |
| Customizing for Dummies - Chapter 5 | Mike Lane | SmugMug Customization | 13 | Apr-24-2009 11:08 AM | |
| Backprinting @ smugmug | K.Van | SmugMug Support | 62 | Apr-05-2005 12:11 PM | |
| Thread Tools | |
| Display Modes | |
|
|