X-Git-Url: http://p2p-next.cs.pub.ro/gitweb/?a=blobdiff_plain;f=src%2Flibswift_udp%2Fmfold%2Freport.css;fp=src%2Flibswift_udp%2Fmfold%2Freport.css;h=5e1396324fa1008a155011b4280d42859ae82d7f;hb=46f3ca346fe499ba3e8f595fc5c2aa2b3e3c4d5f;hp=0000000000000000000000000000000000000000;hpb=d8da6fc1273a2acee935a15761b77a73424faef5;p=swifty.git diff --git a/src/libswift_udp/mfold/report.css b/src/libswift_udp/mfold/report.css new file mode 100644 index 0000000..5e13963 --- /dev/null +++ b/src/libswift_udp/mfold/report.css @@ -0,0 +1,35 @@ +table#main table { + background: #ffe; +} + +td.host { + text-align: center; + font: 24pt "Courier"; +} + +table.channel { +/* border: 1 dotted #aa5; */ + font-size: smaller; +} + +td { + border-top: 1 dotted #aa5; + border-spacing: 0; +} + +pp { + color: #a00; +} + +tr.bytes { + background: #fed; +} + +img.thumb { + width: 160pt; + border-style: none; +} + +table#main tr td { + vertical-align: top; +}