ttrss/themes/light/zoom.less

79 lines
1.3 KiB
Plaintext
Raw Normal View History

2017-12-03 10:49:40 +01:00
body.ttrss_zoom {
max-width : 900px;
margin : 2em auto;
2018-11-30 15:22:30 +01:00
div.post {
border : 1px solid @border-default;
background : @default-bg;
2018-11-30 15:22:30 +01:00
box-shadow : 0px 1px 1px -1px rgba(0,0,0,0.1);
2017-12-03 10:49:40 +01:00
2018-12-10 05:20:13 +01:00
.attachments {
display : none;
}
2018-11-30 15:22:30 +01:00
div.header {
2021-03-11 20:08:40 +01:00
padding-bottom : 8px;
border: 0 solid @border-default;
2018-11-30 15:22:30 +01:00
border-bottom-width: 1px;
background : @default-bg;
2021-03-11 12:32:15 +01:00
font-size : @font-size-toolbar;
color : @default-text;
2017-12-03 10:49:40 +01:00
2018-12-06 14:42:21 +01:00
.row {
display : flex;
margin-bottom : 4px;
flex-wrap : nowrap;
2019-02-19 17:46:09 +01:00
align-items : center;
justify-content : space-between;
2021-03-11 20:08:40 +01:00
h1 {
margin-top : 0;
margin-bottom : 8px;
}
2018-11-30 15:22:30 +01:00
}
2017-12-03 17:55:19 +01:00
}
2017-12-03 10:49:40 +01:00
2021-03-11 12:32:15 +01:00
.content {
2018-11-30 15:22:30 +01:00
font-size : 15px;
line-height : 1.5;
2019-02-19 17:46:09 +01:00
border-width : 0;
padding : 0;
2021-03-11 20:08:40 +01:00
padding-top : 8px;
2018-11-30 15:22:30 +01:00
img, video {
max-width : 760px;
height : auto;
}
blockquote {
margin : 5px 0px 5px 0px;
color : @default-text;
2021-03-11 20:08:40 +01:00
padding-left : 8px;
border: 0px solid @border-default;
2018-11-30 15:22:30 +01:00
border-left-width: 4px;
}
code {
color : #009900;
font-family : monospace;
font-size : 12px;
}
pre {
2021-03-11 20:08:40 +01:00
padding : 8px;
2018-11-30 15:22:30 +01:00
color : @default-text;
font-family : monospace;
font-size : 12px;
border: 0px solid #ccc;
background : @color-panel-bg;
2018-11-30 15:22:30 +01:00
display : block;
max-width : 98%;
overflow : auto;
white-space: pre-wrap;
2018-11-30 15:22:30 +01:00
}
2017-12-03 17:55:19 +01:00
}
2017-12-03 10:49:40 +01:00
}
2018-11-30 15:22:30 +01:00
2017-12-03 10:49:40 +01:00
}