Predloga:Interlinear/styles.css

.interlinear { /* the big container div */
    margin-left: 2em; /*overriden by |indent= */
}

.interlinear-with-number { /* extra indenting when example numbering is used with |number= */
    margin-left: 4em;
}

.interlinear-box { /*extra styling for container div when |box=yes */
    background-color: #f8f9fa;
    border: 1px solid #eaecf0;
    padding: 1em;
}

.interlinear-text-in-left-margin { /* coming from |number= and used for numbering of examples */
    position:absolute;
    left: 1em;
}

.interlinear-wordstack { /*the "column" for a word across all interlinear lines */
    float: left;
    margin-bottom: 0.3em;
    margin-right: 1em;
}

.interlinear-clear {/*the empty div element right at the end */
    clear: left;
    display: block;
}

.interlinear-word {
    margin: 0px;
}