Sha256: cc2299354d8abd62ec237f902a42c6474f885e8021592702527fa48d0110e3c4

Contents?: true

Size: 938 Bytes

Versions: 2

Compression:

Stored size: 938 Bytes

Contents

/*
 * Metro UI CSS
 * (c) 2012-2013 by Sergey Pimenov
 * Licensed under the MIT License and Commercial
 *
 * Themes.less
 *
 */

body {
    background: #1d1d1d;
}

.text-rest-state       {color: rgba(255, 255, 255, 1.0);}
.text-rest2-state      {color: rgba(255, 255, 255, 0.6);}
.text-hover-state      {color: rgba(255, 255, 255, 0.8);}
.text-pressed-state    {color: rgba(255, 255, 255, 0.4);}

.link-text {
    color: rgba(148,102,255, 1.0);

    &:hover {
        color: rgba(148,102,255, 0.8);
    }
    &:active {
        color: rgba(148,102,255, 0.6);
    }
}

h1, h2, h3, h4, h5, h6 {
    .text-rest-state;
    &:hover  {
        .text-hover-state;
    }
    &:active {
        .text-pressed-state;
    }
}

a, .link {
    .link-text();
}

.page {
    .page-header {
        .page-header-content {
            .user-login {
                .name {
                    color: #fff;
                }
            }
        }
    }
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
metro-ui-rails-0.15.8.15 vendor/toolkit/metro-ui/theme-dark.less
metro-ui-rails-0.15.8.14 vendor/toolkit/metro-ui/theme-dark.less