]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/smoothly/style.css
Fix registration form
[friendica.git] / view / theme / smoothly / style.css
index 447b218ed1d82c60aed8aa4e3251917e0ff7fb0f..c560dcc77227efba6dd0e3bea1d1274f6e01b90b 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 2013-01-01
 
 ** 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;
@@ -1373,9 +1378,15 @@ ul .sidebar-group-li .icon {
        position: absolute;
        overflow: hidden;
        height: 20px;
-       width: 90px;
+       width: 100%;
        top: 85px;
        left: -1px;
+       border-right: 1px solid #dddddd;
+       border-left: 1px solid #dddddd;
+       border-bottom: 1px solid #dddddd;
+       box-shadow: 3px 3px 4px #959494;
+               -moz-box-shadow: 3px 3px 4px #959494;
+               -webkit-box-shadow: 3px 3px 4px #959494;
        border-radius: 0px 0px 5px  5px;        
                -webkit-border-radius: 0px 0px 5px  5px;
                -moz-border-radius: 0px 0px 5px  5px;
@@ -1538,7 +1549,6 @@ ul .sidebar-group-li .icon {
 
 .wall-item-location {
        margin-top: 5px;
-       width: 100px;
        overflow: hidden;
        text-overflow: ellipsis;
                -o-text-overflow: ellipsis;
@@ -1601,7 +1611,7 @@ ul .sidebar-group-li .icon {
 
 .wall-item-photo-menu {
        display: none;
-       min-width: 92px;
+       min-width: 88px;
        color: #2e3436;
        border-top: 1px;
        background: #eeeeee;
@@ -1622,15 +1632,6 @@ ul .sidebar-group-li .icon {
 
 }
 
-.wall-item-photo-menu-button {
-       border-right: 1px solid #dddddd;
-       border-left: 1px solid #dddddd;
-       border-bottom: 1px solid #dddddd;
-       box-shadow: 3px 3px 4px #959494;
-               -moz-box-shadow: 3px 3px 4px #959494;
-               -webkit-box-shadow: 3px 3px 4px #959494;
-}
-
 .fakelink wall-item-photo-menu-button {
        -webkit-border-radius: 0px 5px 5px 5px;
        -moz-border-radius: 0px 5px 5px 5px;
@@ -1728,7 +1729,6 @@ code {
 }
 
 .wall-item-outside-wrapper.comment .wall-item-photo-menu-button {
-       width: 50px;
        top: 45px;
        background-position: 35px center;
 }
@@ -1775,7 +1775,8 @@ code {
 }
 
 .comment-edit-text-empty { 
-       width: 672px; /*80%*/
+       width: 98%;
+       max-width: 672px;
        height: 20px;
        color: #babdb6;
        transition: all 0.5s ease-in-out;       
@@ -1788,7 +1789,8 @@ code {
 }
 
 .comment-edit-text-full { 
-       width: 670px; 
+       width: 98%;
+       max-width: 672px;
        height: 6em;
        transition: all 0.5s ease-in-out;       
                -webkit-transition: all 0.5s ease-in-out;
@@ -1796,7 +1798,8 @@ code {
 }
 
 .comment-edit-submit-wrapper { 
-       width: 670px; 
+       width: 98%;
+       max-width: 672px;
        margin-left: 20px; 
        text-align: left; 
 }
@@ -1943,9 +1946,10 @@ div[id$="wrapper"] br {
        clear:both; 
 }
 
-.profile-match-name a {
-       color: #999;
-       font-size: 1em;
+.profile-match-name {
+        float: left;
+        text-align: left;
+        overflow: hidden;
 }
 
 .profile-match-name a:hover {
@@ -1953,20 +1957,36 @@ div[id$="wrapper"] br {
 }
 
 .profile-match-wrapper {
+       position: relative;
        float:left;
-       height:120px;
-       padding:10px;
-       width:120px;
-       margin-bottom: 10px;
-       /*margin-left: 20px;*/
+       height:80px;
+       padding:5px;
+       width:80px;
+       margin-bottom: 70px;
+       margin-right: 29px;
        background-color: #f6f6f6;
        border: 1px solid #dddddd;
        box-shadow: 3px 3px 4px #959494;
                -moz-box-shadow: 3px 3px 4px #959494;
                -webkit-box-shadow: 3px 3px 4px #959494;
-       clear: both;    
 }
 
+.profile-match-break,
+.profile-match-end {
+        clear: both;
+}
+
+.profile-match-connect {
+        text-align: left;
+        font-weight: bold;
+}
+.profile-match-ignore {
+       height: 0!important;
+}
+
+#profile-match-wrapper-end {
+        clear: both;
+}
 .profile-match-end {
        clear: both;
 }
@@ -2767,7 +2787,7 @@ margin-left: 0px;
 }
 
 #follow-sidebar {
-       margin-bottom: 80px;
+       margin-bottom: 10px;
 }
 
 #follow-sidebar h3:before {
@@ -3544,6 +3564,7 @@ margin-left: 0px;
 #adminpage h3 {
        border-bottom: 1px solid #898989;
        margin-bottom: 5px;
+       padding-bottom: 5px;
        margin-top: 10px;
 }
 
@@ -3560,10 +3581,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 {
@@ -4192,7 +4219,6 @@ div.wall-item-content-wrapper.shiny {
 #profile-upload-wrapper,
 #wall-image-upload-div,
 #wall-file-upload-div,
-
 .hover, 
 .focus {
        cursor: pointer;
@@ -4233,6 +4259,8 @@ hr.line-dots {
 .filer-icon {
        display: block; width: 16px; height: 16px;
        background-image: url('images/file.gif');
+       margin-left: 5px;
+       float: left;
 }
 
 .icon.dim { opacity: 0.3;filter:alpha(opacity=30); }
@@ -4346,10 +4374,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 +4409,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;
+}