]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/smoothly/style.css
Merge pull request #12501 from MarekBenjamin/improve-registraiton-text-input
[friendica.git] / view / theme / smoothly / style.css
index 9bbf00c78030af7d751e570a2d0e933a3c6aec0f..3489de03184d633240bf8eae5c020e7145febc2a 100644 (file)
@@ -104,6 +104,14 @@ input[type=submit]:active {
        top: 1px;
 }
 
+.btn {
+       background-color: transparent;
+       box-shadow: none;
+       border: none;
+       padding: 0;
+       text-align: inherit;
+}
+
 #search-text,
 #search-submit,
 #search-save {
@@ -616,7 +624,7 @@ ul#user-menu-popup li a.nav-sep {
        padding-left: 11px;
 }
 
-#notify-update {
+#notification-update {
        background-position: 0px -168px;
 }
 
@@ -1615,6 +1623,7 @@ ul .sidebar-group-li .icon {
        margin-right: 20px;
 }
 
+.pin-item,
 .star-item,
 .tag-item {
        float: left;
@@ -1806,44 +1815,13 @@ ul .sidebar-group-li .icon {
 .type-link .oembed {
 }
 
-.shared_header {
-  height: 32px;
-  color: #999;
-  border-top: 1px solid #D2D2D2;
-  padding-top: 5px;
-  margin-top: 5px;
-}
-
 .shared_header a {
   color: black;
-  -webkit-transition: all 0.2s ease-in-out;
-  -moz-transition: all 0.2s ease-in-out;
-  -o-transition: all 0.2s ease-in-out;
-  -ms-transition: all 0.2s ease-in-out;
-  transition: all 0.2s ease-in-out;
 }
-
 .shared_header a:hover {
   color: #36c;
 }
 
-.shared_header img {
-  -webkit-border-radius: 4px;
-  -moz-border-radius: 4px;
-  border-radius: 4px;
-  float: left;
-}
-
-.shared_header span {
-  margin-left: 9px;
-}
-
-blockquote.shared_content {
-  margin-left: 32px;
-  color: #000;
-  border: none;
-}
-
 .icon.drop,
 .icon.drophide {
        float: left;
@@ -2037,20 +2015,6 @@ pre code {
 /* = Profile = */
 /* =========== */
 
-.advanced-profile-content {
-       margin-top: 5px;
-       margin-bottom: 10px;
-       margin-left: 30px;
-       width: 60%;
-}
-
-.advanced-profile-label {
-       margin-top: 10px;
-       margin-bottom: 0px;
-       padding-bottom: 5px;
-       font-size: 18px;
-}
-
 div[id$="wrapper"] {
        height: 100%;
 }
@@ -2059,10 +2023,6 @@ div[id$="wrapper"] br {
        clear: left;
 }
 
-#advanced-profile-with {
-       margin-left: 20px;
-}
-
 #profile-listing-desc,
 #profile-listing-new-link-wrapper {
        float: left;
@@ -2126,6 +2086,10 @@ div[id$="wrapper"] br {
        position: absolute;
 }
 
+#profile-menu {
+       display: none;
+}
+
 #cropimage-wrapper {
        float:left;
 }
@@ -2757,13 +2721,6 @@ margin-left: 0px;
        border: 1px solid #7C7D7B;
 }
 
-/* ========== */
-/* = Poke = */
-/* ========== */
-#poke-recip {
-       float: none;
-}
-
 /* ================= */
 /* = Notifications = */
 /* ================= */
@@ -2834,10 +2791,6 @@ margin-left: 0px;
        clear: both;
 }
 
-#viewcontacts {
-       margin-top: 15px;
-}
-
 .contact-entry-wrapper .contact-entry-photo-wrapper {
        float: left;
        margin-right: 10px;
@@ -3179,13 +3132,13 @@ margin-left: 0px;
        color: #efefef;
 }
 
-.crepair-label {
+.contact-advanced-label {
        margin-top: 10px;
        float: left;
        width: 250px;
 }
 
-.crepair-input {
+.contact-advanced-input {
        margin-top: 10px;
        float: left;
        width: 200px;
@@ -3722,8 +3675,6 @@ margin-left: 0px;
 
 #event-nofinish-checkbox,
 #event-nofinish-text,
-#event-adjust-checkbox,
-#event-adjust-text,
 #event-share-checkbox {
        float: left;
 }
@@ -3733,7 +3684,6 @@ margin-left: 0px;
 }
 
 #event-nofinish-break,
-#event-adjust-break,
 #event-share-break {
        clear: both;
 }
@@ -3928,37 +3878,6 @@ margin-left: 0px;
        color: #666666;
 }
 
-.field .onoff {
-       float: left;
-       width: 80px;
-}
-.field .onoff a {
-       display: block;
-       border: 1px solid #c1c1c1;
-       background-image: url("../../../images/onoff.jpg");
-       background-repeat: no-repeat;
-       padding: 4px 2px 2px 2px;
-       height: 16px;
-       text-decoration: none;
-}
-.field .onoff .off {
-       border-color: #c1c1c1;
-       padding-left: 40px;
-       background-position: left center;
-       background-color: #cccccc;
-       color: #666666;
-       text-align: right;
-}
-
-.field .onoff .on {
-       border-color: #c1c1c1;
-       padding-right: 40px;
-       background-position: right center;
-       background-color: #1873a2;
-       color: #FFFFFF;
-       text-align: left;
-}
-
 .field .radio .field_help {
        margin-left: 0px;
 }
@@ -3994,6 +3913,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;
@@ -4132,108 +4060,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 = */
 /* ========================= */
@@ -4291,7 +4122,7 @@ a.active {
 }
 
 /* notifications popup menu */
-.manage-notify {
+.delegation-notify {
        font-size: 10px;
        padding: 1px 3px;
        top: 0px;
@@ -4302,7 +4133,7 @@ a.active {
        margin-right: -20px;
 }
 
-.nav-notify {
+.nav-notification {
        display: none;
        position: absolute;
        font-size: 10px;
@@ -4312,7 +4143,7 @@ a.active {
        min-width: 15px;
        text-align: right;
 }
-.nav-notify.show {
+.nav-notification.show {
        display: block;
 }
 #nav-notifications-menu {
@@ -4444,11 +4275,11 @@ a.active {
        filter: alpha(opacity=100);
 }
 
-.notify-seen {
+.notification-seen {
        background: #000000;
 }
 
-.notify-seen a {
+.notification-seen a {
        color: #efefef !important;
 }
 
@@ -4602,8 +4433,6 @@ hr.line-dots {
 
 .location,
 .location-label,
-.gender-label,
-.marital-label,
 .homepage-label,
 .network-label {
        float: left;
@@ -4613,8 +4442,6 @@ hr.line-dots {
 }
 
 .adr,
-.x-gender,
-.marital-text,
 .homepage-url,
 .x-network {
        float: left;
@@ -4632,11 +4459,6 @@ hr.line-dots {
 #page-footer {}
 #live-profile {}
 
-.city-state-zip {}
-.country-name {}
-.locality {}
-.region {}
-.postal-code {}
 .mpfriend {}
 .toplevel_item {}
 
@@ -4695,7 +4517,7 @@ div #datebrowse-sidebar.widget {
 }
 
 #settings-activity-desc,
-#settings-notify-desc {
+#settings-notification-desc {
        margin: 10px 10px 10px 0;
        font-weight: bold;
 }
@@ -4753,15 +4575,10 @@ div #datebrowse-sidebar.widget {
        margin-bottom: 5px !important;
 }
 
-.onoff {
-       margin-right: 10px;
-}
-
 .settings-heading {
        margin: 25px 0 25px 0;
 }
 
-#id_itemcache,
 #id_basepath,
 #id_temppath,
 #id_lockpath,
@@ -4774,7 +4591,6 @@ div #datebrowse-sidebar.widget {
        width: 440px;
 }
 
-#id_itemcache_duration,
 #id_abandon_days,
 #id_maxloadavg,
 #id_poll_interval,