/*
 * Zerocat’s Custom CSS for Doxygen,
 * - tested with doxygen 1.8.6
 * - tested with doxygen 1.8.13
 *
 */

@media all and (max-width:550px) {
  div#titlearea table {
    font-size:80%;
  }
  div.caption {
    font-size:small;
  }
}
@media all and (max-width:450px) {
  div#titlearea table {
    font-size:70%;
  }
}

div#top {
  background-color: #0D0D1A;
}
div#titlearea table {
  margin-right:1em;
}
div#projectname {
  color:#E2E2EA;
  padding-top:10px;
}
div#projectbrief {
  color:#8C8C9E;
  padding-bottom:1rem;
}
td#projectlogo {
  vertical-align:middle;
}
td#projectlogo img {
  height: 120px;
}
span#projectnumber {
  white-space: nowrap;
}

div.title {
  color: #0D0D1A;
}

a {
  color: #4bb105;
}
.contents a:visited {
  color: #2e7300;
}

.contents {
  color: #0D0D1A;
}
.contents pre {
  font-size:0.9em;
}
.contents code {
  font-size:smaller;
  color:maroon;
}

div.image {
  border-radius:10px;
  background-color: #b9bcbf;
  color:Honeydew;
}
div.image img {
  width:80%;
  margin-top:1.5em;
}
div.caption {
  margin-left: 2em;
  margin-right: 2em;
}

/* DISABLE_INDEX = YES, GENEREATE_TREEVIEW = YES */
.navpath ul {
  background-color: #0D0D1A;
}
.navpath li.footer {
  color:#8C8C9E;
}
div#nav-path.navpath ul {
  background-image: none;
}
div#nav-path.navpath ul li.navelem a.el {
  color:#E2E2EA;
}

/* DISABLE_INDEX = NO, GENERATE_TREEVIEW = NO */
address.footer {
  color:#8C8C9E;
  background-color: #0D0D1A;
}
