1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-07-01 12:40:50 +02:00
ttrss/cdm.css

214 lines
3.2 KiB
CSS
Raw Normal View History

2010-11-09 18:57:23 +01:00
div.cdmHeader img, div.cdmHeader input, div.cdmFooter img {
vertical-align : middle;
}
div.cdmHeader {
display : table;
}
div.cdmHeader > * {
display : table-cell;
2010-11-09 18:57:23 +01:00
padding : 5px;
}
div.cdmHeader > div {
white-space : nowrap;
}
div.cdmHeader > span {
width : 100%;
}
2010-11-09 18:57:23 +01:00
div.cdmHeader span.updated {
color : #555;
2010-11-09 18:57:23 +01:00
font-weight : normal;
font-size : 11px;
2013-03-16 14:43:26 +01:00
white-space : nowrap;
2013-03-17 11:23:07 +01:00
vertical-align : middle;
2010-11-09 18:57:23 +01:00
}
div.cdmHeader input {
margin-right : 5px;
}
2010-11-13 12:04:37 +01:00
div.cdmHeader div.updPic {
2010-11-12 23:41:18 +01:00
width : 25px;
display : inline-block;
text-align : center;
}
2010-11-13 12:04:37 +01:00
div.cdmHeader div.updPic img {
2010-11-12 23:41:18 +01:00
vertical-align : middle;
}
2010-11-09 18:57:23 +01:00
div.cdmHeader img, div.cdmFooter img {
margin : 0px 2px 0px 2px;
2010-11-09 18:57:23 +01:00
}
div.cdmContentInner {
2013-03-16 10:41:37 +01:00
margin : 10px;
2013-05-11 12:10:51 +02:00
line-height : 20px;
2010-11-09 18:57:23 +01:00
}
div.cdmContentInner img {
border-width : 0px;
max-width : 98%;
2013-04-13 13:45:11 +02:00
height : auto;
}
2010-11-09 18:57:23 +01:00
div.cdmFooter {
padding : 5px;
font-weight : normal;
color : #555;
2010-11-09 18:57:23 +01:00
clear : both;
}
2013-05-07 16:44:17 +02:00
div.cdm.expanded {
margin-top : 4px;
margin-bottom : 4px;
2013-03-29 16:00:50 +01:00
}
div.cdm.expandable {
2013-05-07 16:44:17 +02:00
background-color : #f0f0f0;
border-width : 0px 0px 1px 0px;
border-color : #c0c0c0;
border-style : solid;
}
2013-05-14 13:28:13 +02:00
div.cdm.expandable.active {
box-shadow : inset 0px 0px 3px 0px rgba(0,0,0,0.1);
}
2013-05-07 16:44:17 +02:00
div.cdm.expandable > hr {
display : none;
2013-03-29 16:00:50 +01:00
}
2013-05-07 16:44:17 +02:00
div.cdm.expanded > hr {
margin-top : 0px;
margin-bottom : 0px;
}
div.cdm.expandable.Unread {
2013-03-29 16:50:25 +01:00
background : white;
}
div.cdm.expandable.active {
2013-03-29 16:00:50 +01:00
border-color : #88b0f0;
background : white ! important;
2013-03-29 16:20:37 +01:00
}
2013-05-07 16:44:17 +02:00
div.cdm.expandable div.cdmHeader a.title {
font-weight : bold;
color : #555;
2013-05-07 16:44:17 +02:00
}
div.cdm.expandable.Unread div.cdmHeader a.title {
color : black;
}
2013-05-07 16:44:17 +02:00
div.cdm.expandable.active div.cdmHeader a.title {
color : #4684ff;
}
2013-05-07 16:44:17 +02:00
div.cdm.expanded div.cdmHeader {
background : transparent ! important;
}
div.cdm.expanded div.cdmHeader a.title {
font-size : 14px;
color : #999;
2013-05-07 16:44:17 +02:00
font-weight : bold;
}
div.cdm.expanded.active div.cdmHeader a.title {
color : #4684ff;
}
div.cdm.expanded.Unread div.cdmHeader a.title {
color : black;
}
div.cdm.expanded div.cdmContent {
color : #555;
2013-05-07 16:44:17 +02:00
}
div.cdm.expanded.Unread div.cdmContent {
color : black;
}
div.cdm.active div.cdmContent {
2013-05-07 16:44:17 +02:00
color : black;
2010-11-09 18:57:23 +01:00
}
span.cdmExcerpt {
font-size : 11px;
color : #555;
2010-11-09 18:57:23 +01:00
font-weight : normal;
cursor : pointer;
}
div.cdmContent div.postEnclosures {
margin-top : 1em;
color : #555;
2010-11-09 18:57:23 +01:00
}
2010-11-13 12:04:37 +01:00
div.cdmFeedTitle {
border-color : #a0a0a0;
border-width : 0px 0px 1px 0px;
border-style : solid;
padding : 5px 3px 5px 5px;
background : url("images/toolbar.png") bottom left;
background-repeat : repeat-x;
}
div.cdmFeedTitle a.title {
color : #555;
font-style : italic;
font-weight : bold;
}
2013-05-07 16:44:17 +02:00
div.cdmFeedTitle a {
color : #555;
}
div.cdmFeedTitle a:hover {
color : #4684ff;
}
div.cdmHeader span.hlFeed {
float : right;
font-weight : normal;
font-style : italic;
}
2013-03-16 10:01:17 +01:00
div.cdmHeader div.hlFeed, div.cdmHeader div.hlFeed a {
vertical-align : middle;
color : #555;
font-weight : normal;
font-style : italic;
font-size : 11px;
}
div.cdm .hlFeed a {
border-radius : 4px;
display : inline-block;
padding : 1px 4px 1px 4px;
}
div.cdmContentInner p {
max-width : 650px;
}
2013-03-21 13:50:27 +01:00
div.cdmContentInner iframe {
min-width : 50%;
}
2013-03-22 09:42:48 +01:00
div.cdmHeader span.author {
color : #555;
2013-03-22 09:42:48 +01:00
font-size : 11px;
2013-03-23 06:25:36 +01:00
font-weight : normal;
2013-03-22 09:42:48 +01:00
}