Category:Other
User Logo background and other Properties - ALL THEMES
headshot: background - transparent
headshot: border - reference
user ID link: size and color - reference
text and links: size and color in the rail - reference

normally font family and text color are inerithed by the body{} block;
in general you can to override it just putting the font-family property or the color property where you see the font-size property


/* Oasis */

/* user ID and links in the rail*/
#rail a, #rail a:link, #rail a:visited {
color:white;
font-size:11px;
font-weight:bold;
}
/* text in the rail */
div#rail p {
font-size:11px;
}
div#rail {
color:#922101;
font-size:10px;
text-align:left;
}

/* Basecamp */

/* background and border */
.railbody .userlogo a img, .visitorlogo a img {
background:transparent none repeat scroll 0%;
}
/* user ID */
.railbody .userlogo a, .railbody .userlogo a:link, .railbody .userlogo a:visited {
color:white;
font-size:10px;
font-weight:bold;
}
/* text in the rail */
div#rail p {
color:white;
font-size:11px;
}
div#rail {
text-align:left;
}
/* links in the rail */
.railbody a, .railbody a:link, .railbody a:visited {
color:#E400A6;
}
ul.sidelist li {
font-size:12px;
}

/* Blue Slate - Mykonos - News Paper - Skyline - Sandskrit - Outburst - Avlack */

/* background */
.userlogo {
background-color:transparent;
font-size:10px;
}
/* border */
.rail .userlogo {
border:1px solid #999999;
}
/* user ID */
.userlogoside a, .userlogo a:visited {
color:#000000;
}
.userlogo {
font-size:10px;
text-align:center;
}
/* text and links in the rail */
.railbody {
font-size:12px;
}
div#rail {
text-align:left;
}
/* links in the rail */
.railbody a, .railbody a:link, .railbody a:visited {
color:#000000;
}

/* Melon - Petals - Black Lily - Retro*/

/* background and border */
.userlogo {
background-color:transparent;
border:1px solid #CCCCCC;
font-size:10px;
}
/* user ID */
.userlogoside a, .userlogo a:visited {
color:#0B5EB4;
}
.userlogo {
font-size:10px;
text-align:center;
}
/* text in the rail */
.railbody {
font-size:12px;
}
div#rail {
text-align:left;
}
/* links in the rail */
.railbody a, .railbody a:link, .railbody a:visited {
color:#0B5EB4;
}

/* Red Frog */

/* background */
.userlogo {
background-color:transparent;
font-size:10px;
}
/* border */
.rail .userlogo {
border:1px solid #999999;
}
/* user ID */
.rail a, .rail a:visited, .rail a:link {
color:#FFF2E0;
}
.userlogo {
font-size:10px;
text-align:center;
}
/* text and links in the rail */
.railbody {
font-size:12px;
}
div#rail {
text-align:left;
}
/* links in the rail */
.rail a, .rail a:visited, .rail a:link {
color:#FFF2E0;
}

/* Shadow Box */

/* background */
.userlogo {
background-color:transparent;
font-size:10px;
}
/* border */
div#rail div.userlogo {
border:1px none #000000;
padding:0pt;
}
/* user ID */
.userlogoside a, .userlogo a:visited {
color:#0B5EB4;
}
.userlogo {
font-size:10px;
text-align:center;
}
/* text in the rail */
.railbody {
font-size:12px;
}
div#rail {
text-align:left;
}
/* links in the rail */
.railbody a, .railbody a:link, .railbody a:visited {
color:#0B5EB4;
}

/* Blocks */

/* background */
.userlogo {
background-color:transparent;
font-size:10px; }
/* border */
.userlogo {
border:1px solid;
padding:4px;
}
/* user ID */
#rail a, #rail a:link, #rail a:visited {
color:#FFFFFF;
font-weight:bold;
}
.userlogo {
font-size:10px;
text-align:center;
}
/* text and link in the rail */
.railbody {
color:#FFFFFF;
font-size:12px;
}
div#rail {
text-align:left;
}
/* links in the rail */
#rail a, #rail a:link, #rail a:visited {
color:#FFFFFF;
font-weight:bold;
}

/* Relatively to the only Custom Theme you have to find the same blocks in your custom css code or just to add this code at the bottom of your custom CSS box */
/* Definitively custom theme is more complex */

/* Custom Theme */

/* background */
.userlogo {
background-color:transparent;
font-size:10px;
}
/* border */
.userlogo, td.rail div#rail div.userlogo {
border-color: #333333;
border-style: solid;
border-width: 1px;
}
/* user ID */
.userlogo a, .userlogo a:visited, .userlogo a:link, td.rail div#rail div.userlogo a {
color:#333333;
}
.userlogo a:hover {
color:#FF0000;
}
.userlogo {
font-size:10px;
text-align:center;
}
/* text and links in the rail */
.railbody {
color:#000000;
font-size:12px;
}
div#rail {
text-align:left;
}
/* links in the rail */
ul.sidelist a, ul.sidelist a:visited, ul.sidelist a:link {
color:#6F4242;
}


50 Comments
puma1504 wrote on May 8, '07
it will change it for what?
thank you.
simbioze2 wrote on May 8, '07
Thanks for sharing,
puma1504 wrote on May 8, '07
how will it look like after ?
mariatv wrote on May 8, '07, edited on May 9, '07
the bg is transparent
the border remains
the text amd links colors changed sometime in black or with no changes

my idea is you must edit the background color-image and the border and the text and link colors as you like. I only give the blocks wher you can make it
afterinfo wrote on May 9, '07
EXCELLENT - Now then I Presume my theme is a custom one as I See no mention
of a default theme.. - ( #_# ) -
mariatv wrote on May 9, '07, edited on May 10, '07
I name your theme as Custom Theme
and all the other as customized base themes
the default for me is the theme without any change; when you make a change then you get the custom one :-)
mft39 wrote on Jun 28, '07
Maria, I saw on some pages a user pic are changing means shown one picture in history as for example but when I come to the page it is different
mariatv wrote on Jun 28, '07
I have not understand this . can you explain better?
hollowsoul17 wrote on Jun 29, '07
again...THIS IS GREAT!!!
mariatv wrote on Jun 29, '07
ahahhah make attention do not get an overdose of css codes

tthihhan wrote on Jul 9, '07, edited on Jul 9, '07
Nice thing!
Is there any tutorial with illustration that explain about the every parts of the Multiply webpage such as navigation bar, item box, right rail, etc....

thanks,
Thi han
mariatv wrote on Jul 9, '07
ehehe he ... no
but I'd like to make some visual aid ..
but not is clear what info to indicate in the illustration

any suggest?
lovemari wrote on Jul 14, '07
ok grazie... ora lo provo... e speriamo che tutto vada bene ;)
ciao ciao
wendyweh wrote on Aug 1, '07
how could i change the background color where my own headshot is placed into transparent? muck thanx ones again,=)
mariatv wrote on Aug 1, '07, edited on Aug 2, '07

if you want the rail transparent then use



.railbody {
background:transparent none repeat scroll 0% 50%;
border:medium none;
font-size:12px;
padding:15px;
position:relative;
width:129px;
z-index:1000;
}



Comment deleted at the request of the author.
mariatv wrote on Aug 1, '07
.railbody {
background:#000000 url(http://images.rockangel91.multiply.com/image/4/photos/12/orig/1/Japanese_Background_by_GardenProphet.jpg?et=6e%2C1x0qjF7jz6Fjetk6p%2Cg) repeat scroll -25px 50%;
border:medium none;
font-size:12px;
height:970px;
padding:15px;
position:relative;
width:169px;
z-index:1000;
}
wendyweh wrote on Aug 1, '07
thanx very much maria.. sori for the stupid questions i ask... i'm just very knew here and innocent with css codes. thanx very much.=)
mariatv wrote on Aug 2, '07
no problem ^.^
zsuka wrote on Aug 19, '07, edited on Aug 19, '07
He is MAria! I do not have intuition, how is needed for beautiful one to do! I do not speak English! I Hungary am! I was sad!-((
mariatv wrote on Aug 19, '07
hi kis ,,, what kind of intuition are you searching?

me too want a beauitiful theme and never can I catch it
galgangza wrote on Aug 20, '07
Thx for share Lovely ^_^
deejayyaj wrote on Aug 20, '07
Thanks for sharing.... : )
hamadien wrote on Aug 21, '07
thanxx for this..^^
afterinfo wrote on Aug 21, '07
Will and truly linked... thankyou
babatngon wrote on Aug 21, '07
Thanks...this also helped me...just edited mine, it looks so much better.
shyreyes wrote on Aug 29, '07
hi maria can you teach me how you modified the box here at the right with glitters? which part is it in the css? hope you can answer asap..thanks
mariatv wrote on Aug 30, '07
it depends by the theme u are using
you have blue slate so
you have to get the code above for the blue slate
in detail the block is
/* background */
.userlogo {
background-color:transparent;
font-size:10px;
}

you have to change that so

/* background */
.userlogo {
background-color:transparent;
background-image:url(http://images.mariatv.multiply.com/image/31/photos/48/500x500/4/13894nzdx5ttal1kr3.gif?et=0Fh9QUDFUH97tBWpHe3l6A);
background-repeat:repeat;
font-size:10px;
}


happynobuta wrote on Sep 15, '07
Thanx a lot for your help maria. I just want to ask you something, how do i remove the green border at the top of my rail and replace with something like the swirling thing at the top of your rail? Thanx a lot!
mariatv wrote on Sep 15, '07, edited on Sep 15, '07
.railstart {
background:transparent none repeat scroll 0% 50%;
height:27px;
margin-top:10px;
position:relative;
width:159px;
z-index:1000;
}


you could find the code in the post on transparent avlack not in this one
happynobuta wrote on Sep 15, '07
WOW MARIA UR GOD SENT! Btw, do i have to go to a different post for the swirling thingy? tnx :)
mariatv wrote on Sep 15, '07
for the other question I removed the normal headshot with this code

.railbody .userlogo img#user_logo_image {
visibility:hidden;
}

and I inserted the swirling by using the background image

.userlogo {
background:transparent url(http://images.mariatv.multiply.com/image/1/photos/48/500x500/45/650953623_s.gif?et=Z1AMOfPN1TevDFmsbyO6xA) no-repeat scroll center;
color:#000000;
padding:5px;
text-align:center;
}

for the other thingies in the rail such as the border of the headshot look at the code for avlack above
happynobuta wrote on Sep 15, '07
Im just a newbie when it comes to css, html, and stuff, and ur site is a great help for a beginner like me. Hope u wont get tired of answering my questions..thnx a lot! :)
sashinobuta wrote on Sep 17, '07
Maria, I have another question, i changed my theme to skyline, and tried to apply my old theme but coudn't change the Page top menu background color. I also coudn't add the animated railhead that i had before and couldn't change the logo id color coz it's not visible. Thnx for all the help Maria! :)
mariatv wrote on Sep 17, '07
for the nav bar

div#subnav {
background:#000000 none repeat scroll 0%;/*black background*/
border-color:#9999FF;
border-style:solid none; /*border*/
border-width:1px medium;
height:auto;
padding:1px 1px 1px 5px;
}

for the rail

.railstart {
display:block;
/*add here all the other properties such as the background or the border*/
}



sashinobuta wrote on Sep 17, '07
Got it. thanx for the help! Ciao :)
lynesimplegirlz wrote on Sep 19, '07
hye...im new person in this site...could u helps me to change my background?? for my multilpy...thanks for read my msj... :)
mariatv wrote on Sep 19, '07
u have to go in
->customize my site ->custom CSS
where is the custom css box
and to add in that box u find there this code

div.bodywrap {
background-color: transparent;
}
div.contentwrapper {
background-color: transparent;
}
body {
background-color:transparent;
background-image: url(Image_URL);
background-attachment:fixed;
background-repeat:repeat;
background-position:top left;
color: #000000;
font-family: Arial, sans-serif;
font-size: 13px;
}


where image_URL is the URL of your background

you could to choose another theme differenr by the default theme u have
just going in
->customize my site -> choose a theme
and after to add the background in your custom css box with this code

body {
background-color:transparent;
background-image: url(Image_URL);
background-attachment:fixed;
background-repeat:repeat;
background-position:top left;
color: #000000;
font-family: Arial, sans-serif;
font-size: 13px;
}
cr8dbylvle wrote on Oct 14, '07
This what I'm looking for, thank you very much Maria, I'm going to check this to my Theme.
treva1 wrote on Nov 21, '07
I have skyline theme & want to add my own pic in background with all else transparent over it so background pic can always been seen.
Also to have comment boxes transparent other than white as current
Also like to change fonts in main title box etc
can you help please, the pic i want in background is in my photo album
http://treva1.multiply.com/photos/photo/10/3
You will notice i have added the code
url (http://treva1.multiply.com/photos/photo/10/3) repeat-x scroll left top;
but doesnt seem to be correct
lolasitetest wrote on Nov 26, '07
Maria, you are great!

Thanks
matrock27 wrote on Dec 28, '07
hii..
sfcmalate wrote on Jan 6
Hi Maria... reading all those favors from u by our friendly multiply users here, i would like also to seek help from u. Well, i want to change the color of my site but with the same theme, how can i do that? Also, can i add another graphics as a logo but with the same theme again... tnx, hope for ur prompt relply. Keep up the good work & God bless! -mari
alogena wrote on Jan 20
hi mari
I lost ur question ..
some message do not appear in my message board

though
ur question is a bit generic
what menas change the color
are u referring to the text color or to the background color ?

ur theme actually has
two images
in the body background and in the header

I d say as netiquette rule if u got the theme from some group
and u want to change that u have to referrer the author or u have to remove all the used images

I have some doubt about reusing the css code ,, but at this moment I'd say it is licit to reuse the css code ,, cause it comes fundamentally from the code of the customized public themes

sure it could to exist some exception for this ,,

such as some particular effect the author make in the layout .. but ,, really Im confused bout the copyright over the css code ,,

anyway u have to clarify what means to change color maintaining the same theme ..

bax3tmiss wrote on Feb 12
mariatv said
you have to change that so

/* background */
.userlogo {
background-color:transparent;
background-image:url(http://images.mariatv.multiply.com/image/31/photos/48/500x500/4/13894nzdx5ttal1kr3.gif?et=0Fh9QUDFUH97tBWpHe3l6A);
background-repeat:repeat;
font-size:10px;
}
thanks! i love this code! =) i'm still struggling with this css thing, is there a general code for headshots (contacts, group, people who viewed ur page)? :)
Comment deleted at the request of the author.
alogena wrote on Feb 12, edited on Feb 12
thanks! i love this code! =) i'm still struggling with this css thing, is there a general code for headshots (contacts, group, people who viewed ur page)? :)
no
for the headshots in contacts and groups box u have to use the code
http://grouped.multiply.com/reviews/item/34

that is the block
.contactbox {
............
}


for the viewing history the code is here
http://grouped.multiply.com/reviews/item/19
Im seeing now it isn't complete :(
cause not is indicated the headshot box..
I do not remember now if those boxes (the headhsot boxes in the viewing history at the bottom of any page) are affected by the same code used for the personal headshot you see in this post for the same theme or just I have leaved out that part in the post over the viewing history


as u see the codes for viewing history and for the personal headshot in general depend by the theme u choose

so in general for any theme the code will change

now I do not remember if u can use the same code for personal headshot in the rail and for the headshots in viewing history ,,, maybe in some theme it will work and in others no.

anyway I think its time to update the post over the viewing history
Comment deleted at the request of the author.
gojiragirl wrote on Mar 25
ReviewReviewReviewReviewReview
Thank you so much Maria!
You rock!
che19lovely wrote on Apr 1
ReviewReviewReviewReviewReview
hi! by accidentally i view to this page..... and i would like to thank you co'z you're a big help for us who's don't know to make html or css code... i read all your message.... really it's a big help.... thanks...

Add a Comment
How would you rate this thing? (optional)
   
CSS 4 MP
Join this Group!RSS FeedHelp on RSS FeedsAdd to My Yahoo
Report Abuse
© 2008 Multiply, Inc.    About · Blog · Terms · Privacy · Corp Info · Contact Us · Help