diff --git a/sites/all/modules/contentanalysis/contentanalysis.css b/sites/all/modules/contentanalysis/contentanalysis.css index 51fc27d..3c1ef6e 100644 --- a/sites/all/modules/contentanalysis/contentanalysis.css +++ b/sites/all/modules/contentanalysis/contentanalysis.css @@ -8,13 +8,13 @@ } #block-contentanalysis-launch .fieldset-wrapper { - background-color: #FFFFFF; - color: #333333; - padding: 3px 5px 3px 5px; + background-color: #fff; + color: #333; + padding: 3px 5px; } #modalContent div.ctools-modal-content .modal-header { - background: url('images/bg-shade-light.png') repeat-x bottom left #fff; + background: #fff url('images/bg-shade-light.png') repeat-x bottom left; color: #777; display: block; font-weight: 700; @@ -77,7 +77,7 @@ #modal-content { position: relative; display: block; - background: url('images/bg-content-modal.png') repeat-y top left #fafafa; + background: #fafafa url('images/bg-content-modal.png') repeat-y top left; height: 100%; padding-top: 1em; } @@ -102,12 +102,12 @@ div.analyzers { h2.analyzers { font-size: 1.5em; - color: #5B5B5B; + color: #5b5b5b; margin-bottom: .5em; } div.analyzers h3.analyzer.active { - background: url('images/arrow-active.png') no-repeat scroll right center #fff; + background: #fff url('images/arrow-active.png') no-repeat scroll right center; left: 1px; position: relative; } @@ -118,7 +118,7 @@ div.analyzers h3.analyzer:hover { div.analyzers h3.analyzer { cursor: pointer; - color: #5B5B5B; + color: #5b5b5b; font-size: 1.1em; font-weight: bold; line-height: 2em; @@ -185,7 +185,7 @@ div.analysis-results .analyzer-analysis { } .contentanalysis-results table thead { - background: url('images/bg-shade-light.png') repeat-x scroll left bottom #FFFFFF; + background: #fff url('images/bg-shade-light.png') repeat-x scroll left bottom; } .contentanalysis-results table thead td:first-child, @@ -247,13 +247,13 @@ div.analysis-results .analyzer-analysis { #modalContent div.contentanalysis-results h3 { font-size: 1.2em; font-weight: bold; - color: #333333; + color: #333; } #modalContent div.contentanalysis-results h4 { font-size: 1.0em; font-weight: bold; - color: #333333; + color: #333; } .contentanalysis_analysis table { @@ -261,8 +261,8 @@ div.analysis-results .analyzer-analysis { } .contentanalysis_analysis h3 { - padding: 0 5px 0 5px; - margin: 0 0 0 0; + padding: 0 5px; + margin: 0; } .contentanalysis_stats { @@ -272,8 +272,8 @@ div.analysis-results .analyzer-analysis { } .analysis-results pre { - padding: 0 5px 0 5px; - background-color: #FFFFFF; + padding: 0 5px; + background-color: #fff; } /* Status Report */ @@ -299,7 +299,7 @@ div.analysis-results .analyzer-analysis { /* inline report styling */ fieldset.contentanalysis_section_analysis { - padding: 0 0 0 0; + padding: 0; } fieldset.contentanalysis_section_analysis .fieldset-legend { @@ -335,17 +335,17 @@ fieldset.contentanalysis_section_analysis .fieldset-legend { } .analysis-results .status_report .status { - color: #333333; - background-color: #FFFFFF; + color: #333; + background-color: #fff; } .analysis-results .status_report .messages .status { - background-color: #FFFFFF; + background-color: #fff; } .analysis-results .status_report .complete { - color: #333333; - background-color: #DDFFAA; + color: #333; + background-color: #dfa; } .analysis-results .status_report .messages .complete { @@ -353,8 +353,8 @@ fieldset.contentanalysis_section_analysis .fieldset-legend { } .analysis-results .status_report .pass { - color: #333333; - background-color: #DDFFAA; + color: #333; + background-color: #dfa; } .analysis-results .status_report .messages .pass { @@ -362,8 +362,8 @@ fieldset.contentanalysis_section_analysis .fieldset-legend { } .analysis-results .status_report .warning { - color: #333333; - background-color: #FFFFCC; + color: #333; + background-color: #ffc; } .analysis-results .status_report .messages .warning { @@ -371,8 +371,8 @@ fieldset.contentanalysis_section_analysis .fieldset-legend { } .analysis-results .status_report .error { - color: #333333; - background-color: #FFCCCC; + color: #333; + background-color: #fcc; } .analysis-results .status_report .messages .error { @@ -387,7 +387,7 @@ a.contentanalysis-button { } .contentanalysis-button { - text-shadow: 0 1px 0 #FFFFFF; + text-shadow: 0 1px 0 #fff; -moz-border-radius: 11px; -webkit-border-radius: 11px; -o-border-radius: 11px; @@ -405,16 +405,16 @@ a.contentanalysis-button { } .contentanalysis-button:active { - background: url('images/white-grad-active.png') repeat-x scroll left top #EEEEEE; + background: #eee url('images/white-grad-active.png') repeat-x scroll left top; } .contentanalysis-button:hover { - color: #FF4444; + color: #f44; } .contentanalysis-button:active, .contentanalysis-button:focus { - color: #FF4444; + color: #f44; } /* analyzer form cleanup */