]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/duepuntozero/style.css
Merge pull request #5772 from MrPetovan/bug/php7-remove-pear-text_highlighter
[friendica.git] / view / theme / duepuntozero / style.css
index bfffeb2503dc4b3aa493c62bb1e1be3145dff94a..e327a1ec91a92c51da08dd17208006d9d7a41e03 100644 (file)
@@ -41,7 +41,7 @@ img { border :0px; }
        width: 384px;
 }
 
-code {
+pre code {
        font-family: Courier, monospace;
        white-space: pre;
        display: block;
@@ -83,6 +83,26 @@ blockquote {
        margin-right: 5px;
 }
 
+ul.menu-popup {
+       position: absolute;
+       display: none;
+       width: auto;
+       margin: 2px 0 0;
+       padding: 0px;
+       list-style: none;
+       z-index: 100000;
+       border: 2px solid #444444;
+       background: #FFFFFF;
+}
+.menu-popup li a {
+       padding: 2px;
+       white-space: nowrap;
+}
+
+a.btn, a.btn:hover {
+       text-decoration: none;
+       color: inherit;
+}
 
 
 /* nav */
@@ -144,7 +164,7 @@ nav #banner #logo-text a:hover { text-decoration: none; }
        height: 15px;
        margin-top: 67px;
        margin-right: 2px;
-       /* padding: 6px 10px; */
+       /*padding: 6px 10px;*/
        padding: 6px 3px;
        float: left;
        bottom: 140px;
@@ -244,7 +264,7 @@ section {
        display:block;
        float:left;
        padding: 0.4em;
-       /*margin-right: 1em; */
+       /*margin-right: 1em;*/
        margin-right: 3px ;
 }
 .tab.active {
@@ -706,6 +726,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,
@@ -1092,7 +1115,8 @@ input#dfrn-url {
        left: 65px;
 }
 
-.wall-item-ago {
+.wall-item-ago,
+.shared-time {
        color: #888888;
        font-size: 0.8em;
 }
@@ -1102,7 +1126,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%;
@@ -1133,6 +1157,11 @@ input#dfrn-url {
        margin-right: 10px;
 }
 
+.wall-item-like-buttons > a.active,
+.wall-item-attend-wrapper > a.active {
+       background-color: rgba(52, 101, 164, .5);
+}
+
 .editpost {
        margin-left: 10px;
        float: left;
@@ -1181,7 +1210,8 @@ input#dfrn-url {
 .wall-item-wrapper-end {
        clear: both;
 }
-.wall-item-name-link {
+.wall-item-name-link,
+.shared-author {
        font-weight: bold;
        text-decoration: none;
        color: #3172BD;
@@ -1525,6 +1555,9 @@ blockquote.shared_content {
   clear:left;
 }
 
+.pager .disabled {
+       display: none;
+}
 
 .pager_first,
 .pager_last,
@@ -1719,10 +1752,6 @@ blockquote.shared_content {
        /*margin-left: 175px;*/
 }
 
-.contact-edit-submit {
-       margin-top: 20px;
-}
-
 .contact-select {      position: absolute; top: 64px; left:64px; display:none; }
 .contact-select:checked,
 .contact-entry-photo:hover .contact-select {   display:block; }
@@ -2164,9 +2193,6 @@ aside input[type='text'] {
 
 }
 
-.widget h3 a {
-       color: #000000;
-}
 
 /*.photos {
        height: auto;
@@ -2527,7 +2553,7 @@ aside input[type='text'] {
 }
 
 
-#plugin-settings-link, #account-settings-link {
+#addon-settings-link, #account-settings-link {
        margin-bottom: 10px;
 }
 
@@ -2695,9 +2721,7 @@ aside input[type='text'] {
 }
 
 .settings-block {
-       border: 1px solid #AAA;
-       margin: 10px;
-       padding: 10px;
+       border-bottom: 1px solid #AAA;
 }
 
 .app-title {
@@ -3059,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;
@@ -3070,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;
 }
@@ -3291,6 +3315,12 @@ aside input[type='text'] {
 
 /* autocomplete popup */
 .acpopup {
+       background-color:#ffffff;
+       overflow:auto;
+       z-index:100000;
+       border:1px solid #cccccc;
+}
+.acpopup-mce {
        max-height:150px;
        background-color:#ffffff;
        overflow:auto;
@@ -3309,6 +3339,12 @@ aside input[type='text'] {
 .acpopupitem.selected {
        color: #FFFFFF; background: #3465A4;
 }
+.textcomplete-item.active {
+       color: #FFFFFF; background: #3465A4;
+}
+.active a .acpopup-sub-text {
+       color: #fff;
+}
 
 /* popup notifications */
 div.jGrowl div.notice {
@@ -3374,17 +3410,6 @@ div.jGrowl div.info {
 .nav-notify.show {
        display: block;
 }
-ul.menu-popup {
-       position: absolute;
-       display: none;
-       width: 10em;
-       margin: 0px;
-       padding: 0px;
-       list-style: none;
-       z-index: 100000;
-       top: 90px;
-       left: 200px;
-}
 #nav-notifications-menu {
        width: 320px;
        max-height: 400px;
@@ -3394,6 +3419,8 @@ ul.menu-popup {
        -webkit-border-radius: 5px;
        border-radius:5px;
        border: 1px solid #888;
+       top: 90px;
+       left: 200px;
 }
 #nav-notifications-menu .contactname { font-weight: bold; font-size: 0.9em; }
 #nav-notifications-menu img { float: left; margin-right: 5px; }
@@ -3527,10 +3554,6 @@ ul.menu-popup {
   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;