<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.media-embed.multiple-attachments .resource.item:not(:only-child) img {
  max-height: 300px;
}

a:link {
  text-decoration: none;
  color: #000000
}

a:visited {
  color: #000000
}

a:active, a:hover {
  color: #920b0b
}

header&gt;* {
  max-width: inherit;
}

header .hsuhk-logo {
  # margin-left: -10px;
  margin-bottom: 20px;
}

header .hsuhk-logo img {
  max-height: 91px;
}

body {
  # background-color: #f8f8f8;
  background-color: #eee;
}

@media screen and (min-width: 800px) {
  header nav {
    background-color: #bdcde3;
  }

  header {
    margin-bottom: 190px;
  }

  #content {
    # background-color: #eee;
    background-color: #f8f8f8;
  }

 footer {
    background-color: #f8f8f8;
  }

  .blocks {
    padding-top: 20px;
  }

  body {
    background-image: url('https://library-test.hsu.edu.hk/omeka-s/files/original/4b9d58b79f444a326d65c5b1a66123b7e5b61110.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    background-poss
  }

  #search {
    float: right;
    width: 25%;
    position: relative;
    left: auto;
    border-bottom: 0px solid #dedede;
    border-top: 0px solid #dedede;
  }

  .uri-value-link {
    text-decoration: none;
    color: #8B0000 !important
  }

.media-embed.multiple-attachments .item.resource a img {
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    #margin: 8px 0 0 8px;
    #box-shadow: 0 0 0 8px #fff;
  }
}
/* Botton netvigation Next Prev color */
.site-page-pagination a {
    color: #920b0b !important;
}</pre></body></html>