web/static/res/css/style_1024.css
changeset 47 dbd46ed42b0d
parent 46 542252e0c615
child 78 8c3f0b94d056
--- a/web/static/res/css/style_1024.css	Wed Dec 12 03:10:24 2012 +0100
+++ b/web/static/res/css/style_1024.css	Wed Dec 12 04:01:13 2012 +0100
@@ -799,4 +799,31 @@
 .red a:focus {
 	color: #000000;
 }
-
+/*----------------------------------------------*/
+/*	7- Page Transition			*/
+/*----------------------------------------------*/
+#theEnd {
+	position: absolute;
+	top: 0;
+	bottom: 0;
+	left: 0;
+	right: 0;
+	background-color: #000000;
+	z-index: 11;
+	text-align: center;
+}
+#theEnd h1 {
+	font-size: 80px;
+	text-align:center;
+	display: inline-block;
+	vertical-align: middle;
+}
+#theEnd .strut {
+	background: red;
+}
+#theEnd.display {
+	display: none;
+  }
+.bg_smallimg {
+	margin: 0 1.171875%;
+}