summaryrefslogtreecommitdiff
path: root/mobile/mobile.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-03-27 03:47:07 +0100
committerAndrew Dolgov <[email protected]>2006-03-27 03:47:07 +0100
commit0d3adafe15b21dde08c89fea8f016d31662fedf9 (patch)
tree62bd38147493ca82d093acb288e27ba0910c874e /mobile/mobile.css
parentca35939d207237fb3cf3f8f63fb888d62280f24c (diff)
more mobile work (add missing files)
Diffstat (limited to 'mobile/mobile.css')
-rw-r--r--mobile/mobile.css79
1 files changed, 79 insertions, 0 deletions
diff --git a/mobile/mobile.css b/mobile/mobile.css
new file mode 100644
index 000000000..796bf2395
--- /dev/null
+++ b/mobile/mobile.css
@@ -0,0 +1,79 @@
+body {
+ padding : 0px;
+ margin : 0px;
+}
+
+input {
+ border : 1px solid #a0a0a0;
+}
+
+.button {
+ border : 1px solid #d0d0d0;
+ background-image : url("../images/button.png");
+ background-position : top;
+ background-repeat : repeat-x;
+ background-color : white;
+ color : black;
+}
+
+.button:hover {
+ background : white;
+ text-decoration : none;
+ color : black;
+}
+
+td.heading {
+ font-weight : bold;
+}
+
+td.content {
+ background-image : url("../images/vgrad_light_rev.png");
+ background-position : top left;
+ background-repeat : repeat-x;
+ border-width : 1px 0px 0px 0px;
+ border-style : solid;
+ border-color : #c0c0c0;
+}
+
+form {
+ padding : 0px;
+ margin : 0px;
+}
+
+ul.feedList {
+ list-style-type : none;
+ margin : 5px;
+ padding : 0px 0px 0px 10px;
+}
+
+ul.feedList li.feedCat {
+ margin : 0px;
+ padding : 3px 0px 3px 0px;
+ color : #707070;
+ font-size : x-small;
+}
+
+ul.feedList li.feedCat a {
+ color : #707070;
+}
+
+ul.feedList li.feedCat a:hover {
+ color : #5050aa;
+}
+
+ul.feedCatList {
+ list-style-type : none;
+ margin : 0px 0px 0px 20px;
+ padding : 0px;
+}
+
+ul.feedCatList li {
+ margin : 0px;
+ padding : 0px 0px 0px 0px;
+ color : black;
+}
+
+ul.feedList li {
+ margin : 0px;
+}
+