Changeset 749 for trunk

Show
Ignore:
Timestamp:
02/18/11 11:30:47 (15 months ago)
Author:
mgalloy
Message:

Using a new color scheme for HTML output.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/resources/main.css

    r748 r749  
    1616 
    1717/* titles */ 
    18 h1, h2, h3, h4 { font-weight:normal; color: #900000; margin-top: 1.5em; } 
     18h1, h2, h3, h4 { font-weight:normal; color: #871E31; margin-top: 1.5em; } 
    1919h4 { margin-bottom: 0.25em; } 
    2020.center { margin-left: auto; margin-right: auto; } 
     
    3232div.routine-details { border: 1px dotted #C0C0C0; margin-top: 1em; padding: 1em; } 
    3333span.routine-attributes { font-size: 70%; margin-left: 3em; color: #384806; } 
    34 div.details dt { color: #900000; margin-left: 2em; } 
     34div.details dt { color: #871E31; margin-left: 2em; } 
    3535div.details dt span { color: #384806; margin-left: 2em; } 
    3636div.details dd { margin: 0.5em 2em 1em 4em; } 
     
    6363ul li { list-style-type: none; } 
    6464table { empty-cells: show; } 
    65 thead { color: #900000; } 
     65thead { color: #871E31; } 
    6666dd { margin-bottom: 0.35em; } 
    6767input, textarea { background: #F3F6ED; border: #E1D6C6 1px solid; padding: 2px 1em 2px 0.5em; } 
     
    8989 
    9090/* header/navbar styles */ 
    91 div.header { padding: 2em 2em 0 2em; background: #71900B; border-bottom: 2px #384806 solid; } 
     91div.header { padding: 2em 2em 0 2em; background: #9E9D7B; border-bottom: 2px #262626 solid; } 
    9292div.header h1 { color: white; margin:0; font-weight: normal; } 
    9393div.header h2 { color: white; margin-top: 0; margin-bottom: 1em; font-weight: normal; font-style: italic; font-size: 100%; } 
    94 table.navbar { background: #B0E020; margin: 0; padding: 0; border-bottom: 1px #384806 dotted; width: 100%; } 
     94table.navbar { background: #CCC097; margin: 0; padding: 0; border-bottom: 1px #262626 dotted; width: 100%; } 
    9595table.navbar td { padding: 4px 0.5em 3px 0.5em; white-space: nowrap; vertical-align: top; } 
    9696table.navbar td.flexible { width: 100%; text-align: right; padding-right: 1em; white-space: nowrap; } 
    97 table.navbar td.selected { background: #384806; } 
     97table.navbar td.selected { background: #262626; } 
    9898table.navbar td.selected, table.navbar td.selected a { color: white; } 
    9999table.navbar a:hover, table.navbar a:focus { background: inherit; border-bottom: 1px solid #303099; } 
     
    119119/* search styles */ 
    120120fieldset { border: #ddd 1px solid; padding: 1em; margin-top: 3em; } 
    121 legend { color: #900000; font-size: 120%; } 
     121legend { color: #871E31; font-size: 120%; } 
    122122label { white-space: nowrap; } 
    123123p.description { margin: 2em 2em 1em 2em; }