View Full Version : Making pages look alike
ellepixels
May-01-2006, 10:11 AM
I would like to make my price page (http://tanyadelnegrofoto.smugmug.com/gallery/1379319), news page, and contact me page, to look like my about page (http://tanyadelnegrofoto.smugmug.com/gallery/1379344) and session page. (http://tanyadelnegrofoto.smugmug.com/gallery/1379315)
basically removing the dotted lines, and the word gallery pages.
Would this be the correct code?:scratch
/* suppress the "no photos" message in info galleries */
.gallery_1379358 .nophotos {display: none;}
.gallery_1379319 .nophotos {display: none;}
.gallery_1350670 .nophotos {display: none;}
.gallery_1379344 .nophotos {display: none;}
.gallery_1379315 .nophotos {display: none;}
.gallery_1350666 .nophotos {display: none;}
.gallery_1416433 .nophotos {display: none;}
.box { background-color: #FFFFFF; }.title { color: black; }
/* kills page navigation */
.gallery_1379344 .albumNav {display: none;}
.gallery_1385887 .albumNav {display: none;}
.gallery_1379344 #journal img.imgBorder,
.gallery_1379344 #journal img.imgBorderOn
.gallery_1379319 #journal img.imgBorderOn {
border-width: 0px;
}
.gallery_1379344 #journal .photo.right {
cursor: auto;
}
.gallery_1379344 #journal .photo a {
cursor: auto;
}
.gallery_1379344 #journal .photo img {
cursor: auto;
}
Andy
May-01-2006, 10:16 AM
I'm in the middle of another task now, maybe one of the other guys will answer your main quesitons.
I do want to tell you that last night I fixed your site - you had an unclosed <href> (you forgot to put the </a> which caused all your text to be underlined and hyperlinked.
ellepixels
May-01-2006, 10:38 AM
I'm in the middle of another task now, maybe one of the other guys will answer your main quesitons.
I do want to tell you that last night I fixed your site - you had an unclosed <href> (you forgot to put the </a> which caused all your text to be underlined and hyperlinked.
thank you so much Andy. i really appreciate that.
ivar
May-01-2006, 10:46 AM
I would like to make my price page (http://tanyadelnegrofoto.smugmug.com/gallery/1379319), news page, and contact me page, to look like my about page (http://tanyadelnegrofoto.smugmug.com/gallery/1379344) and session page. (http://tanyadelnegrofoto.smugmug.com/gallery/1379315)
basically removing the dotted lines, and the word gallery pages.
Would this be the correct code?:scratch
/* suppress the "no photos" message in info galleries */
.gallery_1379358 .nophotos {display: none;}
.gallery_1379319 .nophotos {display: none;}
.gallery_1350670 .nophotos {display: none;}
.gallery_1379344 .nophotos {display: none;}
.gallery_1379315 .nophotos {display: none;}
.gallery_1350666 .nophotos {display: none;}
.gallery_1416433 .nophotos {display: none;}
.box { background-color: #FFFFFF; }.title { color: black; }
/* kills page navigation */
.gallery_1350666 .albumNav,
.gallery_1379319 .albumNav,
.gallery_1379344 .albumNav {display: none;}
.gallery_1385887 .albumNav {display: none;}
.gallery_1379344 #journal img.imgBorder,
.gallery_1379344 #journal img.imgBorderOn
.gallery_1379319 #journal img.imgBorderOn {
border-width: 0px;
}
.gallery_1379344 #journal .photo.right {
cursor: auto;
}
.gallery_1379344 #journal .photo a {
cursor: auto;
}
.gallery_1379344 #journal .photo img {
cursor: auto;
}
.gallery_1350666 .journal_entry,
.gallery_1379319 .journal_entry {
border: 0;
}Hello :wave
Looks like you are on the right track here :thumb Remember that if a gallery has one or more photos, you don't need to use .nophotos { display: none; } It's not bad, it simply doesn't do anything.
If you want to get rid of the navigation and borders in your price and contact page, you can add the following:.gallery_1350666 .albumNav,
.gallery_1379319 .albumNav {
display: none;
}
.gallery_1350666 .journal_entry,
.gallery_1379319 .journal_entry {
border: 0;
}
I've added it as the green stuff in your original code.
Also, you might want to force your Session Info, Contact Me and News to a (journal) viewing styling, and don't have it 'viewer controlled'.
Hope this helps, let me know if you have any other questions.
ellepixels
May-01-2006, 11:09 AM
Hello :wave
Looks like you are on the right track here :thumb Remember that if a gallery has one or more photos, you don't need to use .nophotos { display: none; } It's not bad, it simply doesn't do anything.
If you want to get rid of the navigation and borders in your price and contact page, you can add the following:.gallery_1350666 .albumNav,
.gallery_1379319 .albumNav {
display: none;
}
.gallery_1350666 .journal_entry,
.gallery_1379319 .journal_entry {
border: 0;
}
I've added it as the green stuff in your original code.
Also, you might want to force your Session Info, Contact Me and News to a (journal) viewing styling, and don't have it 'viewer controlled'.
Hope this helps, let me know if you have any other questions.
thank you so much for your help Ivar! It works awesome!
And did like you said, forced journal style!!!!!:clap:clap:clap:clap:clap
greatly appreciate your time and help.
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.