diff --git a/res/include/md/about.md b/res/include/md/about.md
index f7deb42..43c6d10 100644
--- a/res/include/md/about.md
+++ b/res/include/md/about.md
@@ -28,53 +28,6 @@ available:
*
Donate with PayPal
-## Content policy
-
-The following types of content are not allowed to be shared on pixeldrain. They
-will be removed when reported.
-
-* **Copyright violation**: Works which are shared without permission from the
- copyright holder. For copyright reports we need a formal DMCA takedown request
- originating from the copyright holder or a representative. If your request is
- not valid it will be ignored. Takedown requests which are sent to any other
- address than abuse@pixeldrain.com will also be ignored.
-* **Abuse of minors**: Videos, images or audio fragments depicting abuse or
- inappropriate touching of minors will be removed and reported to the National
- Center for Missing and Exploited Children when found.
-* **Terrorism**: Videos, images or audio fragments which promote and
- glorify acts of terrorism.
-* **Gore**: Graphic and shocking videos or images depicting severe harm to
- humans (or animals). I will clarify that I am not strictly against shocking
- content, and it is also not illegal in most places. When a shocking video goes
- viral it often ends up in the wrong places and it can cause mental issues for
- unsuspecting viewers. For that reason I will remove it when it gets reported.
-* **Malware and computer viruses**: Software designed to cause harm to computer
- systems.
-* **Doxing**: Posting private information about an individual or organisation.
- This includes publicly sharing private photos, videos or documents. Shaming
- and extortion are not accepted.
-
-Violating these rules will result in your IP address being banned from uploading
-to pixeldrain.
-
-If you have found content which falls in any of these categories on pixeldrain
-please report it _using the report button on the download page_ of the file. Do
-not send an e-mail, it will be ignored. When a file has received enough reports
-of the same type it will automatically be blocked. I will also manually review
-reported files occasionally.
-
-If you have found content which infringes on your copyright you can send a
-formal DMCA take-down request to
-[abuse@pixeldrain.com](mailto:abuse@pixeldrain.com) and I will review it. In
-your e-mail you need to swear under penalty of perjury that you (or your
-company) own exclusive rights to the claimed content. Please state the name of
-your organisation so the report can be properly categorised.
-
-Fornaxian Technologies cannot be held liable for any illegal or copyrighted
-material that's uploaded by the users of this application under the Online
-Copyright Infringement Liability Limitation Act § 512\(c) in the USA and the
-Electronic Commerce Directive 2000 Article 14 in the EU.
-
## How does pixeldrain store files?
Pixeldrain uses a few different techniques to store files cheaply, efficiently
diff --git a/res/include/md/abuse.md b/res/include/md/abuse.md
new file mode 100644
index 0000000..fbe75d7
--- /dev/null
+++ b/res/include/md/abuse.md
@@ -0,0 +1,62 @@
+# Content policy
+
+The following types of content are not allowed to be shared on pixeldrain. They
+will be removed when reported.
+
+* **Copyright violation**: Works which are shared without permission from the
+ copyright holder. For copyright reports we need a formal DMCA takedown request
+ originating from the copyright holder or a representative. If your request is
+ not valid it will be ignored. Takedown requests which are sent to any other
+ address than abuse@pixeldrain.com will also be ignored. See the chapter
+ [Copyright infringement](#copyright-infringement) below.
+* **Abuse of minors**: Videos, images or audio fragments depicting abuse or
+ inappropriate touching of minors will be removed and reported to the National
+ Center for Missing and Exploited Children when found.
+* **Terrorism**: Videos, images or audio fragments which promote and
+ glorify acts of terrorism.
+* **Gore**: Graphic and shocking videos or images depicting severe harm to
+ humans (or animals). I will clarify that I am not strictly against shocking
+ content, and it is also not illegal in most places. When a shocking video goes
+ viral it often ends up in the wrong places and it can cause mental issues for
+ unsuspecting viewers. For that reason I will remove it when it gets reported.
+* **Malware and computer viruses**: Software designed to cause harm to computer
+ systems.
+* **Doxing**: Posting private information about an individual or organisation.
+ This includes publicly sharing private photos, videos or documents. Shaming
+ and extortion are not accepted.
+
+Violating these rules will result in your IP address being banned from uploading
+to pixeldrain.
+
+If you have found content which falls in any of these categories on pixeldrain
+please report it _using the report button on the download page_ of the file. Do
+not send an e-mail, it will be ignored. When a file has received enough reports
+of the same type it will automatically be blocked. I will also manually review
+reported files occasionally.
+
+## Copyright infringement
+
+If you have found content which infringes on your copyright you can send a
+formal DMCA take-down request to
+[abuse@pixeldrain.com](mailto:abuse@pixeldrain.com) and I will review it. In
+your e-mail you need to swear under penalty of perjury that you (or your
+company) own exclusive rights to the claimed content. Please state the name of
+your organisation so the report can be properly categorised.
+
+The abuse mailbox relies on e-mail forwarding to work. The mail is first
+processed by the pixeldrain server and then forwarded to my mailbox. If your
+sending e-mail server has an
+[SPF policy](https://en.wikipedia.org/wiki/Sender_Policy_Framework#FAIL_and_forwarding)
+which restricts forwarding your message will not arrive in my inbox.
+
+Abuse mails from repeated senders are automatically processed. This only works
+if you send the reports to abuse@pixeldrain.com. Do **not** send abuse reports
+to support, sales or any other e-mail address, your report will be ignored or
+delayed.
+
+## Disclaimer
+
+Fornaxian Technologies cannot be held liable for any illegal or copyrighted
+material that's uploaded by the users of this application under the Online
+Copyright Infringement Liability Limitation Act § 512\(c) in the USA and the
+Electronic Commerce Directive 2000 Article 14 in the EU.
diff --git a/res/static/style/layout.css b/res/static/style/layout.css
index 87bc07e..a5a77a3 100644
--- a/res/static/style/layout.css
+++ b/res/static/style/layout.css
@@ -291,32 +291,33 @@ h6 {
}
h1 {
- font-size: 2.5em;
+ font-size: 2.4em;
text-align: center;
}
h2 {
- font-size: 2em;
+ font-size: 1.8em;
border-bottom: 1px var(--separator) solid;
}
h3 {
- font-size: 1.75em;
+ font-size: 1.6em;
border-bottom: 1px var(--separator) solid;
}
h4 {
- font-size: 1.50em;
+ font-size: 1.4em;
border-bottom: 1px var(--separator) solid;
}
h5 {
- font-size: 1.25em;
+ font-size: 1.2em;
border-bottom: 1px var(--separator) solid;
}
h6 {
font-size: 1em;
+ border-bottom: 1px var(--separator) solid;
}
.indent {
diff --git a/res/template/fragments/page_wrap.html b/res/template/fragments/page_wrap.html
index bfc7f48..7d1f486 100644
--- a/res/template/fragments/page_wrap.html
+++ b/res/template/fragments/page_wrap.html
@@ -23,6 +23,7 @@
Theme
API
Acknowledgements
+ DMCA and abuse
Server Status