]> git.mxchange.org Git - friendica.git/commitdiff
new file: view/theme/smoothly/arrow.png
authorpixelroot <info@pixelbits.de>
Tue, 11 Sep 2012 12:02:36 +0000 (14:02 +0200)
committerpixelroot <info@pixelbits.de>
Tue, 11 Sep 2012 12:02:36 +0000 (14:02 +0200)
new file:   view/theme/smoothly/categories_widget.tpl
modified:   view/theme/smoothly/style.css

view/theme/smoothly/arrow.png [new file with mode: 0644]
view/theme/smoothly/categories_widget.tpl [new file with mode: 0644]
view/theme/smoothly/style.css

diff --git a/view/theme/smoothly/arrow.png b/view/theme/smoothly/arrow.png
new file mode 100644 (file)
index 0000000..1fabe88
Binary files /dev/null and b/view/theme/smoothly/arrow.png differ
diff --git a/view/theme/smoothly/categories_widget.tpl b/view/theme/smoothly/categories_widget.tpl
new file mode 100644 (file)
index 0000000..773f3d7
--- /dev/null
@@ -0,0 +1,12 @@
+<div id="categories-sidebar" class="widget">
+       <h3>$title</h3>
+       <div id="nets-desc">$desc</div>
+       
+       <ul class="categories-ul">
+               <li class="widget-list"><a href="$base" class="categories-link categories-all{{ if $sel_all }} categories-selected{{ endif }}">$all</a></li>
+               {{ for $terms as $term }}
+                       <li class="widget-list"><a href="$base?f=&category=$term.name" class="categories-link{{ if $term.selected }} categories-selected{{ endif }}">$term.name</a></li>
+               {{ endfor }}
+       </ul>
+       
+</div>
index 5983a3f4ca5066e53acbcc9b96e9bc209d8ec44b..2e02d92991ad349eedb0340f51a60fe87f63fc9c 100644 (file)
@@ -67,7 +67,14 @@ label {
 }
 
 li {
-       list-style: none;
+       list-style: none outside none;
+}
+li.widget-list {
+       list-style: none outside none;
+       background: url("arrow.png") no-repeat scroll left center transparent;
+       /*border-bottom: 1px dotted #D3D3D3;*/
+       display: block;
+       padding: 3px 24px;
 }
 
 .required { display: inline; color: #1873a2; }
@@ -153,11 +160,15 @@ section {
 
 .mframe {
        padding: 2px;
-       background-color: #efefef;
+    background: none repeat scroll 0 0 #FFFFFF;
+    border: 1px solid #C5C5C5;
+    border-radius: 3px 3px 3px 3px;
+    box-shadow: 0 0 8px #BDBDBD;
+       /*background-color: #efefef;
        border: 1px solid #dddddd;
        -moz-box-shadow: 3px 3px 4px #959494;
        -webkit-box-shadow: 3px 3px 4px #959494;
-       box-shadow: 3px 3px 4px #959494;
+       box-shadow: 3px 3px 4px #959494;*/
 }
 
 #wall-item-lock {
@@ -490,12 +501,13 @@ aside a{
        margin: 10px 0px;
        padding: 12px;
        width: 175px;
-       background-color: #f3f3f3;
-       border: 1px solid #dddddd;
+       background: none repeat scroll 0 0 #FFFFFF;
+       /*background-color: #f3f3f3;*/
+       border: 1px solid #C5C5C5; /*1px solid #dddddd;*/
        -moz-box-shadow: 3px 3px 4px #959494;
        -webkit-box-shadow: 3px 3px 4px #959494;
-       box-shadow: 3px 3px 4px #959494;        
-border-radius: 5px 5px 5px 5px;
+       box-shadow: 0 0 8px #BDBDBD; /*3px 3px 4px #959494;*/   
+       border-radius: 6px 6px 6px 6px;
 }
 
 aside h4 { font-size: 1.3em; }
@@ -944,10 +956,11 @@ profile-jot-banner-wrapper {
        margin-bottom: 20px;
        padding-right: 10px;
        padding-left: 12px;
-       background: -moz-linear-gradient(center top , #F8F8F8 5%, #F6F6F6 100%) repeat scroll 0 0 #F8F8F8;
+       background: none repeat scroll 0 0 #FFFFFF;
+       /*background: -moz-linear-gradient(center top , #F8F8F8 5%, #F6F6F6 100%) repeat scroll 0 0 #F8F8F8;*/
        border: 1px solid #CDCDCD;
-       border-radius: 5px 5px 5px 5px;
-       box-shadow: 3px 3px 4px 0 #959494;
+       border-radius: 6px 6px 6px 6px;
+       box-shadow: 0 0 8px #BDBDBD; /*3px 3px 4px 0 #959494;*/
        margin-top: 20px;
 }
 
@@ -1253,7 +1266,7 @@ profile-jot-banner-wrapper {
 
 #item-delete-selected-desc {
        color: #898989;
-       float: right;
+       float: left;
 }
 
 .wall-item-body code {
@@ -3302,7 +3315,7 @@ ul.menu-popup {
 }
 
 hr.line-dots {
-    background: url("view/theme/smoothly/dot.png") repeat-x scroll left center transparent;
+    background: url("dot.png") repeat-x scroll left center transparent;
     border: medium none;
     /*padding: 0.5em 0;*/
 }