1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-30 12:30:52 +02:00
ttrss/mobile/mobile.css

183 lines
2.3 KiB
CSS
Raw Normal View History

2006-03-27 04:47:07 +02:00
body {
padding : 0px;
margin : 0px;
}
2006-03-27 07:56:37 +02:00
h1 {
font-size : 16pt;
}
h2 {
font-size : 14pt;
font-weight : bold;
border-width : 0px 0px 1px 0px;
border-style : solid;
2006-05-17 12:38:31 +02:00
border-color : #88b0ff;
2006-03-27 07:56:37 +02:00
}
h3 {
font-size : 12pt;
font-weight : bold;
border-width : 0px 0px 1px 0px;
border-style : solid;
border-color : #e0e0e0;
}
2006-03-27 05:44:43 +02:00
#heading {
padding : 2px;
border-width : 0px 0px 1px 0px;
border-style : solid;
2006-05-17 12:38:31 +02:00
border-color : #88b0ff;
font-weight : bold;
2006-03-27 05:10:46 +02:00
}
2006-03-27 05:44:43 +02:00
#content {
2006-05-02 08:43:40 +02:00
background : white;
2006-03-27 04:47:07 +02:00
}
2006-03-27 05:44:43 +02:00
#footer {
2006-03-27 05:10:46 +02:00
border-width : 1px 0px 0px 0px;
border-style : solid;
2006-05-17 12:38:31 +02:00
border-color : #88b0ff;
2006-03-27 05:10:46 +02:00
text-align : center;
font-size : x-small;
color : gray;
2006-03-27 05:44:43 +02:00
padding : 2px;
2006-03-27 05:10:46 +02:00
}
2006-03-27 04:47:07 +02:00
form {
padding : 0px;
margin : 0px;
}
2006-03-27 07:56:37 +02:00
li.feedCatHolder {
display : inline;
}
2006-03-27 04:47:07 +02:00
ul.feedList {
list-style-type : none;
2006-03-27 07:56:37 +02:00
margin : 0px;
padding : 0px;
2006-03-27 04:47:07 +02:00
}
ul.feedList li.feedCat {
margin : 0px;
2006-03-27 07:56:37 +02:00
padding : 0px;
2006-03-27 04:47:07 +02:00
color : #707070;
font-size : x-small;
}
ul.feedList li.feedCat a {
color : #707070;
}
ul.feedList li.feedCat a:hover {
2006-05-17 12:38:31 +02:00
color : #4684ff;
2006-03-27 04:47:07 +02:00
}
ul.feedCatList {
list-style-type : none;
2006-03-27 07:56:37 +02:00
margin : 0px 0px 0px 1em;
2006-03-27 04:47:07 +02:00
padding : 0px;
}
ul.feedCatList li {
margin : 0px;
2006-03-27 07:56:37 +02:00
padding : 0px;
2006-03-27 04:47:07 +02:00
color : black;
}
ul.feedList li {
margin : 0px;
}
2006-03-27 05:10:46 +02:00
hr {
border-width : 0px 0px 1px 0px;
border-style : dashed;
border-color : #e0e0e0;
}
2006-05-02 08:43:40 +02:00
ul.headlines a, ul.feedList a {
2006-03-27 05:10:46 +02:00
color : black;
2006-05-02 08:43:40 +02:00
}
a {
2006-05-17 12:38:31 +02:00
color : #4684ff;
2006-03-27 05:10:46 +02:00
text-decoration : none;
}
a:hover {
2006-05-02 08:43:40 +02:00
color : black;
2006-03-27 05:10:46 +02:00
}
ul.feedList img, img.tinyFeedIcon {
margin : 0px 3px 0px 0px;
width : 16px;
height : 16px;
border-width : 0px;
}
2006-03-27 05:44:43 +02:00
ul.feedlist li.feedUnread,
ul.feedlist li.errorUnread,
ul.feedlist li.labelUnread,
ul.feedlist li.virtUnread,
ul.feedlist li.tagUnread {
font-weight : bold;
}
.even {
2006-05-17 12:38:31 +02:00
background-color : #88b0ff;
2006-03-27 05:44:43 +02:00
}
.evenUnread {
2006-05-17 12:38:31 +02:00
border-width : 1px 0px 1px 0px;
border-color : #88b0ff;
border-style : solid;
2006-03-27 05:44:43 +02:00
font-weight : bold;
}
.oddUnread {
font-weight : bold;
}
.invisible {
display : none;
}
2006-03-27 07:56:37 +02:00
ul.headlines {
list-style-type : none;
margin : 0px;
padding : 0px;
}
ul.headlines span.hlUpdated {
color : gray;
}
2006-03-27 10:59:48 +02:00
ul.headlines img.feedIcon {
width : 25px;
text-align : center;
}
2006-03-27 10:59:48 +02:00
ul.headlines img.marked {
border-width : 0px;
}
2006-03-27 08:19:20 +02:00
div.postTags {
color : gray;
}
2006-03-27 05:44:43 +02:00
2006-03-27 08:19:20 +02:00
#headingAddon {
font-weight : normal;
}
2006-03-27 10:59:48 +02:00
div.footerAddon {
margin-top : 5px;
margin-bottom : 5px;
}
.loginError {
color : red;
margin : 0.5em;
}