Sha256: 2304a1a22d071cecd2e17f9c0a57acdba2beb08eb1f13fcdfc1855affba875fe

Contents?: true

Size: 1.44 KB

Versions: 6

Compression:

Stored size: 1.44 KB

Contents

/*
 # -----------------------------------------------------------------------------
 # ~/assets/theme/j1/core/country-flags/css/theme/uno.css
 # Provides styles for the CSS Flags Previewer
 #
 # Product/Info:
 # https://jekyll.one
 #
 # Copyright (C) 2023, 2024 Juergen Adams
 #
 # J1 Template is licensed under the MIT License.
 # See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE
 # -----------------------------------------------------------------------------
*/

.country {
    padding: 4px;
    line-height: 1.4;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
    margin-bottom: 24px;
    width: 100%
}

.country .name {
    font-size: 1.2em
}

.country .capital,.country .name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: normal;
    color: #424242;
}

.country .capital {
    font-size: .9em;
    border-bottom: 1px solid #ddd;
    margin-bottom: 4px;
    color: #424242;
}

.country .country-code {
    font-size: .7em;
    color: #999
}

.country .flag {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 4px
}

.country:hover {
    background-color: #eee
}

.nav-continents {
    margin-bottom: 24px
}

.country-list .flag {
    display: block;
    max-width: 100%;
    height: auto;
    max-width: 32px;
    border-radius: 2px
}

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
j1-template-2024.3.17 assets/theme/j1/core/country-flags/css/theme/uno.css
j1-template-2024.3.16 assets/theme/j1/core/country-flags/css/theme/uno.css
j1-template-2024.3.15 assets/theme/j1/core/country-flags/css/theme/uno.css
j1-template-2024.3.14 assets/theme/j1/core/country-flags/css/theme/uno.css
j1-template-2024.3.13 assets/theme/j1/core/country-flags/css/theme/uno.css
j1-template-2024.3.12 assets/theme/j1/core/country-flags/css/theme/uno.css