]> git.wh0rd.org - tt-rss.git/blobdiff - css/tt-rss.less
first stage of headline element handling refactoring
[tt-rss.git] / css / tt-rss.less
index c50e65e161d63863ee95ce0a6acc41a95af6b2e5..efe73944a008c8358eed38d13291bd59b5e9fd76 100755 (executable)
@@ -9,17 +9,17 @@ body.ttrss_main {
                outline: none;
        }
 
-       div.postReply {
+       div.post {
                padding : 0px;
 
-               div.postHeader {
+               div.header {
                        padding : 5px;
                        color : #909090;
                        border: 0px solid #ddd;
                        border-bottom-width: 1px;
                        background: #f0f0f0;
 
-                       div.postDate {
+                       div.date {
                                text-align : right;
                                float : right;
                        }
@@ -35,7 +35,7 @@ body.ttrss_main {
                        }
                }
 
-               div.postTitle {
+               div.title {
                        overflow : hidden;
                        font-size : 15px;
                        text-overflow: ellipsis;
@@ -45,11 +45,11 @@ body.ttrss_main {
                        font-family : @fonts-ui-bold;
                }
 
-               div.postDate {
+               div.date {
                        padding-left : 10px;
                }
 
-               div.postContent {
+               div.content {
                        padding : 10px;
                        font-size : 16px;
 
@@ -233,20 +233,20 @@ body.ttrss_main {
                        padding: 4px 6px;
                }
 
-               div.hlLeft {
+               div.left {
                        display : table-cell;
                        vertical-align : middle;
                        white-space: nowrap;
                }
 
-               div.hlRight {
+               div.right {
                        display : table-cell;
                        white-space: nowrap;
                        text-align : right;
                        vertical-align : middle;
                }
 
-               div.hlRight img {
+               div.right img {
                        max-width : 16px;
                        max-height : 16px;
                }
@@ -272,7 +272,7 @@ body.ttrss_main {
                        color : @color-accent;
                }
 
-               span.hlUpdated {
+               span.updated {
                        color : @default-text;
                        display : table-cell;
                        vertical-align : middle;
@@ -282,24 +282,24 @@ body.ttrss_main {
                        padding-left : 10px;
                }
 
-               span.hlUpdated div {
+               span.updated div {
                        display : inline-block;
                }
 
-               div.hlLeft {
+               div.left {
                        padding-left : 8px;
                }
 
-               div.hlLeft input {
+               div.left input {
                        margin-left : 4px;
                        margin-right : 4px;
                }
 
-               div.hlLeft img, div.hlRight img {
+               div.left img, div.right img {
                        margin : 0px 4px;
                }
 
-               div.hlLeft img {
+               div.left img {
                        width : 16px;
                        height : 16px;
                }
@@ -311,17 +311,17 @@ body.ttrss_main {
                        color : #777;
                }
 
-               a.title.high, span.hlContent.high .contentPreview {
+               a.title.high, span.hl-content.high .preview {
                        color : #00aa00;
                }
        }
 
-       .hl.Unread a.title.high, .hl.Unread span.hlContent.high .contentPreview {
+       .hl.Unread a.title.high, .hl.Unread span.hl-content.high .preview {
                color : #00dd00;
        }
 
-       .hl a.title.low, span.hlContent.low .contentPreview,
-       .hl.Unread a.title.low, .hl.Unread span.hlContent.low .contentPreview {
+       .hl a.title.low, span.hl-content.low .preview,
+       .hl.Unread a.title.low, .hl.Unread span.hl-content.low .preview {
                color : #909090;
                text-decoration : line-through;
        }
@@ -346,7 +346,7 @@ body.ttrss_main {
 
                a,
                .feed a,
-               .hlContent a.title,
+               .hl-content a.title,
                span {
                        color : white;
                }
@@ -541,7 +541,7 @@ body.ttrss_main {
        }
 
 
-       span.contentPreview {
+       span.preview {
                color : #999;
                font-weight : normal;
                font-size : 12px;