X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Fglobal.css;h=0e6a36e2c61ad0a9e49eb65fc4a482f40b9a29d5;hb=0134fa31d1ee3fb093d0979f01a300957e1b7871;hp=e990060943fb6f269ccc13c006cae89ab1ad35a1;hpb=dcbf4d6d11b7128d2410fe3778417f7fa05c403c;p=friendica.git diff --git a/view/global.css b/view/global.css index e990060943..0e6a36e2c6 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 */ @@ -201,6 +201,18 @@ blockquote.shared_content { content: ' »'; } +#profile-photo-wrapper { + clear: both; + overflow: hidden; +} + +#newmember-tips { + font-size: 1.2em; + float: right; + margin-top: -32px; + padding-right: 10px; +} + /* headers */ h1, h2, h3, h4, h5, h6 { margin: 5px 0px 5px 0px; @@ -237,8 +249,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 { @@ -399,14 +425,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; } @@ -442,6 +464,22 @@ td.federation-data { opacity: 0.3; } +/* help widget */ +aside .help-aside-wrapper ul { + padding-left: 1em; +} + +aside .help-aside-wrapper h1 { + font-size:2em +} + +.md_warning { + padding: 1em; + border: #ff0000 solid 2px; + background-color: #f9a3a3; + color: #ffffff; +} + #forum-widget-collapse:hover { opacity: 1.0; } @@ -501,19 +539,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 */ @@ -522,3 +560,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; +}