| 1 | body |
|---|
| 2 | { |
|---|
| 3 | background: white; |
|---|
| 4 | color: $base_text; |
|---|
| 5 | background: $menu_bg_over url(menu_bg.png) top repeat-x; |
|---|
| 6 | margin: 5px; |
|---|
| 7 | margin-right: 10px; |
|---|
| 8 | margin-left: 10px; |
|---|
| 9 | } |
|---|
| 10 | |
|---|
| 11 | hr |
|---|
| 12 | { |
|---|
| 13 | border: none; |
|---|
| 14 | height: 0px; |
|---|
| 15 | margin-top: 0px; |
|---|
| 16 | } |
|---|
| 17 | |
|---|
| 18 | div.toolSectionPad |
|---|
| 19 | { |
|---|
| 20 | margin: 0; |
|---|
| 21 | padding: 0; |
|---|
| 22 | height: 5px; |
|---|
| 23 | font-size: 0px; |
|---|
| 24 | } |
|---|
| 25 | |
|---|
| 26 | div.toolSectionDetailsInner |
|---|
| 27 | { |
|---|
| 28 | margin-left: 5px; |
|---|
| 29 | margin-right: 5px; |
|---|
| 30 | } |
|---|
| 31 | |
|---|
| 32 | div.toolSectionTitle |
|---|
| 33 | { |
|---|
| 34 | font-weight: bold; |
|---|
| 35 | } |
|---|
| 36 | |
|---|
| 37 | div.toolPanelLabel |
|---|
| 38 | { |
|---|
| 39 | padding-top: 10px; |
|---|
| 40 | padding-bottom: 5px; |
|---|
| 41 | font-weight: bold; |
|---|
| 42 | color: gray; |
|---|
| 43 | text-transform: uppercase; |
|---|
| 44 | } |
|---|
| 45 | |
|---|
| 46 | div.toolTitle |
|---|
| 47 | { |
|---|
| 48 | padding-top: 5px; |
|---|
| 49 | padding-bottom: 5px; |
|---|
| 50 | margin-left: 16px; |
|---|
| 51 | margin-right: 10px; |
|---|
| 52 | display: list-item; |
|---|
| 53 | list-style: square outside; |
|---|
| 54 | } |
|---|
| 55 | |
|---|
| 56 | div.toolSectionBody div.toolPanelLabel |
|---|
| 57 | { |
|---|
| 58 | padding-top: 5px; |
|---|
| 59 | padding-bottom: 5px; |
|---|
| 60 | margin-left: 16px; |
|---|
| 61 | margin-right: 10px; |
|---|
| 62 | display: list-item; |
|---|
| 63 | list-style: none outside; |
|---|
| 64 | } |
|---|
| 65 | |
|---|
| 66 | div.toolTitleNoSection |
|---|
| 67 | { |
|---|
| 68 | padding-bottom: 0px; |
|---|
| 69 | font-weight: bold; |
|---|
| 70 | } |
|---|