diff options
-rw-r--r-- | nh.html | 2 | ||||
-rw-r--r-- | style.css | 62 |
2 files changed, 2 insertions, 62 deletions
diff --git a/nh.html b/nh.html index 6df4a72..7341f38 100644 --- a/nh.html +++ b/nh.html @@ -7,7 +7,7 @@ <body> <h1>Please support the Free Software Movement. The state of New Hampshire may be incorporating software freedom into its law.</h1> <p>Jan 13, 2022.</p> - <p>The original article which I based this off is at <a href="https://libreboot.org/news/usa-libre.html">https://libreboot.org/news/usa-libre.html</a> by Leah Rowe. This article is a "fork" of that article and contains parts of it. Thanks to everybody who contributed to this event and supports software freedom. I'd recommend reading the original one, too.</p> + <p>This article is incomplete. The original article which I based this off is at <a href="https://libreboot.org/news/usa-libre.html">https://libreboot.org/news/usa-libre.html</a> by Leah Rowe. This article is a "fork" of that article and contains parts of it. Thanks to everybody who contributed to this event and supports software freedom. I'd recommend reading the original one, too.</p> <div id="majornote"> <p>For the general public: In this article, I explain what's happening in New Hampshire, why software freedom matters for you and the society in general, and what you could do to help us in this battle.</p> <p>For supporters of the free software movement: Please read this. As far as I know, this is the first time software freedom as we know it is proposed as a bill for law. Thank you so much.</p> diff --git a/style.css b/style.css index 1de487f..956656e 100644 --- a/style.css +++ b/style.css @@ -1,60 +1,7 @@ -body { - background-color: black; - color: white; - margin: 3%; - line-height: 1.25; - text-align: justify; - font-family: serif; -} -div, p, h1, h2, h3, h4, h5, h6, ul, ol { - padding: 2px; -} -h1, h2, h3, h4, h5, h6 { - font-family: sans-serif; -} -h1 { - text-align: center; -} -#main { - margin: auto; -} -#main div { - margin: auto; - max-width: 50em; -} -#footer { - line-height: 1.2; - font-family: monospace; - font-size: 80%; -} -a:link { - color: cyan; - text-decoration: none; - font-style: italic; -} -a:visited { - color: violet; - text-decoration: none; - font-style: italic; -} -a:hover { - color: yellow; - text-decoration: none; - font-style: italic; -} -a:active { - color: lime; - text-decoration: none; - font-style: italic; -} #nav ul { list-style-type: none; padding: 1em 0; text-align: center; - /*************************************/ - /* border-top: 2px solid black; */ - /* border-bottom: 2px solid back; */ - /*************************************/ } #nav ul li { font-family: sans-serif; @@ -66,7 +13,7 @@ a:active { font-weight: bold; } #majornote { - color: lime; + color: green; display: block; border: 2px dashed lime; transition: all 0.5s; @@ -86,10 +33,6 @@ a:active { animation-iteration-count: 1; animation-duration: 3s; } -#memes { - margin: auto; - /* columns: 255 10em; */ -} .alarm { color: red; } @@ -99,9 +42,6 @@ a:active { .good { color: lime; } -.annotation { - border: 2px dashed lime; -} @keyframes shake { 0%, 100% {transform: rotate(0deg);} 10%, 30%, 50%, 70%, 90% {transform: rotate(-3deg);} |