- Timestamp:
- Jul 30, 2010, 9:31:50 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20100621/ippMonitor/raw/ipp.css
r18193 r28794 5 5 */ 6 6 7 body { bgcolor: #a0d0e0; background-color: #a0d0e0; padding: 5px; margin: 5px } 8 9 a:link, a:visited, a:active { text-decoration: underline; font-weight: bold; color: #ff0000 } 10 11 a.button { text-decoration: none; font-weight: bold; color: #000000; background: #0080c0} 12 a.menutop { text-decoration: none; font-weight: bold; color: #ffffff} 13 a.menutops { text-decoration: none; font-weight: bold; color: #80f0ff} 14 a.menuext { text-decoration: none; font-weight: bold; color: #ffffff} 15 a.menulink { text-decoration: none; font-weight: normal; color: #000000} 16 a.menuselect { text-decoration: none; font-weight: normal; color: #0000ff} 17 a.piclink { text-decoration: none; font-weight: normal; color: #0080c0} 18 19 td.menutop { text-align: left; background: #0080c0; font-size: small; color: #ffffff; padding: 2px; } 20 td.menutops { text-align: left; background: #0080c0; font-size: small; color: #000000; padding: 2px; } 21 td.menuext { text-align: left; background: #303070; font-size: small; color: #ffffff; padding: 2px; } 22 td.menulink { text-align: left; background: #d0d0ff; font-size: small; color: #000000; padding: 2px; font-weight: normal; text-indent: 0px; } 23 td.menuselect { text-align: left; background: #d0d0ff; font-size: small; color: #ff0000; padding: 2px; font-weight: normal; text-indent: 0px; } 24 td.menuline { text-align: left; background: #d0d0ff; font-size: small; color: #000000; padding: 2px; font-weight: normal; text-indent: 0px; } 25 26 td.picture { text-align: left; background: #00ffff; font-size: small; color: #ff0000; padding: 0px; text-indent: 2px; font-weight: normal; } 27 td.piclink { text-align: left; background: #0080c0; font-size: small; color: #ff0000; padding: 0px; text-indent: 0px; font-weight: normal; } 28 29 table.page { border: 0px solid #0080c0; background: #a0d0e0; padding: 0px} 30 31 td.title { background-color: #ff0000; padding: 5px; font-size: x-large; text-align: left; vertical-align: top} 7 body { 8 background-color: #a0d0e0; 9 padding: 5px; 10 margin: 5px 11 } 12 13 div.debug { 14 height: 15%; 15 background-color: #ffffaa; 16 overflow: auto; 17 } 18 19 a:link, a:visited, a:active { 20 text-decoration: underline; 21 font-weight: bold; 22 color: #ff0000 23 } 24 25 a.button { 26 text-decoration: none; 27 font-weight: bold; 28 color: #000000; 29 background: #0080c0 30 } 31 a.menutop { 32 text-decoration: none; 33 font-weight: bold; 34 color: #ffffff 35 } 36 a.menutops { 37 text-decoration: none; 38 font-weight: bold; 39 color: #80f0ff 40 } 41 a.menuext { 42 text-decoration: none; 43 font-weight: bold; 44 color: #ffffff 45 } 46 a.menulink { 47 text-decoration: none; 48 font-weight: normal; 49 color: #000000 50 } 51 a.menuselect { 52 text-decoration: none; 53 font-weight: normal; 54 color: #0000ff 55 } 56 a.piclink { 57 text-decoration: none; 58 font-weight: normal; 59 color: #0080c0 60 } 61 62 td.menutop { 63 text-align: left; 64 background: #0080c0; 65 font-size: small; 66 color: #ffffff; 67 padding: 2px; 68 } 69 td.menutops { 70 text-align: left; 71 background: #0080c0; 72 font-size: small; 73 color: #000000; 74 padding: 2px; 75 } 76 td.menuext { 77 text-align: left; 78 background: #303070; 79 font-size: small; 80 color: #ffffff; 81 padding: 2px; 82 } 83 td.menulink { 84 text-align: left; 85 background: #d0d0ff; 86 font-size: small; 87 color: #000000; 88 padding: 2px; 89 font-weight: normal; 90 text-indent: 0px; 91 } 92 td.menuselect { 93 text-align: left; 94 background: #d0d0ff; 95 font-size: small; 96 color: #ff0000; 97 padding: 2px; 98 font-weight: normal; 99 text-indent: 0px; 100 } 101 td.menuline { 102 text-align: left; 103 background: #d0d0ff; 104 font-size: small; 105 color: #000000; 106 padding: 2px; 107 font-weight: normal; 108 text-indent: 0px; 109 } 110 111 td.picture { 112 text-align: left; 113 background: #00ffff; 114 font-size: small; 115 color: #ff0000; 116 padding: 0px; 117 text-indent: 2px; 118 font-weight: normal; 119 } 120 td.piclink { 121 text-align: left; 122 background: #0080c0; 123 font-size: small; 124 color: #ff0000; 125 padding: 0px; 126 text-indent: 0px; 127 font-weight: normal; 128 } 129 130 table.page { 131 border: 0px solid #0080c0; 132 background: #a0d0e0; 133 padding: 0px 134 } 135 136 td.title { 137 background-color: #ff0000; 138 padding: 5px; 139 font-size: x-large; 140 text-align: left; 141 vertical-align: top 142 } 32 143 33 144 td.body { 34 145 text-align: left; 35 font-size: normal;146 font-size: small; 36 147 font-weight: normal; 37 148 vertical-align: top; … … 42 153 } 43 154 44 table.menu { text-align: left; 45 font-size: small; 46 font-weight: normal; 47 background: #ff0000; 48 border: 3px solid #0080c0; 49 padding: 0px; 50 } 51 52 table.select { text-align: left; 53 font-size: small; 54 font-weight: normal; 55 background: #0080c0; 56 border: 1px solid #0080c0; 57 padding: 0px; 155 table.menu { 156 text-align: left; 157 font-size: small; 158 font-weight: normal; 159 background: #ff0000; 160 border: 3px solid #0080c0; 161 padding: 0px; 162 } 163 164 table.select { 165 text-align: left; 166 font-size: small; 167 font-weight: normal; 168 background: #0080c0; 169 border: 1px solid #0080c0; 170 padding: 0px; 58 171 } 59 172 60 173 td.select { 61 text-align: left;62 font-size: normal;63 font-weight: bold;64 vertical-align: top;65 color: #ffffff;66 background: #0080c0;67 background-color: #0080c0;68 border: 2px solid #0080c0;69 padding: 2px;174 text-align: left; 175 font-size: small; 176 font-weight: bold; 177 vertical-align: top; 178 color: #ffffff; 179 background: #0080c0; 180 background-color: #0080c0; 181 border: 2px solid #0080c0; 182 padding: 2px; 70 183 } 71 184 72 185 th.select { 73 186 text-align: left; 74 font-size: normal;187 font-size: small; 75 188 font-weight: bold; 76 189 vertical-align: top; … … 92 205 td.list { 93 206 text-align: left; 94 font-size: normal;207 font-size: small; 95 208 font-weight: normal; 96 209 vertical-align: top; … … 103 216 td.list_off { 104 217 text-align: left; 105 font-size: normal;218 font-size: small; 106 219 font-weight: normal; 107 220 vertical-align: top; … … 114 227 td.list_drop { 115 228 text-align: left; 116 font-size: normal;229 font-size: small; 117 230 font-weight: normal; 118 231 vertical-align: top; … … 125 238 td.list_run { 126 239 text-align: left; 127 font-size: normal;240 font-size: small; 128 241 font-weight: normal; 129 242 vertical-align: top; … … 136 249 td.det_off { 137 250 text-align: left; 138 font-size: normal;251 font-size: small; 139 252 font-weight: normal; 140 253 vertical-align: top; … … 147 260 td.det_drop { 148 261 text-align: left; 149 font-size: normal;262 font-size: small; 150 263 font-weight: normal; 151 264 vertical-align: top; … … 158 271 td.det_add { 159 272 text-align: left; 160 font-size: normal;273 font-size: small; 161 274 font-weight: normal; 162 275 vertical-align: top; … … 169 282 th.list { 170 283 text-align: left; 171 font-size: normal;284 font-size: small; 172 285 font-weight: bold; 173 286 vertical-align: top; … … 178 291 } 179 292 293 td.ul3x2 { 294 text-align: right; 295 vertical-align: bottom; 296 padding: 0px; 297 text-indent: 0px; 298 } 299 td.uc3x2 { 300 text-align: center; 301 vertical-align: bottom; 302 padding: 0px; 303 text-indent: 0px; 304 } 305 td.ur3x2 { 306 text-align: left; 307 vertical-align: bottom; 308 padding: 0px; 309 text-indent: 0px; 310 } 311 td.ll3x2 { 312 text-align: right; 313 vertical-align: top; 314 padding: 0px; 315 text-indent: 0px; 316 } 317 td.lc3x2 { 318 text-align: center; 319 vertical-align: top; 320 padding: 0px; 321 text-indent: 0px; 322 } 323 td.lr3x2 { 324 text-align: left; 325 vertical-align: top; 326 padding: 0px; 327 text-indent: 0px; 328 }
Note:
See TracChangeset
for help on using the changeset viewer.
