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