summaryrefslogtreecommitdiff
path: root/mobile/mobile.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-03-27 04:44:43 +0100
committerAndrew Dolgov <[email protected]>2006-03-27 04:44:43 +0100
commit2f4685371a769943da3d4989ed6a0bd96cbab79e (patch)
tree9b2f7df2f4cdc2669eff0bed0094fb1ce85b6c75 /mobile/mobile.css
parenta9cb1f834417a0d2eceed7a3dda5d903ab762d4a (diff)
more mobile prototyping
Diffstat (limited to 'mobile/mobile.css')
-rw-r--r--mobile/mobile.css56
1 files changed, 32 insertions, 24 deletions
diff --git a/mobile/mobile.css b/mobile/mobile.css
index 736518b9e..5493e1a47 100644
--- a/mobile/mobile.css
+++ b/mobile/mobile.css
@@ -24,50 +24,32 @@ input {
}
#opsel {
- float : right;
margin-top : 3px;
}
-#content {
-
+#heading {
+ padding : 2px;
}
-#footer {
+#content {
border-width : 1px 0px 0px 0px;
border-style : solid;
border-color : #c0c0c0;
- text-align : center;
- font-size : x-small;
- background-color : white;
- color : gray;
-}
-
-/*
-table.main td.heading {
- font-weight : bold;
-}
-
-table.main 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;
}
-table.main td.footer {
+#footer {
border-width : 1px 0px 0px 0px;
border-style : solid;
border-color : #c0c0c0;
text-align : center;
font-size : x-small;
- background-image : url("images/vgrad_light_rev2.png");
- background-position : top left;
- background-repeat : repeat-x;
+ background-color : white;
color : gray;
+ padding : 2px;
}
-*/
form {
padding : 0px;
@@ -133,3 +115,29 @@ ul.feedList img, img.tinyFeedIcon {
border-width : 0px;
}
+ul.feedlist li.feedUnread,
+ul.feedlist li.errorUnread,
+ul.feedlist li.labelUnread,
+ul.feedlist li.virtUnread,
+ul.feedlist li.tagUnread {
+ font-weight : bold;
+}
+
+.even {
+ background-color : #f0f0f0;
+}
+
+.evenUnread {
+ background-color : #f0f0f0;
+ font-weight : bold;
+}
+
+.oddUnread {
+ font-weight : bold;
+}
+
+.invisible {
+ display : none;
+}
+
+