Sha256: b41273ecd200c2602595956f1c9d3ee1e391ef121e39c01adb607c00431b14cc
Contents?: true
Size: 1.87 KB
Versions: 3
Compression:
Stored size: 1.87 KB
Contents
/* * Home Page */ .home { text-align: center; } .home #home_searchform { padding-top: 150px; } @media (max-width: 768px) { .home #home_searchform { padding-top: 50px; } } .home #home_searchform #search { line-height: 48px; padding: 0 25px; font-size: 18px; width: 330px; height: 50px; } @media (max-width: 768px) { .home #home_searchform #search { line-height: 33px; padding: 0 10px; font-size: 16px; width: 220px; height: 35px; } } .home #home_searchform input[type=submit] { background: #00919d url("kaui/search_white.png") no-repeat center center; height: 50px; padding: 0 20px; text-indent: 999999px; overflow: hidden; width: 82px; border-radius: 25px; vertical-align: top; margin: 0 0 0 10px; } @media (max-width: 768px) { .home #home_searchform input[type=submit] { height: 35px; width: 42px; border-radius: 15px; background-size: 20px; } } .home .legend { margin-top: 40px; } .home .duck_help { width: 352px; height: 260px; padding: 35px 120px 100px 30px; font-size: 18px; color: #666; display: block; position: fixed; bottom: 0; right: 20%; background: url("kaui/duck.png") no-repeat center center; text-align: center; } @media (max-width: 768px) { .home .duck_help { position: relative; right: initial; bottom: initial; width: 300px; background-size: 300px auto; font-size: 16px; padding: 20px 120px 110px 40px; top: 50px; height: 220px; display: inline-block; } } @media (min-height: 600px) { .home .duck_help { position: fixed; top: auto; bottom: 0; } } /*# sourceMappingURL=home.css.map */
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
kaui-3.0.5 | app/assets/stylesheets/kaui/home.css |
kaui-3.0.4 | app/assets/stylesheets/kaui/home.css |
kaui-3.0.2 | app/assets/stylesheets/kaui/home.css |