ReviewReviewReviewchanging reply boxes - ALL THEMESMar 4, '07 3:49 PM
by Maria for everyone
Category:Other
ALL THEMES
How to make reply boxes transparent
How to change the reply boxes
Here you find all the sections need for to change background-color, background-image, borders , text and links colors for the whole reply section of your site.
It works for all the Customized Themes and for any Custom Theme you are using!
You can to change
in the background-color properties: transparent with a valid color code, such as #010101
in the background-image properties: none with url(Here_the_URL), where Here_the_URL is a valid URL
in the border-style properties: use none for to hide border; use solid, dashed, dotted, etc. for to view it
about the text color properties (color: #123456) and all the other color codes I report below all the lines where to change the values with demonstrative assignments.

(for other possible assignements look the CSS basilar syntax rules)

Custom Theme - Oasis - Blue Slate - Black Lily


/* reply boxes */
.replybox {
background-color: transparent;
background-image: none;
border-width: 1px;
border-style: none;
border-color: #aaaaaa;
color: #aaaaaa;
}
.replyboxread {
background-color: transparent;
background-image: none;
border-width: 1px;
border-style: none;
border-color: #aaaaaa;
color: #aaaaaa;
}
.quotet {
background-color: transparent;
background-image: none;
border-width: 1px;
border-style: none;
border-color: #aaaaaa;
color: #aaaaaa;
}
/* post date */
.replyboxstamp {
color: #aaaaaa;
}
/* deleted reply */
.replydeleted {
color: #aaaaaa;
}
/* [Comments:] */
.voptlabel {
color: #aaaaaa;
}
/* box for to insert the reply */
textarea {
background:transparent none;
}
/* links */
/* user ID in the replies */
.replyboxstamp a, .replyboxstamp a:link, .replyboxstamp a:visited {
color: #0000ff;
}
/* Links - reply function (edit reply and delete links) */
div.actionlinks a, div.actionlinks a.mine, div.actionlinks a.mine:link, div.actionlinks a.mine:visited {
color: #00ffff;
}
div.actionlinks a:hover, div.actionlinks a.mine:hover {
color: #ff0000;
}
/* Links - replies visualization mode */
a.vopt, a.vopt:link, a.vopt:visited {
color: #aaaaaa;
}
a.vopt:hover {
color: #ff0000;
}
/* active view in replies visualization mode*/
a.voptsel, a.voptsel:link, a.voptsel:visited {
background-color: #000000;
border-width: 1px;
border-style: solid;
border-color: #ff0000;
color: #aaaaaa;
}

/* Skyline */


/* reply boxes */
.replybox {
background-color: transparent;
background-image: none;
border-width: 1px;
border-style: none;
border-color: #aaaaaa;
color: #aaaaaa;
}
.replyboxread {
background-color: transparent;
background-image: none;
border-width: 1px;
border-style: none;
border-color: #aaaaaa;
color: #aaaaaa;
}
.quotet {
background-color: transparent;
background-image: none;
border-width: 1px;
border-style: none;
border-color: #aaaaaa;
color: #aaaaaa;
}
/* post date */
.replyboxstamp {
color: #aaaaaa;
}
/* deleted reply */
.replydeleted {
color: #aaaaaa;
}
/* [Comments:] */
div.vopt span.voptlabel {
color:#aaaaaa;
}
/* box for to insert the reply */
textarea {
background:transparent none;
}
/* links */
/* user ID in the replies */
.replyboxstamp a, .replyboxstamp a:link, .replyboxstamp a:visited {
color: #0000ff;
}
/* Links - reply function (edit reply and delete links) */
div.actionlinks a, div.actionlinks a.mine, div.actionlinks a.mine:link, div.actionlinks a.mine:visited {
color: #00ffff;
}
div.actionlinks a:hover, div.actionlinks a.mine:hover {
color: #ff0000;
}
/* Links - replies visualization mode */
a.vopt, a.vopt:link, a.vopt:visited {
color: #aaaaaa;
}
a.vopt:hover {
color: #ff0000;
}
/* active view in replies visualization mode*/
a.voptsel, a.voptsel:link, a.voptsel:visited {
background-color: #000000;
border-width: 1px;
border-style: solid;
border-color: #ff0000;
color: #aaaaaa;
}

/* Mykonos */


div.replybox, div.replyboxread {
background:transparent none repeat scroll 0%;
}
.replybox {
border-color:#DDDDDD;
border-style:none;
border-width:1px medium medium;
color:#000000;
}
.quotet {
background:transparent none repeat scroll 0%;
border:1px none #DDDDDD;
color:#666666;
}
/* post date */
.replyboxstamp {
color: #aaaaaa;
}
/* deleted reply */
.replydeleted {
color: #aaaaaa;
}
/* [Comments:] */
.voptlabel {
color: #aaaaaa;
}
/* box for to insert the reply */
textarea {
background:transparent none;
}
/* links */
/* user ID in the replies */
.replyboxstamp a, .replyboxstamp a:link, .replyboxstamp a:visited {
color: #0000ff;
}
/* Links - reply function (edit reply and delete links) */
div.actionlinks a, div.actionlinks a.mine, div.actionlinks a.mine:link, div.actionlinks a.mine:visited {
color: #00ffff;
}
div.actionlinks a:hover, div.actionlinks a.mine:hover {
color: #ff0000;
}
/* Links - replies visualization mode */
a.vopt, a.vopt:link, a.vopt:visited {
color: #aaaaaa;
}
a.vopt:hover {
color: #ff0000;
}
/* active view in replies visualization mode*/
a.voptsel, a.voptsel:link, a.voptsel:visited {
background-color: #000000;
border-width: 1px;
border-style: solid;
border-color: #ff0000;
color: #aaaaaa;
}

The code below make Mykonos theme totally transparent (except the right rail)
In order to make the reply boxes transparent you have to apply the previous code more this code for removing the theme

/* Mykonos (removing theme)*/


/* bg color and image */
div#page_start {
background-color: transparent;
background-image: none;
border-color:#FFFFFF;
border-style:none;
border-width:medium 5px;
}
/* title */
div.owner_nav {
background-color: transparent;
background-image: none;
border-color:#443322;
border-style:none;
border-width:1px medium medium;
}
/* footer */
div#ownedfooter {
background:transparent none no-repeat scroll left bottom;
border-color:#443322;
border-style:none;
border-width:1px;
}

NewsPaper - Retro - Sandskrit - Basecamp - Blocks - Petals - Avlack - Outburst - Melon - Red Frog - Shadow Box use the code below for changing the colors of the reply boxes.
In those themes the theme layout involves the reply boxes.
In order to make the reply boxes transparent you have to use the code below more the next code for removing the theme.

NewsPaper - Retro - Sandskrit - Basecamp - Blocks - Petals - Avlack - Outburst - Melon - Red Frog - Shadow Box


/* reply boxes */
.replybox {
background-color: transparent;
background-image: none;
border-width: 1px;
border-style: none;
border-color: #aaaaaa;
color: #aaaaaa;
}
.replyboxread {
background-color: transparent;
background-image: none;
border-width: 1px;
border-style: none;
border-color: #aaaaaa;
color: #aaaaaa;
}
.quotet {
background-color: transparent;
background-image: none;
border-width: 1px;
border-style: none;
border-color: #aaaaaa;
color: #aaaaaa;
}
/* post date */
.replyboxstamp {
color: #aaaaaa;
}
/* deleted reply */
.replydeleted {
color: #aaaaaa;
}
/* [Comments:] */
.voptlabel {
color: #aaaaaa;
}
/* box for to insert the reply */
textarea {
background:transparent none;
}
/* links */
/* user ID in the replies */
.replyboxstamp a, .replyboxstamp a:link, .replyboxstamp a:visited {
color: #0000ff;
}
/* Links - reply function (edit reply and delete links) */
div.actionlinks a, div.actionlinks a.mine, div.actionlinks a.mine:link, div.actionlinks a.mine:visited {
color: #00ffff;
}
div.actionlinks a:hover, div.actionlinks a.mine:hover {
color: #ff0000;
}
/* Links - replies visualization mode */
a.vopt, a.vopt:link, a.vopt:visited {
color: #aaaaaa;
}
a.vopt:hover {
color: #ff0000;
}
/* active view in replies visualization mode*/
a.voptsel, a.voptsel:link, a.voptsel:visited {
background-color: #000000;
border-width: 1px;
border-style: solid;
border-color: #ff0000;
color: #aaaaaa;
}

Tendentially the code below make all those Themes totally transparent (except the rail, the header and the navigation bar) removing the theme design
I you want to make the reply boxes transparent you have to apply the previous code more this code that remove the theme

/* NewsPaper - Retro - Sandskrit - (removing theme) */


/* bg color and image */
div#page_start {
background-color: transparent;
background-image: none;
}
/* title */
div.owner_nav {
background-color: transparent;
background-image: none;
border-color:#443322;
border-style:none;
border-width:1px medium medium;
}
/* footer */
div#ownedfooter {
background:transparent none no-repeat scroll left bottom;
border-color:#443322;
border-style:none;
border-width:1px;
}

/* Basecamp (removing theme) */


/* bg color and image */
div#page_start {
background-color: transparent;
background-image: none;
}
/* header of the reply section */
div.itemactionspacer {
background:transparent none repeat-x scroll left top;
}
/* title */
div#subnavc {
background:transparent none no-repeat scroll 0pt -30px;
}
/* Footer */
div#ownedfooter {
background:transparent none repeat scroll 0%;
border-color:#EDECEC;
border-style:none;
border-width:1px 0pt 0pt;
}

/* Blocks (removing theme) */


td#maincontent {
background-color:#999999;
border-left:4px solid #FFFFFF;
border-right:2px solid #FFFFFF;
}
.replydeleted {
background-color:#DDDDDD;
border-bottom:2px solid #FFFFFF;
border-top:2px solid #FFFFFF;
color:#999999;
}
/* replies visualisation mode */
div.vopt {
background-color:#6B9DA4;
border-bottom:2px solid #FFFFFF;
border-top:2px solid #FFFFFF;
}

/* Petals (removing theme) */


div.bodywrap {
background-color: transparent;
background-image: none;
border-color:#DDDDDD;
border-style:none;
border-width:4px 2px;
}
/* Title */
h1#page_owner_title {
background:transparent none no-repeat scroll center top;
}
/* Footer */
div#ownedfooter {
background-color:transparent;
}

/* Avlack - Outburst - (removing theme) */


td#maincontent {
background-color:transparent;
}
/* whole page transparent */
div#page_start {
border-color: #FFFFFF;
border-style: none;
border-width: medium 5px;
}
div.owner_nav {
background:none transparent no-repeat scroll 0pt -10px;
border-color: #FFFFFF;
border-style: none;
border-width:5px 5px medium;
}
div#ownedfooter {
background-color:transparent;
border-color: #FFFFFF;
border-style:none;
border-width:medium 5px 5px;
}
td.rail {
background-color:transparent;
}

/* Melon (removing theme) */


div.bodywrap {
background:transparent none repeat scroll 0%;
}
/* title */
div.owner_nav {
background:transparent none no-repeat scroll center top;
}
/* footer */
div#ownedfooter {
background:transparent none no-repeat scroll center top;
}

/* Red Frog (removing theme) */


div#page_start {
background-color:transparent;
}
td#maincontent {
background-color:transparent;
}
/* title */
div.owner_nav {
background:transparent none no-repeat scroll 0pt -20px;
}
/* footer */
div#ownedfooter {
background:transparent none repeat-x scroll left top;
}
div#ownedfooterc {
background:transparent none repeat-y scroll left top;
}

/* Shadow box (removing theme) */


div#page_start_wrapper {
background-color: transparent;
background-image: none;
}
/* Footer */
div#ownedfooterc {
background:transparent none repeat scroll 0%;
}
div#ownedfooter {
border-color:#DDDDDD;
border-style:none;
border-width:1px medium medium;
}

FURTHER CUSTOMIZATION
the code is a bit more rich
you can to distinguish from reply odd or not
so it is possible to alternate the aspect of the replies

if the replies in the thread are all already read or all new then you can to use


.replybox {
...
}
.replyboxodd {
...
}
.quotet {
...
}

If in the thread there is some reply read and the latest not still read then you can to use


.replybox {
...
}
.replyboxodd {
...
}
.replyboxread {
...
}
.quotet {
...
}

you could to choose to have the odd replies alternate with replies and replies read ,, using this code ,,
NOTE: put the blocks exactly in this order


.replybox {
...
}
.replyboxread {
...
}
.replyboxodd {
...
}
.quotet {
...
}

The ADD A REPLY BOX
There is some new code involving the box where to add a comment
the code below make it transparent
just change the assignments to having some bg-color or bg-image or border
Note:
The gray border of the text area isn't removable nor changable

/* box containing the add a comment box */
div#itemreplyform {
background:transparent none repeat scroll 0%;
border:1px none #000000;
}
/* [add a comment:] */
span.addreplylabel {
color:#FFFFFF;
}
/* text area box */
textarea#body {
background:transparent none;
color:#FFFFFF;
}



Notes: LINKS

This is the default assignment for all the themes

/* Visitor's user id & reply function links (note those below are the general links of your site)*/
a, a:visited, a:link {
color: #aaaaaa;
}
a:hover {
color: #ff0000;
text-decoration: underline;
}
/* reply function (edit and delete links) */
div.actionlinks a.mine, div.actionlinks a.mine:link, div.actionlinks a.mine:visited {
color: #00ffff;
}
div.actionlinks a.mine:hover {
color: #ffff00;
}

The code I have used for all the themes is a little different

/* visitor's User ID */
/* user ID */
.replyboxstamp a, .replyboxstamp a:link, .replyboxstamp a:visited {
color: #aaaaaa;
}
/* reply function (edit and delete & reply links) */
div.actionlinks a, div.actionlinks a.mine, div.actionlinks a.mine:link, div.actionlinks a.mine:visited {
color: #00ffff;
}
div.actionlinks a:hover, div.actionlinks a.mine:hover {
color: #ffff00;
}

111 Comments
imsosick wrote on Mar 4, '07
wow.
thanks:)
nonio wrote on Mar 4, '07, edited on Mar 4, '07
I'm wondering if it result clear ,,,,it is very long
I like to make a section for all the themes in comparison but maybe is to much complex
imsosick wrote on Mar 4, '07
yes. but yeah i can see that you make to0 much effor
just to share your knowledge here n your group:)
nonio wrote on Mar 4, '07
,.,., yes its true ,, I 'm exaggerating

anyway ,, the number of themes is limited :-)))
xtianity9 wrote on Mar 4, '07
lupit mo bro.... gaganda site ko dahil sayo.....! let me translate it...
you're the man! my site looks better with your help. thanks man!
nonio wrote on Mar 4, '07
... yes I'm THE MAN =)
tx dear ...
xtianity9 wrote on Mar 4, '07
can i share it with my friends.... those non-members?
xtianity9 wrote on Mar 4, '07
all your tips and tutorials...?
imsosick wrote on Mar 4, '07
gaaa. im kinda slow right now.
my words are broken. lol.
mariatv wrote on Mar 4, '07, edited on Mar 4, '07
...xtianity this is a good question ..
it depend by what means "share all your tutorials"
of course I make the code for diffuse it;
so if a friend ask u something of course u can to use all the code u want
but if you mean re posting all my posts like I have made it in some other place
I prefer if you do not repost my posts.
I prefer if they join my group.
only cause I want to constituite a big group for the CSS reference in Multiply

anyway I'll modify the code of the posts that I have make too ,, cause errors are always present.

so I'd say use my code like you want for to aid other users too,
but do not repost it

mariatv wrote on Mar 4, '07, edited on Mar 4, '07
uhmmmm oh
there are many considerations about this
- if u post for your contacts .. probably I'll never know this.
- the code is this not other. It isn't a poem. there aren't creative images ,,, so ,, you can post all css code you want ;-)
only there is another kind of creativity just applied to explain something.
I like to preserve like mine the global looks of the tutorials
but the code is universal
mariatv wrote on Mar 4, '07
,.,., finally
I'm wondering now ,,,
but what do u mean with "share it with my friends.. " ????
mariatv wrote on Mar 4, '07, edited on Mar 4, '07
another observation is that
the problem of the information is to find what you are searching
so maybe when I'll make 100 posts
could be a problem to find a thing

I'll create a structured data access in the group's welcome page.
with different ways for pull out information



aroma93 wrote on Mar 4, '07
i don't get this stuff
nonio wrote on Mar 4, '07, edited on Mar 4, '07
you are using Melon theme
if you want make transparent the replies boxes
you must to use the first part named
BASE CODE - ALL THEMES
plus the part
MELON
add those two sections in your custom box BELOW ALL THE OTHER CODE YOU FIND IT

all the light background in the replies will disappear

if you want simply to change the color of the reply boxes such as the border or to add a background in the replies ,, then
use only the first part
BASE CODE - ALL THEMES
changing the values form trasparent or none to some color or border or background


of course change the text and links color in both the situations!!!!
3astwest wrote on Mar 5, '07
Maria please help me.....
how come I can't find

/* reply boxes */ in my css box? where should I start the change than.....Thanks!
nonio wrote on Mar 5, '07
you are using Custom theme.
now .. you've used the tool for making changes to the background color, border color, text color and links color.
all the change you make in the tool will come in your custom theme and only those. not others
you do not have made changes to the reply boxes ...
therefore the sections of the reply boxes aren't in your css edit box

3astwest wrote on Mar 5, '07, edited on Mar 5, '07
Not anymore...I am using custimize theme now *grin* based on skyline
nonio wrote on Mar 5, '07
more all the words beteween the comments /* and */ are inserted by me ,,
those are the keys for understanding the corrispondence from code and sections in the web page so it is easy for everyone to make the changes ,, but normally there aren't comment in the code...
3astwest wrote on Mar 5, '07
I think I just fried my brain....I give up for now :)
nonio wrote on Mar 5, '07
:-) yes I see ,,,
anyway u can to avoid searching the code ,,
simply add the code BELOW all the other code you have in the css box
the last assignment overspread all the previous assignments

search the code for your theme and add that at bottom of the code in css box



3astwest wrote on Mar 5, '07
I mess it up :( :( :(

The: HomeBlogPhotosRecipesLinks line went down for somereasons...and I can't fix it (big surprise) so I went back for my custom theme for now....
nonio wrote on Mar 5, '07
you must to experiment a bit

first change

go in custom css box and look the section

body {
background:#333333 none repeat scroll 0%;
}


you can substitute the none with url(image_url)
where image _url is the background of your site ..
this is the normal way for to assign the background with all the other themes except the custom theme

or u can make


body {
background:#333333 none repeat fixed 0%;
}


for having the background fixed and not scrolling
nonio wrote on Mar 5, '07, edited on Mar 5, '07
ummm maybe is better if u make
body {
background:#333333 url(Image_URL) no-repeat fixed 0%;
}
nonio wrote on Mar 5, '07, edited on Mar 5, '07
I think the first step for understanding like to change and move this code is the more hard ,, after all become more easy
unfortunately it is very difficult to explain this first step :-)
nonio wrote on Mar 5, '07
take a look to my posts ... better of that I cannot explain :-)))
if u have some problem tell me
for example
I have do not undestand what mean
The: HomeBlogPhotosRecipesLinks line went down for somereasons...and I can't fix

try that if u have a problem I must to see the page with the problem for saying something
3astwest wrote on Mar 5, '07
OK....I put back the customize theme....
the box where Home blog photos located (h1#page_owner_title) if I am not mistaken. anyway...the box is overlapped so it's kindda mess up.
3astwest wrote on Mar 5, '07
ops I think I just fixed that problem! *YAY!!!!!*
nonio wrote on Mar 5, '07
very good :-)

blackhole5 wrote on Mar 13, '07
waaa
budi1008 wrote on Mar 28, '07
hi...i copied & pasted the code to make my reply boxes transparent in my css box...i assigned #000000 color to my borderlie & fonts...yet nothing's changed...pls. help...thnx & have a nice day!
lfom wrote on Mar 28, '07
To make something transparent, use the code:

background:none;
background-color: transparent;


instead of using a color code.


Protect the Animals - Junte-se a Nos / Join us - Firefox Gratis / Get Firefox Free
mariatv wrote on Mar 28, '07
,,,Budi ,,, you are using the custom them so simply copy all the code in this post dedicate to
custom theme
it is the first block,,,
/* BASE CODE - ALL THEMES */
/* Custom Theme - Oasis - Blue Slate - Black Lily */
,,,,,,,,,,,,,,,


and paste the code in your custom theme...
all the reply boxes will come absolutely transparent!

for the color of the links just look the last section of the post ,, in the Note.
mariatv wrote on Mar 28, '07
if you have some problem then leave the code you are adding in your custom css and ask me ..
I must to see the code working for say you something
budi1008 wrote on Mar 28, '07
mariatv said
,,,Budi ,,, you are using the custom them so simply copy all the code in this post dedicate to
custom theme
it is the first block,,,
/* BASE CODE - ALL THEMES */
/* Custom Theme - Oasis - Blue Slate - Black Lily */
,,,,,,,,,,,,,,,


and paste the code in your custom theme...
all the reply boxes will come absolutely transparent!

for the color of the links just look the last section of the post ,, in the Note.
thnx maria...i'll try & let u know when i succeed....have a nice day! :)
budi1008 wrote on Mar 29, '07
i tried & i give up... the code to make reply boxes transparent is in the css box...and if i paste code in custo theme and save it...then, my page will turn to the plain one w/ no background image at all...ryt???? that's why i pasted the code in my css box...
nonio wrote on Mar 29, '07
budi
for custom theme there is another change to make .

it is exxplained in some place here

unfortunately
this is a change became in the last update

nonio wrote on Mar 29, '07, edited on Mar 29, '07
... for custom theme the problem it is not resolved

nonio wrote on Mar 29, '07
anyway
I'm not sure if this is your problem.
as I have said I must to see the problem
budi1008 wrote on Mar 29, '07
nonio said
budi
for custom theme there is another change to make .

it is exxplained in some place here

unfortunately
this is a change became in the last update
ok...thnx a lot for ur time...i'll try to see what i can do..all i need is the equivalent/meaning of properties in my css then it'll be easier for mr to customize my site...thnx again, maria...:)
zyannadam wrote on Mar 29, '07
actually i remembered someone did the equivalent/meaning of css.. i can't recall where.. probably in modify group
budi1008 wrote on Mar 29, '07
actually i remembered someone did the equivalent/meaning of css.. i can't recall where.. probably in modify group
thnx..i'll try to check it out...:)
mariatv wrote on Mar 29, '07
what is the equivalent/meaning of css ???
budi1008 wrote on Mar 30, '07
guess we were refering to the codes and what they stand for...coz there are codes i don't know in my css box...and i'd like to know which codes stand for the reply boxes...so maybe i can delete them and replace them w/ the code u made...
budi1008 wrote on Mar 30, '07
i've succeeded, at last...but i still don't know how those other codes got deleted...anyway, i'll do a little customizing now & then til i get satisfied w/ the outcome...next problem i have is changing HOVER COLORS...can u help me w/ this??? thnx again & again, maria and to the modify group...:)
lfom wrote on Mar 30, '07
Hover over links? Look for code like:

a:hover { color:#fff; }
nonio wrote on Mar 30, '07, edited on Mar 30, '07
well ,.,
one section of css code is something like

section name {
Property 1: value 1;
Property 2: value 2;
,,,,,,,

}

the section name tecnically is named
Selector
and it is used for to affect in the html code in the page that is tagged with this selector name,.,.,.,

so ,., if in the html page I have an html istruction like
<img class="My_Class" src="here_is_the_Image_URL">

then I can modify the look of this part of the page (and all the other parts in all the pages of the site tagged with the same class)
simply by changing the section

My_Class {
.,,,,,,,,,,,,,,
}

in the css file.

Now ,., if I have understood
you are asking for the correspondence between any object in your page and his name in the css for to referring it changing the css code
...

welll

I'm putting this primary information in my posts
simply by using the COMMENTS ...
I name any section with a comment
/* This is a comment */

you can to leave the comments in your code

just yuo must to read also the name used by the section cause often they are auto explicative


so for example I think it is clear what means replyboxread or quotet

,.,.,

now the time for to understand all this is some week ,.,. not just some day ,.,

I have noticed you have finally got the reply boxes transparents ;-)
nonio wrote on Mar 30, '07, edited on Mar 30, '07
,.,. for the code you dont know in your css ,,, this is not surprising =o)
simply leave there all the code you dont know ,,,

you must to know this :
if you get a customized theme then your CSS box is totally void , blank !
cause the css file for the customized theme is in another place.

if you get The custome Theme and you want to modify your theme starting by the first changes you make in the custom theme then you have the code in the css box .
it is the code you have inserted using the tool for changing the colors in the custom theme
so ,, leave the code there and to not wonder about that
me too I dont know all the code I have in the box using the custom theme.


nonio wrote on Mar 30, '07, edited on Mar 30, '07
I put very concise eplicative comments to my posts; there are many reasons:

1 it is difficult to me putting good comment in english so I limitate my english explaination
2 the comments in the code must to be concise cause otherwise it is dispersive reading the code.
3 The text to read must to be more concise possible cause to read take time
4 Probably this code is made not for an absolutely beginner ,, but I cannot to explain any time all the basics .. I have made some post for beginners ..
take a look to those post,,,

http://grouped.multiply.com/reviews/item/16
http://grouped.multiply.com/reviews/item/10
http://grouped.multiply.com/reviews/item/7
http://grouped.multiply.com/reviews/item/8
http://grouped.multiply.com/reviews/item/1

really the concept to understand are not so much
normally my posts are perfects for all the experienced ppl but you can easily find in other posts I have made all infos for to understand all my posts

anyway I'm preparing an aid for to get the correspondence between the name in the css and the fisical place in the page
just it is a view of one standard page
with all the blocks - parts made clickable (header -nav bar- itembox - rail- footer) and giving the corresponding names for the selectors
but I dont know when and if I'll terminate it =)
tridingskee wrote on Apr 5, '07
*applause*
zyannadam wrote on Apr 5, '07
as i have said to you before.. for someone with limited english.. u sure use BIG words that I myself needed a dictionary to know the meanings.. he he..
zyannadam wrote on Apr 5, '07
and i still don't know what dispersive means.. ;-p
nonio wrote on Apr 5, '07
as i have said to you before.. for someone with limited english.. u sure use BIG words that I myself needed a dictionary to know the meanings.. he he..
really ?????????

gosh ...

it is difficult to find every time the right word !!!
every english word has 10 different meanings
more the australian slang dictionary I have ,, for wich ,, every thing is a dirty word
=)
nonio wrote on Apr 5, '07
dispersive ? ... it is wasteful

where I have used it?
nonio wrote on Apr 5, '07
*applause*
hey ,,, ! tnx
zyannadam wrote on Apr 5, '07
wasteful... hmm.. as in "pointless"?
nonio wrote on Apr 5, '07
more as redundancy
nonio wrote on Apr 5, '07
dispersive (in italian dispersivo) not is necessary useless
but is is very long
nonio wrote on Apr 5, '07
...scattered
nonio wrote on Apr 5, '07
and finally probably a bit pointless too =))))))))

but it depend by the context
zyannadam wrote on Apr 5, '07
aaah.. new word..
nonio wrote on Apr 5, '07, edited on Apr 5, '07
I have dispersive in my english italian translator =(

it is dispersif on francais
dispersive in portuguese
wasteful in english I think -- or pointless
boomnet wrote on Apr 21, '07
Thank's God i found this nice article...

thank's author...

ur really help me
angelicalimjuco wrote on May 3, '07
Just read this post & shoot! I have a transparent 'reply boxes' now!
Thank u sooooo much!
Tnx genius* :)

i'll read to learn more...(wnik*)
Comment deleted at the request of the author.
mariatv wrote on May 28, '07
,,,, ther is a new upgrade in the MP code for the replies

now it is possible to distinguish from reply odd or not


.replybox {background:#0000FF none;}
.replyboxodd {background:#FF0000 none;}

Comment deleted at the request of the author.
juzbeads wrote on Jun 24, '07
hi maria, is there any code to disable the reply box? eg. if i don't want people to leave any comments on my pics..?
mariatv wrote on Jun 24, '07
/* reply boxes */
.replybox, .replyboxread, .quotet, .replydeleted {
display:none;
}
/* [Comments:Chronological Reverse Threaded] */
.vopt {
display:none;
}
/* [share reply and/or rate] */
.ritemaction {
display:none;
}


I have to verify if the third block remove some link in other place too ..
plz feed back that
juzbeads wrote on Jun 24, '07
thanks maria..done that...but my guestbook is gone too...lol
how about if i want to put this code in certain album only?
geeezz sorry...i should've mentioned it earlier...heheh
as for the third block, i haven't checked yet..
mariatv wrote on Jun 24, '07
ah ,, the guestbook ... sorry
uhmm you can simply to un-check the option
"allow replies"
when you make the post for every post

->edit the post
juzbeads wrote on Jun 25, '07
sorry maria...
i can't find where to un-check the option...:(
mariatv wrote on Jun 25, '07
....when you make a post or just editing a post already made
I think for every kind of post (photos, blog, videos , music etc .)


. for example making a blog post ..
you see
the title
the box of the content
date & time
Tags
and at the bottom
there are several check box

Allow replies

Forward replies to ,,,,,

Post to the message board (for group members) ,,,,,,,,,,,

(this is for the group .. )

you see allow replies too
juzbeads wrote on Jun 25, '07
hi maria..
as in the example above, i can see all (title, content box, tags, forward replies to email addy..
BUT not the Allow replies...there's no "allow replies" and there's no box to un-check.
or do i have to change to certain theme?
thanking you in advance..:D
mariatv wrote on Jun 26, '07
Access:
Everyone Network Contacts Individuals Advanced


Allow replies

Allow viewers to order prints and download original hi-res files

Forward replies to maria.tv@hotmail.it


this is the bottom of the post for a post in the photo folder of my site

do not see the
allow replies ???
juzbeads wrote on Jun 27, '07
yes i got it maria..i went to settings and chose advanced...
thanks for ur help..*hugs*
mariatv wrote on Jun 27, '07
ah ,, the advanced option ..
joycevalerie wrote on Jul 6, '07
Hi maria, i wanna know how to change my reply boxes. You can check my site.. thanks in advance..
mariatv wrote on Jul 6, '07
just use the code above choosing that of your theme
anyway I 'd add only this

textarea {
color:#FFFFFF;
}
carolyn42 wrote on Jul 27, '07
Maria
all is well again
how do i add a picture url to the bakground of my guestbook in the reply section where they post their comment and the boxes under the reply box that holds their comments?
mariatv wrote on Jul 28, '07
change
none
with
url(image_URL)
here



#home_guestbook {
background:pink none repeat scroll 0%;
height:275px;
overflow:auto;
}
sixteenramos wrote on Jul 28, '07
I was wondering... How did you make that glittery effect on that box on the right (where it contains Invite Members, Quit Group, RSS Feed [?], Report Abuse stuff)? Can I make it transparent, too?
adyhottie wrote on Aug 4, '07
where can i get the complete list of color codes?
wendyweh wrote on Aug 11, '07
hei, hmm, how can i change the 'quoted message' into transparent?
thanx.=]]
eya0829 wrote on Aug 25, '07
hey, i really have this problem with the white part in my page. can anyone check it out and tell me what to do so it'll be transparent? thanks a lot and god bless. :D
wendyweh wrote on Sep 5, '07
hei there. how can i delete the term when you delete something that you post? the, Reply deleted at the request of the author..? thanx.=))
mariatv wrote on Sep 5, '07
how can i delete the term when you delete something that you post? the, Reply deleted at the request of the author..?
aryyyy wrote on Sep 8, '07
thank....all of this help me alot.
Comment deleted.