Merge branch 'fabrixxm-master'

This commit is contained in:
Friendika 2011-01-17 03:02:59 -08:00
commit 9322214293
3 changed files with 7 additions and 20 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 338 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 362 B

View File

@ -3,23 +3,10 @@
* Fabio Comuni <fabrix.xm@gmail.com> * Fabio Comuni <fabrix.xm@gmail.com>
*/ */
@font-face {
font-family: FreeSans;
font-style: normal;
font-weight: bold;
src: local('FreeSansBold'), url('FreeSansBold.otf');
}
@font-face {
font-family: FreeSans;
font-style: normal;
font-weight: normal;
src: local('FreeSans'), url('FreeSans.otf');
}
/* generals */ /* generals */
body { body {
font-family: /*FreeSans,*/ helvetica,arial,clean,sans-serif; font-family: helvetica,arial,freesans,clean,sans-serif;
font-size: 12px; font-size: 12px;
background-color: #ffffff; background-color: #ffffff;
background-image: url(head.jpg); background-image: url(head.jpg);
@ -209,10 +196,10 @@ footer {
} }
.shiny { div.wall-item-content-wrapper.shiny {
background-image: url(shiny.jpg); background-image: url('shiny.png');
background-repeat: repeat-x; background-position: -5px 30px;
background-position: left bottom; background-repeat:no-repeat;
} }
/* from defautlt */ /* from defautlt */
@ -801,7 +788,7 @@ input#dfrn-url {
.wall-item-content-wrapper.comment { .wall-item-content-wrapper.comment {
margin-left: 50px; margin-left: 50px;
background: #CCCCCC; background: #EEEEEE;
} }
.wall-item-photo-wrapper { .wall-item-photo-wrapper {
@ -879,7 +866,7 @@ input#dfrn-url {
.comment-edit-wrapper { .comment-edit-wrapper {
margin-top: 15px; margin-top: 15px;
background: #CCCCCC; background: #f3f3f3;
margin-left: 50px; margin-left: 50px;
} }