]> git.mxchange.org Git - friendica.git/commitdiff
Mods to duepuntozero .shiny class
authorFabio Comuni <fabrix.xm@gmail.com>
Mon, 17 Jan 2011 10:45:06 +0000 (11:45 +0100)
committerFabio Comuni <fabrix.xm@gmail.com>
Mon, 17 Jan 2011 10:45:06 +0000 (11:45 +0100)
view/theme/duepuntozero/shiny.jpg [deleted file]
view/theme/duepuntozero/shiny.png [new file with mode: 0644]
view/theme/duepuntozero/style.css

diff --git a/view/theme/duepuntozero/shiny.jpg b/view/theme/duepuntozero/shiny.jpg
deleted file mode 100644 (file)
index 17c9788..0000000
Binary files a/view/theme/duepuntozero/shiny.jpg and /dev/null differ
diff --git a/view/theme/duepuntozero/shiny.png b/view/theme/duepuntozero/shiny.png
new file mode 100644 (file)
index 0000000..994c0d0
Binary files /dev/null and b/view/theme/duepuntozero/shiny.png differ
index 7453ce212fb6bf80f9091fcc634e19758f83086b..b2bdb6e87d17df0f9e9f11b6abdd00406d4fb4e9 100644 (file)
@@ -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;
 }