all repos — h3rald @ dc32c85f519a3d285d18b99f89fe1958740d9cd6

The sources of https://h3rald.com

content/css/_fancybox-gallery.sass

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
#gallery
  padding: 1em
  width: 750px
 
  ul
    list-style: none
 
    li
      float: left
      margin-left: 2px
      padding-left: 0
 
    img
      border: 5px solid #dedede
 
    a:hover
      color: #fff
 
      img
        border: 5px solid #ccc
        color: #fff
  a
    border-bottom: none
 
#fancy_content 
  a
    border-bottom: none

#fancy_title td, #fancy_title tr, #fancy_title table
  border: none