]> git.wh0rd.org - tt-rss.git/blobdiff - css/tt-rss.css
Merge branch 'master' of git.tt-rss.org:fox/tt-rss
[tt-rss.git] / css / tt-rss.css
index f7d56b31a5f59397e59d367ecde704659f0d8351..434c66fa51219a611254b06dad2c6bf55586dd4a 100644 (file)
@@ -130,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 {
@@ -199,7 +201,7 @@ a:hover {
 }
 
 .notify.notify_info {
-       border-color : #88b0f0;
+       border-color : rgb(82, 168, 236);
        background-color : #ecf4ff;
 }
 
@@ -222,7 +224,7 @@ a:hover {
 }
 
 .hl.active div.hlTitle a {
-       color : #4684ff;
+       color : rgb(82, 168, 236);
        /* text-shadow : 1px 1px 2px #fff; */
 }
 
@@ -272,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 {
@@ -654,7 +675,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 +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;
 }
@@ -749,7 +770,7 @@ div.hlRight img {
 }
 
 .hl span.hlFeed a:hover {
-       color : #4684ff;
+       color : rgb(82, 168, 236);
 }
 
 .hl span.hlUpdated {
@@ -946,7 +967,7 @@ img.feedIcon, img.tinyFeedIcon {
 }
 
 #headlines-spacer a:hover {
-       color : #88b0f0;
+       color : rgb(82, 168, 236);
 }
 
 ul#filterDlg_Matches, ul#filterDlg_Actions {
@@ -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;
 }
@@ -1071,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;