common.css (577B)
1 body { 2 color: lime; 3 background: #333333; 4 font-family: monospace; 5 } 6 :link { 7 color: yellow; 8 } 9 :visited { 10 color: #999900; 11 } 12 table { 13 border: 1px dotted; 14 border-spacing: 7px; 15 font-size: larger; 16 font-weight: 900; 17 font-family: sans-serif; 18 color: white; 19 } 20 td, th { 21 border: 1px dotted; 22 } 23 .separate { 24 border-collapse: separate; 25 } 26 .collapse { 27 border-collapse: collapse; 28 } 29 .b, .e { 30 border: 13px dotted; 31 } 32 33 /*Columns*/ 34 .a {width: 126px} 35 .b {width: 192px} 36 .c {width: 114px} 37 .d {width: 109px} 38 39 /*Rows*/ 40 .d {height: 96px} 41 .h {height: 104px} 42 .l {height: 80px} 43 .p {height: 111px}