]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/smoothly/style.css
@brief is removed completely
[friendica.git] / view / theme / smoothly / style.css
index e91eccfe174e5e3af54d5de4c915968e7b6ab802..7e276f459753802ab1168a480c6e13e5c5dc86d8 100644 (file)
@@ -20,7 +20,7 @@ Orange - #fec01d
 /* For general iPad layouts */
 #body {
        -moz-background-clip: border;
-       -moz-background-origin: pdading;
+       -moz-background-origin: padding;
        -moz-background-size: auto auto;
        background-attachment: scroll;
        background-color: transparent;
@@ -396,6 +396,10 @@ ul.menu-popup li a:hover {
        margin: 4px;
 }
 
+.pager .disabled {
+       display: none;
+}
+
 .pager_current {
        background-color: #1873a2;
        color: #ffffff;
@@ -958,10 +962,9 @@ li.widget-list {
        top: 1px;
 }
 
-.group-selected,
-.nets-selected,
-.fileas-selected,
-.categories-selected {
+
+.widget .selected,
+.group-selected {
        padding-bottom: 0px;
        padding-left: 2px;
        padding-right: 2px;
@@ -1002,13 +1005,13 @@ ul .sidebar-group-li .icon {
        width: 12px;
 }
 
-.nets-ul, .fileas-ul, .categories-ul, .datebrowse-ul  {
+.nets-ul, .fileas-ul, .category-ul, .datebrowse-ul  {
        list-style-type: none;
 }
 
 .nets-ul li,
 .fileas-ul li,
-.categories-ul li,
+.category-ul li,
 .datebrowse-link {
 }
 
@@ -1025,12 +1028,12 @@ ul .sidebar-group-li .icon {
 }
 
 .fileas-link,
-.categories-link {
+.category-link {
        margin-left: 0px;
 }
 
 .fileas-all,
-.categories-all {
+.category-all {
        margin-left: 0px;
 }
 
@@ -1612,6 +1615,7 @@ ul .sidebar-group-li .icon {
        margin-right: 20px;
 }
 
+.pin-item,
 .star-item,
 .tag-item {
        float: left;
@@ -1856,7 +1860,7 @@ blockquote.shared_content {
 
 #item-delete-selected-icon {}
 
-code {
+pre code {
        font-family: Courier, monospace;
        display: block;
        overflow: auto;
@@ -2020,7 +2024,7 @@ code {
        float: right;
 }
 
-.wall-item-body code {
+.wall-item-body pre code {
        font-family: Courier, monospace;
        display: block;
        overflow: auto;
@@ -2831,10 +2835,6 @@ margin-left: 0px;
        clear: both;
 }
 
-#viewcontacts {
-       margin-top: 15px;
-}
-
 .contact-entry-wrapper .contact-entry-photo-wrapper {
        float: left;
        margin-right: 10px;
@@ -3053,7 +3053,8 @@ margin-left: 0px;
 #side-invite-link,
 #side-random-profile-link,
 #side-suggest-link,
-#side-match-link {
+#side-match-link,
+#side-directory-link {
        width: 80%;
        padding: 10px;
        margin: auto;
@@ -3075,7 +3076,8 @@ margin-left: 0px;
 #side-invite-link:hover,
 #side-random-profile-link:hover,
 #side-suggest-link:hover,
-#side-match-link:hover {
+#side-match-link:hover,
+#side-directory-link:hover {
        color: #efefef;
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1873a2), color-stop(1, #6da6c4) );
        background: -moz-linear-gradient( center top, #1873a2 5%, #6da6c4 100% );
@@ -3094,7 +3096,8 @@ margin-left: 0px;
 #side-invite-link:active,
 #side-random-profile-link:active,
 #side-suggest-link:active,
-#side-match-link:active {
+#side-match-link:active,
+#side-directory-link:active {
        background-color: #1873a2;
        position: relative;
        top: 1px;
@@ -3103,7 +3106,8 @@ margin-left: 0px;
 #side-invite-link a,
 #side-random-profile-link a,
 #side-suggest-link a,
-#side-match-link a {
+#side-match-link a,
+#side-directory-link a {
        color: #efefef;
 }
 
@@ -3816,12 +3820,12 @@ margin-left: 0px;
 }
 
 #adminpage
-#pluginslist {
+#addonslist {
        margin: 0px;
        padding: 0px;
 }
 
-#adminpage .plugin {
+#adminpage .addon {
        list-style: none;
        display: block;
        clear: left;
@@ -3836,7 +3840,7 @@ margin-left: 0px;
        margin:10px 10px 10px 0;
 }
 
-#adminpage .toggleplugin {
+#adminpage .toggleaddon {
        float: left;
        margin-right: 1em;
 }
@@ -3987,6 +3991,15 @@ margin-left: 0px;
        height: 20px;
        background-image: url("images/icons.png");
 }
+.pinned {
+       background-image: url("images/star.png");
+       repeat: no-repeat;
+}
+.unpinned {
+       background-image: url("images/premium.png");
+       repeat: no-repeat;
+}
+
 .starred {
        background-image: url("images/star.png");
        repeat: no-repeat;
@@ -4125,108 +4138,11 @@ tools {
        width: 690px;
        float:left;
 }
-#acl-search {
-       float:right;
-       background: #ffffff url("../../../images/search_18.png") no-repeat right center;
-       padding-right: 20px;
-}
-
-#acl-showall {
-       float: left;
-       display: block;
-       font-size: 1em;
-       font-style: bold;
-       text-align: center;
-       padding: 3px;
-       margin-bottom: 5px;
-       background-color: #cccccc;
-       background-position: 7px 7px;
-       background-repeat: no-repeat;
-       padding: 5px;
-       border-radius: 5px;
-               -webkit-border-radius: 5px ;
-               -moz-border-radius: 5px;
-       color: #999999;
-}
-
-#acl-showall.selected {
-       color: #ffffff;
-       background-color: #1873a2;
-}
-
-#acl-list {
-       height: 400px;
-       border: 1px solid #cccccc;
-       background-color: #efefef;
-       clear: both;
-       margin-top: 30px;
-       overflow: auto;
-}
-
-#acl-list-content {
-}
-
-.acl-list-item {
-       display: block;
-       width: 155px;
-       height: 50px;
-       border: 1px solid #cccccc;
-       background-color: #fff;
-       margin: 5px;
-       float: left;
-       box-shadow: 2px 2px 3px #c1c1c1;
-               -moz-box-shadow: 2px 2px 3px #c1c1c1;
-               -webkit-box-shadow: 2px 2px 3px #c1c1c1;
-}
-.acl-list-item img {
-       width: 30px;
-       height: 30px;
-       float: left;
-       margin: 5px;
-}
-
-.acl-list-item p {
-       color: #999999;
-       height: 12px;
-       font-size: 0.7em;
-       margin: 0px;
-       padding: 2px 0px 1px;
-       overflow: hidden;
-}
-
-.acl-list-item a {
-       font-size: 10px;
-       display: block;
-       float: left;
-       color: #efefef;
-       background-color: #898989;
-       background-position: 3px 3px;
-       background-repeat: no-repeat;
-       margin: 10px 0 0 5px;
-       border-radius: 2px;
-               -webkit-border-radius: 2px ;
-               -moz-border-radius: 2px;
-       padding: 3px;
-}
-
 #acl-wrapper a:hover {
        text-decoration: none;
        background-color:#1873a2;
 }
 
-.acl-button-show.selected {
-       color: #efefef;
-       background-color: #1873a2;
-}
-
-.acl-button-hide .selected {
-       color: #efefef;
-       background-color: #a2a2a2;
-}
-
-.acl-list-item.groupshow { border-color: #1873a2; }
-.acl-list-item.grouphide { border-color: #a2a2a2; }
-
 /* ========================= */
 /* = Global Directory Link = */
 /* ========================= */
@@ -4284,7 +4200,7 @@ a.active {
 }
 
 /* notifications popup menu */
-.manage-notify {
+.delegation-notify {
        font-size: 10px;
        padding: 1px 3px;
        top: 0px;
@@ -4619,7 +4535,7 @@ hr.line-dots {
 
 #birthday-notice {}
 #nav-notifications-template {}
-#categories-sidebar {}
+#category-sidebar {}
 #nets-desc {}
 #status-tab {}
 #page-footer {}
@@ -4669,9 +4585,6 @@ div #datebrowse-sidebar.widget {
        width: 75px;
 }
 
-#id_post_newfriend,
-#id_post_joingroup,
-#id_post_profilechange,
 #id_notify1,
 #id_notify2,
 #id_notify3,