﻿/* 



StyApplPublicANslagstavla.css             För Anslagstavla.aspx (se även StyApplPublic.css för default.aspx)



#Chg_2024-12-11_SHO  Created



Remember...  class="."  id="#"


*/
body {
    /*width: 550px;   ...ska inte vara width här, då blir det hori-hiss                 #Chg_2025-01-21_SHO  */
    /* Internet-tips säger att hori-hiss undviks genom: overflow-x: hidden; :           #Chg_2025-01-21_SHO*/
    overflow-x: hidden;
    background-color: #e5eff4;
    padding-top: 1em;
    padding-left: 1em;
    padding-bottom: 1em;
    padding-right: 1em;
    font-family: arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    /*font-size: 16px;*/
    font-size: 1.125rem;
    color: #000000;
    line-height: 1.5;
}


.Anslagstavla_h2 {
    font-size: 1.75rem;
    color: #000;
    line-height: 1.25;
    font-family: Arial;
    letter-spacing: normal;
    font-weight: 700;
}

.Anslagstavla_h3 {
    font-size: 1.1rem;
    color: #000;
    line-height: 0.3;
    font-family: Arial;
    letter-spacing: normal;
    font-weight: 700;
}

.Anslagstavla_tiny {
    font-size: 0.3rem;
}
.Anslagstavla_tinytiny {
    font-size: 0.2rem;
}
.Anslagstavla_before_entries {
    font-size: 0.3rem;
}
.Anslagstavla_mellan_entries {
    font-size: 1.3rem;
}

.Anslagstavla_header {
}

.Anslagstavla_text {
}

.Anslagstavla_file {
}


