X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Fglobal.css;h=ef76b5ffbe8f3a67a1ee93c6e8e3d41bb88a0bd4;hb=c845415a99ebc348103815a7b2c55b15c75cdd24;hp=4dd4cd57262efdfafb76c40d842b4dc937925ac6;hpb=af42e5e481832353550aea9b4373fba3c7ae1a6a;p=friendica.git diff --git a/view/global.css b/view/global.css index 4dd4cd5726..ef76b5ffbe 100644 --- a/view/global.css +++ b/view/global.css @@ -28,7 +28,7 @@ a.btn, a.btn:hover { } .overline { - text-decoration: overline; + text-decoration: overline; } /* List of social Networks */ @@ -59,12 +59,18 @@ span.connector { padding-bottom: 5px; margin-top: 10px; } -.type-link:after, .type-video:after { - content: "."; - display: block; - height: 0; - clear: both; - visibility: hidden; + +.type-link:after, .type-video:after, +.oembed.video:after { + content: "."; + display: block; + height: 0; + clear: both; + visibility: hidden; +} + +.type-video .oembed.video:after { + float: left; } .wall-item-container .wall-item-content .type-link img, @@ -93,6 +99,7 @@ span.connector { font-size: 13px; line-height: normal; } + .type-link .oembed, .type-video .oembed { font-size: 18px; font-weight: 300; @@ -117,6 +124,15 @@ span.connector { position: relative; } +.embed_video.active { + float: none; +} + +.oembed.video .embed_video > div { + position: absolute; + top: 0px; + left: 0px; +} .embed_rich { display: block; transition: height .75s; @@ -163,6 +179,24 @@ blockquote.shared_content { border: none; } +/* Events */ +.event-summary { + margin: 0px 0px 10px 0px; + font-weight: bold; +} + +.vevent .event-summary { + margin: 0px 0px 10px 0px; +} + +.vevent .event-description { + padding: 10px 0; +} + +.event-label { + font-weight: bold; +} + .settings-heading a:after{ content: ' »'; } @@ -203,8 +237,22 @@ span.oembed, h4 { margin: 0px 0px 0px 0px; } -code { display: block; background-color: #eee; color: #666; padding:1em; font-size: 0.8em; font-family: monospace; } -key { display: inline; background-color: #eee; color: #666; padding:0.2em; font-size: 0.8em; font-family: monospace; } +code { + display: block; + background-color: #eee; + color: #666; + padding: 1em; + font-size: 0.85em; + font-family: monospace; +} +key { + display: inline; + background-color: #eee; + color: #666; + padding: 0.2em; + font-size: 0.85em; + font-family: monospace; +} /* fields help text */ .field .field_help { @@ -269,19 +317,19 @@ img.acpopup-img { /* plain text editor upload/select popup */ -.fbrowser .path a { padding: 5px; } -.fbrowser .path a:before { content: "/"; padding-right: 5px;} +.fbrowser .path a, .fbrowser .path .btn-link { padding: 5px; } +.fbrowser .path a:before, .fbrowser .path .btn-link:before { content: "/"; padding-right: 5px;} .fbrowser .folders ul { list-style-type: none; padding-left: 10px;} .fbrowser .list { height: auto; overflow-y: hidden; margin: 10px 0px; } .fbrowser.image .photo-album-image-wrapper { float: left; } -.fbrowser.image a img { height: 48px; } -.fbrowser.image a p { display: none;} +.fbrowser.image a img, .fbrowser.image .btn-link img { height: 48px; } +.fbrowser.image a p, .fbrowser.image .btn-link p { display: none;} .fbrowser.file .photo-album-image-wrapper { float:none; white-space: nowrap; } .fbrowser.file img { display: inline; } .fbrowser.file p { display: inline; white-space: nowrap; } .fbrowser .upload { clear: both; padding-top: 1em;} .fbrowser .error { background: #ffeeee; border: 1px solid #994444; color: #994444; padding: 0.5em;} -.fbrowser .error a.close { float: right; font-weight: bold; } +.fbrowser .error .close { float: right; font-weight: bold; } .fbrowser .error.hidden { display: none; } a { @@ -365,14 +413,10 @@ a { color: #00a700; } .federation-graph { - width: 400px; - height: 400px; + margin: 0 auto; float: right; - margin: 20px; } .federation-network-graph { - width: 240px; - height: 240px; float: left; margin: 20px; } @@ -467,19 +511,19 @@ td.federation-data { /* admin pending user notes */ td.pendingnote { - padding-left: 20px; - padding-right: 20px; + padding-left: 20px; + padding-right: 20px; } td.pendingnote > p > span { - font-weight: bold; + font-weight: bold; } /* warning message */ .warning-message { - padding: 10px; - margin: 5px; - border-left: 5px solid #f00; - font-weight: bold; + padding: 10px; + margin: 5px; + border-left: 5px solid #f00; + font-weight: bold; } /* src/href attributes filter error display */ @@ -488,3 +532,51 @@ td.pendingnote > p > span { .invalid-src:after, .invalid-href:after { content: '⚠️'} img.invalid-src:after { vertical-align: top;} + +/* Tag cloud */ +.tag1, .tag1:hover { + font-size: 0.9em ; + color: DarkGray; +} +.tag2, .tag2:hover { + font-size: 1.0em; + color: LawnGreen; +} +.tag3, .tag3:hover { + font-size: 1.1em; + color: DarkOrange; +} +.tag4, .tag4:hover { + font-size: 1.2em; + color: Red; +} +.tag5, .tag5:hover { + font-size: 1.3em; + color: Gold; +} +.tag6, .tag6:hover { + font-size: 1.4em; + color: Teal; +} +.tag7, .tag7:hover { + font-size: 1.5em; + color: DarkMagenta; +} +.tag8, .tag8:hover { + font-size: 1.6em; + color: DarkGoldenRod; +} +.tag9, .tag9:hover { + font-size: 1.7em; + color: DarkBlue; +} +.tag10 .tag10:hover { + font-size: 1.8em; + color: DeepPink; +} +.tags > a:hover { + text-decoration: underline; +} +.tag-cloud { + word-wrap: break-word; +}