|
| 1 | + |
| 2 | +body { |
| 3 | + background: #ffffff; |
| 4 | + color: #000000; |
| 5 | + font-size: 13px; |
| 6 | + font-family: Verdana, Arial, Helvetica, sans-serif; |
| 7 | + font-size: 12px; |
| 8 | + text-align: justify; |
| 9 | +} |
| 10 | +h1 { font-size: 30px; } |
| 11 | +h2 { font-size: 20px; } |
| 12 | +h3 { font-size: 16px; } |
| 13 | +h4 { font-size: 12px; font-style: bold;} |
| 14 | +dt { font-style: italic; } |
| 15 | + |
| 16 | + |
| 17 | +pre { |
| 18 | + border: solid #0000ff 1px; |
| 19 | + color: #000000; |
| 20 | + white-space: pre-wrap; /* css-3 */ |
| 21 | + white-space: -moz-pre-wrap; /* Mozilla, since 1999 */ |
| 22 | + white-space: -pre-wrap; /* Opera 4-6 */ |
| 23 | + white-space: -o-pre-wrap; /* Opera 7 */ |
| 24 | + word-wrap: break-word; /* Internet Explorer 5.5+ */ |
| 25 | + background-color: #ffffd0; |
| 26 | + padding-left: 10px; |
| 27 | + padding-right: 10px; |
| 28 | + padding-top: 10px; |
| 29 | + padding-bottom: 10px; |
| 30 | + margin-top: 0px; |
| 31 | + text-align: left; |
| 32 | + margin-left: auto; |
| 33 | + margin-right: auto; |
| 34 | + font-family: Courier,Monospace, Courier, MS Courier New, Prestige, Everson Mono; |
| 35 | + font-style: normal; |
| 36 | + font-size: 14; |
| 37 | +} |
| 38 | + |
| 39 | + |
| 40 | +/* Scapy default color theme */ |
| 41 | + |
| 42 | +span.prompt { color: #0000ff; font-weight: bold; } |
| 43 | +span.not_printable { color: #a0a0a0; } |
| 44 | +span.layer_name { color: #ff0000; font-weight: bold; } |
| 45 | +span.field_name { color: #0000ff; } |
| 46 | +span.field_value { color: #ff00ff; } |
| 47 | +span.emph_field_name { color: #0000ff; font-weight: bold; text-decoration: underline } |
| 48 | +span.emph_field_value { color: #ff00ff; font-weight: bold; text-decoration: underline } |
| 49 | +span.packetlist_name { color: #ff0000; font-weight: bold; } |
| 50 | +span.packetlist_proto { color: #0000ff; } |
| 51 | +span.packetlist_value { color: #ff00ff; } |
| 52 | +span.fail { color: #ff0000; font-weight: bold; } |
| 53 | +span.success { color: #0000ff; font-weight: bold; } |
| 54 | +span.even { color: #000000; font-weight: bold; } |
| 55 | +span.odd { color: #000000; } |
| 56 | +span.opening { color: #00ffff; } |
| 57 | +span.active { color: #000000; } |
| 58 | +span.closed { color: #808080; } |
| 59 | + |
| 60 | +/* Syntax highlighting */ |
| 61 | + |
| 62 | +.num { color:#2928ff; } |
| 63 | +.esc { color:#830000; } |
| 64 | +.str { color:#c00000; } |
| 65 | +.dstr { color:#818100; } |
| 66 | +.slc { color:#838183; font-style:italic; } |
| 67 | +.com { color:#838183; font-style:italic; } |
| 68 | +.dir { color:#ff0000; } |
| 69 | +.sym { color:#000000; } |
| 70 | +.line { color:#555555; } |
| 71 | +.blue { color:#0000ff; font-style:italic; } |
| 72 | +.kwa { color:#000000; font-weight:bold; } |
| 73 | +.kwb { color:#00a000; } |
| 74 | +.kwc { color:#00a000; } |
| 75 | + |
| 76 | + |
| 77 | +/* Regression tests */ |
| 78 | + |
| 79 | +li.passed {color: #002000;} |
| 80 | +li.failed {color: #200000;} |
| 81 | +li.interrupted {color: #200000;} |
| 82 | +span.comment { color:#000000; font-style: italic;} |
| 83 | + |
| 84 | +span.crc { |
| 85 | + font-family: monospace; |
| 86 | + font-size: 12px; |
| 87 | + font-weight: normal; |
| 88 | + margin-top: 10px; |
| 89 | + background-color: #ccccff; |
| 90 | +} |
| 91 | + |
| 92 | +span.warn_interrupted { |
| 93 | + font-family: monospace; |
| 94 | + font-size: 14px; |
| 95 | + font-weight: bold; |
| 96 | + color: #ff0000; |
| 97 | +} |
| 98 | + |
| 99 | +span.buttonpassed { |
| 100 | + font-family: monospace; |
| 101 | + margin-top: 10px; |
| 102 | + background-color: #aaffaa; |
| 103 | +} |
| 104 | +span.buttonfailed { |
| 105 | + font-family: monospace; |
| 106 | + margin-top: 10px; |
| 107 | + background-color: #ffaaaa; |
| 108 | +} |
| 109 | +span.buttoninterrupted { |
| 110 | + font-family: monospace; |
| 111 | + margin-top: 10px; |
| 112 | + background-color: #ffcc88; |
| 113 | +} |
| 114 | +span.button { |
| 115 | + font-family: monospace; |
| 116 | + margin-top: 10px; |
| 117 | + background-color: #eeddff; |
| 118 | +} |
| 119 | + |
| 120 | +span.control_button { |
| 121 | + border: solid #3b373f 1px; |
| 122 | + background-color: #eeddff; |
| 123 | + padding-left: 3px; |
| 124 | + padding-right: 3px; |
| 125 | + padding-top: 3px; |
| 126 | + padding-bottom: 3px; |
| 127 | +} |
0 commit comments