summaryrefslogtreecommitdiffstats
path: root/nfsw
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2019-10-26 15:10:36 -0400
committerrsiddharth <s@ricketyspace.net>2019-10-26 15:10:36 -0400
commit9d7a9ccf39f0151b6329862204fa59f565e86d39 (patch)
treefcd8548bd358933fee4022e3238370f5c709932f /nfsw
parentebc47df41a3a93f325e29c8be90e7a641ba68e1b (diff)
Add nfsw/static/epilogue.css
Diffstat (limited to 'nfsw')
-rw-r--r--nfsw/static/epilogue.css47
1 files changed, 47 insertions, 0 deletions
diff --git a/nfsw/static/epilogue.css b/nfsw/static/epilogue.css
new file mode 100644
index 0000000..4997cc4
--- /dev/null
+++ b/nfsw/static/epilogue.css
@@ -0,0 +1,47 @@
+@font-face {
+ font-family: roboto-black;
+ src: url('/static/fonts/roboto-black.ttf');
+}
+
+@font-face {
+ font-family: roboto-regular;
+ src: url('./fonts/roboto-regular.ttf');
+}
+
+body {
+ background-color: rgb(0, 0, 0);
+ color: rgb(250, 250, 250);
+}
+
+.epilogue-wrapper {
+ display: none;
+}
+
+.epilogue-grid,
+.noscript-grid {
+ display: grid;
+ grid-template-rows: 29vh 160px 29vh;
+ grid-template-columns: auto 300px auto;
+}
+
+.epilogue-grid-item,
+.noscript-grid-item {
+ grid-column-start: 2;
+ grid-column-end: 3;
+ grid-row-start: 2;
+ grid-row-end: 3;
+}
+
+.epilogue-content {
+ font-family: roboto-black;
+ text-align: center;
+}
+
+.epilogue-content header h1 {
+ font-size: 75px;
+ margin-bottom: 10px;
+}
+
+.epilogue-content header h2 {
+ font-size: 20px;
+}