Skip to content
Snippets Groups Projects
Select Git revision
  • d3fd2bf2dc50cf49f43b8c3ffdd8a8241b0fc8da
  • bing_issues#190_tf2
  • bing_tf2_convert
  • bing_issue#189_train_modular
  • simon_#172_integrate_weatherbench
  • develop
  • bing_issue#188_restructure_ambs
  • yan_issue#100_extract_prcp_data
  • bing_issue#170_data_preprocess_training_tf1
  • Gong2022_temperature_forecasts
  • bing_issue#186_clean_GMD1_tag
  • yan_issue#179_integrate_GZAWS_data_onfly
  • bing_issue#178_runscript_bug_postprocess
  • michael_issue#187_bugfix_setup_runscript_template
  • bing_issue#180_bugs_postprpocess_meta_postprocess
  • yan_issue#177_repo_for_CLGAN_gmd
  • bing_issue#176_integrate_weather_bench
  • michael_issue#181_eval_era5_forecasts
  • michael_issue#182_eval_subdomain
  • michael_issue#119_warmup_Horovod
  • bing_issue#160_test_zam347
  • ambs_v1
  • ambs_gmd_nowcasting_v1.0
  • GMD1
  • modular_booster_20210203
  • new_structure_20201004_v1.0
  • old_structure_20200930
27 results

metadata.py

Blame
  • _layout.scss 4.20 KiB
    /**
     * Site header
     */
    .site-header {
        border-top: 5px solid $grey-color-dark;
        border-bottom: 1px solid $grey-color-light;
        min-height: 56px;
    
        // Positioning context for the mobile navigation icon
        position: relative;
    }
    
    .site-title {
        font-size: 26px;
        font-weight: 300;
        line-height: 56px;
        letter-spacing: -1px;
        margin-bottom: 0;
        float: left;
    
        &,
        &:visited {
            color: $grey-color-dark;
        }
    }
    
    .site-nav {
        float: right;
        line-height: 56px;
    
        .menu-icon {
            display: none;
        }
    
        .page-link {
            color: $text-color;
            line-height: $base-line-height;
    
            // Gaps between nav items, but not on the last one
            &:not(:last-child) {
                margin-right: 20px;
            }
        }
    
        @include media-query($on-palm) {
            position: absolute;
            top: 9px;
            right: $spacing-unit / 2;
            background-color: $background-color;
            border: 1px solid $grey-color-light;
            border-radius: 5px;
            text-align: right;
    
            .menu-icon {
                display: block;
                float: right;
                width: 36px;
                height: 26px;
                line-height: 0;
                padding-top: 10px;
                text-align: center;
    
                > svg {
                    width: 18px;
                    height: 15px;
    
                    path {
                        fill: $grey-color-dark;
                    }
                }
            }
    
            .trigger {
                clear: both;
                display: none;
            }
    
            &:hover .trigger {
                display: block;
                padding-bottom: 5px;
            }
    
            .page-link {
                display: block;
                padding: 5px 10px;
    
                &:not(:last-child) {
                    margin-right: 0;
                }
                margin-left: 20px;
            }
        }
    }
    
    
    
    /**
     * Site footer
     */
    .site-footer {
        border-top: 1px solid $grey-color-light;
        padding: $spacing-unit 0;
    }
    
    .footer-heading {
        font-size: 18px;
        margin-bottom: $spacing-unit / 2;
    }
    
    .contact-list,
    .social-media-list {
        list-style: none;
        margin-left: 0;
    }
    
    .footer-col-wrapper {
        font-size: 15px;
        color: $grey-color;
        margin-left: -$spacing-unit / 2;
        @extend %clearfix;
    }
    
    .footer-col {
        float: left;
        margin-bottom: $spacing-unit / 2;
        padding-left: $spacing-unit / 2;
    }
    
    .footer-col-1 {
        width: -webkit-calc(35% - (#{$spacing-unit} / 2));
        width:         calc(35% - (#{$spacing-unit} / 2));
    }
    
    .footer-col-2 {
        width: -webkit-calc(20% - (#{$spacing-unit} / 2));
        width:         calc(20% - (#{$spacing-unit} / 2));
    }
    
    .footer-col-3 {
        width: -webkit-calc(45% - (#{$spacing-unit} / 2));
        width:         calc(45% - (#{$spacing-unit} / 2));
    }
    
    @include media-query($on-laptop) {
        .footer-col-1,
        .footer-col-2 {
            width: -webkit-calc(50% - (#{$spacing-unit} / 2));
            width:         calc(50% - (#{$spacing-unit} / 2));
        }
    
        .footer-col-3 {
            width: -webkit-calc(100% - (#{$spacing-unit} / 2));
            width:         calc(100% - (#{$spacing-unit} / 2));
        }
    }
    
    @include media-query($on-palm) {
        .footer-col {
            float: none;
            width: -webkit-calc(100% - (#{$spacing-unit} / 2));
            width:         calc(100% - (#{$spacing-unit} / 2));
        }
    }
    
    
    
    /**
     * Page content
     */
    .page-content {
        padding: $spacing-unit 0;
    }
    
    .page-heading {
        font-size: 20px;
    }
    
    .post-list {
        margin-left: 0;
        list-style: none;
    
        > li {
            margin-bottom: $spacing-unit;
        }
    }
    
    .post-meta {
        font-size: $small-font-size;
        color: $grey-color;
    }
    
    .post-link {
        display: block;
        font-size: 24px;
    }
    
    
    
    /**
     * Posts
     */
    .post-header {
        margin-bottom: $spacing-unit;
    }
    
    .post-title {
        font-size: 42px;
        letter-spacing: -1px;
        line-height: 1;
    
        @include media-query($on-laptop) {
            font-size: 36px;
        }
    }
    
    .post-content {
        margin-bottom: $spacing-unit;
    
        h2 {
            font-size: 32px;
    
            @include media-query($on-laptop) {
                font-size: 28px;
            }
        }
    
        h3 {
            font-size: 26px;
    
            @include media-query($on-laptop) {
                font-size: 22px;
            }
        }
    
        h4 {
            font-size: 20px;
    
            @include media-query($on-laptop) {
                font-size: 18px;
            }
        }
    }