<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     :#222222;
  background-image     :url("/img/check4-wp029.gif");
  background-repeat    :repeat;
  background-attachment:fixed;
  background-position  :;
}
#base {
  background: url("./img/translucent_black50.png");
  background: 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));
  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:      -o-linear-gradient(      top, rgba(0,0,0,0.9), rgba(0,0,0,0.5) 5%, rgba(0,0,0,0.5));
  background:         linear-gradient(to bottom, 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:#55bb99; }
a:visited{ color:#aa66ff; }
a:hover  { color:#cccccc; }

#header,
#header:before,
#header:after,
#sub:before,
#sub:after,
#sub h1:before,
#sub h1:after,
#footer {
  color:#eeeeee;
  border-color:#606777;
}
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:#222222;
}

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

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

/* WHITE + BLUE */
.table    { background-color:#bbbbbb; border-color:#eeeeee #888888 #888888 #eeeeee; }
.table th,
.table caption{ background-color:transparent; color:#000000; }
.table td     { background-color:#adbecf; color:#000000; border-color:#888888 #eeeeee #eeeeee #888888; }
.table .rv td { background-color:#82a4c6; }

.makingdata &gt; table td.R { background-color:#82a4c6; }

.o_item { background-color:#82a4c6; }
.o_item .item_name td { background-color:transparent; }
.o_item,
.item,
.item td,
.item th,
.txtable,
.txtable td,
.txtable th
      { border-color:#222629; }
.item th,
.txtable th
      { background-color:#82a4c6; color:#000000; }
.item td,
.txtable td
      { background-color:#adbecf; color:#000000; }

#Familiar td     { background-color:#82a4c6; }
#Familiar .mons            { background-color:#adbecf; }
#Familiar .mons .mons-name { border-color:#000000; }
#Familiar .mons .mons-lv   { background-color:#000000; color:#adbecf; }
#Familiar .mons .mons-stat th { background-color:#b9bbbd; color:#000000; border-color:#222629; }
#Familiar .mons .mons-stat { border-color:#222629; }
#Familiar .mons .mons-stat  td    { background-color:#adbecf; border-color:#222629; }
#Familiar .mons .mons-stat .rv td { background-color:#82a4c6; }

.table td a       { color:#004488; background-color:transparent;  }
.table td a:hover { color:#adbecf; background-color:#004488; }

.table th a       { color:#004488; }
.table th a:hover { color:#bbbbbb; background-color:#004488; }

    hr    { border-color:#444444; }
    hr.gro{ border-color:#7a8b9c #e0f1ff #e0f1ff #7a8b9c; }
    hr.rid{ border-color:#e0f1ff #7a8b9c #7a8b9c #e0f1ff; }
.rv hr.gro{ border-color:#4f7193 #b5d7f9 #b5d7f9 #4f7193; }
.rv hr.rid{ border-color:#b5d7f9 #4f7193 #4f7193 #b5d7f9; }

.sub       { background-color:#b9bbbd; border-color:#2e2e2f; color:#000000; }
.sub.small { background-color:#b7bbc0; border-color:#505153; color:#000000; }

.table     th .inv { color:#bbbbbb; }
.table     td .inv { color:#adbecf; }
.table .rv td .inv { color:#82a4c6; }
.item    th .inv,
.txtable th .inv { color:#82a4c6; }
.item    td .inv,
.txtable td .inv { color:#adbecf; }
.sub       .inv { color:#b9bbbd; }
.sub.small .inv { color:#b7bbc0; }
.table { border-radius:6px; }
.table tr:first-child td:first-child { border-top-left-radius    :4px; }
.table tr:first-child td:last-child  { border-top-right-radius   :4px; }
.table tr:last-child  td:first-child { border-bottom-left-radius :4px; }
.table tr:last-child  td:last-child  { border-bottom-right-radius:4px; }
#Image .imgw td { border-radius:4px; }
#Image .imgw img{ border-radius:4px; }
#Status tr:last-child td:first-child        { border-bottom-left-radius:0px; }
#Status tr:nth-last-child(3) td:first-child { border-bottom-left-radius:4px; }
#Armour tr:last-child td:last-child         { border-bottom-right-radius:0px; }
#Familiar tr:nth-child(2) td:last-child      { border-bottom-right-radius:4px; }
#Familiar tr:nth-last-child(2) td:first-child{ border-bottom-left-radius:4px; }
#Familiar tr:last-child td:first-child       { border-bottom-left-radius:0px; }
.item    td,
.txtable td { border-radius:0px !important; }
</pre></body></html>