Stuart McCulloch | 5521333 | 2011-07-05 11:48:22 +0000 | [diff] [blame] | 1 | body { |
| 2 | padding: 0px 0px 10px 0px; |
| 3 | } |
| 4 | body, td, select, input, li{ |
| 5 | font-family: Verdana, Helvetica, Arial, sans-serif; |
| 6 | font-size: 13px; |
| 7 | } |
| 8 | code{ |
| 9 | font-family: Courier, monospace; |
| 10 | font-size: 13px; |
| 11 | } |
| 12 | a { |
| 13 | text-decoration: none; |
| 14 | } |
| 15 | a:link { |
| 16 | color:#36a; |
| 17 | } |
| 18 | a:visited { |
| 19 | color:#47a; |
| 20 | } |
| 21 | a:active, a:hover { |
| 22 | color:#69c; |
| 23 | } |
| 24 | #legend li.externalLink { |
| 25 | background: url(../images/external.png) left top no-repeat; |
| 26 | padding-left: 18px; |
| 27 | } |
| 28 | a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { |
| 29 | background: url(../images/external.png) right center no-repeat; |
| 30 | padding-right: 18px; |
| 31 | } |
| 32 | #legend li.newWindow { |
| 33 | background: url(../images/newwindow.png) left top no-repeat; |
| 34 | padding-left: 18px; |
| 35 | } |
| 36 | a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { |
| 37 | background: url(../images/newwindow.png) right center no-repeat; |
| 38 | padding-right: 18px; |
| 39 | } |
| 40 | h2 { |
| 41 | padding: 4px 4px 4px 6px; |
| 42 | border: 1px solid #999; |
| 43 | color: #900; |
| 44 | background-color: #ddd; |
| 45 | font-weight:900; |
| 46 | font-size: x-large; |
| 47 | } |
| 48 | h3 { |
| 49 | padding: 4px 4px 4px 6px; |
| 50 | border: 1px solid #aaa; |
| 51 | color: #900; |
| 52 | background-color: #eee; |
| 53 | font-weight: normal; |
| 54 | font-size: large; |
| 55 | } |
| 56 | h4 { |
| 57 | padding: 4px 4px 4px 6px; |
| 58 | border: 1px solid #bbb; |
| 59 | color: #900; |
| 60 | background-color: #fff; |
| 61 | font-weight: normal; |
| 62 | font-size: large; |
| 63 | } |
| 64 | h5 { |
| 65 | padding: 4px 4px 4px 6px; |
| 66 | color: #900; |
| 67 | font-size: normal; |
| 68 | } |
| 69 | p { |
| 70 | line-height: 1.3em; |
| 71 | font-size: small; |
| 72 | } |
| 73 | #breadcrumbs { |
| 74 | border-top: 1px solid #aaa; |
| 75 | border-bottom: 1px solid #aaa; |
| 76 | background-color: #ccc; |
| 77 | } |
| 78 | #leftColumn { |
| 79 | margin: 10px 0 0 5px; |
| 80 | border: 1px solid #999; |
| 81 | background-color: #eee; |
| 82 | } |
| 83 | #navcolumn h5 { |
| 84 | font-size: smaller; |
| 85 | border-bottom: 1px solid #aaaaaa; |
| 86 | padding-top: 2px; |
| 87 | color: #000; |
| 88 | } |
| 89 | |
| 90 | table.bodyTable th { |
| 91 | color: white; |
| 92 | background-color: #bbb; |
| 93 | text-align: left; |
| 94 | font-weight: bold; |
| 95 | } |
| 96 | |
| 97 | table.bodyTable th, table.bodyTable td { |
| 98 | font-size: 1em; |
| 99 | } |
| 100 | |
| 101 | table.bodyTable tr.a { |
| 102 | background-color: #ddd; |
| 103 | } |
| 104 | |
| 105 | table.bodyTable tr.b { |
| 106 | background-color: #eee; |
| 107 | } |
| 108 | |
| 109 | .source { |
| 110 | border: 1px solid #999; |
| 111 | } |
| 112 | dl { |
| 113 | padding: 4px 4px 4px 6px; |
| 114 | border: 1px solid #aaa; |
| 115 | background-color: #ffc; |
| 116 | } |
| 117 | dt { |
| 118 | color: #900; |
| 119 | } |
| 120 | #organizationLogo img, #projectLogo img, #projectLogo span{ |
| 121 | margin: 8px; |
| 122 | } |
| 123 | #banner { |
| 124 | border-bottom: 1px solid #fff; |
| 125 | } |
| 126 | .errormark, .warningmark, .donemark, .infomark { |
| 127 | background: url(../images/icon_error_sml.gif) no-repeat; |
| 128 | } |
| 129 | |
| 130 | .warningmark { |
| 131 | background-image: url(../images/icon_warning_sml.gif); |
| 132 | } |
| 133 | |
| 134 | .donemark { |
| 135 | background-image: url(../images/icon_success_sml.gif); |
| 136 | } |
| 137 | |
| 138 | .infomark { |
| 139 | background-image: url(../images/icon_info_sml.gif); |
| 140 | } |
| 141 | |