]> git.wh0rd.org - tt-rss.git/blobdiff - css/tt-rss.css
fix readonly/disabled textbox styles
[tt-rss.git] / css / tt-rss.css
index 38c2559500809dd8c93609753583370e5bd1b8f0..1955ee0d9d46999a1b1ff5749d3a501e8c317b04 100644 (file)
@@ -52,7 +52,6 @@ div.postReply div.postContent video {
 }
 
 div.postReply div.postEnclosures {
-       margin-top : 1em;
        color : #555;
 }
 
@@ -131,12 +130,14 @@ hr {
 }
 
 a {
-       color : #4684ff;
-       text-decoration : none;
+       color: #0088cc;
+       text-decoration: none;
 }
 
-a:hover {
-       color : #88b0f0;
+a:hover,
+a:focus {
+       color: #005580;
+       text-decoration: underline;
 }
 
 #piggie {
@@ -200,7 +201,7 @@ a:hover {
 }
 
 .notify.notify_info {
-       border-color : #88b0f0;
+       border-color : rgb(82, 168, 236);
        background-color : #ecf4ff;
 }
 
@@ -223,7 +224,7 @@ a:hover {
 }
 
 .hl.active div.hlTitle a {
-       color : #4684ff;
+       color : rgb(82, 168, 236);
        /* text-shadow : 1px 1px 2px #fff; */
 }
 
@@ -273,58 +274,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 {
@@ -694,7 +714,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;
 }
@@ -750,7 +770,7 @@ div.hlRight img {
 }
 
 .hl span.hlFeed a:hover {
-       color : #4684ff;
+       color : rgb(82, 168, 236);
 }
 
 .hl span.hlUpdated {
@@ -947,7 +967,7 @@ img.feedIcon, img.tinyFeedIcon {
 }
 
 #headlines-spacer a:hover {
-       color : #88b0f0;
+       color : rgb(82, 168, 236);
 }
 
 ul#filterDlg_Matches, ul#filterDlg_Actions {
@@ -980,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;
 }
@@ -1029,6 +1049,12 @@ select.attachments {
 
 #selected_prompt {
        margin-right : 25px;
+       vertical-align  : middle;
+}
+
+span.sel_links {
+       margin-right : 4px;
+       vertical-align  : middle;
 }
 
 #feedTree img.feedIcon {
@@ -1066,9 +1092,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;
@@ -1114,3 +1140,11 @@ body#ttrssMain #feedTree .dijitTreeRow img.dijitTreeExpandoLeaf {
 :focus {
        outline: none; 
 }
+
+.dijitDropDownButton.attachments .dijitButtonText {
+       font-size : 12px;
+}
+
+.dijitDropDownButton.attachments {
+       display : inline-block;
+}
\ No newline at end of file