wowhot
Aug-05-2008, 02:52 PM
can anyone clear up this i have a biography page and i would like it only to be 1 clear black background page with absolutely nothing on it only the header and 1 photo..
heres the page:
http://www.whanphoto.com/gallery/5468390_6V42d/1/335937132_8AEKi
is this actuly possible..
heres my css if its any help:
body.bodyColor_Black {
background-color: #000000 !important;
}
#my_banner {
width: 600px;
height: 120px;
margin: 0 auto;
background: url(/photos/320392671_wHpdR-L.jpg) no-repeat;
}
#navcontainer ul {
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}
#navcontainer ul li {
display: inline;
}
#navcontainer ul li a {
text-decoration: none;
padding: .2em 1em;
color: grey;
background-color: black;
}
#navcontainer ul li a:hover {
color: #fff;
background-color: #369;
}
.homepage #galleriesBox,
.homepage #categoriesBox,
.homepage #featuredBox {
display: none;
}
.galleries #bioBox {
display: none;
}
.galleries #galleriesBox,
.galleries #categoriesBox,
.galleries #featuredBox {
display: block;}
#bioBox a {
text-decoration: none;
font-family: Times New Roman, verdana;
}
#bioBox .boxBottom {
background: none;
border: none;
border-top: none !important;
}
#feeds {display: none}
/* hides your name (including any 's) */
#userName {display: none;}
/* hides the word home */
#userHome {display: none;}
/* removed the 's */
.possess {display: none;}
#photoKeywords {display: none;}
#photoKeywords {display: none !important;}
#footer .nav {color: #666;}
/* ================================================== == */
/* == FAQ #18, Line up boxes with titles underneath === */
/* ============== Current as of 13 Feb 07 ============= */
/* ================================================== == */
.miniBox {width:122px; text-align:center; height:210px; margin:0 28px;}
.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; 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;}
thanks
heres the page:
http://www.whanphoto.com/gallery/5468390_6V42d/1/335937132_8AEKi
is this actuly possible..
heres my css if its any help:
body.bodyColor_Black {
background-color: #000000 !important;
}
#my_banner {
width: 600px;
height: 120px;
margin: 0 auto;
background: url(/photos/320392671_wHpdR-L.jpg) no-repeat;
}
#navcontainer ul {
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}
#navcontainer ul li {
display: inline;
}
#navcontainer ul li a {
text-decoration: none;
padding: .2em 1em;
color: grey;
background-color: black;
}
#navcontainer ul li a:hover {
color: #fff;
background-color: #369;
}
.homepage #galleriesBox,
.homepage #categoriesBox,
.homepage #featuredBox {
display: none;
}
.galleries #bioBox {
display: none;
}
.galleries #galleriesBox,
.galleries #categoriesBox,
.galleries #featuredBox {
display: block;}
#bioBox a {
text-decoration: none;
font-family: Times New Roman, verdana;
}
#bioBox .boxBottom {
background: none;
border: none;
border-top: none !important;
}
#feeds {display: none}
/* hides your name (including any 's) */
#userName {display: none;}
/* hides the word home */
#userHome {display: none;}
/* removed the 's */
.possess {display: none;}
#photoKeywords {display: none;}
#photoKeywords {display: none !important;}
#footer .nav {color: #666;}
/* ================================================== == */
/* == FAQ #18, Line up boxes with titles underneath === */
/* ============== Current as of 13 Feb 07 ============= */
/* ================================================== == */
.miniBox {width:122px; text-align:center; height:210px; margin:0 28px;}
.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; 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;}
thanks