Init styles for conversation page

This commit is contained in:
Sarven Capadisli 2009-05-22 02:46:22 +00:00
parent 0b9c65ce4f
commit 69e88546fd
3 changed files with 33 additions and 8 deletions

View File

@ -747,6 +747,13 @@ border-radius:4px;
-moz-border-radius:4px;
-webkit-border-radius:4px;
}
.notices .notices {
margin-top:7px;
margin-left:3%;
width:97%;
float:left;
}
/* NOTICES */
#notices_primary {

View File

@ -175,10 +175,6 @@ background-image:url(../../base/images/icons/twotone/green/shield.gif);
}
/* NOTICES */
.notices li.over {
background-color:#fcfcfc;
}
.notice-options .notice_reply a,
.notice-options form input.submit {
background-color:transparent;
@ -214,6 +210,19 @@ font-family:sans-serif;
.notices li.hover {
background-color:#fcfcfc;
}
.notices .notices {
background-color:rgba(200, 200, 200, 0.025);
}
.notices .notices .notices {
background-color:rgba(200, 200, 200, 0.050);
}
.notices .notices .notices .notices {
background-color:rgba(200, 200, 200, 0.075);
}
.notices .notices .notices .notices .notices {
background-color:rgba(200, 200, 200, 0.100);
}
/*END: NOTICES */
#new_group a {

View File

@ -175,10 +175,6 @@ background-image:url(../../base/images/icons/twotone/green/shield.gif);
}
/* NOTICES */
.notices li.over {
background-color:#fcfcfc;
}
.notice-options .notice_reply a,
.notice-options form input.submit {
background-color:transparent;
@ -214,6 +210,19 @@ font-family:sans-serif;
.notices li.hover {
background-color:#fcfcfc;
}
.notices .notices {
background-color:rgba(200, 200, 200, 0.025);
}
.notices .notices .notices {
background-color:rgba(200, 200, 200, 0.050);
}
.notices .notices .notices .notices {
background-color:rgba(200, 200, 200, 0.075);
}
.notices .notices .notices .notices .notices {
background-color:rgba(200, 200, 200, 0.100);
}
/*END: NOTICES */
#new_group a {