Sha256: 108357a0565e9dc9172843a17c19bf505e8ab98960b22c3291416b099a2d78be

Contents?: true

Size: 1.71 KB

Versions: 1

Compression:

Stored size: 1.71 KB

Contents

.the-header .unit-head {
    padding: 26px;
    padding-bottom: 12px;

    text-align: center;

    .nav-global {
        .logo {
            font-family: $fonts-heading;
            font-weight: bold;

            display: block;

            padding-bottom: 18px;

            a {
                font-size: 1.5em;
                line-height: 0;

                display: inline;

                margin-left: 8px;

                &:hover {
                    color: $color-hover;
                    background-color: transparent;
                }
            }

            button {
                display: none;

                width: 24px;
                height: 24px;

                border: none;
            }

            .btn-menu {
                float: left;

                background: url('/assets/images/theme/btn-menu.png') no-repeat;
            }

            .btn-search {
                float: right;

                background: url('/assets/images/theme/btn-search.png') no-repeat;
            }
        }

        ul {
            margin: 0;
            padding: 0;

            li {
                display: inline;

                a {
                    padding: 12px;
                    padding-bottom: 18px;

                    color: $color-text;
                }

                a:active,
                a:hover {
                    cursor: pointer;
                    -webkit-transition: all .3s ease-in-out;
                       -moz-transition: all .3s ease-in-out;
                         -o-transition: all .3s ease-in-out;
                            transition: all .3s ease-in-out;

                    background-color: $color-hover;
                }
            }
        }
    }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jekyll-theme-simple-texture-0.1.0 _sass/simple-texture/blog/_header.scss