<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS fil for visning av webkameraer på Varsom
   Ånund Kvambekk
   Siste oppdatering: 30. mars 2022
   Antatt base 16px
*/
/* Globale variabler */
:root {
    --varsom_text_color: #4e5a5a;
    --varsom_hypertext_color: rgba(106, 176, 192, 1);
    --varsom_background_color: #f5f5f5;
}

.webkam {
    display: block;
    width: 100%;
    background-color: rgba(245, 245, 245, 1);
    font-family: "Source Sans Pro";
    color: var(--varsom_text_color);
}

    .webkam p {
        margin-bottom: 10px;
    }

    .webkam .ingress_webkam {
        display: block;
        width: 100%;
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 50px;
    }
    /*
        font-size: 1.125rem;
        line-height: 1.75rem;
    */

    .webkam .tekst_webkam {
        display: block;
        width: 100%;
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 20px;
    }
    /*
        font-size: 1rem;
        line-height: 1.5rem;
    */

    .webkam .knapp_webkam {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
        margin-top: 20px;
        padding: 1rem;
        background-color: #ffffff;
        border: none;
    }
    /*
    width: calc(100% - 2rem);
    */

        .webkam .knapp_webkam:hover {
            cursor: pointer;
        }
        .webkam .knapp_webkam .tekst {
            display: inline-block;
            margin: 0px;
            padding: 0px;
            font-weight: 600;
            letter-spacing: 0.3px;
            font-size: 18px;
            line-height: 28px;
            text-align: left;
        }
        /*
            letter-spacing: 0.02rem;
            font-size: 1.125rem;
            line-height: 1.75rem;
        */

        .webkam .knapp_webkam img {
            display: inline-block;
            width: 30px;
            margin: 0px;
            padding: 0px;
            text-align: right;
        }

    .webkam .bilder_webkam {
        display: flex;
        flex-flow: row wrap;
        justify-content: flex-start;
        grid-gap: 20px 20px;
        width: 100%;
        padding: 0px 0px 20px 0px;
        background-color: #FFFFFF;
    }

        .webkam .bilder_webkam .bilde_og_tekst {
            display: block;
            width: 220px;
            max-width: 220px;
            min-width: 220px;
            margin: 0px;
            padding: 0px;
        }

            .webkam .bilder_webkam .bilde_og_tekst .bilde {
                display: flex;
                align-content: flex-start;
                width: 220px;
                max-width: 220px;
                min-width: 220px;
                height: 185px;
                max-height: 185px;
                min-height: 185px;
                overflow: hidden;
            }
            .webkam .bilder_webkam .bilde_og_tekst .bilde .stort_img {
                width: 220px;
                max-width: 220px;
                min-width: 220px;
                height: 185px;
                max-height: 185px;
                min-height: 185px;
            }

            .webkam .bilder_webkam .bilde_og_tekst .tekstboks {
                display: flex;
                flex-direction: row;
                align-content: space-between;
                width: 220px;
                max-width: 220px;
                min-width: 220px;
                height: 60px;
                max-height: 60px;
                min-height: 60px;
                font-size: 14px;
                margin: 0px;
                padding: 0px;
            }
            /*
                font-size: 0.9rem;
            */
                .webkam .bilder_webkam .bilde_og_tekst .tekstboks .tekst {
                    display: block;
                    padding: 5px 0px 0px 0px;
                    width: 185px;
                    max-width: 185px;
                    min-width: 185px;
                    height: 60px;
                    max-height: 60px;
                    min-height: 60px;
                    line-height: 20px;
                    overflow: hidden;
                }

                .webkam .bilder_webkam .bilde_og_tekst .tekstboks .symboler {
                    display: flex;
                    flex-direction: column;
                    align-items: flex-end;
                    align-content: flex-end;
                    justify-content: flex-end;
                    width: 34px;
                    max-width: 34px;
                    min-width: 34px;
                    height: 60px;
                    max-height: 60px;
                    min-height: 60px;
                }
                    .webkam .bilder_webkam .bilde_og_tekst .tekstboks .symboler .home {
                        width: 24px;
                        margin: 0px 0px 5px 0px;
                    }
                    .webkam .bilder_webkam .bilde_og_tekst .tekstboks .symboler .kamera {
                        width: 24px;
                    }

#stort_bilde {
    z-index: 1000;
    display: block;
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
}

.stort_bilde_klikk {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: var(--varsom_background_color);
}

.stort_bilde_outer {
    --stort_bilde_height_outer_text_extra_big: 180px; /* Height of text below the image when maximized */
    --stort_bilde_height_outer_text_big: 90px; /* Height of text below the image when maximized */
    --stort_bilde_height_outer_text_small: 27px; /* Height of text below the image when minimized */
    --stort_bilde_text_top_margin: 10px; /* Margin between image and text */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 2%;
    left: 2%;
    width: 96%;
    height: 96%;
    background-color: var(--varsom_background_color);
    font-family: "Source Sans Pro";
    color: var(--varsom_text_color);
}
    .stort_bilde_outer .imgbox {
        display: flex;
        justify-content: flex-start;
        align-items: flex-end;
        max-width: 100%;
    }
    .stort_bilde_outer .max_height_imgbox_size0 {
        max-height: calc(100% - var(--stort_bilde_height_outer_text_extra_big) - var(--stort_bilde_text_top_margin));
    }
    .stort_bilde_outer .max_height_imgbox_size1 {
        max-height: calc(100% - var(--stort_bilde_height_outer_text_big) - var(--stort_bilde_text_top_margin));
    }
    .stort_bilde_outer .max_height_imgbox_size2 {
        max-height: calc(100% - var(--stort_bilde_height_outer_text_small) - var(--stort_bilde_text_top_margin));
    }
    .stort_bilde_outer img {
        display: block;
        max-width: 100%;
        max-height: 100%;
    }

    .stort_bilde_outer .stort_bilde_outer_tekst {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-start;
        margin: var(--stort_bilde_text_top_margin) 0px 0px 0px;
        padding: 0px;
        background-color: white;
        overflow: hidden;
    }
    .stort_bilde_outer .max_height_outer_tekst_size0 {
        max-height: var(--stort_bilde_height_outer_text_extra_big);
    }
    .stort_bilde_outer .max_height_outer_tekst_size1 {
        max-height: var(--stort_bilde_height_outer_text_big);
    }
    .stort_bilde_outer .max_height_outer_tekst_size2 {
        max-height: var(--stort_bilde_height_outer_text_small);
    }

    .stort_bilde_outer .stort_bilde_tekst {
        display: block;
        text-align: left;
        font-size: 16px;
        margin: 0px;
        padding: 3px 10px 10px 7px;
    }
    .stort_bilde_outer .stort_bilde_tekst_url {
        display: inline-block;
        margin: 0px;
        padding: 0px;
        text-decoration: underline;
        color: var(--varsom_hypertext_color);
    }

        .stort_bilde_outer .stort_bilde_tekst_url:hover {
            color: var(--varsom_text_color);
            cursor: pointer;
        }
    .stort_bilde_outer .max_min_symbol {
        display: block;
        margin: 3px 0px 0px 0px;
        padding: 0px;
        height: 24px;
        width: 24px;
    }
/*
        font-size: 1rem;
    */
</pre></body></html>