update unhappy birthday
authorBenjamin Mako Hill <mako@atdot.cc>
Thu, 11 Feb 2016 22:47:27 +0000 (14:47 -0800)
committerBenjamin Mako Hill <mako@atdot.cc>
Thu, 11 Feb 2016 22:47:27 +0000 (14:47 -0800)
index.html
style.css

index 4c25bc9cf4338ffbd1f29860faa058b53a69da4f..38d76901ca66eed955895684656b00d59c43151d 100644 (file)
@@ -1,9 +1,8 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<!DOCTYPE html>
 
-<html xml:lang="en" lang="en">
+<html>
   <head>
+    <meta charset="UTF-8">
     <title>Unhappy Birthday</title>
     <link rel="stylesheet" type="text/css" href="style.css" />
   </head>
@@ -21,6 +20,19 @@ alt="logo" align="center"/>
 
 <div class="bodybox">
 
+  <div class="splash">
+    <h2>Notice!</h2>
+
+    <p>Unfortunately, a series of recent legal rulings have forced us to suspend our campaign. In 2015, Time Warner's copyright claim to “Happy Birthday” was  <a href="http://www.nytimes.com/2015/09/23/business/media/happy-birthday-copyright-invalidated-by-judge.html">declared invalid</a>. In 2016, a settlement was <a href="http://www.nytimes.com/2016/02/10/business/media/details-of-happy-birthday-copyright-settlement-revealed.html">announced</a> that calls for a judge to officially declare that the song is public domain.</p>
+
+    <p>This is horrible news for the future of music. It is horrible news for anybody who cares that creators, their heirs, etc., are fairly remunerated when their work is performed. What incentive will there be for anybody to pen the next “Happy Birthday” knowing that less than a century after their deaths— their estates and the large multinationals that buy their estates — might not be able to reap the financial rewards from their hard work and creativity?</p>
+
+    <p>We are currently planning a campaign to push for a retroactive extension of copyright law to place “Happy Birthday,” and other works, back into the private domain where they belong! We believe this is a winable fight. After all, copyright has been <a href="http://web.law.duke.edu/cspd/publicdomainday/2012/shrinking">retroactively extended</a> before! Stay tuned! In the meantime, we'll keep this page here for historical purposes.</p>
+
+    <p style="text-align: right;">—“Copyrighteous“ Benjamin Mako Hill (2016-02-11)</p>
+
+  </div>
+  
 <div class="warning">
 <p>Did you know <cite>Happy Birthday</cite> is copyrighted and the copyright is
 currently owned and actively enforced by Time Warner?</p>
index ff534cf5829d587e215a03c692a3a20bae0cf64c..e8827f6d5a77858c89e2f36ca8d51c332f21161d 100644 (file)
--- a/style.css
+++ b/style.css
@@ -33,7 +33,7 @@ hr {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
- padding: 5px;
+ padding: 5px 25px 5px 25px;
  
 }
 
@@ -47,7 +47,7 @@ hr {
  margin-bottom: 10px;
  text-align: center;
  font-weight: bold;
- padding: 5px;
+ padding: 5px 25px 5px 25px;
  color: #CC0000;
 }
 
@@ -57,22 +57,7 @@ hr {
 
 }
 
-.splash {
-
-  border: solid 1px #000000;
-  background-color: #ffffff;
-  width: 90%;
-  margin-left: auto;
-  margin-right: auto;
-  padding: 5px;
-  font-weight: bold;
-  font-size: 20pt;
-  color: #CC0000;
-  text-align: center;
-}
-
 .warning {
-  color: #CC0000;
   font-weight: bold;
   text-align: center;
 
@@ -88,6 +73,26 @@ h1, h2, h3, h4, h5, h6 {
     margin-bottom: 0.2em;
 }
 
+.splash {
+  border: solid 1px #000000;
+  background-color: #ffffff;
+  width: 90%;
+  margin-left: auto;
+  margin-right: auto;
+  padding: 5px;
+  color: #CC0000;
+}
+
+.splash a {
+    color: #CC0000;
+}
+
+.splash h2 {
+  font-weight: bold;
+  text-align: center;
+  border-bottom: 0px;
+}
+
 
 #strong {
 #  color: #CC0000;

Benjamin Mako Hill || Want to submit a patch?