Template:AshStyle/style.css: Difference between revisions

Prinsessa (talk | contribs)
Noto Sans is the best portable option
Prinsessa (talk | contribs)
Removed interlinear margin
 
(8 intermediate revisions by the same user not shown)
Line 3: Line 3:
.ash {
.ash {
font-family:
font-family:
'Lucida Grande',
'Noto Sans',
'Noto Sans',
'Lucida Grande',
'Lucida Sans Unicode',
'Lucida Sans Unicode',
'Arial',
'Arial',
Line 14: Line 14:
font-weight: normal;
font-weight: normal;
position: relative;
position: relative;
}
.ash-columns {
display: flex;
flex-wrap: wrap;
}
.ash-column {
margin: 0.5em 0; /* Copied from regular p style */
}
.interlinear {
background: #f3f3f3;
    padding: 1em;
    padding-bottom: 0.5em;
    padding-left: 2em;
}
}