The unified diff between revisions [78a5c657..] and [2531d294..] is displayed below. It can also be downloaded as a raw diff.
#
#
# add_dir "static"
#
# add_file "static/memes.css"
# content [7c6605d4ef2e94da826e5e23df478298f71b465d]
#
============================================================
--- static/memes.css 7c6605d4ef2e94da826e5e23df478298f71b465d
+++ static/memes.css 7c6605d4ef2e94da826e5e23df478298f71b465d
@@ -0,0 +1,42 @@
+
+body {
+ font-family: sans, sans-serif;
+ margin: 0 0 0 0;
+}
+
+h1#pageTitle {
+ padding: 0px;
+ margin: 0px;
+ background-color: #7070F0;
+ color: black;
+ text-align: center;
+ padding-top: 1em;
+ padding-bottom: 1em;
+ margin-bottom: 1em;
+ border-bottom-width: 1px;
+ border-bottom-color: black;
+ border-bottom-style: solid;
+}
+
+DIV.banner {
+
+}
+
+DIV.news {
+ position: absolute;
+ top: 40%;
+ width: 60%;
+ text-align: left;
+}
+
+DIV.goat {
+ position: absolute;
+ bottom: 0;
+ right: 0;
+}
+
+DIV.item {
+ position: relative;
+ display: block;
+ left: 20;
+}