You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tt-rss/mobile/mobile.css

192 lines
2.5 KiB
CSS

body {
padding : 0px;
margin : 0px;
}
h1 {
font-size : 16pt;
}
h2 {
font-size : 14pt;
font-weight : bold;
border-width : 0px 0px 1px 0px;
border-style : solid;
border-color : #e0e0e0;
}
h3 {
font-size : 12pt;
font-weight : bold;
border-width : 0px 0px 1px 0px;
border-style : solid;
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;
font-weight : bold;
}
#content {
background : white;
}
#footer {
border-width : 1px 0px 0px 0px;
border-style : solid;
border-color : #c0c0c0;
text-align : center;
font-size : x-small;
background-color : white;
color : gray;
padding : 2px;
}
form {
padding : 0px;
margin : 0px;
}
li.feedCatHolder {
display : inline;
}
ul.feedList {
list-style-type : none;
margin : 0px;
padding : 0px;
}
ul.feedList li.feedCat {
margin : 0px;
padding : 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 1em;
padding : 0px;
}
ul.feedCatList li {
margin : 0px;
padding : 0px;
color : black;
}
ul.feedList li {
margin : 0px;
}
hr {
border-width : 0px 0px 1px 0px;
border-style : dashed;
border-color : #e0e0e0;
}
ul.headlines a, ul.feedList a {
color : black;
}
a {
color : #5050aa;
text-decoration : none;
}
a:hover {
color : black;
}
ul.feedList img, img.tinyFeedIcon {
margin : 0px 3px 0px 0px;
width : 16px;
height : 16px;
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 : #e0e0e0;
}
.evenUnread {
background-color : #e0e0e0;
font-weight : bold;
}
.oddUnread {
font-weight : bold;
}
.invisible {
display : none;
}
ul.headlines {
list-style-type : none;
margin : 0px;
padding : 0px;
}
ul.headlines span.hlUpdated {
color : gray;
}
ul.headlines img.feedIcon {
width : 25px;
text-align : center;
}
ul.headlines img.marked {
border-width : 0px;
}
div.postTags {
color : gray;
}
#headingAddon {
font-weight : normal;
}