diff --git a/Core/src/org/sleuthkit/autopsy/contentviewers/MediaViewImagePanel.css b/Core/src/org/sleuthkit/autopsy/contentviewers/MediaViewImagePanel.css index 448b01a21bf6bae26ea982d79692f6350fc718e9..f2a0dac000f07ff6ce54f85621c601104576eb45 100644 --- a/Core/src/org/sleuthkit/autopsy/contentviewers/MediaViewImagePanel.css +++ b/Core/src/org/sleuthkit/autopsy/contentviewers/MediaViewImagePanel.css @@ -19,7 +19,7 @@ .label { -fx-wrap-text:true; - -fx-text-fill: red; + -fx-text-fill: #ff0000; -fx-font-size: 2em; } @@ -28,6 +28,6 @@ } .masker-pane .masker-text { - -fx-text-fill: white; + -fx-text-fill: #ffffff; -fx-font-size: 1.5em; } diff --git a/Core/src/org/sleuthkit/autopsy/report/uisnapshot/index.css b/Core/src/org/sleuthkit/autopsy/report/uisnapshot/index.css index cbb4947792bfa40d1a17f028733374b875747d4f..aeea60ad5620d61d38538084632a039567c0f10e 100755 --- a/Core/src/org/sleuthkit/autopsy/report/uisnapshot/index.css +++ b/Core/src/org/sleuthkit/autopsy/report/uisnapshot/index.css @@ -1,18 +1,18 @@ body {margin: 0px; padding: 0px; background: #FFFFFF; font: 13px/20px Arial, Helvetica, sans-serif; color: #535353;} #snapshot{max-width:800; max-height:600} #content {padding: 30px;} -#header {width:100%; padding: 10px; line-height: 25px; background: #07A; color: #FFF; font-size: 20px;} -h1 {font-size: 20px; font-weight: normal; color: #07A; padding: 0 0 7px 0; margin-top: 25px; border-bottom: 1px solid #D6D6D6;} -h2 {font-size: 20px; font-weight: bolder; color: #07A;} -h3 {font-size: 16px; color: #07A;} -h4 {background: #07A; color: #FFF; font-size: 16px; margin: 0 0 0 25px; padding: 0; padding-left: 15px;} +#header {width:100%; padding: 10px; line-height: 25px; background: #0077AA; color: #FFFFFF; font-size: 20px;} +h1 {font-size: 20px; font-weight: normal; color: #0077AA; padding: 0 0 7px 0; margin-top: 25px; border-bottom: 1px solid #D6D6D6;} +h2 {font-size: 20px; font-weight: bolder; color: #0077AA;} +h3 {font-size: 16px; color: #0077AA;} +h4 {background: #0077AA; color: #FFFFFF; font-size: 16px; margin: 0 0 0 25px; padding: 0; padding-left: 15px;} ul.nav {list-style-type: none; line-height: 35px; padding: 0px; margin-left: 15px;} -ul li a {font-size: 14px; color: #444; text-decoration: none; padding-left: 25px;} +ul li a {font-size: 14px; color: #444444; text-decoration: none; padding-left: 25px;} ul li a:hover {text-decoration: underline;} p {margin: 0 0 20px 0;} table {white-space:nowrap; min-width: 800px; padding: 2; margin: 0; border-collapse: collapse; border-bottom: 2px solid #e5e5e5;} .keyword_list table {margin: 0 0 25px 25px; border-bottom: 2px solid #dedede;} -table th {white-space:nowrap; display: table-cell; text-align: center; padding: 2px 4px; background: #e5e5e5; color: #777; font-size: 11px; text-shadow: #e9f9fd 0 1px 0; border-top: 1px solid #dedede; border-bottom: 2px solid #e5e5e5;} +table th {white-space:nowrap; display: table-cell; text-align: center; padding: 2px 4px; background: #e5e5e5; color: #777777; font-size: 11px; text-shadow: #e9f9fd 0 1px 0; border-top: 1px solid #dedede; border-bottom: 2px solid #e5e5e5;} table .left_align_cell{display: table-cell; padding: 2px 4px; font: 13px/20px Arial, Helvetica, sans-serif; min-width: 125px; overflow: auto; text-align: left; } table .right_align_cell{display: table-cell; padding: 2px 4px; font: 13px/20px Arial, Helvetica, sans-serif; min-width: 125px; overflow: auto; text-align: right; } table td {white-space:nowrap; display: table-cell; padding: 2px 3px; font: 13px/20px Arial, Helvetica, sans-serif; min-width: 125px; overflow: auto; text-align:left; } diff --git a/Core/src/org/sleuthkit/autopsy/report/uisnapshot/summary.css b/Core/src/org/sleuthkit/autopsy/report/uisnapshot/summary.css index 489c19079ac43c3cde80031b35f0930904d74dd8..4af83275d3e56d8d8f06d586d1bd7ce847705a0a 100755 --- a/Core/src/org/sleuthkit/autopsy/report/uisnapshot/summary.css +++ b/Core/src/org/sleuthkit/autopsy/report/uisnapshot/summary.css @@ -1,8 +1,8 @@ -body { padding: 0px; margin: 0px; font: 13px/20px Arial, Helvetica, sans-serif; color: #535353; } +body { padding: 0px; margin: 0px; font: 13px Arial, Helvetica, sans-serif; color: #535353; } #wrapper { width: 90%; margin: 0px auto; margin-top: 35px; } -h1 { color: #07A; font-size: 36px; line-height: 42px; font-weight: normal; margin: 0px; border-bottom: 1px solid #81B9DB; } -h1 span { color: #F00; display: block; font-size: 16px; font-weight: bold; line-height: 22px;} -h2 { padding: 0 0 3px 0; margin: 0px; color: #07A; font-weight: normal; border-bottom: 1px dotted #81B9DB; } +h1 { color: #0077AA; font-size: 36px; line-height: 42px; font-weight: normal; margin: 0px; border-bottom: 1px solid #81B9DB; } +h1 span { color: #FF0000; display: block; font-size: 16px; font-weight: bold; line-height: 22px;} +h2 { padding: 0 0 3px 0; margin: 0px; color: #0077AA; font-weight: normal; border-bottom: 1px dotted #81B9DB; } table td { padding-right: 25px; } p.subheadding { padding: 0px; margin: 0px; font-size: 11px; color: #B5B5B5; } .title { width: 660px; margin-bottom: 50px; } @@ -10,5 +10,5 @@ p.subheadding { padding: 0px; margin: 0px; font-size: 11px; color: #B5B5B5; } .left img { max-width: 250px; max-height: 250px; min-width: 200px; min-height: 200px; } .right { float: right; width: 385px; margin-top: 25px; font-size: 14px; } .clear { clear: both; } -.info p { padding: 3px 10px; background: #e5e5e5; color: #777; font-size: 12px; font-weight: bold; text-shadow: #e9f9fd 0 1px 0; border-top: 1px solid #dedede; border-bottom: 2px solid #dedede; } +.info p { padding: 3px 10px; background: #e5e5e5; color: #777777; font-size: 12px; font-weight: bold; text-shadow: #e9f9fd 0 1px 0; border-top: 1px solid #dedede; border-bottom: 2px solid #dedede; } .info table { margin: 0 25px 20px 25px; } diff --git a/Core/src/org/sleuthkit/autopsy/timeline/ui/detailview/EventsDetailsChart.css b/Core/src/org/sleuthkit/autopsy/timeline/ui/detailview/EventsDetailsChart.css index c89d12a3748dee28c381f34fa88762debe0cc292..c7dbf5bd693a8fdf64568f09d925015617bc5582 100755 --- a/Core/src/org/sleuthkit/autopsy/timeline/ui/detailview/EventsDetailsChart.css +++ b/Core/src/org/sleuthkit/autopsy/timeline/ui/detailview/EventsDetailsChart.css @@ -1,6 +1,6 @@ .guide-line{ -fx-opacity: .5; - -fx-stroke: red; + -fx-stroke: #FF0000; -fx-stroke-dash-array: 5 5; -fx-stroke-width: 3; -fx-cursor: h-resize;