summaryrefslogtreecommitdiff
path: root/css/cdm.less
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-11-30 17:22:30 +0300
committerAndrew Dolgov <[email protected]>2018-11-30 17:22:30 +0300
commit07fd4f8d9d4f301f5ad88ff9e80f042fc3eb0c36 (patch)
tree7560386a48681e19b4e4bcce00f3c3f4f42eb97d /css/cdm.less
parentadd558e7e53fb9ab2e0e3186573bdb90d0e910ff (diff)
minor css fixes (mostly for zoom mode)
Diffstat (limited to 'css/cdm.less')
-rw-r--r--css/cdm.less159
1 files changed, 76 insertions, 83 deletions
diff --git a/css/cdm.less b/css/cdm.less
index 7e9a58403..a78d26f17 100644
--- a/css/cdm.less
+++ b/css/cdm.less
@@ -152,75 +152,69 @@ div.cdm.active div.content {
color : black;
}
-span.cdmExcerpt {
- white-space : nowrap;
- font-size : 11px;
- color : #999;
- font-weight : normal;
- cursor : pointer;
-}
-
-div.content div.postEnclosures {
- margin-top : 1em;
- color : @default-text;
-}
+.cdm {
+ div.content div.postEnclosures {
+ margin-top: 1em;
+ color: @default-text;
+ }
-div.feed-title {
- border: 0px solid @color-link;
- border-bottom-width: 1px;
- padding : 5px 3px 5px 5px;
-}
+ 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.title {
+ color: @default-text;
+ font-weight: bold;
+ }
-div.feed-title a {
- color : @default-text;
-}
+ div.feed-title a {
+ color: @default-text;
+ }
-div.feed-title a:hover {
- color : @color-link;
-}
+ div.feed-title a:hover {
+ color: @color-link;
+ }
-div.header span.feed {
- float : right;
- font-weight : normal;
- font-style : italic;
-}
+ div.header span.feed {
+ float: right;
+ font-weight: normal;
+ font-style: italic;
+ }
-div.header div.feed, div.header div.feed a {
- vertical-align : middle;
- color : @default-text;
- font-weight : normal;
- font-style : italic;
- font-size : 11px;
-}
+ div.header div.feed, div.header div.feed a {
+ vertical-align: middle;
+ color: @default-text;
+ font-weight: normal;
+ font-style: italic;
+ font-size: 11px;
+ }
-div.cdm .feed a {
- border-radius : 4px;
- display : inline-block;
- padding : 1px 4px 1px 4px;
-}
+ div.content-inner p {
+ /*max-width : 650px;*/
+ -webkit-hyphens: auto;
+ -moz-hyphens: auto;
+ hyphens: auto;
+ }
-div.content-inner p {
- /*max-width : 650px;*/
- -webkit-hyphens: auto;
- -moz-hyphens: auto;
- hyphens: auto;
-}
+ div.content-inner iframe {
+ min-width : 50%;
+ max-width : 98%;
+ }
-div.content-inner iframe {
- min-width : 50%;
- max-width : 98%;
-}
+ div.header span.author {
+ white-space : nowrap;
+ color : @default-text;
+ font-size : 11px;
+ font-weight : normal;
+ }
-div.header span.author {
- white-space : nowrap;
- color : @default-text;
- font-size : 11px;
- font-weight : normal;
+ .feed a {
+ border-radius : 4px;
+ display : inline-block;
+ padding : 1px 4px 1px 4px;
+ }
}
div#floatingTitle {
@@ -302,6 +296,29 @@ div#floatingTitle {
display : none;
}
+ .feed-title {
+ > * {
+ display : table-cell;
+ vertical-align : middle;
+ }
+
+ a.title {
+ width : 100%;
+ }
+
+ a.catchup {
+ text-align : right;
+ color : @default-text;
+ padding-right : 10px;
+ font-size : 11px;
+ white-space : nowrap;
+ }
+
+ a.catchup:hover {
+ color : @color-link;
+ }
+
+ }
}
div#floatingTitle.Unread a.title {
@@ -333,27 +350,3 @@ div#floatingTitle.Unread a.title {
text-decoration : line-through;
}
-.feed-title {
-
- > * {
- display : table-cell;
- vertical-align : middle;
- }
-
- a.title {
- width : 100%;
- }
-
- a.catchup {
- text-align : right;
- color : @default-text;
- padding-right : 10px;
- font-size : 11px;
- white-space : nowrap;
- }
-
- a.catchup:hover {
- color : @color-link;
- }
-
-}