Skip to content
Snippets Groups Projects
style.css 635 B
Newer Older
  • Learn to ignore specific revisions
  • 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: #009900;
    }
    
    Benoit Favre's avatar
    Benoit Favre committed
    .section-title {
        font: bold 18;
        color: white;
        background: #999999;
    }
    
    .section-body {
        background: white;
    
    Benoit Favre's avatar
    Benoit Favre committed
        margin: 20px;
    }
    
    
    Benoit Favre's avatar
    Benoit Favre committed
    .selected-section {
    
    Benoit Favre's avatar
    Benoit Favre committed
        background: #eeffee;
        margin: 20px;
    
    Benoit Favre's avatar
    Benoit Favre committed
    }
    
    .sequence-title {
        font: bold 14;
    }
    
    .sequence-body {
    }
    
    .confirm {
        font: bold 14;
        background: #ff9999;
    }
    
    .xmlview {
        background: white;
    }