mobile version recolorings
This commit is contained in:
parent
7e3e8f744b
commit
12c6fa1868
mobile
|
@ -12,7 +12,7 @@ h2 {
|
||||||
font-weight : bold;
|
font-weight : bold;
|
||||||
border-width : 0px 0px 1px 0px;
|
border-width : 0px 0px 1px 0px;
|
||||||
border-style : solid;
|
border-style : solid;
|
||||||
border-color : #e0e0e0;
|
border-color : #88b0ff;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
|
@ -23,30 +23,11 @@ h3 {
|
||||||
border-color : #e0e0e0;
|
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 {
|
#heading {
|
||||||
padding : 2px;
|
padding : 2px;
|
||||||
border-width : 0px 0px 1px 0px;
|
border-width : 0px 0px 1px 0px;
|
||||||
border-style : solid;
|
border-style : solid;
|
||||||
border-color : #a0a0a0;
|
border-color : #88b0ff;
|
||||||
font-weight : bold;
|
font-weight : bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -57,10 +38,9 @@ td > input, div > input {
|
||||||
#footer {
|
#footer {
|
||||||
border-width : 1px 0px 0px 0px;
|
border-width : 1px 0px 0px 0px;
|
||||||
border-style : solid;
|
border-style : solid;
|
||||||
border-color : #c0c0c0;
|
border-color : #88b0ff;
|
||||||
text-align : center;
|
text-align : center;
|
||||||
font-size : x-small;
|
font-size : x-small;
|
||||||
background-color : white;
|
|
||||||
color : gray;
|
color : gray;
|
||||||
padding : 2px;
|
padding : 2px;
|
||||||
}
|
}
|
||||||
|
@ -92,7 +72,7 @@ ul.feedList li.feedCat a {
|
||||||
}
|
}
|
||||||
|
|
||||||
ul.feedList li.feedCat a:hover {
|
ul.feedList li.feedCat a:hover {
|
||||||
color : #5050aa;
|
color : #4684ff;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul.feedCatList {
|
ul.feedCatList {
|
||||||
|
@ -122,7 +102,7 @@ ul.headlines a, ul.feedList a {
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color : #5050aa;
|
color : #4684ff;
|
||||||
text-decoration : none;
|
text-decoration : none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -146,11 +126,13 @@ ul.feedlist li.tagUnread {
|
||||||
}
|
}
|
||||||
|
|
||||||
.even {
|
.even {
|
||||||
background-color : #e0e0e0;
|
background-color : #88b0ff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.evenUnread {
|
.evenUnread {
|
||||||
background-color : #e0e0e0;
|
border-width : 1px 0px 1px 0px;
|
||||||
|
border-color : #88b0ff;
|
||||||
|
border-style : solid;
|
||||||
font-weight : bold;
|
font-weight : bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue