aboutsummaryrefslogtreecommitdiff
path: root/oldwww/config/test_401.css
diff options
context:
space:
mode:
authorroot2014-04-14 08:35:13 +0200
committerroot2014-04-14 08:35:13 +0200
commit12734da8826299ffd24c0a15f6dbf205892d7221 (patch)
tree3b894dd30e332df23a564ce44e42ce164c8abd78 /oldwww/config/test_401.css
parent7b9d516cd3bcdb8eaa5f1eb533d71010061c681b (diff)
downloadjungegemeinde-12734da8826299ffd24c0a15f6dbf205892d7221.tar.gz
Pushed to v3
Diffstat (limited to 'oldwww/config/test_401.css')
-rw-r--r--oldwww/config/test_401.css29
1 files changed, 29 insertions, 0 deletions
diff --git a/oldwww/config/test_401.css b/oldwww/config/test_401.css
new file mode 100644
index 0000000..80ad4d0
--- /dev/null
+++ b/oldwww/config/test_401.css
@@ -0,0 +1,29 @@
+body {
+/*background: white url("haruhi.png") no-repeat fixed top;*/
+}
+
+<style type="text/css">
+ div.container {top: 0; left: 0; width: 100%; height: 100%;
+ position: fixed; display: table}
+ p {display: table-cell; vertical-align: middle}
+
+ /* Horizontal centering of image: set left & right margins to 'auto' */
+ img.displayed {display: block; margin: 1em auto}
+
+ /* Also center the lines in the paragraph */
+ p {top: 590px; text-align: center font-size: 300%; font-family: Courier; color: black;}
+</style>
+
+/*<div class=container>
+ <p>Access forbidden. Now get the fuck out.
+ <img class=displayed src="./haruhi.png"></p>
+</div>*/
+
+h1 {
+/*position: relative;*/
+top: 590px;
+font-family: Courier;
+font-size: 300%;
+color: black;
+text-align: center;
+}