]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/css/style.css
Merge pull request #6581 from nupplaphil/config_refact
[friendica.git] / view / theme / frio / css / style.css
index cd55dcadc4b6e073ede90f55f8d3829569c74a2d..b293a3f48ad173c05e4c8f9698000da88c546e68 100644 (file)
@@ -96,9 +96,6 @@ blockquote {
     max-height: 0px !important;
     overflow: hidden !important;
 }
-code {
-    white-space: pre-wrap;
-}
 
 /**
  * mobile aside
@@ -133,6 +130,15 @@ code {
 /*
 * standard page elements
 */
+
+section.minimal {
+    top: 0px;
+    left: 0px;
+    position: absolute;
+    width: 100%;
+    height: 100%;
+}
+
 #back-to-top {
     display: none;
     cursor: pointer;
@@ -1065,9 +1071,6 @@ aside > #datebrowse-sidebar .posted-date-selector-months > ul > li:hover{
 }
 
 /* help page widget */
-aside > .help-content-wrapper code, .help-aside-wrapper code {
-    display: inline
-}
 aside > .help-aside-wrapper p strong:first-child {
     display: block;
     margin: 1em 0 0em;
@@ -1132,7 +1135,9 @@ aside .vcard .p-addr {
     white-space: nowrap;
     padding-bottom: 2px;
 }
-
+aside .vcard .title {
+    margin-top: 10px;
+}
 aside .vcard .detail {
     display: table;
     padding: 5px 0;
@@ -1147,6 +1152,7 @@ aside .vcard .icon {
 }
 #profile-extra-links {
     overflow: auto;
+    margin-bottom: 10px;
 }
 aside .vcard #dfrn-request-link-button,
 aside .vcard #wallmessage-link-botton {
@@ -1495,6 +1501,9 @@ section #jotOpen {
 .fbrowser.image .photo-album-image-wrapper {
     box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
 }
+.fbrowser.image .photo-album-image-wrapper .caption {
+    pointer-events: none;
+}
 .fbrowser .profile-rotator-wrapper {
     min-height: 200px;
 }
@@ -1541,11 +1550,11 @@ aside .panel-body {
 }
 
 /* Thread hover effects */
-.wall-item-container .wall-item-content a,
-.wall-item-container a,
-.wall-item-container .fakelink,
-.toplevel_item .fakelink,
-.toplevel_item .wall-item-container .wall-item-responses a {
+.desktop-view .wall-item-container .wall-item-content a,
+.desktop-view .wall-item-container a,
+.desktop-view .wall-item-container .fakelink,
+.desktop-view .toplevel_item .fakelink,
+.desktop-view .toplevel_item .wall-item-container .wall-item-responses a {
     color: #555;
     -webkit-transition: all 0.25s ease-in-out;
     -moz-transition: all 0.25s ease-in-out;
@@ -1787,6 +1796,12 @@ code > .hl-main {
 .oembed.video .embed_video > div:hover {
     background-color: rgba(0,0,0,0);
 }
+.oembed.video .embed_video.active {
+    margin: 1em 0;
+}
+.oembed.video .embed_video.active iframe {
+    width: 100% !important;
+}
 .wall-item-tags,
 .itemedited {
     margin-top: 10px;
@@ -2075,13 +2090,14 @@ ul.dropdown-menu li:hover {
 }
 
 /* Notificaiotn badges */
-.nav-notify .show {
-    display: block;
+#mail-update-li.show {
+    display: inline-block!important;
 }
 
 /* Media Classes */
 .media .time,
 .media .shared-time,
+.media .delivery,
 .media .location,
 .media .location a {
     font-size: 11px;