summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css16
1 files changed, 16 insertions, 0 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 271037a90..ed5796eb5 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -503,3 +503,19 @@ div.bigErrorMsg {
padding : 30px;
margin : 20px;
}
+
+#splash {
+ z-index : 3;
+ width : 100%;
+ height : 100%;
+ position : absolute;
+ text-align : center;
+ background-image : url("images/vgrad_light_rev.png");
+ background-color : white;
+ background-position : top left;
+ background-repeat : repeat-x;
+}
+
+td.innerSplash {
+ margin : 35px;
+}