Sha256: bbe8b858bff1a4bcd436638ac82043bd370c7538cba645adfa834b25dd2dee8e
Contents?: true
Size: 1.32 KB
Versions: 1
Compression:
Stored size: 1.32 KB
Contents
@charset "utf-8"; @import "normalize"; body { background: #4DD0E1; font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif; } h1 { color: rgba(0,0,0,0.5); font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 3.5em; font-weight: 400; margin: 0; padding: 20px; } .container { width: 700px; max-width: 90%; margin: auto; } .hljs { padding: 20px; font-family: 'Droid Sans Mono', monospace; } .center { text-align: center; } .fork .block { justify-content: flex-end; display: flex; flex-direction: row; a { display: flex; flex-direction: row; align-items: center; cursor: pointer; margin: 7px; margin-right: 13px; border: 2px solid rgba(0,0,0,0.5); padding: 10px; color: rgba(0,0,0,0.5); background: transparent; transition: all 0.5s ease; text-decoration: none; .github-icon { background-image: url('../images/github.png'); width: 25px; height: 25px; background-repeat: no-repeat; background-size: contain; margin-right: 10px; transition: all 0.5s ease; } &:hover { background-color: rgba(0,0,0,0.5); color: #fff; border: 2px solid rgba(0, 0, 0, 0.0); .github-icon { background-image: url('../images/github-light.png'); } } } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
word_search-0.5.1 | docs/source/stylesheets/site.css.scss |