1div.header { display: none; } 2body > hr { display: none; } 3div.content h1 { display: none; } 4 5body.interface { 6 background: url(bg_gradient.jpg) repeat-x; 7 font-family: Verdana, Cursor; 8 font-size: 10px; 9 font-weight: bold; 10 background-color: #fff; 11 color: #333; 12} 13 14a:link,a:visited,a:active { 15 color: #444; 16} 17 18table { 19 border-spacing: 1px 1px; 20} 21 22table td { 23 padding: 3px 2px 3px 2px; 24} 25 26.Project { 27 min-width: 6em; 28} 29 30.LastBuild,.Activity { 31 padding: 0 0 0 4px; 32} 33 34/* Chromium Specific styles */ 35div.BuildResultInfo { 36 color: #444; 37} 38 39div.Announcement { 40 margin-bottom: 1em; 41} 42 43div.Announcement>a:hover { 44 color: black; 45} 46 47div.Announcement>div.Notice { 48 background-color: #afdaff; 49 padding: 0.5em; 50 font-size: 16px; 51 text-align: center; 52} 53 54div.Announcement>div.Open { 55 border: 3px solid #8fdf5f; 56 padding: 0.5em; 57 font-size: 16px; 58 text-align: center; 59} 60 61div.Announcement>div.Closed { 62 border: 5px solid #e98080; 63 padding: 0.5em; 64 font-size: 24px; 65 font-weight: bold; 66 text-align: center; 67} 68 69td.Time { 70 color: #000; 71 border-bottom: 1px solid #aaa; 72 background-color: #eee; 73} 74 75td.Activity,td.Change,td.Builder { 76 color: #333333; 77 background-color: #CCCCCC; 78} 79 80td.Change { 81 border-radius: 5px; 82 -webkit-border-radius: 5px; 83 -moz-border-radius: 5px; 84} 85 86td.Event { 87 color: #777; 88 background-color: #ddd; 89 border-radius: 5px; 90 -webkit-border-radius: 5px; 91 -moz-border-radius: 5px; 92} 93 94td.Activity { 95 border-top-left-radius: 10px; 96 -webkit-border-top-left-radius: 10px; 97 -moz-border-radius-topleft: 10px; 98 min-height: 20px; 99 padding: 2px 0 2px 0; 100} 101 102td.idle,td.waiting,td.offline,td.building { 103 border-top-left-radius: 0px; 104 -webkit-border-top-left-radius: 0px; 105 -moz-border-radius-topleft: 0px; 106} 107 108.LastBuild { 109 border-top-left-radius: 5px; 110 -webkit-border-top-left-radius: 5px; 111 -moz-border-radius-topleft: 5px; 112 border-top-right-radius: 5px; 113 -webkit-border-top-right-radius: 5px; 114 -moz-border-radius-topright: 5px; 115} 116 117/* Console view styles */ 118td.DevRev { 119 padding: 4px 8px 4px 8px; 120 color: #333333; 121 border-top-left-radius: 5px; 122 -webkit-border-top-left-radius: 5px; 123 -moz-border-radius-topleft: 5px; 124 background-color: #eee; 125 width: 1%; 126} 127 128td.DevRevCollapse { 129 border-bottom-left-radius: 5px; 130 -webkit-border-bottom-left-radius: 5px; 131 -moz-border-radius-bottomleft: 5px; 132} 133 134td.DevName { 135 padding: 4px 8px 4px 8px; 136 color: #333333; 137 background-color: #eee; 138 width: 1%; 139 text-align: left; 140} 141 142td.DevStatus { 143 padding: 4px 4px 4px 4px; 144 color: #333333; 145 background-color: #eee; 146} 147 148td.DevSlave { 149 padding: 4px 4px 4px 4px; 150 color: #333333; 151 background-color: #eee; 152} 153 154td.first { 155 border-top-left-radius: 5px; 156 -webkit-border-top-left-radius: 5px; 157 -moz-border-radius-topleft: 5px; 158} 159 160td.last { 161 border-top-right-radius: 5px; 162 -webkit-border-top-right-radius: 5px; 163 -moz-border-radius-topright: 5px; 164} 165 166td.DevStatusCategory { 167 border-radius: 5px; 168 -webkit-border-radius: 5px; 169 -moz-border-radius: 5px; 170 border-width: 1px; 171 border-style: solid; 172} 173 174td.DevStatusCollapse { 175 border-bottom-right-radius: 5px; 176 -webkit-border-bottom-right-radius: 5px; 177 -moz-border-radius-bottomright: 5px; 178} 179 180td.DevDetails { 181 font-weight: normal; 182 padding: 8px 8px 8px 8px; 183 color: #333333; 184 background-color: #eee; 185 text-align: left; 186} 187 188td.DevComment { 189 font-weight: normal; 190 padding: 8px 8px 8px 8px; 191 color: #333333; 192 border-bottom-right-radius: 5px; 193 -webkit-border-bottom-right-radius: 5px; 194 -moz-border-radius-bottomright: 5px; 195 border-bottom-left-radius: 5px; 196 -webkit-border-bottom-left-radius: 5px; 197 -moz-border-radius-bottomleft: 5px; 198 background-color: #eee; 199 text-align: left; 200} 201 202td.Alt { 203 background-color: #ddd; 204} 205 206.legend { 207 border-radius: 5px; 208 -webkit-border-radius: 5px; 209 -moz-border-radius: 5px; 210 width: 100px; 211 max-width: 100px; 212 text-align: center; 213 padding: 2px 2px 2px 2px; 214 height: 14px; 215 white-space: nowrap; 216} 217 218.DevStatusBox { 219 text-align: center; 220 height: 20px; 221 padding: 0 2px; 222 line-height: 0; 223 white-space: nowrap; 224} 225 226.DevStatusBox a { 227 opacity: 0.85; 228 border-width: 1px; 229 border-style: solid; 230 border-radius: 4px; 231 -webkit-border-radius: 4px; 232 -moz-border-radius: 4px; 233 display: block; 234 width: 90%; 235 height: 20px; 236 line-height: 20px; 237 margin-left: auto; 238 margin-right: auto; 239} 240 241.DevSlaveBox { 242 text-align: center; 243 height: 10px; 244 padding: 0 2px; 245 line-height: 0; 246 white-space: nowrap; 247} 248 249.DevSlaveBox a { 250 opacity: 0.85; 251 border-width: 1px; 252 border-style: solid; 253 border-radius: 4px; 254 -webkit-border-radius: 4px; 255 -moz-border-radius: 4px; 256 display: block; 257 width: 90%; 258 height: 10px; 259 line-height: 20px; 260 margin-left: auto; 261 margin-right: auto; 262} 263 264a.noround { 265 border-radius: 0px; 266 -webkit-border-radius: 0px; 267 -moz-border-radius: 0px; 268 position: relative; 269 margin-top: -8px; 270 margin-bottom: -8px; 271 height: 36px; 272 border-top-width: 0; 273 border-bottom-width: 0; 274} 275 276a.begin { 277 border-top-width: 1px; 278 position: relative; 279 margin-top: 0px; 280 margin-bottom: -7px; 281 height: 27px; 282 border-top-left-radius: 4px; 283 -webkit-border-top-left-radius: 4px; 284 -moz-border-radius-topleft: 4px; 285 border-top-right-radius: 4px; 286 -webkit-border-top-right-radius: 4px; 287 -moz-border-radius-topright: 4px; 288} 289 290a.end { 291 border-bottom-width: 1px; 292 position: relative; 293 margin-top: -7px; 294 margin-bottom: 0px; 295 height: 27px; 296 border-bottom-left-radius: 4px; 297 -webkit-border-bottom-left-radius: 4px; 298 -moz-border-radius-bottomleft: 4px; 299 border-bottom-right-radius: 4px; 300 -webkit-border-bottom-right-radius: 4px; 301 -moz-border-radius-bottomright: 4px; 302} 303 304.center_align { 305 text-align: center; 306} 307 308.right_align { 309 text-align: right; 310} 311 312.left_align { 313 text-align: left; 314} 315 316div.BuildWaterfall { 317 border-radius: 7px; 318 -webkit-border-radius: 7px; 319 -moz-border-radius: 7px; 320 position: absolute; 321 left: 0px; 322 top: 0px; 323 background-color: #FFFFFF; 324 padding: 4px 4px 4px 4px; 325 float: left; 326 display: none; 327 border-width: 1px; 328 border-style: solid; 329} 330 331/* LastBuild, BuildStep states */ 332.success { 333 color: #FFFFFF; 334 background-color: #8FDF5F; 335 border-color: #4F8530; 336} 337 338.failure { 339 color: #FFFFFF; 340 background-color: #E98080; 341 border-color: #A77272; 342} 343 344.warnings { 345 color: #FFFFFF; 346 background-color: #FFC343; 347 border-color: #C29D46; 348} 349 350.exception { 351 color: #FFFFFF; 352 background-color: #E0B0FF; 353 border-color: #ACA0B3; 354} 355 356.start,.running,td.building { 357 color: #666666; 358 background-color: #FFFC6C; 359 border-color: #C5C56D; 360} 361 362.offline,td.offline { 363 color: #FFFFFF; 364 background-color: #E0B0FF; 365 border-color: #dddddd; 366} 367 368 369.start { 370 border-bottom-left-radius: 10px; 371 -webkit-border-bottom-left-radius: 10px; 372 -moz-border-radius-bottomleft: 10px; 373 border-bottom-right-radius: 10px; 374 -webkit-border-bottom-right-radius: 10px; 375 -moz-border-radius-bottomright: 10px; 376} 377 378.notstarted { 379 border-width: 1px; 380 border-style: solid; 381 border-color: #aaa; 382 background-color: #fff; 383} 384 385.closed { 386 background-color: #ff0000; 387} 388 389.closed .large { 390 font-size: 1.5em; 391 font-weight: bolder; 392} 393 394td.Project a:hover,td.start a:hover { 395 color: #000; 396} 397 398.mini-box { 399 text-align: center; 400 height: 20px; 401 padding: 0 2px; 402 line-height: 0; 403 white-space: nowrap; 404} 405 406.mini-box a { 407 border-radius: 0; 408 -webkit-border-radius: 0; 409 -moz-border-radius: 0; 410 display: block; 411 width: 100%; 412 height: 20px; 413 line-height: 20px; 414 margin-top: -30px; 415} 416 417.mini-closed { 418 -box-sizing: border-box; 419 -webkit-box-sizing: border-box; 420 border: 4px solid red; 421} 422 423/* grid styles */ 424table.Grid { 425 border-collapse: collapse; 426} 427 428table.Grid tr td { 429 padding: 0.2em; 430 margin: 0px; 431 text-align: center; 432} 433 434table.Grid tr td.title { 435 font-size: 90%; 436 border-right: 1px gray solid; 437 border-bottom: 1px gray solid; 438} 439 440table.Grid tr td.sourcestamp { 441 font-size: 90%; 442} 443 444table.Grid tr td.builder { 445 text-align: right; 446 font-size: 90%; 447} 448 449table.Grid tr td.build { 450 border: 1px gray solid; 451} 452 453/* column container */ 454div.column { 455 margin: 0 2em 2em 0; 456 float: left; 457} 458 459/* info tables */ 460table.info { 461 border-spacing: 1px; 462} 463 464table.info td { 465 padding: 0.1em 1em 0.1em 1em; 466 text-align: center; 467} 468 469table.info th { 470 padding: 0.2em 1.5em 0.2em 1.5em; 471 text-align: center; 472} 473 474table.info td.left { 475 text-align: left 476} 477 478.alt { 479 background-color: #d6d6d6; 480} 481 482li { 483 padding: 0.1em 1em 0.1em 1em; 484} 485 486.result { 487 padding: 0.3em 1em 0.3em 1em; 488} 489 490/* log view */ 491.log * { 492 vlink: #800080; 493 font-family: "Courier New", courier, monotype; 494} 495 496span.stdout { 497 color: black; 498} 499 500span.stderr { 501 color: red; 502} 503 504span.header { 505 color: blue; 506} 507 508/* revision & email */ 509.revision .full { 510 display: none; 511} 512 513.user .email { 514 display: none; 515} 516 517/* change comments (use regular colors here) */ 518pre.comments>a:link,pre.comments>a:visited { 519 color: blue; 520} 521 522pre.comments>a:active { 523 color: purple; 524} 525