]> git.wh0rd.org - tt-rss.git/blobdiff - css/tt-rss.css
add some vertical space to diijt menu items
[tt-rss.git] / css / tt-rss.css
index 789319ccb7c99f1d52ec41af63218d3b0e00e750..0fdc31e5147d6907020c03a7de32394fbc3846db 100644 (file)
@@ -130,12 +130,13 @@ hr {
 }
 
 a {
-       color : #4684ff;
-       text-decoration : none;
+       color: #0088cc;
+       text-decoration: none;
 }
 
 a:hover {
-       color : #88b0f0;
+       color: #005580;
+       text-decoration: underline;
 }
 
 #piggie {
@@ -199,7 +200,7 @@ a:hover {
 }
 
 .notify.notify_info {
-       border-color : #88b0f0;
+       border-color : rgb(82, 168, 236);
        background-color : #ecf4ff;
 }
 
@@ -222,7 +223,7 @@ a:hover {
 }
 
 .hl.active div.hlTitle a {
-       color : #4684ff;
+       color : rgb(82, 168, 236);
        /* text-shadow : 1px 1px 2px #fff; */
 }
 
@@ -251,7 +252,6 @@ div.filterTestHolder {
        border-color : #ddd;
        border-style : solid;
        margin : 0px 0px 5px 0px;
-       background-color : #f5f5f5;
        border-width : 1px;
 }
 
@@ -272,58 +272,77 @@ div.filterTestHolder {
 }
 
 #content-insert pre, #headlines-frame pre, .dijitContentPane pre {
-       margin : 5px 0px 5px 0px;
-       padding : 10px;
-       color : #555;
-       font-family : monospace;
-       font-size : 12px;
-       border-width : 0px;
-       border-color : #ccc;
-       border-style : solid;
-       background : #f5f5f5;
-       display : block;
-       max-width : 98%;
-       overflow : auto;
+       margin: 5px 0px 5px 0px;
+       padding: 10px;
+       color: #555;
+       font-family: monospace;
+       font-size: 12px;
+       border-width: 0px;
+       border-color: #ccc;
+       border-style: solid;
+       background: #f5f5f5;
+       display: block;
+       max-width: 98%;
+       overflow: auto;
 }
 
-div.notice, div.warning, div.error {
-       padding : 4px 10px 4px 4px;
-       display : inline-block;
-       margin : 2px 0px 4px 0px;
-       font-size : 12px;
-       border-style : solid;
-       border-color : #ccc;
-       border-width : 1px;
+.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;
+       -webkit-border-radius: 4px;
+       -moz-border-radius: 4px;
+       border-radius: 4px;
 }
 
-div.notice div.inner, div.warning div.inner, div.error div.inner {
-       vertical-align : middle;
+.alert,
+.alert h4 {
+       color: #c09853;
 }
 
-div.notice {
-       background : #ecf4ff;
-       border-color : #88b0f0;
+.alert h4 {
+       margin: 0;
 }
 
-div.warning {
-       background : #fff7d5;
-       border-color : #e7d796;;
+.alert .close {
+       position: relative;
+       top: -2px;
+       right: -21px;
+       line-height: 20px;
 }
 
-div.error {
-       background : #ffcccc;
-       border-color : #ff0000;
+.alert-success {
+       color: #468847;
+       background-color: #dff0d8;
+       border-color: #d6e9c6;
 }
 
-div.warning img, div.notice img, div.error img {
-       margin : 4px;
-       vertical-align : middle;
+.alert-success h4 {
+       color: #468847;
 }
 
-div.warning span, div.notice span, div.error span {
-       display : table-cell;
-       vertical-align : middle;
+.alert-danger,
+.alert-error {
+       color: #b94a48;
+       background-color: #f2dede;
+       border-color: #eed3d7;
+}
+
+.alert-danger h4,
+.alert-error h4 {
+       color: #b94a48;
+}
 
+.alert-info {
+       color: #3a87ad;
+       background-color: #d9edf7;
+       border-color: #bce8f1;
+}
+
+.alert-info h4 {
+       color: #3a87ad;
 }
 
 ul.nomarks {
@@ -400,6 +419,12 @@ div.prefHelp {
        margin-right : 4px;
 }
 
+@media (max-width: 992px) {
+       #main-toolbar #selected_prompt {
+               display : none;
+       }
+}
+
 span.contentPreview {
        color : #999;
        font-weight : normal;
@@ -460,7 +485,6 @@ img[src*='pub_set.png'], img[src*='mark_set.png'] {
 
 div.tagCloudContainer {
        border : 1px solid #ddd;
-       background-color : #f5f5f5;
        margin : 5px 0px 5px 0px;
        padding : 5px;
        text-align : center;
@@ -468,7 +492,6 @@ div.tagCloudContainer {
 
 div.errorExplained {
        border : 1px solid #ddd;
-       background-color : #f5f5f5;
        margin : 5px 0px 5px 0px;
        padding : 5px;
 }
@@ -478,7 +501,6 @@ ul.feedErrorsList {
        overflow : auto;
        list-style-type : none;
        border : 1px solid #ddd;
-       background-color : #f5f5f5;
        margin : 0px 0px 5px 0px;
        padding : 5px;
 }
@@ -654,7 +676,7 @@ div.dlgSecCont {
        font-weight : normal;
 }
 
-div.dlgSecCont hr {
+div.dlgSecCont hr, div.dlgSecSimple hr {
        height : 0px;
        line-height : 0px;
        border : 0px solid transparent;
@@ -693,7 +715,7 @@ div#cmdline {
        color : #555;
        font-weight : bold;
        background-color : white;
-       border : 1px solid #88b0f0;
+       border : 1px solid rgb(82, 168, 236);
        padding : 3px 5px 3px 5px;
        z-index : 5;
 }
@@ -749,7 +771,7 @@ div.hlRight img {
 }
 
 .hl span.hlFeed a:hover {
-       color : #4684ff;
+       color : rgb(82, 168, 236);
 }
 
 .hl span.hlUpdated {
@@ -946,7 +968,7 @@ img.feedIcon, img.tinyFeedIcon {
 }
 
 #headlines-spacer a:hover {
-       color : #88b0f0;
+       color : rgb(82, 168, 236);
 }
 
 ul#filterDlg_Matches, ul#filterDlg_Actions {
@@ -971,7 +993,6 @@ ul.helpKbList {
        overflow : auto;
        list-style-type : none;
        border : 1px solid #ddd;
-       background-color : #f5f5f5;
        margin : 0px 0px 5px 0px;
        padding : 5px;
 }
@@ -979,7 +1000,7 @@ ul.helpKbList {
 ul.helpKbList span.hksequence {
        width : 6em;
        margin-left : 20px;
-       color : #88b0f0;
+       color : rgb(82, 168, 236);
        font-weight : bold;
        display : inline-block;
 }
@@ -1003,7 +1024,7 @@ div.postContent h4 {
 }
 
 div.postContent p {
-       max-width : 650px;
+       /*max-width : 650px;*/
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        hyphens: auto;
@@ -1028,20 +1049,45 @@ select.attachments {
 
 #selected_prompt {
        margin-right : 25px;
+       vertical-align  : middle;
+}
+
+span.sel_links {
+       margin-right : 4px;
+       vertical-align  : middle;
 }
 
-#feedTree img.feedIcon {
+/*#feedTree img.feedIcon {
        position : relative;
        top : -2px;
+}*/
+
+body#ttrssMain.claro #feedTree.dijitTree .dijitTreeNode .dijitTreeRowSelected {
+       box-shadow : -1px 0px 2px -1px rgba(0,0,0,0.1);
+       border-right-color : white;
+}
+
+body#ttrssMain #feedTree.dijitTree .dijitTreeContainer {
+       max-width : 100%;
 }
 
-body#ttrssMain #feedTree .dijitTreeRow {
+body#ttrssMain #feedTree.dijitTree .dijitTreeRow {
+       overflow: hidden;
+       text-overflow: ellipsis;
+}
+
+body#ttrssMain #feedTree.dijitTree .dijitTreeNode .dijitTreeRow {
        padding : 2px 0px 2px;
        height : 22px;
        border-width : 1px;
        color : #333;
 }
 
+body#ttrssMain #feedTree.dijitTree img.tinyFeedIcon {
+       position : relative;
+       top : -2px;
+}
+
 ul#filterDlg_Matches li div.dijitCheckBox, ul#filterDlg_Actions li div.dijitCheckBox {
        margin-right : 5px;
 }
@@ -1065,9 +1111,9 @@ body#ttrssMain #feedTree .counterNode {
        display : inline-block;
        font-size : 9px;
        text-align : center;
-       border : 1px solid #88b0f0;
+       border : 1px solid rgb(82, 168, 236);
        color : white;
-       background : #88b0f0;
+       background : rgb(82, 168, 236);
        border-radius : 4px;
        vertical-align : middle;
        float : right;
@@ -1079,11 +1125,14 @@ body#ttrssMain #feedTree .counterNode {
        height : 14px;
 }
 
-#feedTree img[src*='indicator_white.gif'] {
+body#ttrssMain #feedTree .dijitTreeNode .loadingExpando {
+       left : -3px;
+       height : 22px;
        position : relative;
-       top : -2px;
+       top : -3px;
 }
 
+
 span.highlight {
        background-color : #ffff00;
        color : #cc90cc;
@@ -1110,10 +1159,23 @@ body#ttrssMain #feedTree .dijitTreeRow img.dijitTreeExpandoLeaf {
        position : relative;
 } 
 
+#headlines-frame {
+       -webkit-transform: translateZ(0);
+       -webkit-backface-visibility: hidden;
+}
+
 :focus {
        outline: none; 
 }
 
+.dijitDropDownButton.attachments .dijitButtonText {
+       font-size : 12px;
+}
+
 .dijitDropDownButton.attachments {
-       margin-bottom : 10px;
+       display : inline-block;
+}
+
+#editTagsDlg{
+       overflow: visible;
 }
\ No newline at end of file