-
-
Save sc0Vu/e934e2daabc0eb87c9d7 to your computer and use it in GitHub Desktop.
Revisions
-
350d created this gist
Mar 22, 2014 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,71 @@ html { background: #fff; margin:0; padding:0; } body { color: #233452; height: 100%; font-family: Verdana, Helvetica, sans-serif; margin: 20px 0; padding: 0; } table { width: 730px; border: 1px solid #ccc; background: #fff; padding: 1px; } td, th { border: 1px solid #FFF; font-family: Verdana, sans-serif; font-size: 12px; padding:4px 8px; } h1 { font-family: "Trebuchet MS", Helvetica, sans-serif; font-size: 24px; margin: 10px; } h2 { font-family: "Trebuchet MS", Helvetica, sans-serif; font-size: 22px; color: #0B5FB4; text-align: left; margin: 25px auto 5px auto; width: 724px; } hr { background-color: #A9A9A9; color: #A9A9A9; } .e, .v, .vr { color: #333; font-family: Verdana, Helvetica, sans-serif; font-size: 11px; } .e { background-color: #eee; } .h { background-color: #0B5FB4; color: #fff; } .v { background-color: #F1F1F1; -ms-word-break: break-all; word-break: break-all; word-break: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto; } img { display:none; }