increase contrast of various gray elements

This commit is contained in:
Andrew Dolgov 2013-05-14 15:50:23 +04:00
parent ee71a9ff69
commit 81aa9e2b11
3 changed files with 37 additions and 37 deletions

22
cdm.css
View file

@ -20,7 +20,7 @@ div.cdmHeader > span {
} }
div.cdmHeader span.updated { div.cdmHeader span.updated {
color : gray; color : #555;
font-weight : normal; font-weight : normal;
font-size : 11px; font-size : 11px;
white-space : nowrap; white-space : nowrap;
@ -59,7 +59,7 @@ div.cdmContentInner img {
div.cdmFooter { div.cdmFooter {
padding : 5px; padding : 5px;
font-weight : normal; font-weight : normal;
color : gray; color : #555;
clear : both; clear : both;
} }
@ -99,7 +99,7 @@ div.cdm.expandable.active {
div.cdm.expandable div.cdmHeader a.title { div.cdm.expandable div.cdmHeader a.title {
font-weight : bold; font-weight : bold;
color : gray; color : #555;
} }
div.cdm.expandable.Unread div.cdmHeader a.title { div.cdm.expandable.Unread div.cdmHeader a.title {
@ -116,7 +116,7 @@ div.cdm.expanded div.cdmHeader {
div.cdm.expanded div.cdmHeader a.title { div.cdm.expanded div.cdmHeader a.title {
font-size : 14px; font-size : 14px;
color : gray; color : #555;
font-weight : bold; font-weight : bold;
} }
@ -130,7 +130,7 @@ div.cdm.expanded.Unread div.cdmHeader a.title {
} }
div.cdm.expanded div.cdmContent { div.cdm.expanded div.cdmContent {
color : gray; color : #555;
} }
div.cdm.expanded.Unread div.cdmContent { div.cdm.expanded.Unread div.cdmContent {
@ -143,14 +143,14 @@ div.cdm.active div.cdmContent {
span.cdmExcerpt { span.cdmExcerpt {
font-size : 11px; font-size : 11px;
color : gray; color : #555;
font-weight : normal; font-weight : normal;
cursor : pointer; cursor : pointer;
} }
div.cdmContent div.postEnclosures { div.cdmContent div.postEnclosures {
margin-top : 1em; margin-top : 1em;
color : gray; color : #555;
} }
div.cdmFeedTitle { div.cdmFeedTitle {
@ -163,13 +163,13 @@ div.cdmFeedTitle {
} }
div.cdmFeedTitle a.title { div.cdmFeedTitle a.title {
color : gray; color : #555;
font-style : italic; font-style : italic;
font-weight : bold; font-weight : bold;
} }
div.cdmFeedTitle a { div.cdmFeedTitle a {
color : gray; color : #555;
} }
div.cdmFeedTitle a:hover { div.cdmFeedTitle a:hover {
@ -184,7 +184,7 @@ div.cdmHeader span.hlFeed {
div.cdmHeader div.hlFeed, div.cdmHeader div.hlFeed a { div.cdmHeader div.hlFeed, div.cdmHeader div.hlFeed a {
vertical-align : middle; vertical-align : middle;
color : gray; color : #555;
font-weight : normal; font-weight : normal;
font-style : italic; font-style : italic;
font-size : 11px; font-size : 11px;
@ -205,7 +205,7 @@ div.cdmContentInner iframe {
} }
div.cdmHeader span.author { div.cdmHeader span.author {
color : gray; color : #555;
font-size : 11px; font-size : 11px;
font-weight : normal; font-weight : normal;
} }

View file

@ -74,7 +74,7 @@ ul.selfUpdateList {
div#feedlistLoading, div#filterlistLoading, div#labellistLoading { div#feedlistLoading, div#filterlistLoading, div#labellistLoading {
text-align : center; text-align : center;
padding : 5px; padding : 5px;
color : gray; color : #555;
} }
div#feedlistLoading img, div#filterlistLoading img, div#labellistLoading { div#feedlistLoading img, div#filterlistLoading img, div#labellistLoading {
@ -99,7 +99,7 @@ ul.userFeedList {
height : 300px; height : 300px;
overflow : auto; overflow : auto;
list-style-type : none; list-style-type : none;
border : 1px solid gray; border : 1px solid #555;
background-color : white; background-color : white;
margin : 0px 0px 5px 0px; margin : 0px 0px 5px 0px;
padding : 0px; padding : 0px;
@ -116,7 +116,7 @@ table.prefErrorLog tr.errrow td.errno {
} }
table.prefErrorLog td.filename, table.prefErrorLog td.login, table.prefErrorLog td.timestamp { table.prefErrorLog td.filename, table.prefErrorLog td.login, table.prefErrorLog td.timestamp {
color : gray; color : #555;
} }
.dijitAccordionContainer-child { .dijitAccordionContainer-child {

View file

@ -62,7 +62,7 @@ div.postReply div.postContent img {
div.postReply div.postEnclosures { div.postReply div.postEnclosures {
margin-top : 1em; margin-top : 1em;
color : gray; color : #555;
} }
div.postReply img.tagsPic { div.postReply img.tagsPic {
@ -191,7 +191,7 @@ a:hover {
.hl div.hlTitle a { .hl div.hlTitle a {
font-weight : bold; font-weight : bold;
color : gray; color : #555;
} }
.hl.Unread div.hlTitle a { .hl.Unread div.hlTitle a {
@ -242,7 +242,7 @@ div.filterTestHolder {
#content-insert blockquote, #headlines-frame blockquote, .dijitContentPane blockquote { #content-insert blockquote, #headlines-frame blockquote, .dijitContentPane blockquote {
margin : 5px 0px 5px 0px; margin : 5px 0px 5px 0px;
padding : 10px; padding : 10px;
color : gray; color : #555;
border-width : 0px 0px 0px 3px; border-width : 0px 0px 0px 3px;
border-color : #c0c0c0; border-color : #c0c0c0;
border-style : solid; border-style : solid;
@ -258,7 +258,7 @@ div.filterTestHolder {
#content-insert pre, #headlines-frame pre, .dijitContentPane pre { #content-insert pre, #headlines-frame pre, .dijitContentPane pre {
margin : 5px 0px 5px 0px; margin : 5px 0px 5px 0px;
padding : 10px; padding : 10px;
color : gray; color : #555;
font-family : monospace; font-family : monospace;
font-size : 12px; font-size : 12px;
border-width : 0px; border-width : 0px;
@ -319,7 +319,7 @@ ul.nomarks {
} }
div.prefHelp { div.prefHelp {
color : gray; color : #555;
padding : 5px; padding : 5px;
} }
@ -328,7 +328,7 @@ span.feed_error {
} }
.insensitive { .insensitive {
color : gray; color : #555;
} }
div#headlines-toolbar { div#headlines-toolbar {
@ -337,7 +337,7 @@ div#headlines-toolbar {
border-color : #c0c0c0; border-color : #c0c0c0;
font-size : 12px; font-size : 12px;
font-family : "Segoe UI", Tahoma, sans-serif; font-family : "Segoe UI", Tahoma, sans-serif;
color : gray; color : #555;
padding : 0px; padding : 0px;
margin : 0px; margin : 0px;
overflow : hidden; overflow : hidden;
@ -364,11 +364,11 @@ div#headlines-toolbar span.r span.error {
} }
div#headlines-toolbar span.r a { div#headlines-toolbar span.r a {
color : gray; color : #555;
} }
span.contentPreview { span.contentPreview {
color : gray; color : #555;
font-weight : normal; font-weight : normal;
} }
@ -391,7 +391,7 @@ span.hlLabelRef {
div.postHeader div.postDate { div.postHeader div.postDate {
text-align : right; text-align : right;
color : gray; color : #555;
float : right; float : right;
} }
@ -422,7 +422,7 @@ a.hlFeed {
padding : 1px 2px 1px 2px; padding : 1px 2px 1px 2px;
margin-bottom : 2px; margin-bottom : 2px;
margin-top : 2px; margin-top : 2px;
color : gray; color : #555;
} }
a.hlFeed:hover { a.hlFeed:hover {
@ -460,7 +460,7 @@ ul.feedErrorsList {
} }
ul.feedErrorsList em { ul.feedErrorsList em {
color : gray; color : #555;
} }
ul.browseFeedList { ul.browseFeedList {
@ -618,7 +618,7 @@ img.hlScorePic {
div.dlgSec { div.dlgSec {
font-size : 12px; font-size : 12px;
color : gray; color : #555;
font-weight : bold; font-weight : bold;
clear : both; clear : both;
height : 20px; height : 20px;
@ -681,7 +681,7 @@ div#cmdline {
left : 5px; left : 5px;
bottom : 5px; bottom : 5px;
font-size : 11px; font-size : 11px;
color : gray; color : #555;
font-weight : bold; font-weight : bold;
background-color : white; background-color : white;
border : 1px solid #88b0f0; border : 1px solid #88b0f0;
@ -723,7 +723,7 @@ div.hlRight img {
} }
span.hlUpdated { span.hlUpdated {
color : gray; color : #555;
min-width : 100px; min-width : 100px;
display : table-cell; display : table-cell;
width : 100%; width : 100%;
@ -824,7 +824,7 @@ div.fatalError textarea {
#header { #header {
border-width : 0px; border-width : 0px;
text-align : right; text-align : right;
color : gray; color : #555;
padding : 5px 5px 0px 0px; padding : 5px 5px 0px 0px;
margin : 0px; margin : 0px;
position : absolute; position : absolute;
@ -835,7 +835,7 @@ div.fatalError textarea {
#footer { #footer {
text-align : center; text-align : center;
color : gray; color : #555;
padding : 4px 4px 8px 4px; padding : 4px 4px 8px 4px;
border-width : 0px; border-width : 0px;
} }
@ -855,7 +855,7 @@ div.fatalError textarea {
} }
.feedParam { .feedParam {
color : gray; color : #555;
float : right; float : right;
margin-right : 1em; margin-right : 1em;
} }
@ -866,7 +866,7 @@ div.fatalError textarea {
} }
.dijitTreeLabel.Disabled, .labelParam.Disabled { .dijitTreeLabel.Disabled, .labelParam.Disabled {
color : gray; color : #555;
} }
.dijitTreeRow.Error { .dijitTreeRow.Error {
@ -896,10 +896,10 @@ img.feedIcon, img.tinyFeedIcon {
.player { .player {
display : inline-block; display : inline-block;
color : gray; color : #555;
font-size : 11px; font-size : 11px;
font-family : sans-serif; font-family : sans-serif;
border : 1px solid gray; border : 1px solid #555;
padding : 0px 4px 0px 4px; padding : 0px 4px 0px 4px;
margin : 0px 2px 0px 2px; margin : 0px 2px 0px 2px;
width : 50px; width : 50px;
@ -922,7 +922,7 @@ img.feedIcon, img.tinyFeedIcon {
margin-left : 1px; margin-left : 1px;
text-align : center; text-align : center;
padding : 1em; padding : 1em;
color : gray; color : #555;
} }
ul#filterDlg_Matches, ul#filterDlg_Actions { ul#filterDlg_Matches, ul#filterDlg_Actions {
@ -986,7 +986,7 @@ div.postContent iframe {
} }
div.postHeader span.author { div.postHeader span.author {
color : gray; color : #555;
font-size : 11px; font-size : 11px;
font-weight : normal; font-weight : normal;
} }