summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-08-24 09:02:58 +0100
committerAndrew Dolgov <[email protected]>2005-08-24 09:02:58 +0100
commit508a81e1b6502ac275a95831befe14d92c9ad55c (patch)
tree3a5da092abfd78612bf4fd1888c5d884185ad576 /tt-rss.css
parent61c1a4d190ebcbfe810cd7c54dacf3279b36989d (diff)
feed editor, xmlhttp locking in preferences, try to initialize xmlhttp_rpc via ActiveX and a big piggie
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css19
1 files changed, 19 insertions, 0 deletions
diff --git a/tt-rss.css b/tt-rss.css
index a02f81a76..d5f88276b 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -148,6 +148,7 @@ table.main td.prefContent {
border-width : 1px 0px 0px 0px;
border-color : #c0c0c0;
border-style : solid;
+
}
table.main td.content {
@@ -320,3 +321,21 @@ table.postTable td.post {
padding : 20px;
}
+
+#piggie {
+ width : 400;
+ height : 400;
+ left : 50;
+ background-color : white;
+ display : none;
+ z-index : 3;
+ background-image : url("http://madoka.spb.ru/stuff/fox/piggie.png");
+ background-position : center center;
+ background-repeat : no-repeat;
+ position : absolute;
+ border : 1px solid pink;
+ margin-left : auto;
+ margin-right : auto;
+ -moz-border-radius : 10px;
+ opacity : 0.8;
+}