aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/duepuntozero
diff options
context:
space:
mode:
authorFabio Comuni <fabrix.xm@gmail.com>2011-01-17 11:45:06 +0100
committerFabio Comuni <fabrix.xm@gmail.com>2011-01-17 11:45:06 +0100
commitbb2130ca7f0166a4a0fc171d130590977936445c (patch)
tree48a356fc4cdac7aa5dac009975d0d30e1b86bf65 /view/theme/duepuntozero
parentd5ac7e938bf5a8737a2afdcf69f095b13bb7e5af (diff)
downloadvolse-hubzilla-bb2130ca7f0166a4a0fc171d130590977936445c.tar.gz
volse-hubzilla-bb2130ca7f0166a4a0fc171d130590977936445c.tar.bz2
volse-hubzilla-bb2130ca7f0166a4a0fc171d130590977936445c.zip
Mods to duepuntozero .shiny class
Diffstat (limited to 'view/theme/duepuntozero')
-rw-r--r--view/theme/duepuntozero/shiny.jpgbin338 -> 0 bytes
-rw-r--r--view/theme/duepuntozero/shiny.pngbin0 -> 362 bytes
-rw-r--r--view/theme/duepuntozero/style.css27
3 files changed, 7 insertions, 20 deletions
diff --git a/view/theme/duepuntozero/shiny.jpg b/view/theme/duepuntozero/shiny.jpg
deleted file mode 100644
index 17c978816..000000000
--- a/view/theme/duepuntozero/shiny.jpg
+++ /dev/null
Binary files differ
diff --git a/view/theme/duepuntozero/shiny.png b/view/theme/duepuntozero/shiny.png
new file mode 100644
index 000000000..994c0d05d
--- /dev/null
+++ b/view/theme/duepuntozero/shiny.png
Binary files differ
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;
}