* 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 */
body {
- font-family: /*FreeSans,*/ helvetica,arial,clean,sans-serif;
+ font-family: helvetica,arial,freesans,clean,sans-serif;
font-size: 12px;
background-color: #ffffff;
background-image: url(head.jpg);
}
-.shiny {
- background-image: url(shiny.jpg);
- background-repeat: repeat-x;
- background-position: left bottom;
+div.wall-item-content-wrapper.shiny {
+ background-image: url('shiny.png');
+ background-position: -5px 30px;
+ background-repeat:no-repeat;
}
/* from defautlt */
.wall-item-content-wrapper.comment {
margin-left: 50px;
- background: #CCCCCC;
+ background: #EEEEEE;
}
.wall-item-photo-wrapper {
.comment-edit-wrapper {
margin-top: 15px;
- background: #CCCCCC;
+ background: #f3f3f3;
margin-left: 50px;
}