- Timestamp:
- 02/18/11 11:30:47 (15 months ago)
- Files:
-
- 1 modified
-
trunk/src/resources/main.css (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/resources/main.css
r748 r749 16 16 17 17 /* titles */ 18 h1, h2, h3, h4 { font-weight:normal; color: # 900000; margin-top: 1.5em; }18 h1, h2, h3, h4 { font-weight:normal; color: #871E31; margin-top: 1.5em; } 19 19 h4 { margin-bottom: 0.25em; } 20 20 .center { margin-left: auto; margin-right: auto; } … … 32 32 div.routine-details { border: 1px dotted #C0C0C0; margin-top: 1em; padding: 1em; } 33 33 span.routine-attributes { font-size: 70%; margin-left: 3em; color: #384806; } 34 div.details dt { color: # 900000; margin-left: 2em; }34 div.details dt { color: #871E31; margin-left: 2em; } 35 35 div.details dt span { color: #384806; margin-left: 2em; } 36 36 div.details dd { margin: 0.5em 2em 1em 4em; } … … 63 63 ul li { list-style-type: none; } 64 64 table { empty-cells: show; } 65 thead { color: # 900000; }65 thead { color: #871E31; } 66 66 dd { margin-bottom: 0.35em; } 67 67 input, textarea { background: #F3F6ED; border: #E1D6C6 1px solid; padding: 2px 1em 2px 0.5em; } … … 89 89 90 90 /* header/navbar styles */ 91 div.header { padding: 2em 2em 0 2em; background: # 71900B; border-bottom: 2px #384806 solid; }91 div.header { padding: 2em 2em 0 2em; background: #9E9D7B; border-bottom: 2px #262626 solid; } 92 92 div.header h1 { color: white; margin:0; font-weight: normal; } 93 93 div.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%; }94 table.navbar { background: #CCC097; margin: 0; padding: 0; border-bottom: 1px #262626 dotted; width: 100%; } 95 95 table.navbar td { padding: 4px 0.5em 3px 0.5em; white-space: nowrap; vertical-align: top; } 96 96 table.navbar td.flexible { width: 100%; text-align: right; padding-right: 1em; white-space: nowrap; } 97 table.navbar td.selected { background: # 384806; }97 table.navbar td.selected { background: #262626; } 98 98 table.navbar td.selected, table.navbar td.selected a { color: white; } 99 99 table.navbar a:hover, table.navbar a:focus { background: inherit; border-bottom: 1px solid #303099; } … … 119 119 /* search styles */ 120 120 fieldset { border: #ddd 1px solid; padding: 1em; margin-top: 3em; } 121 legend { color: # 900000; font-size: 120%; }121 legend { color: #871E31; font-size: 120%; } 122 122 label { white-space: nowrap; } 123 123 p.description { margin: 2em 2em 1em 2em; }
