Skip to content
Snippets Groups Projects
Select Git revision
  • cf63f2a0ee8d54faa76693228a3527ae0cf155fe
  • master default protected
2 results

pl_eca_3.lp

Blame
  • style.css 659 B
    
    .current-section {
        font: bold 18;
    }
    
    .text-line {
    }
    .keyword-highlighted {
        color: red;
    }
    .keyword {
    }
    .text {
    }
    
    .highlighted {
        color: red;
        font: bold;
    }
    
    .selected-section > .section-title {
        font: bold 18;
        color: white;
        background-color: #009900;
    }
    .section-title {
        font: bold 18;
        color: white;
        background-color: #999999;
    }
    
    .section-body {
        background-color: white;
        margin: 20px;
    }
    
    .selected-section {
        background-color: #eeffee;
        margin: 20px;
    }
    
    .sequence-title {
        font: bold 14;
    }
    
    .sequence-body {
    }
    
    .confirm {
        font: bold 20;
        background: #ff9999;
    }
    
    .xmlview {
        background: white;
    }