summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-11-16 09:45:00 +0100
committerAndrew Dolgov <[email protected]>2005-11-16 09:45:00 +0100
commit2f587484afa7ce5330d92b234784e3d5957f0c57 (patch)
treef8e415062e1cc159c8f75cd50a6d163aff686f04 /tt-rss.css
parent50773ad43ffb018c9c8b18b461fc92a5c6a5975e (diff)
loading splash screen
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;
+}