summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-09-02 12:58:09 +0100
committerAndrew Dolgov <[email protected]>2005-09-02 12:58:09 +0100
commitc2c0c35d1d444478472fd4babdb852edf99e1c15 (patch)
tree8e8da69e5177d93ab3b7e1e6e7d494b19f8ce278
parenteac7480c09689647e2f1cd0c1b4f9304bd217aa3 (diff)
add opml.css
-rw-r--r--opml.css50
1 files changed, 50 insertions, 0 deletions
diff --git a/opml.css b/opml.css
new file mode 100644
index 000000000..52d4a270f
--- /dev/null
+++ b/opml.css
@@ -0,0 +1,50 @@
+body {
+ margin : 0px;
+ padding : 0px;
+ background : white;
+ color : black;
+}
+
+h1 {
+ font-size : 21pt;
+ background-color : #f0f0f0;
+ background-image : url("images/header.png");
+ background-position : top left;
+ background-repeat : repeat-x;
+ height : 50px;
+ padding-left : 80px;
+ padding-top : 30px;
+ font-weight : bold;
+ color : black;
+ border-width : 0px 0px 1px 0px;
+ border-color : #c0c0c0;
+ border-style : solid;
+
+}
+
+div {
+ margin : 30px;
+}
+
+a {
+ text-decoration : none;
+}
+
+.button {
+ font-family : tahoma, sans-serif;
+ border : 1px solid #d0d0d0;
+ background-image : url("images/button.png");
+ background-position : top;
+ background-repeat : repeat-x;
+ background-color : white;
+ color : black;
+ padding : 2px 10px 2px 10px;
+ font-size : small;
+}
+
+.button:hover {
+ background : white;
+ text-decoration : none;
+ color : black;
+}
+