Skip to content
Snippets Groups Projects
style.css 659 B
Newer Older
Benoit Favre's avatar
Benoit Favre committed

.current-section {
    font: bold 18;
}

.text-line {
}
.keyword-highlighted {
    color: red;
}
Benoit Favre's avatar
Benoit Favre committed
.keyword {
}
.text {
}
.highlighted {
    color: red;
    font: bold;
}

Benoit Favre's avatar
Benoit Favre committed
.selected-section > .section-title {
Benoit Favre's avatar
Benoit Favre committed
    font: bold 18;
    color: white;
    background-color: #009900;
Benoit Favre's avatar
Benoit Favre committed
}
Benoit Favre's avatar
Benoit Favre committed
.section-title {
    font: bold 18;
    color: white;
    background-color: #999999;
Benoit Favre's avatar
Benoit Favre committed
}

.section-body {
    background-color: white;
Benoit Favre's avatar
Benoit Favre committed
    margin: 20px;
}

Benoit Favre's avatar
Benoit Favre committed
.selected-section {
    background-color: #eeffee;
Benoit Favre's avatar
Benoit Favre committed
    margin: 20px;
Benoit Favre's avatar
Benoit Favre committed
}

.sequence-title {
    font: bold 14;
}

.sequence-body {
}

.confirm {
Benoit Favre's avatar
Benoit Favre committed
    font: bold 20;
Benoit Favre's avatar
Benoit Favre committed
    background: #ff9999;
}

.xmlview {
    background: white;
}