--- 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%;
+}