diff --git a/templates/inline.html b/templates/inline.html index b9e98c4..ac06dc6 100644 --- a/templates/inline.html +++ b/templates/inline.html @@ -1,67 +1,133 @@ {% extends 'base.html' %} {% block head %} - TwitFix Latest - - + - html, body { - height: 100%; - text-align:center; - background: #222222; - color: white; - font-family: 'Paytone One', sans-serif; - font-size: 2vw; - } - - html { - display: table; - margin: auto; - } - - body { - display: table-cell; - vertical-align: middle; - text-align:center; - } - - a { - color: #8ebf42; - } - - #block { - position: fixed; - height: 100%; - width: 75%; - background: #222222; - display: flex; - align-items: center; - justify-content: center; - } - - -{% endblock %} +{% endblock %} {% block body %} -
-Potentially NSFW Content: Click if you are over 18 + +
+
+ Potentially NSFW Content: Click here if you are over 18 +
-TwitFix Latest Video
-WARNING: Video content is not screened so may contain NSFW Content

- -

-Original Tweet
-Original Author: {{ user }}
- - -{% endblock %} +
TwitFix Latest Video
+
WARNING: Video content is not screened so it may contain NSFW Content
+ +
+
Another?
+
Copy Link!
+
+
+ Original Tweet +
+ Original Author: DitzyFlama +
+
+ +{% endblock %} \ No newline at end of file