]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/smoothly/style.css
modified: view/theme/smoothly/css/typography.css
[friendica.git] / view / theme / smoothly / style.css
index 447b218ed1d82c60aed8aa4e3251917e0ff7fb0f..ceda263fe5b74f86c81d07050996bc067986871f 100644 (file)
@@ -2,7 +2,7 @@
        style.css
        Smoothly
    
-       Created by alex@friendica.pixelbits.de on 2012-10-25
+       Created by alex@friendica.pixelbits.de on 2012-11-12
 
 ** Colors ** 
 Blue links - #1873a2
@@ -916,7 +916,12 @@ ul .sidebar-group-li .icon {
 }
 
 .nets-link {
-       margin-left: 24px;
+       color: #1873A2;
+       text-decoration: none;
+       margin-left: 2px;
+       padding-left: 20px;
+       background: url("images/arrow.png") no-repeat scroll left center transparent;
+       box-shadow: none;
 }
 .nets-all {
        margin-left: 42px;
@@ -2767,7 +2772,7 @@ margin-left: 0px;
 }
 
 #follow-sidebar {
-       margin-bottom: 80px;
+       margin-bottom: 10px;
 }
 
 #follow-sidebar h3:before {
@@ -3544,6 +3549,7 @@ margin-left: 0px;
 #adminpage h3 {
        border-bottom: 1px solid #898989;
        margin-bottom: 5px;
+       padding-bottom: 5px;
        margin-top: 10px;
 }
 
@@ -3560,10 +3566,16 @@ margin-left: 0px;
 #adminpage .plugin {
        list-style: none;
        display: block;
-       border: 1px solid #888888;
-       padding: 1em;
-       margin-bottom: 5px;
        clear: left;
+       border: 1px solid #7C7D7B;
+       box-shadow: 0 0 8px #BDBDBD;
+               -moz-box-shadow: 3px 3px 4px #959494;
+               -webkit-box-shadow: 3px 3px 4px #959494;
+       border-radius: 5px;
+               -moz-border-radius: 5px;
+               -webkit-border-radius: 5px;
+       padding:10px;
+       margin:10px 10px 10px 0;
 }
 
 #adminpage .toggleplugin {
@@ -4346,10 +4358,14 @@ div #datebrowse-sidebar.widget {
 
 #settings-notifications {
        border: 1px solid #7C7D7B;
+       box-shadow: 0 0 8px #BDBDBD;
+               -moz-box-shadow: 3px 3px 4px #959494;
+               -webkit-box-shadow: 3px 3px 4px #959494;
        border-radius: 5px;
                -moz-border-radius: 5px;
                -webkit-border-radius: 5px;
        padding:10px;
+       margin:10px 10px 10px 0;
 }
 
 #id_npassword {}
@@ -4377,3 +4393,19 @@ div #datebrowse-sidebar.widget {
 
 #remote-friends-in-common  {}
 
+.settings-block {
+       border: 1px solid #7C7D7B;
+       box-shadow: 0 0 8px #BDBDBD;
+               -moz-box-shadow: 3px 3px 4px #959494;
+               -webkit-box-shadow: 3px 3px 4px #959494;
+       border-radius: 5px;
+               -moz-border-radius: 5px;
+               -webkit-border-radius: 5px;
+       padding:10px;
+       margin:10px 10px 10px 0;
+}
+
+#page-settings-label{
+       width: auto !important;
+       margin-bottom: 5px !important;
+}