vinayakb | 5ee049d | 2013-04-06 21:21:29 +0000 | [diff] [blame^] | 1 | body { |
| 2 | background: none repeat scroll 0 0 white; |
| 3 | color: #222222; |
| 4 | font-family: 'Bitter'; |
| 5 | font-size: 14px; |
| 6 | line-height: 17px; |
| 7 | width: 100%; |
| 8 | } |
| 9 | |
| 10 | .content { |
| 11 | margin-top: 70px; |
| 12 | } |
| 13 | |
| 14 | label.query, label.result { |
| 15 | font-size: 24px; |
| 16 | padding-bottom: 10px; |
| 17 | font-weight: bold; |
| 18 | } |
| 19 | |
| 20 | div.host { |
| 21 | float: left; |
| 22 | margin: 0 100px 0 10px; |
| 23 | } |
| 24 | |
| 25 | div.port { |
| 26 | } |
| 27 | |
| 28 | div.left { |
| 29 | float: left; |
| 30 | width: 320px; |
| 31 | padding: 0 20px 0 10px; |
| 32 | } |
| 33 | |
| 34 | div.right { |
| 35 | } |
| 36 | |
| 37 | button.btn { |
| 38 | clear: both; |
| 39 | float: left; |
| 40 | margin: 20px 0 0 10px;; |
| 41 | } |
| 42 | |
| 43 | textarea.query { |
| 44 | -webkit-box-sizing: border-box; |
| 45 | -moz-box-sizing: border-box; |
| 46 | -ms-box-sizing: border-box; |
| 47 | box-sizing: border-box; |
| 48 | font-size: 16px; |
| 49 | line-height: 20px; |
| 50 | font-family: bitter, helvetica; |
| 51 | width: 100%; |
| 52 | padding: 10px; |
| 53 | color: #333; |
| 54 | resize: none; |
| 55 | border: 10px solid #eee; |
| 56 | } |
| 57 | |
| 58 | label { |
| 59 | padding-top: 10px; |
| 60 | } |
| 61 | |
| 62 | input[type=text] { |
| 63 | height: 20px; |
| 64 | } |
| 65 | |
| 66 | pre { |
| 67 | overflow: auto; |
| 68 | white-space: pre; |
| 69 | } |
| 70 | |
| 71 | div.output label.heading { |
| 72 | font-size: 24px; |
| 73 | margin-top: 2px; |
| 74 | padding-bottom: 10px; |
| 75 | font-weight: bold; |
| 76 | } |
| 77 | |
| 78 | div.output .message { |
| 79 | -webkit-box-sizing: border-box; |
| 80 | -moz-box-sizing: border-box; |
| 81 | -ms-box-sizing: border-box; |
| 82 | box-sizing: border-box; |
| 83 | color: #000; |
| 84 | resize: none; |
| 85 | } |
| 86 | |
| 87 | div.output .message pre.error { |
| 88 | -webkit-box-sizing: border-box; |
| 89 | -moz-box-sizing: border-box; |
| 90 | -ms-box-sizing: border-box; |
| 91 | box-sizing: border-box; |
| 92 | border-color: rgba(82, 168, 236, 0.8); |
| 93 | outline: 0; |
| 94 | outline: thin dotted 9; |
| 95 | |
| 96 | -webkit-box-shadow: inset 0 1px 1px rgba(250, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.8); |
| 97 | -moz-box-shadow: inset 0 1px 1px rgba(250, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 1.0); |
| 98 | box-shadow: inset 0 1px 1px rgba(250, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 1.0); |
| 99 | color: #000; |
| 100 | resize: none; |
| 101 | border: 1px solid #eee; |
| 102 | margin-top: 7px; |
| 103 | padding: 20px 20px 20px 20px; |
| 104 | } |
| 105 | |
| 106 | .footer { |
| 107 | margin-top: 40px; |
| 108 | } |
| 109 | |
| 110 | .footer .line { |
| 111 | border-top: 1px solid #EEEEEE; |
| 112 | bottom: 20px; |
| 113 | height: 10px; |
| 114 | left: 0; |
| 115 | position: fixed; |
| 116 | width: 100%; |
| 117 | } |
| 118 | |
| 119 | .footer .content { |
| 120 | background: none repeat scroll 0 0 #FFFFFF; |
| 121 | bottom: 0; |
| 122 | color: #666666; |
| 123 | font-size: 12px; |
| 124 | height: 25px; |
| 125 | left: 0; |
| 126 | padding-top: 5px; |
| 127 | position: fixed; |
| 128 | width: 100%; |
| 129 | } |
| 130 | |
| 131 | .footer .content .left { |
| 132 | padding-left: 20px; |
| 133 | float: left; |
| 134 | } |
| 135 | |
| 136 | .footer .content .right { |
| 137 | padding-right: 20px; |
| 138 | float: right; |
| 139 | } |