.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>* { 

  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: #A6B7F8; 

    background-color: #A6B7F8; 

  } 

 

  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/wp-content/uploads/images/AY23-24_AD3001_bg.png'); 

    background-repeat: repeat; 

    background-size: cover; 

  } 

 

  #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; 

} 