This repository has been archived on 2025-08-18. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
FeedMonkey/css/screen.css
2013-08-21 16:57:08 +02:00

37 lines
No EOL
621 B
CSS

img {
max-width: 100%;
height: auto;
}
#full header *, #full2 header * {
margin: 0;
padding: 0;
}
#full header, #full2 header {
border-bottom: 1px solid #aaa;
margin-bottom: 1em;
padding-bottom: 1em;
}
#full h1, #full2 h1 {
font-weight: normal;
font-size: 1.2em;
}
#full h1 a, #full2 h1 a {
text-decoration: none;
}
#list .ui-li-heading {
font-weight: normal;
}
#list .unread .ui-li-heading {
font-weight: bold;
}
.smallogo { text-align: center; margin: 0; padding: 0; }
.smallogo img { width: 50%; }
.count { font-size: 0.8em; padding-top: 0.6em; padding-right: 0.2em; text-shadow: 0 0 2px black; }