<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* base */
body {
  color:#bbbbbb;
  background-color     :#555555;
  background-image     :url("./img/check1.png");
  background-repeat    :repeat;
  background-attachment:fixed;
  background-position  :center;
}
#base {
  background: url("./img/translucent_black50.png");
  background: rgba(0, 0, 0, 0.5);
  background:         linear-gradient(top, rgba(0,0,0,0.9), rgba(0,0,0,0.5) 5%, rgba(0,0,0,0.5));
  background:      -o-linear-gradient(top, rgba(0,0,0,0.9), rgba(0,0,0,0.5) 5%, rgba(0,0,0,0.5));
  background:    -moz-linear-gradient(top, rgba(0,0,0,0.9), rgba(0,0,0,0.5) 5%, rgba(0,0,0,0.5));
  background: -webkit-linear-gradient(top, rgba(0,0,0,0.9), rgba(0,0,0,0.5) 5%, rgba(0,0,0,0.5));
}
#footer {
  background: url("./img/translucent_black50.png");
  background: rgba(0, 0, 0, 0.5);
}

a        { color:#99aacc; }
a:visited{ color:; }
a:hover  { color:#cccccc; }

#header,
#header:before,
#header:after,
#sub:before,
#sub:after,
#sub h1:before,
#sub h1:after,
#footer {
  color:#eeeeee;
  border-color:#666666;
}
a.backurl {
  background: url("./img/translucent_black50.png");
  background: rgba(0, 0, 0, 0.5);
  border-color:#bbbbbb;
  color:#bbbbbb;
}
a.backurl:hover {
  background-color:#bbbbbb;
  color:#555555;
}

#BackUpList {
  border-color:#bbbbbb;
  background-color:#000;
  color:#bbbbbb;
}

#sub input[type="password"] {
  background-color:;
  border-color:#bbbbbb;
  color:;
}

/* CHOCOLATE */
.table    { background-color:#553024; border-color:#886357 #220000 #220000 #886357; }
.table th,
.table caption{ background-color:transparent; color:#ddd5d0; }
.table td     { background-color:#392520; color:#ddd0cc; border-color:#220000 #886357 #886357 #220000; }
.table .rv td { background-color:#291410; }

.item,
.item td,
.item th,
.txtable,
.txtable td,
.txtable th
      { border-color:#805544; }
.item th,
.txtable th
      { background-color:#2d1512; color:#ddd0cc; }
.item td,
.txtable td
      { background-color:transparent; color:#ddd0cc; }

.table td a       { color:#dd6660; background-color:transparent;  }
.table td a:hover { color:#392520; background-color:#dd6660; }

.table th a       { color:#dd6660; }
.table th a:hover { color:#553024; background-color:#dd6660; }

    hr    { border-color:#805544; }
    hr.gro{ border-color:#060000 #6c5853 #6c5853 #060000; }
    hr.rid{ border-color:#6c5853 #060000 #060000 #6c5853; }
.rv hr.gro{ border-color:#000000 #5c4743 #5c4743 #000000; }
.rv hr.rid{ border-color:#5c4743 #000000 #000000 #5c4743; }

.sub       { background-color:#512e23; border-color:#906655; color:#ddd5d0; }
.sub.small { background-color:#4d2c22; border-color:#7f5748; color:#ddd5d0; }

.table     th .inv { color:#553024; }
.table     td .inv { color:#392520; }
.table .rv td .inv { color:#291410; }
.item    th .inv,
.txtable th .inv { color:#2d1512; }
.item    td .inv,
.txtable td .inv { color:transparent; }
.sub       .inv { color:#512e23; }
.sub.small .inv { color:#4d2c22; }
</pre></body></html>