diff options
author | Friendika <info@friendika.com> | 2011-01-17 03:02:59 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-01-17 03:02:59 -0800 |
commit | 93222142935897d8ddd6289d9ea8736ff0c557f6 (patch) | |
tree | 311f36735d33ca24fcbedaf7fc4e98e7400b4873 | |
parent | 46c4bb6d4c885d232b255bb60066e3aaa4dfe8f4 (diff) | |
parent | bb2130ca7f0166a4a0fc171d130590977936445c (diff) | |
download | volse-hubzilla-93222142935897d8ddd6289d9ea8736ff0c557f6.tar.gz volse-hubzilla-93222142935897d8ddd6289d9ea8736ff0c557f6.tar.bz2 volse-hubzilla-93222142935897d8ddd6289d9ea8736ff0c557f6.zip |
Merge branch 'fabrixxm-master'
-rw-r--r-- | view/theme/duepuntozero/shiny.jpg | bin | 338 -> 0 bytes | |||
-rw-r--r-- | view/theme/duepuntozero/shiny.png | bin | 0 -> 362 bytes | |||
-rw-r--r-- | view/theme/duepuntozero/style.css | 27 |
3 files changed, 7 insertions, 20 deletions
diff --git a/view/theme/duepuntozero/shiny.jpg b/view/theme/duepuntozero/shiny.jpg Binary files differdeleted file mode 100644 index 17c978816..000000000 --- a/view/theme/duepuntozero/shiny.jpg +++ /dev/null diff --git a/view/theme/duepuntozero/shiny.png b/view/theme/duepuntozero/shiny.png Binary files differnew file mode 100644 index 000000000..994c0d05d --- /dev/null +++ b/view/theme/duepuntozero/shiny.png diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index 7453ce212..b2bdb6e87 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -3,23 +3,10 @@ * 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); @@ -209,10 +196,10 @@ footer { } -.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 */ @@ -801,7 +788,7 @@ input#dfrn-url { .wall-item-content-wrapper.comment { margin-left: 50px; - background: #CCCCCC; + background: #EEEEEE; } .wall-item-photo-wrapper { @@ -879,7 +866,7 @@ input#dfrn-url { .comment-edit-wrapper { margin-top: 15px; - background: #CCCCCC; + background: #f3f3f3; margin-left: 50px; } |