Mall:Illustrationsbehov/styles.css: Skillnad mellan sidversioner

Från Järnvägsdata
(Skapade sidan med '.illbehov { clear: both; margin: 1em auto .2em 0; line-height: 1.2; } .illbehov-ikon { white-space: nowrap; padding-right: .2em; } @media screen and ( max-width: 500px )...')
 
m (1 version importerades)
 
(En mellanliggande sidversion av en annan användare visas inte)
Rad 1: Rad 1:
.illbehov {
.illbehov {
clear: both;
    clear: both;
margin: 1em auto .2em 0;
    margin: 1em auto .2em 0;
line-height: 1.2;
    line-height: 1.2;
}
}
.illbehov-ikon {
.illbehov-ikon {
white-space: nowrap;
    white-space: nowrap;
padding-right: .2em;
    padding-right: .2em;
}
}
@media screen and ( max-width: 500px ) {
@media screen and ( max-width: 500px ) {
.illbehov-mobil {
    .illbehov-mobil {
display: none;
        display: none;
}
    }
}
}
.illbehov-text {
.illbehov-text {
font-style: italic;
    font-style: italic;
}
}
.illbehov-anm {
.illbehov-anm {
padding-left: 1.5em;
    padding-left: 1.5em;
font-size: 90%;
    font-size: 90%;
}
.illbeh_tabell th {
    text-align: left;
}
.illbeh_exempel {
    margin: 1em 2em;
    padding: 0 1em;
    background: #f7f7f7;
}
.illbeh_kategoriexempel {
    background: #f8f9fa;
    padding: 1em;
    margin: .5em .5em .5em 0;
    overflow: auto;
    border: 1px inset #eee;
    font-family: courier, monospace;
    font-size: 95%;
    line-height: 1.3;
}
.illbeh_hoppa {
    display: inline-block;
    margin: .3em;
    border: 1px solid #aaa;
    border-radius: 2px;
    background: #fafbfc;
    padding: 1px 12px 2px;
    line-height: 1.3;
    white-space: nowrap;
}
}


/* [[Kategori:TemplateStyles-mallar]] */
/* [[Kategori:TemplateStyles-mallar]] */

Nuvarande version från 6 januari 2021 kl. 15.21

.illbehov {
    clear: both;
    margin: 1em auto .2em 0;
    line-height: 1.2;
}
.illbehov-ikon {
    white-space: nowrap;
    padding-right: .2em;
}
@media screen and ( max-width: 500px ) {
    .illbehov-mobil {
        display: none;
    }
}
.illbehov-text {
    font-style: italic;
}
.illbehov-anm {
    padding-left: 1.5em;
    font-size: 90%;
}
.illbeh_tabell th {
    text-align: left;
}
.illbeh_exempel {
    margin: 1em 2em;
    padding: 0 1em;
    background: #f7f7f7;
}
.illbeh_kategoriexempel {
    background: #f8f9fa;
    padding: 1em;
    margin: .5em .5em .5em 0;
    overflow: auto;
    border: 1px inset #eee;
    font-family: courier, monospace;
    font-size: 95%;
    line-height: 1.3;
}
.illbeh_hoppa {
    display: inline-block;
    margin: .3em;
    border: 1px solid #aaa;
    border-radius: 2px;
    background: #fafbfc;
    padding: 1px 12px 2px;
    line-height: 1.3;
    white-space: nowrap;
}

/* [[Kategori:TemplateStyles-mallar]] */