]> git.mxchange.org Git - friendica.git/commitdiff
quattro: style for "show more" addon
authorFabrixxm <fabrix.xm@gmail.com>
Wed, 1 Aug 2012 08:41:21 +0000 (04:41 -0400)
committerFabrixxm <fabrix.xm@gmail.com>
Wed, 1 Aug 2012 08:41:21 +0000 (04:41 -0400)
view/theme/quattro/dark/style.css
view/theme/quattro/green/style.css
view/theme/quattro/quattro.less
view/theme/quattro/showmore-bg.jpg [new file with mode: 0644]

index 72febbf525dbfd01c8795803ceff82d85053863d..aa64ca1a9a443b92ee45c51fc27a972a136a0068 100644 (file)
   height: 16px;
   background-position: 0px 0px;
 }
-
-.sparkle {
-       cursor: url('icons/lock.cur'), pointer;
-}
-
 /* global */
 body {
   font-family: Liberation Sans, helvetica, arial, clean, sans-serif;
@@ -1141,6 +1136,16 @@ section {
   width: 25px;
   height: 25px;
 }
+span[id^="showmore-teaser"] {
+  background: url("showmore-bg.jpg") no-repeat center bottom;
+}
+span[id^="showmore-wrap"] {
+  border-top: 1px solid #999999;
+  color: #999999;
+  display: block;
+  text-align: center;
+  background-color: #eff0f1;
+}
 #pause {
   position: fixed;
   bottom: 5px;
index b1efb557fddf8c94235a8826ea390846ad694162..dbaee018b68590e86090e848aa4f3db6f2127e0b 100644 (file)
   height: 16px;
   background-position: 0px 0px;
 }
-
-.sparkle {
-       cursor: url('icons/lock.cur'), pointer;
-}
-
 /* global */
 body {
   font-family: Liberation Sans, helvetica, arial, clean, sans-serif;
@@ -1141,6 +1136,16 @@ section {
   width: 25px;
   height: 25px;
 }
+span[id^="showmore-teaser"] {
+  background: url("showmore-bg.jpg") no-repeat center bottom;
+}
+span[id^="showmore-wrap"] {
+  border-top: 1px solid #999999;
+  color: #999999;
+  display: block;
+  text-align: center;
+  background-color: #eff0f1;
+}
 #pause {
   position: fixed;
   bottom: 5px;
index 0dac79bf9c2ceedce648491342fe22948f9b6fd4..6e75883d50cfd8afd0e56479c8d93a606c3e1757 100644 (file)
@@ -590,6 +590,17 @@ section {
 }
 .wwto .contact-photo { width: 25px; height: 25px; }
 
+span[id^="showmore-teaser"]{
+    background: url("showmore-bg.jpg") no-repeat center bottom;
+}
+span[id^="showmore-wrap"] {
+    border-top: 1px solid #999999;
+    color: #999999;
+    display: block;
+    text-align: center;
+    background-color: @ThreadBackgroundColor;
+}
+
 
 #pause {
  position: fixed;
diff --git a/view/theme/quattro/showmore-bg.jpg b/view/theme/quattro/showmore-bg.jpg
new file mode 100644 (file)
index 0000000..e76015c
Binary files /dev/null and b/view/theme/quattro/showmore-bg.jpg differ