2010-11-25 10:58:29 +01:00
|
|
|
body#ttrssDigest {
|
2011-09-01 14:46:50 +02:00
|
|
|
background : #fafafa;
|
2010-09-13 13:02:50 +02:00
|
|
|
color : black;
|
2011-08-30 11:28:01 +02:00
|
|
|
font-family : sans-serif;
|
2010-09-09 14:50:10 +02:00
|
|
|
font-size : 12px;
|
2011-09-01 14:46:50 +02:00
|
|
|
margin : 0px;
|
2010-09-09 14:50:10 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
|
|
|
color : #0069D8;
|
|
|
|
text-decoration : none;
|
|
|
|
}
|
|
|
|
|
|
|
|
a:hover {
|
|
|
|
color : gray;
|
|
|
|
}
|
|
|
|
|
|
|
|
#header a, #footer a {
|
|
|
|
color : gray;
|
|
|
|
}
|
|
|
|
|
2010-09-12 12:37:47 +02:00
|
|
|
#header a:hover, #footer a:hover {
|
|
|
|
color : #0069D8;
|
|
|
|
}
|
|
|
|
|
2010-09-09 14:50:10 +02:00
|
|
|
#header {
|
2011-09-01 14:46:50 +02:00
|
|
|
font-size : 13px;
|
2011-08-30 11:28:01 +02:00
|
|
|
font-family : "Segoe UI", Tahoma, sans-serif;
|
2011-09-01 14:46:50 +02:00
|
|
|
padding : 5px 5px 5px 1.5em;
|
2010-09-13 13:02:50 +02:00
|
|
|
color : gray;
|
2011-09-01 14:46:50 +02:00
|
|
|
position : absolute;
|
|
|
|
top : 0px;
|
|
|
|
height : 30px;
|
|
|
|
left : 0px;
|
|
|
|
right : 0px;
|
|
|
|
color : #a0a0a0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#header span.title {
|
|
|
|
font-weight : bold;
|
|
|
|
font-style : italic;
|
2010-09-09 14:50:10 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#header div.links {
|
2011-09-01 08:23:14 +02:00
|
|
|
position : absolute;
|
|
|
|
right : 1.5em;
|
2010-09-09 14:50:10 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#search {
|
|
|
|
float : right;
|
|
|
|
clear : left;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
2011-09-01 14:46:50 +02:00
|
|
|
#title {
|
|
|
|
}
|
|
|
|
|
|
|
|
#latest {
|
|
|
|
padding : 5px;
|
|
|
|
}
|
|
|
|
|
2010-09-09 14:50:10 +02:00
|
|
|
#content {
|
2011-09-01 14:46:50 +02:00
|
|
|
position : absolute;
|
|
|
|
left : 0px;
|
|
|
|
top : 30px;
|
|
|
|
right : 0px;
|
|
|
|
bottom : 0px;
|
|
|
|
-webkit-transition: left 0.2s linear, right 0.2s linear;
|
|
|
|
-moz-transition: left 0.2s linear, right 0.2s linear;
|
|
|
|
transition: left 0.2s linear, right 0.2s linear;
|
|
|
|
}
|
|
|
|
|
|
|
|
#article {
|
|
|
|
position : absolute;
|
2011-09-01 14:52:58 +02:00
|
|
|
overflow : auto;
|
2011-09-01 14:46:50 +02:00
|
|
|
right : 0px;
|
|
|
|
width : 60%;
|
|
|
|
bottom : 0px;
|
|
|
|
top : 30px;
|
2010-09-09 14:50:10 +02:00
|
|
|
background : white;
|
2011-09-01 14:46:50 +02:00
|
|
|
border-width : 0px 0px 0px 2px;
|
|
|
|
border-color : #e0e0e0;
|
|
|
|
border-style : solid;
|
|
|
|
z-index : -1;
|
|
|
|
opacity : 0;
|
|
|
|
-webkit-transition: opacity 0.2s linear;
|
|
|
|
-moz-transition: opacity 0.2s linear;
|
|
|
|
transition: opacity 0.2s linear;
|
2010-09-09 14:50:10 +02:00
|
|
|
}
|
|
|
|
|
2011-09-01 14:46:50 +02:00
|
|
|
#article.visible {
|
|
|
|
opacity : 1;
|
2010-09-09 14:50:10 +02:00
|
|
|
}
|
|
|
|
|
2011-09-01 14:46:50 +02:00
|
|
|
#article #article-content h1 {
|
|
|
|
margin : 0px 0px 10px 0px;
|
|
|
|
padding : 0px 0px 5px 0px;
|
2011-08-30 11:28:01 +02:00
|
|
|
font-family : "Segoe UI", Tahoma, sans-serif;
|
2011-09-01 14:46:50 +02:00
|
|
|
font-size : 21px;
|
|
|
|
font-weight : bold;
|
|
|
|
border-width : 0px 0px 3px 0px;
|
|
|
|
border-style : solid;
|
|
|
|
border-color : #e0e0e0;
|
|
|
|
color : gray;
|
2010-09-09 14:50:10 +02:00
|
|
|
}
|
|
|
|
|
2011-09-01 14:46:50 +02:00
|
|
|
#article #article-content #toolbar {
|
|
|
|
border-width : 0px 0px 1px 0px;
|
|
|
|
border-color : #e0e0e0;
|
|
|
|
border-style : solid;
|
|
|
|
background : #fafafa;
|
|
|
|
font-size : 14px;
|
|
|
|
font-weight : bold;
|
|
|
|
padding : 5px 10px 5px 10px;
|
|
|
|
margin : 0px 0px 0px 0px;
|
2010-09-09 14:50:10 +02:00
|
|
|
}
|
|
|
|
|
2011-09-01 14:46:50 +02:00
|
|
|
#article #article-content {
|
|
|
|
padding : 0px;
|
2012-02-06 12:20:03 +01:00
|
|
|
font-size : 16px;
|
2010-09-09 14:50:10 +02:00
|
|
|
}
|
|
|
|
|
2011-09-01 14:46:50 +02:00
|
|
|
#article #article-content #tags {
|
|
|
|
color : #a0a0a0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#article #article-content #ops {
|
2010-09-09 14:50:10 +02:00
|
|
|
float : right;
|
|
|
|
}
|
|
|
|
|
2011-09-01 14:46:50 +02:00
|
|
|
#article #article-content #ops img {
|
|
|
|
cursor : pointer;
|
|
|
|
margin-right : 0px;
|
|
|
|
margin-left : 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#article #article-content #inner {
|
|
|
|
padding : 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#article #article-content img {
|
|
|
|
max-width : 90%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#content.move {
|
|
|
|
left : -300px;
|
|
|
|
right : 60%
|
|
|
|
}
|
|
|
|
|
|
|
|
#feeds {
|
|
|
|
position : absolute;
|
|
|
|
left : 0px;
|
|
|
|
width : 300px;
|
|
|
|
top : 0px;
|
|
|
|
bottom : 0px;
|
|
|
|
font-size : 14px;
|
|
|
|
overflow : auto;
|
|
|
|
border-width : 0px 4px 0px 0px;
|
|
|
|
border-color : #e0e0e0;
|
|
|
|
border-style : solid;
|
2010-09-09 14:50:10 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#feeds ul#feeds-content img {
|
|
|
|
width : 16px;
|
|
|
|
height : 16px;
|
|
|
|
vertical-align : middle;
|
|
|
|
margin-right : 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#feeds ul#feeds-content div.unread-ctr {
|
2011-09-01 14:46:50 +02:00
|
|
|
color : #d0d0d0;
|
|
|
|
padding-left : 10px;
|
|
|
|
display : inline;
|
2010-09-09 14:50:10 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#feeds ul#feeds-content li {
|
2011-09-01 14:46:50 +02:00
|
|
|
padding : 10px;
|
2010-09-11 13:25:47 +02:00
|
|
|
clear : both;
|
2011-09-01 14:46:50 +02:00
|
|
|
cursor : pointer;
|
|
|
|
border-width : 1px 0px 1px 0px;
|
|
|
|
border-color : transparent;
|
|
|
|
border-style : solid;
|
|
|
|
color : gray;
|
|
|
|
white-space : nowrap;
|
2010-09-11 09:33:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#feeds ul#feeds-content li.selected {
|
2011-09-01 14:46:50 +02:00
|
|
|
background : white;
|
|
|
|
border-color : #e0e0e0;
|
|
|
|
border-style : solid;
|
2010-09-09 14:50:10 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#feeds ul#feeds-content {
|
|
|
|
list-style-type : none;
|
|
|
|
font-weight : bold;
|
2011-09-01 14:46:50 +02:00
|
|
|
margin : 10px 10px 10px 10px;
|
2010-09-09 14:50:10 +02:00
|
|
|
padding : 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#headlines {
|
|
|
|
font-size : 14px;
|
2011-09-01 14:46:50 +02:00
|
|
|
position : absolute;
|
|
|
|
left : 302px;
|
|
|
|
top : 0px;
|
|
|
|
bottom : 0px;
|
|
|
|
right : 0px;
|
|
|
|
overflow : auto;
|
2010-09-10 11:59:21 +02:00
|
|
|
}
|
|
|
|
|
2010-09-12 12:37:47 +02:00
|
|
|
#headlines h1 a {
|
|
|
|
color : #684C99;
|
|
|
|
}
|
|
|
|
|
2011-09-01 14:46:50 +02:00
|
|
|
#headlines ul#headlines-content .cb {
|
|
|
|
vertical-align : middle;
|
|
|
|
margin-right : 5px;
|
|
|
|
float : left;
|
2010-09-09 14:50:10 +02:00
|
|
|
}
|
|
|
|
|
2010-09-11 09:33:47 +02:00
|
|
|
#headlines ul#headlines-content img.icon {
|
2010-09-09 14:50:10 +02:00
|
|
|
width : 16px;
|
|
|
|
height : 16px;
|
|
|
|
vertical-align : middle;
|
|
|
|
margin-right : 5px;
|
2011-09-01 14:46:50 +02:00
|
|
|
float : right;
|
2010-09-09 14:50:10 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#headlines ul#headlines-content {
|
|
|
|
list-style-type : none;
|
|
|
|
color : gray;
|
|
|
|
margin : 0px;
|
|
|
|
padding : 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#headlines ul#headlines-content li {
|
2011-09-01 14:46:50 +02:00
|
|
|
margin : 0px 0px 0px 2px;
|
|
|
|
padding : 10px;
|
|
|
|
color : gray;
|
2010-09-09 19:44:04 +02:00
|
|
|
clear : left;
|
2011-09-01 14:46:50 +02:00
|
|
|
background : #eeeeee;
|
|
|
|
border-width : 0px 0px 1px 0px;
|
|
|
|
border-style : solid;
|
|
|
|
border-color : #e0e0e0;
|
2010-09-09 14:50:10 +02:00
|
|
|
}
|
|
|
|
|
2011-09-01 08:23:14 +02:00
|
|
|
#headlines ul#headlines-content a.title {
|
2011-09-01 14:46:50 +02:00
|
|
|
font-size : 14px;
|
2010-09-13 16:32:34 +02:00
|
|
|
font-weight : bold;
|
|
|
|
display : block;
|
2011-09-01 14:46:50 +02:00
|
|
|
margin-left : 21px;
|
|
|
|
position : relative;
|
2011-09-01 08:23:14 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#headlines ul#headlines-content li.fresh a.title {
|
2010-09-13 16:32:34 +02:00
|
|
|
color : #007FFF;
|
|
|
|
}
|
|
|
|
|
2010-09-13 06:56:50 +02:00
|
|
|
#headlines ul#headlines-content li.unread a.title {
|
2011-09-01 14:46:50 +02:00
|
|
|
color : black;
|
|
|
|
/* color : #8DB1D6; */
|
2010-09-09 14:50:10 +02:00
|
|
|
}
|
|
|
|
|
2010-09-13 06:56:50 +02:00
|
|
|
#headlines ul#headlines-content li.read a.title {
|
2011-09-01 14:46:50 +02:00
|
|
|
color : gray;
|
2010-09-13 06:56:50 +02:00
|
|
|
}
|
|
|
|
|
2011-09-01 14:46:50 +02:00
|
|
|
#headlines ul#headlines-content li.unread,
|
|
|
|
#headlines ul#headlines-content li.fresh {
|
|
|
|
background-color : white;
|
|
|
|
}
|
|
|
|
|
|
|
|
#headlines ul#headlines-content li.selected {
|
|
|
|
background-color : #fff7d5;
|
|
|
|
border-color : white white #e0e0e0;
|
2010-09-13 06:56:50 +02:00
|
|
|
}
|
|
|
|
|
2010-09-12 18:29:10 +02:00
|
|
|
#headlines ul#headlines-content img#H-LOADING-IMG {
|
|
|
|
margin-left : 5px;
|
|
|
|
}
|
|
|
|
|
2010-09-09 14:50:10 +02:00
|
|
|
#headlines ul#headlines-content div.excerpt {
|
|
|
|
color : #404040;
|
2010-09-10 11:59:21 +02:00
|
|
|
cursor : pointer;
|
2011-09-01 08:23:14 +02:00
|
|
|
margin-top : 5px;
|
2010-09-10 11:59:21 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#headlines ul#headlines-content div.content {
|
|
|
|
color : #404040;
|
2010-09-09 14:50:10 +02:00
|
|
|
}
|
|
|
|
|
2010-09-11 09:33:47 +02:00
|
|
|
#headlines ul#headlines-content div.content img {
|
|
|
|
max-width : 75%;
|
|
|
|
}
|
|
|
|
|
2010-09-09 19:44:04 +02:00
|
|
|
#headlines ul#headlines-content div.body {
|
|
|
|
margin-left : 21px;
|
2010-09-10 11:59:21 +02:00
|
|
|
/*margin-left : 42px;*/
|
2010-09-09 19:44:04 +02:00
|
|
|
}
|
|
|
|
|
2010-09-09 14:50:10 +02:00
|
|
|
#headlines ul#headlines-content div.info {
|
2010-09-09 19:44:04 +02:00
|
|
|
font-size : 11px;
|
2010-09-09 14:50:10 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#headlines ul#headlines-content div.info a {
|
|
|
|
color : gray;
|
|
|
|
}
|
|
|
|
|
2010-09-13 12:39:16 +02:00
|
|
|
#overlay {
|
|
|
|
background : white;
|
|
|
|
left : 0;
|
|
|
|
top : 0;
|
|
|
|
height : 100%;
|
|
|
|
width : 100%;
|
|
|
|
z-index : 100;
|
|
|
|
position : absolute;
|
|
|
|
text-align : center;
|
|
|
|
}
|
|
|
|
|
|
|
|
#overlay_inner {
|
|
|
|
margin : 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
#overlay img {
|
|
|
|
vertical-align : middle;
|
|
|
|
}
|
2010-11-25 10:58:29 +01:00
|
|
|
|
|
|
|
div.fatalError button {
|
|
|
|
margin-top : 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.fatalError textarea {
|
|
|
|
width : 100%;
|
|
|
|
height : 100px;
|
|
|
|
}
|
|
|
|
|
2010-11-25 12:39:06 +01:00
|
|
|
div.insensitive {
|
|
|
|
color : gray;
|
|
|
|
}
|
2011-09-01 14:46:50 +02:00
|
|
|
|
|
|
|
|