]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/duepuntozero/style.css
Merge pull request #7828 from nupplaphil/task/move_enotify
[friendica.git] / view / theme / duepuntozero / style.css
index c1e8067443a3f35af95c939b74ad119669ba9bad..bb5a25490e8078a8ab4127571ad37aea3d444ffd 100644 (file)
@@ -41,7 +41,7 @@ img { border :0px; }
        width: 384px;
 }
 
-code {
+pre code {
        font-family: Courier, monospace;
        white-space: pre;
        display: block;
@@ -159,7 +159,7 @@ nav #banner #logo-text a {
 nav #banner #logo-text a:hover { text-decoration: none; }
 
 
-.nav-commlink, .nav-login-link {
+.nav-commlink, .nav-login-link, .nav-logout-link {
        display: block;
        height: 15px;
        margin-top: 67px;
@@ -386,7 +386,7 @@ div.wall-item-content-wrapper.shiny {
        margin-bottom: 10px;
 }
 
-.group-selected, .nets-selected, .fileas-selected, .categories-selected, .forum-selected {
+.widget .selected, .group-selected, .forum-selected {
        padding: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
@@ -680,10 +680,6 @@ input#dfrn-url {
        clear: both;
 }
 
-
-#viewcontacts {
-       margin-top: 15px;
-}
 #profile-edit-default-desc {
        color: #FF0000;
        border: 1px solid #FF8888;
@@ -726,6 +722,9 @@ input#dfrn-url {
        height:175px;
        padding: 12px;
 }
+#profile-photo-wrapper.crop-preview img {
+       padding: 0;
+}
 
 #profile-edit-profile-name-label,
 #profile-edit-name-label,
@@ -1123,7 +1122,7 @@ input#dfrn-url {
        /* add ellipsis on text overflow               */
        /* this work on safari, opera, ie, chrome.     */
        /* firefox users have to wait support or we    */
-       /* can use a jquery plugin http://bit.ly/zJskg */
+       /* can use a jquery addon http://bit.ly/zJskg */
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        width: 100%;
@@ -1163,6 +1162,10 @@ input#dfrn-url {
        margin-left: 10px;
        float: left;
 }
+.pin-item {
+       margin-left: 10px;
+       float: left;
+}
 .star-item {
        margin-left: 10px;
        float: left;
@@ -1552,6 +1555,9 @@ blockquote.shared_content {
   clear:left;
 }
 
+.pager .disabled {
+       display: none;
+}
 
 .pager_first,
 .pager_last,
@@ -2118,11 +2124,11 @@ a.mail-list-link {
        list-style: none;
 }
 
-.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, .datebrowse-ul li {
+.nets-ul li, .fileas-ul li, .category-ul li, .datebrowse-ul li {
        margin-top: 10px;
 }
 
@@ -2133,11 +2139,11 @@ a.mail-list-link {
        margin-left: 42px;
 }
 
-.fileas-link, .categories-link {
+.fileas-link, .category-link {
        margin-left: 24px;
 }
 
-.fileas-all, .categories-all {
+.fileas-all, .category-all {
        margin-left: 0px;
 }
 
@@ -2547,7 +2553,7 @@ aside input[type='text'] {
 }
 
 
-#plugin-settings-link, #account-settings-link {
+#addon-settings-link, #account-settings-link {
        margin-bottom: 10px;
 }
 
@@ -2715,21 +2721,19 @@ aside input[type='text'] {
 }
 
 .settings-block {
-       border: 1px solid #AAA;
-       margin: 10px;
-       padding: 10px;
+       border-bottom: 1px solid #AAA;
 }
 
 .app-title {
        margin: 10px;
 }
 
-#identity-manage-desc {
+#identity-delegation-desc {
        margin-top:15px;
        margin-bottom: 15px;
 }
 
-#identity-manage-choose {
+#identity-delegation-choose {
        margin-bottom: 15px;
 }
 
@@ -3079,10 +3083,10 @@ aside input[type='text'] {
        text-align: right;
 }
 
-#adminpage #pluginslist {
+#adminpage #addonslist {
        margin: 0px; padding: 0px;
 }
-#adminpage .plugin {
+#adminpage .addon {
        list-style: none;
        display: block;
        border: 1px solid #888888;
@@ -3090,8 +3094,8 @@ aside input[type='text'] {
        margin-bottom: 5px;
        clear: left;
 }
-#adminpage .plugin .desc { margin-left: 2.5em;}
-#adminpage .toggleplugin {
+#adminpage .addon .desc { margin-left: 2.5em;}
+#adminpage .toggleaddon {
        float:left;
        margin-right: 1em;
 }
@@ -3201,6 +3205,8 @@ aside input[type='text'] {
 .on { background-position: -144px -32px; }
 
 .off { background-position: 0px -48px; }
+.pinned { background-position: -16px -48px; }
+.unpinned { background-position: -32px -48px; }
 .starred { background-position: -16px -48px; }
 .unstarred { background-position: -32px -48px; }
 .tagged { background-position: -48px -48px; }
@@ -3382,7 +3388,7 @@ div.jGrowl div.info {
 }
 
 /* notifications popup menu */
-.manage-notify {
+.delegation-notify {
   font-size: 10px;
   padding: 1px 3px;
   top: 0px;
@@ -3503,6 +3509,7 @@ div.jGrowl div.info {
                width: 100%;
                padding: 0.5em;
                height: auto;
+               box-sizing: border-box;
        }
        aside:before {
                content: ">>";
@@ -3550,10 +3557,6 @@ div.jGrowl div.info {
   margin: 0px 10px 10px 0px;
   position: relative;
 }
-.videos .video-top-wrapper .video-js {
-  width: 300px!important;
-  height: 232px!important;
-}
 .videos .video-top-wrapper .video-delete {
   position: absolute;
   opacity: 0;