Seditio Source code viewer
Root | Root
./Seditio-Developer/Seditio.175/skins/minimo/minimo.green.css
/* ============= Fuchsia color theme ================ */

a, a:visited {
color: #7faa33;
}
a:hover, a:focus { color: #888; }

#top-line {
background: #7faa33;
}

#nav ul li a:hover {
background: #7faa33;
background: -moz-linear-gradient(top, #95c53f 0%, #7faa33 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #95c53f), color-stop(100%, #7faa33));
background: -webkit-linear-gradient(top, #95c53f 0%, #7faa33 100%);
background: -o-linear-gradient(top, #95c53f 0%, #7faa33 100%);
background: -ms-linear-gradient(top, #95c53f 0%, #7faa33 100%);
background: linear-gradient(to bottom, #95c53f 0%, #7faa33 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#95c53f', endColorstr='#7faa33', GradientType=0);
}

#scroll-top-top a {
background-color: #7faa33;
}

#bolded-line {
background: #7faa33;
}

.rec-date {
background-color: #7faa33!important;
}

.bar_front {
background-color: #7faa33;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: #7faa33;
  box-shadow: 0 0 0 2px rgba(124, 176, 32, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2) inset;
}

.check_list li { background: url("img/list/g_list_check.png") no-repeat 0 50%; padding: 0 0 0 18px }
.plus_list li { background: url("img/list/g_list_plus.png") no-repeat 0 50%; padding: 0 0 0 18px }
.minus_list li { background: url("img/list/g_list_minus.png") no-repeat 0 50%; padding: 0 0 0 18px }
.star_list li { background: url("img/list/g_list_star.png") no-repeat 0 50%; padding: 0 0 0 16px }
.arrow_list li { background: url("img/list/g_list_arrow.png") no-repeat 0 50%; padding: 0 0 0 16px }
.square_list li { background: url("img/list/g_list_square.png") no-repeat 0 50%; padding: 0 0 0 16px }
.circle_list li { background: url("img/list/g_list_circle.png") no-repeat 0 50%; padding: 0 0 0 16px }
.cross_list li { background: url("img/list/g_list_cross.png") no-repeat 0 50%; padding: 0 0 0 16px }
Presented with Sourceer