mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2025-08-19 11:27:24 +02:00
Compare commits
7 Commits
730d011930
...
36802a595e
Author | SHA1 | Date | |
---|---|---|---|
36802a595e | |||
ece02697b1 | |||
f899d7cce5 | |||
88583fef5e | |||
88ecbcda47 | |||
4b7d9ca41d | |||
8dbed4d891 |
31
_includes/ad.html
vendored
31
_includes/ad.html
vendored
@ -1,23 +1,16 @@
|
|||||||
<detect-missing-adblocker>
|
<detect-missing-adblocker>
|
||||||
<hr/>
|
<hr/>
|
||||||
<span slot="title"><p>Dear reader, you may be missing a content blocker!
|
<span slot="title"><p>Dear reader, you may be missing a content blocker! 🙀</p></span>
|
||||||
🙀</p></span>
|
<span slot="message">
|
||||||
<span slot="message">
|
<noscript><strong><em>Dear JavaScript blocker, please accept my apologies for needlessly showing you this.</em></strong></noscript>
|
||||||
<p>Please consider installing one to protect yourself, and your close ones,
|
<p>Please consider installing one to protect yourself, and your close ones, from <a href="https://www.wired.com/story/why-dont-we-just-ban-targeted-advertising/">manipulation</a> and <a href="https://en.m.wikipedia.org/wiki/Malvertising">targeted malvertising</a>!</p>
|
||||||
from <a
|
<p>Personally I love <strong>both</strong> <a href="https://privacybadger.org">Privacy Badger</a> <strong>and</strong> <a href="https://github.com/gorhill/uBlock/blob/master/README.md#ublock-origin-ubo">uBlock Origin</a>
|
||||||
href="https://www.wired.com/story/why-dont-we-just-ban-targeted-advertising/">manipulation</a> and <a
|
(<strong>with</strong> <a href="https://www.eff.org/files/effdntlist.txt">EFF DNT Policy
|
||||||
href="https://en.m.wikipedia.org/wiki/Malvertising">targeted
|
Allowlist</a>) <strong>together</strong>, while <a href="https://adnauseam.io">AdNauseam</a>
|
||||||
malvertising</a>!</p>
|
<em>alone</em> would be more direct protest tool to oppose how the internet is nowadays.</p>
|
||||||
<p>Personally I love <a href="https://privacybadger.org">Privacy Badger</a> and
|
<p>Android users may be better served by <a href="https://f-droid.org/packages/com.celzero.bravedns">Rethink</a> while for iOS there is <a href="https://adguard.com/adguard-ios/overview.html">AdGuard</a>.</p>
|
||||||
<a href="https://github.com/gorhill/uBlock/blob/master/README.md">uBlock Origin</a>
|
<p><a href="https://en.m.wikipedia.org/wiki/Targeted_advertising#Disadvantages">Learn more about targeted advertising!</a>
|
||||||
with
|
<p><small>PS. I am sorry if you are already protected and this silly script doesn't detect that, thank you for taking the steps towards a safer internet! 💜</small></p>
|
||||||
(<a href="https://www.eff.org/files/effdntlist.txt">EFF DNT Policy Allowlist</a>)
|
</span>
|
||||||
although Android users may be better served by <a href="https://f-droid.org/packages/com.celzero.bravedns">Rethink</a> while
|
|
||||||
for iOS there is <a
|
|
||||||
href="https://adguard.com/adguard-ios/overview.html">AdGuard</a>.</p>
|
|
||||||
<p><a
|
|
||||||
href="https://en.m.wikipedia.org/wiki/Targeted_advertising#Disadvantages">Learn
|
|
||||||
more about targeted advertising!</a>
|
|
||||||
</span>
|
|
||||||
<hr/>
|
<hr/>
|
||||||
</detect-missing-adblocker>
|
</detect-missing-adblocker>
|
||||||
|
3
_sass/_base.scss
vendored
3
_sass/_base.scss
vendored
@ -108,7 +108,8 @@ a {
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
|
||||||
&:visited {
|
&:visited {
|
||||||
color: darken($brand-color, 15%);
|
color: revert;
|
||||||
|
//darken($brand-color, 15%);
|
||||||
}
|
}
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
|
39
css/main.scss
vendored
39
css/main.scss
vendored
@ -14,13 +14,19 @@ $base-line-height: 1.5;
|
|||||||
|
|
||||||
$spacing-unit: 30px;
|
$spacing-unit: 30px;
|
||||||
|
|
||||||
$text-color: #111;
|
$text-color: revert;
|
||||||
$background-color: #fdfdfd;
|
//#111;
|
||||||
$brand-color: #2a7ae2;
|
$background-color: revert;
|
||||||
|
//#fdfdfd;
|
||||||
|
$brand-color: revert;
|
||||||
|
//#2a7ae2;
|
||||||
|
|
||||||
$grey-color: #828282;
|
$grey-color: revert;
|
||||||
$grey-color-light: lighten($grey-color, 40%);
|
//#828282;
|
||||||
$grey-color-dark: darken($grey-color, 25%);
|
$grey-color-light: revert;
|
||||||
|
//lighten($grey-color, 40%);
|
||||||
|
$grey-color-dark: revert;
|
||||||
|
//darken($grey-color, 25%);
|
||||||
|
|
||||||
// Width of the content area
|
// Width of the content area
|
||||||
$content-width: 800px;
|
$content-width: 800px;
|
||||||
@ -49,7 +55,8 @@ $on-laptop: 800px;
|
|||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
width: 6em;
|
width: 6em;
|
||||||
border: 1px solid black;
|
border: 1px solid;
|
||||||
|
//black;
|
||||||
}
|
}
|
||||||
|
|
||||||
// This is the short bio in the index and all my profiles
|
// This is the short bio in the index and all my profiles
|
||||||
@ -70,26 +77,30 @@ $on-laptop: 800px;
|
|||||||
.irclog {
|
.irclog {
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
border: 1px solid $grey-color-light;
|
border: 1px solid;
|
||||||
|
// $grey-color-light;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
background-color: #eef;
|
background-color: revert;
|
||||||
|
//#eef;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Tables belong to CSS, make the HTML5 validator happy
|
// Tables belong to CSS, make the HTML5 validator happy
|
||||||
table,
|
table,
|
||||||
td,
|
td,
|
||||||
th {
|
th {
|
||||||
border: 1px solid black;
|
border: 1px solid;
|
||||||
|
//black;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Trying to make images look a little better
|
// Trying to make images look a little better
|
||||||
img {
|
img {
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
border: 1px solid black;
|
border: 1px solid;
|
||||||
|
//black;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Also in index, hidden text
|
// Also in index, hidden text
|
||||||
#cake {
|
//#cake {
|
||||||
color: rgba(0, 0, 0, 0);
|
// color: rgba(0, 0, 0, 0);
|
||||||
}
|
//}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user