summaryrefslogtreecommitdiff
path: root/mobile
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-05-17 11:38:31 +0100
committerAndrew Dolgov <[email protected]>2006-05-17 11:38:31 +0100
commit12c6fa1868f3b716241493318cf879140501e79a (patch)
treee6334dd535dfaa44e71757b1a853d9c194e9e8a8 /mobile
parent7e3e8f744bca7329468933477f7de998a55f475e (diff)
mobile version recolorings
Diffstat (limited to 'mobile')
-rw-r--r--mobile/mobile.css36
1 files changed, 9 insertions, 27 deletions
diff --git a/mobile/mobile.css b/mobile/mobile.css
index a77e96bfd..a370a08e4 100644
--- a/mobile/mobile.css
+++ b/mobile/mobile.css
@@ -12,7 +12,7 @@ h2 {
font-weight : bold;
border-width : 0px 0px 1px 0px;
border-style : solid;
- border-color : #e0e0e0;
+ border-color : #88b0ff;
}
h3 {
@@ -23,30 +23,11 @@ h3 {
border-color : #e0e0e0;
}
-td > input, div > 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;
-}
-
#heading {
padding : 2px;
border-width : 0px 0px 1px 0px;
border-style : solid;
- border-color : #a0a0a0;
+ border-color : #88b0ff;
font-weight : bold;
}
@@ -57,10 +38,9 @@ td > input, div > input {
#footer {
border-width : 1px 0px 0px 0px;
border-style : solid;
- border-color : #c0c0c0;
+ border-color : #88b0ff;
text-align : center;
font-size : x-small;
- background-color : white;
color : gray;
padding : 2px;
}
@@ -92,7 +72,7 @@ ul.feedList li.feedCat a {
}
ul.feedList li.feedCat a:hover {
- color : #5050aa;
+ color : #4684ff;
}
ul.feedCatList {
@@ -122,7 +102,7 @@ ul.headlines a, ul.feedList a {
}
a {
- color : #5050aa;
+ color : #4684ff;
text-decoration : none;
}
@@ -146,11 +126,13 @@ ul.feedlist li.tagUnread {
}
.even {
- background-color : #e0e0e0;
+ background-color : #88b0ff;
}
.evenUnread {
- background-color : #e0e0e0;
+ border-width : 1px 0px 1px 0px;
+ border-color : #88b0ff;
+ border-style : solid;
font-weight : bold;
}