Sha256: 9581f7ad0f781462dc813039cfefd2dddeaa0218da91bc7b08e9a711d939c146
Contents?: true
Size: 1.64 KB
Versions: 2
Compression:
Stored size: 1.64 KB
Contents
// $base-font-size: 18px; // was 20px $base-font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; $dark-gray: #333333; $azure: #F0FFFF; // azure (see wikipedia web colors) body { font-family: $base-font-family; } a { color: black; text-decoration: none; &:hover { color: black; background-color: aqua; text-decoration: underline; } &:visited { color: black; } } .city_10_000_000 { font-size: 24px; font-weight: bold; } .city_1_000_000 { font-size: 20px; font-weight: bold; } .city_500_000 { font-size: 16px; font-weight: bold; } .city_100_000 { font-size: 14px; } .city_10_000 { font-size: 12px; } .city_nil { font-size: 14px; color: navy; } .country_100_000_000 { font-size: 20px; font-weight: bold; } .country_10_000_000 { font-size: 16px; font-weight: bold; } .country_1_000_000 { font-size: 14px; } .country_100_000 { font-size: 12px; } .country_nil { font-size: 14px; color: navy; } /*********** ne => not equal x => missing *****/ .code-ne, .code-x { color: navy; border: 2px solid navy; font-weight: bold; } .region-count, .country-count, .city-count, .tag-count, .tagging-count, .tags, .country-key, .region-key, .city-key, .lang-key, .lang-count { color: $dark-gray; font-size: 12px; // ~80% } table { td.city-key, td.country-key, td.region-key { color: $dark-gray; font-size: 12px; // ~80% * { color: $dark-gray; font-size: 12px; // ~80% } } } ///////////////////////// // version / powered_by .version { text-align: center; margin-top: 10px; color: grey; a, span { font-size: 12px; color: grey } }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
worlddb-admin-0.1.1 | app/assets/stylesheets/world_db_admin/application.css.scss |
worlddb-admin-0.1.0 | app/assets/stylesheets/world_db_admin/application.css.scss |