ttrss/css/tt-rss.less

1216 lines
18 KiB
Plaintext
Raw Normal View History

2017-12-03 10:49:40 +01:00
body.ttrss_main {
2017-11-29 15:00:29 +01:00
background : white;
color : black;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
2017-12-03 11:06:41 +01:00
overflow : hidden;
2017-11-29 15:00:29 +01:00
2017-12-03 10:49:40 +01:00
:focus {
outline: none;
}
2017-11-29 16:55:12 +01:00
div.post {
2017-12-03 10:49:40 +01:00
padding : 0px;
2017-11-29 15:00:29 +01:00
div.header {
2017-12-03 10:49:40 +01:00
padding : 5px;
color : #909090;
border: 0px solid #ddd;
border-bottom-width: 1px;
2017-12-13 17:09:14 +01:00
background: #f0f0f0;
2017-12-03 10:49:40 +01:00
div.date {
2017-12-03 10:49:40 +01:00
text-align : right;
float : right;
}
div {
padding-bottom : 3px;
}
span.author {
color : @default-text;
2017-12-03 10:49:40 +01:00
font-size : 11px;
font-weight : normal;
}
}
div.title {
2017-12-03 10:49:40 +01:00
overflow : hidden;
2017-12-13 17:09:14 +01:00
font-size : 15px;
2017-12-03 10:49:40 +01:00
text-overflow: ellipsis;
white-space : nowrap;
font-weight : 600;
text-rendering: optimizelegibility;
font-family : @fonts-ui-bold;
}
2017-11-29 16:55:12 +01:00
div.date {
2017-12-03 10:49:40 +01:00
padding-left : 10px;
}
div.content {
2017-12-03 10:49:40 +01:00
padding : 10px;
font-size : 16px;
img,
video {
border-width : 0px;
max-width : 98%;
height: auto;
}
p {
hyphens: auto;
}
iframe {
min-width : 50%;
max-width : 98%;
}
}
div.postEnclosures {
color : @default-text;
2017-11-29 16:55:12 +01:00
}
2017-12-03 10:49:40 +01:00
img.tagsPic {
width : 16px;
height : 16px;
margin-left : 4px;
vertical-align : middle;
2017-11-29 16:55:12 +01:00
}
span.author {
2017-12-03 10:49:40 +01:00
font-size : 12px;
2017-11-29 16:55:12 +01:00
}
2017-11-29 15:00:29 +01:00
}
2017-12-03 10:49:40 +01:00
div.articleNote {
background-color : #fff7d5;
padding : 5px;
margin : 5px;
border: 1px solid #e7d796;
color : #9a8c59;
div.noteEdit {
float : right;
cursor : pointer;
}
}
h1 {
font-size : 18px;
2017-11-29 15:00:29 +01:00
font-weight : 600;
text-rendering: optimizelegibility;
//font-family : @fonts-ui;
2017-11-29 15:00:29 +01:00
}
2017-12-03 10:49:40 +01:00
h2 {
font-size : 16px;
2017-12-03 10:49:40 +01:00
font-weight : 600;
text-rendering: optimizelegibility;
//font-family : @fonts-ui;
2017-12-03 10:49:40 +01:00
}
2017-11-29 15:00:29 +01:00
h3 {
2018-12-04 12:26:28 +01:00
font-size : 16px;
2017-12-03 10:49:40 +01:00
font-weight : 600;
text-rendering: optimizelegibility;
//font-family : @fonts-ui;
}
h4 {
font-size : 14px;
font-weight : 600;
text-rendering: optimizelegibility;
//font-family : @fonts-ui;
2017-12-03 10:49:40 +01:00
}
2017-11-29 16:55:12 +01:00
2017-12-03 10:49:40 +01:00
hr {
border: 0px solid #ccc;
border-bottom-width: 1px;
}
a {
color: @color-link;
text-decoration: none;
}
a:hover {
color: darken(@color-link, 20%);
text-decoration: underline;
}
#notify.visible {
transform: translate(0, -45px);
2017-12-03 10:49:40 +01:00
}
#notify {
bottom : -45px;
2017-12-03 10:49:40 +01:00
right : 0px;
height : 30px;
2017-12-03 10:49:40 +01:00
left : 0px;
border-width : 1px 0px 0px 0px;
border-style : solid;
position : fixed;
font-size : 13px;
2017-12-03 10:49:40 +01:00
z-index : 99;
display : flex;
2017-12-03 10:49:40 +01:00
transition: all 0.5s ease-in-out;
> * {
align-self : center;
padding : 4px;
}
2017-12-03 10:49:40 +01:00
img {
vertical-align : middle;
2017-11-29 16:55:12 +01:00
}
.msg {
flex-grow : 2;
2017-11-29 16:55:12 +01:00
}
.icon-close {
2017-12-03 10:49:40 +01:00
cursor : pointer;
2017-11-29 16:55:12 +01:00
}
2017-11-29 15:00:29 +01:00
}
2017-12-03 10:49:40 +01:00
.notify {
border-color : #d7c47a;
background-color : #fff7d5;
2017-11-29 15:00:29 +01:00
}
2017-12-03 10:49:40 +01:00
.notify.notify_progress {
border-color : #d7c47a;
background-color : #fff7d5;
2017-11-29 15:00:29 +01:00
}
2017-12-03 10:49:40 +01:00
.notify.notify_info {
border-color : @color-accent;
background-color : @color-accent-light;
i.icon-notify {
color : @color-accent;
}
2017-11-29 15:00:29 +01:00
}
2017-12-03 10:49:40 +01:00
.notify.notify_error {
background-color : #c00;
border-color : #900;
color : white;
i.icon-notify, i.icon-close {
color : white;
}
2017-11-29 15:00:29 +01:00
}
2017-12-03 10:49:40 +01:00
.hl {
border: 0px solid #ddd;
border-bottom-width: 1px;
transition : color 0.2s, background 0.2s;
display : flex;
flex-direction : row;
flex-wrap : nowrap;
2017-11-29 15:00:29 +01:00
> * {
align-self : center;
2017-12-03 10:49:40 +01:00
white-space : nowrap;
2018-12-05 11:58:18 +01:00
padding : 4px;
2017-12-03 10:49:40 +01:00
}
2017-11-29 15:00:29 +01:00
img {
2017-12-03 10:49:40 +01:00
vertical-align : middle;
}
.left, .right {
2018-12-05 11:58:18 +01:00
display : flex;
> * {
align-self : center;
}
i.material-icons {
margin-left : 2px;
padding : 2px;
2018-12-05 12:11:40 +01:00
transition : color 0.2s linear;
user-select: none;
font-size : 21px;
2018-12-05 11:58:18 +01:00
}
}
div.title {
cursor : pointer;
flex-grow : 2;
overflow : hidden;
text-overflow : ellipsis;
2017-12-03 10:49:40 +01:00
}
2017-11-29 15:00:29 +01:00
div.right {
2017-12-03 10:49:40 +01:00
text-align : right;
}
2017-11-29 15:00:29 +01:00
span.feed a {
2017-12-03 10:49:40 +01:00
border-radius : 4px;
display : inline-block;
padding : 1px 4px;
2017-12-03 10:49:40 +01:00
font-size : 11px;
font-style : italic;
font-weight : normal;
color : @default-text;
2017-12-03 10:49:40 +01:00
}
2017-11-29 15:00:29 +01:00
span.feed a:hover {
2017-12-03 10:49:40 +01:00
color : @color-accent;
}
2017-11-29 15:00:29 +01:00
span.updated {
color : @default-text;
2017-12-03 10:49:40 +01:00
text-align : right;
font-size : 11px;
padding-left : 10px;
}
2017-11-29 15:00:29 +01:00
span.updated div {
2017-12-03 10:49:40 +01:00
display : inline-block;
}
2017-11-29 15:00:29 +01:00
div.left input {
margin : 0px 4px;
2017-12-03 10:49:40 +01:00
}
2017-11-29 15:00:29 +01:00
div.left img, div.right img {
2017-12-03 10:49:40 +01:00
margin : 0px 4px;
}
2017-11-29 15:00:29 +01:00
div.title a {
2017-12-03 10:49:40 +01:00
font-weight : 600;
text-rendering: optimizelegibility;
font-family : @fonts-ui;
color : #777;
}
2017-11-29 15:00:29 +01:00
a.title.high, span.hl-content.high .preview {
2017-12-03 10:49:40 +01:00
color : #00aa00;
}
}
2017-11-29 15:00:29 +01:00
.hl.Unread a.title.high, .hl.Unread span.hl-content.high .preview {
2017-12-03 10:49:40 +01:00
color : #00dd00;
}
2017-11-29 15:00:29 +01:00
.hl a.title.low, span.hl-content.low .preview,
.hl.Unread a.title.low, .hl.Unread span.hl-content.low .preview {
2017-12-03 10:49:40 +01:00
color : #909090;
text-decoration : line-through;
2017-11-29 16:55:12 +01:00
}
.hl.Unread div.title a {
2017-12-03 10:49:40 +01:00
color : black;
2017-11-29 16:55:12 +01:00
}
.hl.active div.title a {
2017-12-03 10:49:40 +01:00
color : @color-accent;
/* text-shadow : 1px 1px 2px #fff; */
2017-11-29 16:55:12 +01:00
}
2017-12-13 17:09:14 +01:00
.hl.active {
background : @color-accent ! important;
}
2017-12-13 16:53:31 +01:00
.hl.active,
2017-12-03 10:49:40 +01:00
.hl.Selected {
2017-12-13 16:53:31 +01:00
color : white;
background : desaturate(@color-accent, 25%);
2017-12-13 16:53:31 +01:00
a,
.feed a,
.hl-content a.title,
2017-12-13 16:53:31 +01:00
span {
color : white;
}
2017-11-29 16:55:12 +01:00
}
2017-12-03 10:49:40 +01:00
.hl.Grayed {
color : #909090;
2017-11-29 16:55:12 +01:00
}
2017-12-03 10:49:40 +01:00
div.filterTestHolder {
height : 300px;
overflow : auto;
border-color : #ddd;
border-style : solid;
margin : 0px 0px 5px 0px;
border-width : 1px;
2017-11-29 16:55:12 +01:00
}
2017-12-03 10:49:40 +01:00
#content-insert blockquote,
#headlines-frame blockquote,
.dijitContentPane blockquote {
margin : 5px 0px 5px 0px;
color : @default-text;
2017-11-29 16:55:12 +01:00
padding-left : 10px;
2017-12-03 10:49:40 +01:00
border: 0px solid #ccc;
border-left-width: 4px;
2017-11-29 16:55:12 +01:00
}
2017-12-03 10:49:40 +01:00
#content-insert code,
#headlines-frame code,
.dijitContentPane code {
color : #009900;
font-family : monospace;
2017-11-29 16:55:12 +01:00
}
2017-12-03 10:49:40 +01:00
#content-insert pre,
#headlines-frame pre,
.dijitContentPane pre {
margin: 5px 0px 5px 0px;
padding: 10px;
color: @default-text;
2017-12-03 10:49:40 +01:00
font-family: monospace;
font-size: 12px;
border: 0px solid #ccc;
background: #f5f5f5;
display: block;
max-width: 98%;
overflow: auto;
2017-11-29 16:55:12 +01:00
}
2017-12-03 10:49:40 +01:00
.alert {
padding: 8px 35px 8px 14px;
margin-bottom: 10px;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
background-color: #fcf8e3;
border: 1px solid #fbeed5;
border-radius: 4px;
.close {
position: relative;
top: -2px;
right: -21px;
line-height: 20px;
cursor : pointer;
}
2017-11-29 16:55:12 +01:00
}
2017-12-03 10:49:40 +01:00
.alert,
.alert h4 {
color: #c09853;
2017-11-29 16:55:12 +01:00
}
2017-12-03 10:49:40 +01:00
.alert h4 {
margin: 0;
2017-11-29 16:55:12 +01:00
}
2017-12-03 10:49:40 +01:00
.alert-success {
color: #468847;
background-color: #dff0d8;
border-color: #d6e9c6;
2017-11-29 15:00:29 +01:00
}
2017-12-03 10:49:40 +01:00
.alert-success h4 {
color: #468847;
}
2017-11-29 15:00:29 +01:00
2017-12-03 10:49:40 +01:00
.alert-danger,
.alert-error {
color: #b94a48;
background-color: #f2dede;
border-color: #eed3d7;
}
2017-11-29 15:00:29 +01:00
2017-12-03 10:49:40 +01:00
.alert-danger h4,
.alert-error h4 {
color: #b94a48;
}
2017-11-29 15:00:29 +01:00
2017-12-03 10:49:40 +01:00
.alert-info {
color: #3a87ad;
background-color: #d9edf7;
border-color: #bce8f1;
2017-11-29 15:00:29 +01:00
h4 {
color: #3a87ad;
}
2017-12-03 10:49:40 +01:00
}
2017-11-29 15:00:29 +01:00
2017-12-03 10:49:40 +01:00
ul.nomarks {
list-style-type : none;
margin : 0px;
padding : 10px;
}
2017-11-29 15:00:29 +01:00
2017-12-03 10:49:40 +01:00
div.prefHelp {
color : @default-text;
2017-12-03 10:49:40 +01:00
padding : 5px;
}
2017-11-29 15:00:29 +01:00
2017-12-03 10:49:40 +01:00
.insensitive {
color : @default-text;
2017-12-03 10:49:40 +01:00
}
2017-11-29 15:00:29 +01:00
2017-12-03 10:49:40 +01:00
.small {
font-size : 11px;
}
2017-11-29 15:00:29 +01:00
span.preview {
2017-11-29 15:00:29 +01:00
color : #999;
2017-12-03 10:49:40 +01:00
font-weight : normal;
2017-11-29 15:00:29 +01:00
font-size : 12px;
2017-12-03 10:49:40 +01:00
padding-left : 4px;
2017-11-29 15:00:29 +01:00
}
.hl.Selected .hlLabelRef,
.hl.active .hlLabelRef {
color : #063064;
}
2017-12-03 10:49:40 +01:00
span.hlLabelRef {
background-color : #fff7d5;
font-size : 8px;
color : #063064;
font-weight : normal;
margin-left : 2px;
padding : 1px 4px 1px 4px;
display : inline-block;
vertical-align : middle;
white-space: nowrap;
border-radius : 4px;
}
2017-11-29 15:00:29 +01:00
2018-12-05 11:58:18 +01:00
i.marked-pic, i.pub-pic {
2017-12-03 10:49:40 +01:00
cursor : pointer;
color : #ccc;
2017-11-29 15:00:29 +01:00
}
2017-12-03 10:49:40 +01:00
div.tagCloudContainer {
2018-12-04 20:24:31 +01:00
background : white;
2017-12-03 10:49:40 +01:00
border : 1px solid #ddd;
margin : 5px 0px 5px 0px;
padding : 5px;
text-align : center;
2017-11-29 15:00:29 +01:00
}
2017-12-03 10:49:40 +01:00
div.errorExplained {
border : 1px solid #ddd;
margin : 5px 0px 5px 0px;
padding : 5px;
2017-11-29 15:00:29 +01:00
}
2017-12-03 10:49:40 +01:00
ul.feedErrorsList {
max-height : 300px;
overflow : auto;
list-style-type : none;
border : 1px solid #ddd;
margin : 0px 0px 5px 0px;
padding : 5px;
2017-11-29 15:00:29 +01:00
2017-12-03 10:49:40 +01:00
em {
color : @default-text;
2017-12-03 10:49:40 +01:00
}
}
2017-11-29 15:00:29 +01:00
2017-12-03 10:49:40 +01:00
ul.browseFeedList {
height : 300px;
2018-12-04 20:24:31 +01:00
width : 100%;
2017-12-03 10:49:40 +01:00
overflow : auto;
border-width : 0px 1px 1px 1px;
border-color : #ddd;
border-style : solid;
margin : 0px 0px 5px 0px;
background-color : white;
list-style-type : none;
padding : 0px;
2017-11-29 15:00:29 +01:00
2017-12-03 10:49:40 +01:00
li {
2018-12-05 12:21:47 +01:00
display : flex;
> * {
align-self : center;
margin : 2px;
}
2017-12-03 10:49:40 +01:00
}
}
2017-11-29 15:00:29 +01:00
2017-12-03 10:49:40 +01:00
.browseFeedList span.subscribers {
color : #808080;
}
2017-11-29 15:00:29 +01:00
2017-12-03 10:49:40 +01:00
ul.compact {
list-style-type : none;
margin : 0px;
padding : 0px;
2017-11-29 15:00:29 +01:00
2017-12-03 10:49:40 +01:00
li {
margin : 0px;
padding : 0px;
}
}
2017-11-29 15:00:29 +01:00
2017-12-03 10:49:40 +01:00
.noborder {
border-width : 0px;
2017-11-29 15:00:29 +01:00
}
2017-12-03 10:49:40 +01:00
#overlay {
background : white;
left : 0;
top : 0;
height : 100%;
width : 100%;
z-index : 100;
position : absolute;
}
2017-11-29 15:00:29 +01:00
2017-12-03 10:49:40 +01:00
#overlay_inner {
font-weight : bold;
margin : 1em;
}
2017-11-29 15:00:29 +01:00
2017-12-03 10:49:40 +01:00
form {
2017-11-29 15:00:29 +01:00
margin : 0px;
2017-12-03 10:49:40 +01:00
padding : 0px;
2017-11-29 15:00:29 +01:00
}
2017-12-03 10:49:40 +01:00
div.loadingPrompt {
padding : 1em;
text-align : center;
font-weight : bold;
}
2017-11-29 15:00:29 +01:00
2017-12-03 10:49:40 +01:00
div.whiteBox {
margin-left : 1px;
text-align : center;
padding : 1em 1em 0px 1em;
font-size : 11px;
border: 0px solid #ddd;
border-bottom-width: 1px;
}
2017-11-29 15:00:29 +01:00
2017-12-03 10:49:40 +01:00
div.autocomplete {
position : absolute;
width : 250px;
background-color : white;
border :1px solid #778899;
2017-11-29 15:00:29 +01:00
margin : 0px;
padding : 0px;
2017-12-03 10:49:40 +01:00
ul {
list-style-type : none;
margin : 0px;
padding : 0px;
}
2017-11-29 15:00:29 +01:00
2017-12-03 10:49:40 +01:00
ul li.selected {
background-color : #fff7d5;
}
2017-11-29 15:00:29 +01:00
2017-12-03 10:49:40 +01:00
ul li {
list-style-type : none;
display : block;
margin : 0;
padding : 2px;
height : 32px;
cursor : pointer;
}
}
2017-11-29 15:00:29 +01:00
div#headlines-frame.wide {
.title {
overflow: visible;
white-space: normal;
}
2017-11-29 15:00:29 +01:00
.hl .feed {
display: none;
}
2017-12-03 10:49:40 +01:00
}
2017-11-29 15:00:29 +01:00
img.score-pic {
2017-12-03 10:49:40 +01:00
}
2017-11-29 15:00:29 +01:00
2017-12-03 10:49:40 +01:00
div.dlgSec {
font-size : 14px;
2017-12-03 10:49:40 +01:00
font-weight : bold;
clear : both;
margin : 8px;
position : relative;
top : 8px;
}
div.dlgSecHoriz {
font-size : 14px;
font-weight : bold;
clear : both;
margin-bottom : 8px;
margin-top : 8px;
2017-11-29 15:00:29 +01:00
}
2017-12-03 10:49:40 +01:00
div.dlgSecCont {
position : relative;
left : 150px;
top : -20px;
float : left;
font-weight : normal;
> * {
position : relative;
top : -2px;
}
2017-11-29 15:00:29 +01:00
}
2017-12-03 10:49:40 +01:00
div.dlgSecCont hr, div.dlgSecSimple hr {
height : 0px;
line-height : 0px;
border : 0px solid transparent;
margin : 2px;
2017-11-29 15:00:29 +01:00
}
2018-12-04 20:24:31 +01:00
.dijitDialog {
.dlgButtons {
margin-top : 4px;
text-align: right;
clear: both;
}
2017-12-03 10:49:40 +01:00
}
2017-11-29 15:00:29 +01:00
2018-12-06 06:26:52 +01:00
i.icon-label {
color : #fff7d5;
2017-12-03 10:49:40 +01:00
}
2017-11-29 15:00:29 +01:00
2017-12-03 10:49:40 +01:00
div#cmdline {
position : absolute;
left : 5px;
bottom : 5px;
font-size : 11px;
color : @default-text;
2017-12-03 10:49:40 +01:00
font-weight : bold;
background-color : white;
border : 1px solid @color-accent;
padding : 3px 5px 3px 5px;
z-index : 5;
}
2017-11-29 15:00:29 +01:00
2017-12-03 10:49:40 +01:00
#feed_browser_spinner {
vertical-align : middle;
height : 18px;
width : 18px;
}
2017-11-29 15:00:29 +01:00
2017-12-03 10:49:40 +01:00
div.fatalError {
margin-bottom : 10px;
2017-11-29 15:00:29 +01:00
2017-12-03 10:49:40 +01:00
button {
margin-top : 5px;
}
2017-11-29 16:55:12 +01:00
2017-12-03 10:49:40 +01:00
textarea {
width : 565px;
height : 200px;
}
2017-11-29 16:55:12 +01:00
}
2017-11-29 15:00:29 +01:00
2017-12-03 10:49:40 +01:00
#content-wrap {
padding : 0px;
border-width : 0px;
margin : 0px;
}
2017-11-29 15:00:29 +01:00
2017-12-03 10:49:40 +01:00
#feeds-holder {
padding : 0px;
border: 0px solid #ddd;
overflow : hidden;
background : #f5f5f5;
box-shadow : inset -1px 0px 2px -1px rgba(0,0,0,0.1);
-webkit-overflow-scrolling : touch;
2017-12-03 15:57:34 +01:00
#feedTree {
height : 100%;
overflow-x : hidden;
text-rendering: optimizelegibility;
2018-12-04 18:17:50 +01:00
font-family : @fonts-ui;
2017-12-03 15:57:34 +01:00
.counterNode.aux {
background : #f0f0f0;
color : #999;
border-color : #f0f0f0;
}
.counterNode {
font-weight : bold;
display : inline-block;
font-size : 9px;
text-align : center;
border : 1px solid lighten(@color-accent, 5%);;
2017-12-03 15:57:34 +01:00
color : white;
background : lighten(@color-accent, 5%);
2017-12-03 15:57:34 +01:00
border-radius : 4px;
vertical-align : middle;
float : right;
position : relative;
line-height : 14px;
margin-right : 8px;
margin-top : 2px;
min-width : 23px;
height : 14px;
}
.dijitTreeNode .loadingExpando {
left : -3px;
height : 22px;
position : relative;
top : -3px;
2018-12-04 18:17:50 +01:00
}
.dijitTreeRow .dijitTreeLabel.Unread {
font-weight : bold;
}
.dijitTreeRow.Error .dijitTreeLabel {
color : red;
}
.dijitTreeRow.UpdatesDisabled .dijitTreeLabel {
color : #909090;
}
.dijitTreeNode .dijitTreeRow {
border : 1px solid transparent;
}
.dijitTreeNode .dijitTreeRowSelected {
box-shadow : -1px 0px 2px -1px rgba(0,0,0,0.1);
2018-12-04 20:24:31 +01:00
border-color : #ddd transparent;
2018-12-04 18:17:50 +01:00
background : white;
2018-12-06 06:26:52 +01:00
color : #333;
2018-12-04 18:17:50 +01:00
}
.icon {
2018-12-04 18:17:50 +01:00
position : relative;
top : -2px;
2017-12-03 15:57:34 +01:00
}
i.icon {
left : -2px;
}
i.icon.icon-inbox {
color : #555;
}
i.icon.icon-archive {
color : #c77b2e;
}
i.icon.icon-star {
color : @color-marked;
font-size : 21px;
top : -4px;
left : -4px;
}
i.icon.icon-rss_feed {
color : @color-published;
}
i.icon.icon-new_releases {
color : @color-enabled;
}
i.icon.icon-restore {
font-weight : bold;
left : -3px;
color : @color-accent;
}
2017-12-03 15:57:34 +01:00
}
2017-12-03 10:49:40 +01:00
}
2017-11-29 15:00:29 +01:00
2017-12-03 10:49:40 +01:00
#headlines-wrap-inner {
padding : 0px;
margin : 0px;
border-width : 0px;
}
2017-11-29 15:00:29 +01:00
2017-12-03 10:49:40 +01:00
#headlines-frame {
padding : 0px;
border: 0px #ddd;
margin-top : 0px;
-webkit-overflow-scrolling : touch;
-webkit-transform: translateZ(0);
-webkit-backface-visibility: hidden;
div.feed-title {
border: 0px solid @color-link;
border-bottom-width: 1px;
padding: 5px 3px 5px 5px;
}
div.feed-title a.title {
color: @default-text;
font-weight: bold;
}
div.feed-title a {
color: @default-text;
}
div.feed-title a:hover {
color: @color-link;
}
2017-12-03 10:49:40 +01:00
}
2017-11-29 15:00:29 +01:00
#toolbar-frame_splitter {
2017-12-03 10:49:40 +01:00
display : none;
2017-11-29 16:55:12 +01:00
}
2017-11-29 15:00:29 +01:00
#toolbar-frame {
2017-12-03 10:49:40 +01:00
padding : 0px;
margin : 0px;
border-width : 0px;
white-space: nowrap;
font-size : 12px;
#toolbar {
background : white;
border: 0px solid #ddd;
border-bottom-width: 1px;
2018-12-06 05:35:41 +01:00
padding-left : 4px;
height : 32px;
display : flex;
flex-direction : row;
flex-wrap : nowrap;
color : @default-text;
font-size : 12px;
> * {
align-self : center;
}
.dijitSelect,
.dijitDropDownButton .dijitButtonNode,
.dijitComboButton .dijitButtonNode {
border : 0px;
}
.net-alert i {
color : red;
}
#toolbar-headlines {
padding-right : 4px;
flex-grow : 2;
display : flex;
.left {
flex-grow: 2;
2018-12-05 08:10:39 +01:00
display : flex;
img {
vertical-align : middle;
margin-right : 8px;
2018-12-05 08:10:39 +01:00
}
> * {
align-self: center;
}
}
.right {
display : flex;
> * {
align-self : center;
}
}
}
#selected_prompt {
font-style : italic;
text-align : right;
margin-right : 4px;
}
@media (max-width: 992px) {
#selected_prompt {
display : none;
}
}
}
2017-11-29 16:55:12 +01:00
}
2017-11-29 15:00:29 +01:00
2017-12-03 10:49:40 +01:00
#header {
border-width : 0px;
text-align : right;
color : @default-text;
2017-12-03 10:49:40 +01:00
padding : 5px 5px 0px 0px;
margin : 0px;
position : absolute;
right : 0px;
top : 0px;
z-index : 5;
}
2017-11-29 15:00:29 +01:00
2017-12-03 10:49:40 +01:00
#content-insert {
padding : 0px;
border-color : #ddd;
border-width : 0px;
line-height: 1.5;
overflow : auto;
-webkit-overflow-scrolling : touch;
}
2017-11-29 15:00:29 +01:00
img.feed-icon, img.icon {
2017-12-03 10:49:40 +01:00
width : 16px;
height : 16px;
line-height : 16px;
vertical-align : middle;
display : inline-block;
}
2017-11-29 15:00:29 +01:00
2017-12-03 10:49:40 +01:00
.player {
display : inline-block;
color : @default-text;
2017-12-03 10:49:40 +01:00
font-size : 11px;
font-family : sans-serif;
border : 1px solid @default-text;
2017-12-03 10:49:40 +01:00
padding : 0px 4px 0px 4px;
margin : 0px 2px 0px 2px;
width : 50px;
text-align : center;
background : white;
}
2017-11-29 15:00:29 +01:00
2017-12-03 10:49:40 +01:00
.player.playing {
color : #00c000;
border-color : #00c000;
}
2017-11-29 15:00:29 +01:00
2017-12-03 10:49:40 +01:00
.player:hover {
background : #f0f0f0;
cursor : pointer;
}
2017-11-29 15:00:29 +01:00
2017-12-03 10:49:40 +01:00
#headlines-spacer {
height : 100%;
margin-left : 1px;
text-align : center;
color : @default-text;
2017-12-03 10:49:40 +01:00
font-size : 11px;
font-style : italic;
2017-11-29 15:00:29 +01:00
2017-12-03 10:49:40 +01:00
a, span {
color : @default-text;
2017-12-03 10:49:40 +01:00
padding : 10px;
display : block;
}
2017-11-29 15:00:29 +01:00
2017-12-03 10:49:40 +01:00
a:hover {
color : @color-accent;
}
}
2017-11-29 15:00:29 +01:00
2017-12-03 10:49:40 +01:00
ul#filterDlg_Matches, ul#filterDlg_Actions {
max-height : 100px;
overflow : auto;
list-style-type : none;
border-style : solid;
border-color : #ddd;
2018-12-04 20:24:31 +01:00
border-width : 1px 1px 1px 1px;
2017-12-03 10:49:40 +01:00
background-color : white;
margin : 0px 0px 5px 0px;
2018-12-04 20:24:31 +01:00
padding : 4px;
min-height : 16px;
2017-12-03 10:49:40 +01:00
}
2017-11-29 15:00:29 +01:00
2017-12-03 10:49:40 +01:00
ul#filterDlg_Matches li, ul#filterDlg_Actions li {
cursor : pointer;
2018-12-04 18:17:50 +01:00
}
ul#filterDlg_Matches li .dijitCheckBox, ul#filterDlg_Actions li .dijitCheckBox {
margin-right: 4px;
2017-12-03 10:49:40 +01:00
}
2017-11-29 15:00:29 +01:00
2017-12-03 10:49:40 +01:00
ul.helpKbList {
max-height : 300px;
overflow : auto;
list-style-type : none;
border : 1px solid #ddd;
margin : 0px 0px 5px 0px;
padding : 5px;
2017-11-29 15:00:29 +01:00
2017-12-03 10:49:40 +01:00
span.hksequence {
width : 6em;
margin-left : 20px;
color : @color-accent;
font-weight : bold;
display : inline-block;
}
2017-11-29 15:00:29 +01:00
2017-12-03 10:49:40 +01:00
h2 {
margin-top : 0px;
}
}
2017-11-29 15:00:29 +01:00
2017-12-03 10:49:40 +01:00
select.attachments {
2017-11-29 16:55:12 +01:00
display : block;
2017-12-03 10:49:40 +01:00
margin-top : 10px;
max-width : 120px;
2017-11-29 16:55:12 +01:00
}
2017-11-29 15:00:29 +01:00
2017-12-03 10:49:40 +01:00
#filterDlg_feeds select {
height : 150px;
width : 410px;
2017-11-29 16:55:12 +01:00
}
2017-11-29 15:00:29 +01:00
2017-12-03 10:49:40 +01:00
span.highlight {
background-color : #ffff00;
color : #cc90cc;
}
2017-11-29 15:00:29 +01:00
2017-12-03 10:49:40 +01:00
div.enclosure_title {
2017-11-29 15:00:29 +01:00
2017-12-03 10:49:40 +01:00
}
2017-11-29 15:00:29 +01:00
2018-12-04 18:17:50 +01:00
#headlines-frame .dijitCheckBox {
margin-right : 4px;
2017-12-03 10:49:40 +01:00
}
2017-11-29 15:00:29 +01:00
2017-12-03 10:49:40 +01:00
#editTagsDlg{
overflow: visible;
}
#feedEditDlg img.feedIcon {
border : 1px solid #ccc;
padding : 5px;
margin : 5px;
max-width : 20px;
max-height : 20px;
height : auto;
width : auto;
}
2017-11-29 16:55:12 +01:00
}
body.ttrss_login {
padding : 2em;
font-size : 14px;
fieldset {
margin-left : auto;
margin-right : auto;
display : block;
width : 400px;
border-width : 0px;
}
label {
width : 120px;
margin-right : 20px;
display : inline-block;
text-align : right;
color : gray;
}
div.header {
border: 0px solid @color-accent;
border-bottom-width: 1px;
margin-bottom : 1em;
padding-bottom : 5px;
}
div.footer {
margin-top : 1em;
padding-top : 5px;
border: 0px solid @color-accent;
border-top-width: 1px;
text-align : center;
color : gray;
font-size : 12px;
}
a.forgotpass {
text-align : right;
font-size : 11px;
display : inline-block;
}
a {
color: @color-accent;
text-decoration: none;
}
a:hover,
a:focus {
color: @color-accent;
text-decoration: underline;
}
div.footer a {
color : gray;
}
div.footer a:hover {
color : @color-accent;
}
div.row {
padding : 0px 0px 5px 0px;
}
div.row-error {
color : red;
text-align : center;
padding : 0px 0px 5px 0px;
}
}
2017-12-03 10:49:40 +01:00
body.ttrss_main .dijitDialog {
h1:first-of-type,
h2:first-of-type,
h3:first-of-type,
h4:first-of-type {
margin-top: 0px;
}
}
body.ttrss_main {
i.icon-syndicate {
color : @color-published;
margin-right : 8px;
border : 1px solid @color-published;
border-radius : 4px;
}
.cdm.marked .left i.marked-pic,
.hl.marked .left i.marked-pic {
color : @color-marked;
}
2018-12-05 12:11:40 +01:00
.cdm.published .left i.pub-pic,
.hl.published .left i.pub-pic {
color : @color-published;
}
2018-12-05 11:58:18 +01:00
}
2017-12-13 13:54:08 +01:00
::selection {
background : @color-accent;
color : white;
}
2018-12-04 11:01:50 +01:00
::-webkit-scrollbar {
width: 4px;
}
::-webkit-scrollbar-thumb {
background-color: @color-accent;
}
::-webkit-scrollbar-track {
background-color: #eee;
}