gatherer: cosmetics

This commit is contained in:
Astro 2023-08-09 10:38:42 +02:00
parent 22a8365564
commit 78ddf51e92
4 changed files with 32 additions and 11 deletions

View File

@ -34,12 +34,25 @@ header h1 {
font-variant: small-caps;
letter-spacing: 0.3rem;
}
header p {
header .tagline {
font-size: 150%;
margin: 0 0 1rem;
letter-spacing: 0.3rem;
}
.plea {
position: fixed;
top: -6rem;
right: -13rem;
padding: 0 8rem;
transform: translateX(-50%) rotate(45deg) translateX(50%);
background-color: #5582E0;
}
.plea p {
margin: 0;
text-align: center;
}
nav {
display: block;
text-align: center;

View File

@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<link rel="icon" type="image/png" sizes="16x16" href="/assets/favicon16.png"/>
<link rel="icon" type="image/png" sizes="48x48" href="/assets/favicon48.png"/>
<link rel="stylesheet" title="Default" type="text/css" href="/assets/style.css"/>
<link rel="stylesheet" title="Default" type="text/css" href="/assets/style.css?12"/>
</head>
<body>
<header>
@ -34,7 +34,7 @@
Mastodon v4.2.0 <a href="https://github.com/mastodon/mastodon/pull/23989#issuecomment-1628961709">breaks unauthenticated access</a> in future versions. That really sucks for <a href="https://fedi.buzz">#FediBuzz</a> and the <a href="https://relay.fedi.buzz">#FediBuzz Relay</a>.
</p>
<h2>Your privacy?</h2>
<h2>Your privacy</h2>
<p>
We consume only the <em>public</em> timeline. We don't even see boosts or replies. The permissions that we request won't allow us to do anything else.
</p>
@ -42,7 +42,7 @@
#FediBuzz gets at less data than what the Web crawlers can see. Of course, we respect the Internet standard <em>robots.txt</em>.
</p>
<p>
Despite taking these precautions, we still do not recommend using ActivityPub for sensitive communications. After all, it is made for publishing. For private messaging we personlly recommend <a href="https://omemo.top/">XMPP with OMEMO</a>.
Despite taking these precautions, we still do not recommend using ActivityPub for sensitive communications. After all, it is made for publishing. For private messaging we recommend <a href="https://omemo.top/">XMPP with OMEMO</a>.
</p>
</main>

View File

@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<link rel="icon" type="image/png" sizes="16x16" href="/assets/favicon16.png"/>
<link rel="icon" type="image/png" sizes="48x48" href="/assets/favicon48.png"/>
<link rel="stylesheet" title="Default" type="text/css" href="/assets/style.css"/>
<link rel="stylesheet" title="Default" type="text/css" href="/assets/style.css?12"/>
</head>
<body>
<header>
@ -23,6 +23,10 @@
<input type="submit" value="Ok">
</fieldset>
</form>
<p>
<a href="/">Back to #FediBuzz</a>
</p>
</div>
</main>

View File

@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<link rel="icon" type="image/png" sizes="16x16" href="/assets/favicon16.png"/>
<link rel="icon" type="image/png" sizes="48x48" href="/assets/favicon48.png"/>
<link rel="stylesheet" title="Default" type="text/css" href="/assets/style.css?11"/>
<link rel="stylesheet" title="Default" type="text/css" href="/assets/style.css?12"/>
<meta property="og:url" content="https://fedi.buzz/"/>
<meta property="og:type" content="website"/>
@ -19,11 +19,15 @@
<body>
<header>
<h1>Fedi&#173;Buzz</h1>
<p>Trends in the Fedi&#173;verse</p>
<!--p class="plea">
#FediBuzz needs your help!
<a href="/token/donate">Donate a token...</a>
</p-->
<p class="tagline">Trends in the Fedi&#173;verse</p>
<div class="plea">
<p>
#FediBuzz needs your help!
<p>
</p>
<a href="/token/donate">Donate an API token...</a>
</p>
</p>
</header>
<nav>