| 1 | label, th { |
|---|
| 2 | font-weigth: bold; |
|---|
| 3 | white-space: nowrap; |
|---|
| 4 | } |
|---|
| 5 | div.w2p_flash { |
|---|
| 6 | background-image: none; |
|---|
| 7 | border-radius: 4px; |
|---|
| 8 | -o-border-radius: 4px; |
|---|
| 9 | -moz-border-radius: 4px; |
|---|
| 10 | -webkit-border-radius: 4px; |
|---|
| 11 | color: #333; |
|---|
| 12 | font-weight: 400; |
|---|
| 13 | min-width: 28px; |
|---|
| 14 | max-width: 300px; |
|---|
| 15 | opacity: 1; |
|---|
| 16 | vertical-align: baseline; |
|---|
| 17 | right: auto; |
|---|
| 18 | border-width: 1px; |
|---|
| 19 | margin: 0 0 20px; |
|---|
| 20 | padding: 15px 35px 15px 15px; |
|---|
| 21 | } |
|---|
| 22 | .nav-item a { |
|---|
| 23 | white-space: nowrap; |
|---|
| 24 | } |
|---|
| 25 | div.w2p_flash.alert:hover { |
|---|
| 26 | opacity: 1; |
|---|
| 27 | } |
|---|
| 28 | .ie-lte8 div.w2p_flash { |
|---|
| 29 | filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#222222', endColorstr='#000000', GradientType=0); |
|---|
| 30 | } |
|---|
| 31 | .ie-lte8 div.w2p_flash:hover { |
|---|
| 32 | filter: alpha(opacity=25); |
|---|
| 33 | } |
|---|
| 34 | .main-container { |
|---|
| 35 | margin-top: 20px; |
|---|
| 36 | } |
|---|
| 37 | |
|---|
| 38 | div.error { |
|---|
| 39 | width: auto; |
|---|
| 40 | background: transparent; |
|---|
| 41 | border: none; |
|---|
| 42 | background-image: none; |
|---|
| 43 | color: red; |
|---|
| 44 | display: inline-block; |
|---|
| 45 | padding: 5px; |
|---|
| 46 | } |
|---|
| 47 | div.w2p_flash.alert { |
|---|
| 48 | display: none; |
|---|
| 49 | position: fixed; |
|---|
| 50 | top: 70px; |
|---|
| 51 | right: 75px; |
|---|
| 52 | cursor: pointer; |
|---|
| 53 | z-index: 1000; |
|---|
| 54 | background-color: #f9edbe; |
|---|
| 55 | border-color: #f0c36d; |
|---|
| 56 | } |
|---|
| 57 | .w2p-toolbar-hidden { |
|---|
| 58 | margin: 10px; |
|---|
| 59 | } |
|---|
| 60 | ul.w2p_list { |
|---|
| 61 | margin-left: 0; |
|---|
| 62 | padding-left: 0; |
|---|
| 63 | } |
|---|
| 64 | .w2p_list li { |
|---|
| 65 | margin-bottom: 6px; |
|---|
| 66 | } |
|---|
| 67 | .w2p_list li input { |
|---|
| 68 | display: inline-block; |
|---|
| 69 | width: 85%; |
|---|
| 70 | margin-right: 4px; |
|---|
| 71 | } |
|---|
| 72 | .w2p_list li a { |
|---|
| 73 | margin-bottom: 2px; |
|---|
| 74 | } |
|---|
| 75 | div[id^=_autocomplete_] { |
|---|
| 76 | margin-top: -10px; |
|---|
| 77 | z-index: 1; |
|---|
| 78 | } |
|---|
| 79 | select.autocomplete { |
|---|
| 80 | display: block; |
|---|
| 81 | font-size: 14px; |
|---|
| 82 | line-height: 1.428571429; |
|---|
| 83 | color: #555; |
|---|
| 84 | vertical-align: middle; |
|---|
| 85 | background-color: #fff; |
|---|
| 86 | background-image: none; |
|---|
| 87 | border: 1px solid #ccc; |
|---|
| 88 | -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); |
|---|
| 89 | box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); |
|---|
| 90 | -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; |
|---|
| 91 | transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; |
|---|
| 92 | border-color: #428bca; |
|---|
| 93 | padding: 6px 12px; |
|---|
| 94 | } |
|---|
| 95 | #web2py-logo { |
|---|
| 96 | color: #c6cecc; |
|---|
| 97 | } |
|---|
| 98 | #web2py-logo b { |
|---|
| 99 | display: inline-block; |
|---|
| 100 | margin-top: -1px; |
|---|
| 101 | } |
|---|
| 102 | #web2py-logo b>span { |
|---|
| 103 | font-size: 22px; |
|---|
| 104 | color: #FFF; |
|---|
| 105 | } |
|---|
| 106 | #web2py-logo:hover { |
|---|
| 107 | color: #FFF; |
|---|
| 108 | } |
|---|
| 109 | .footer > .row { |
|---|
| 110 | padding-left: 15px; |
|---|
| 111 | padding-right: 15px; |
|---|
| 112 | margin-top: 20px; |
|---|
| 113 | } |
|---|
| 114 | .background { |
|---|
| 115 | background: url(../images/background.jpg) no-repeat center center; |
|---|
| 116 | } |
|---|
| 117 | body { |
|---|
| 118 | margin-bottom: 60px; |
|---|
| 119 | } |
|---|
| 120 | header { |
|---|
| 121 | -webkit-box-shadow: 0 0 8px 2px #000; |
|---|
| 122 | -moz-box-shadow: 0 0 8px 2px #000; |
|---|
| 123 | box-shadow: 0 0 8px 2px #000; |
|---|
| 124 | margin-bottom: 10px; |
|---|
| 125 | } |
|---|
| 126 | html { |
|---|
| 127 | position: relative; |
|---|
| 128 | min-height: 100%; |
|---|
| 129 | } |
|---|
| 130 | .footer { |
|---|
| 131 | position: absolute; |
|---|
| 132 | bottom: 0; |
|---|
| 133 | width: 100%; |
|---|
| 134 | height: 60px; |
|---|
| 135 | background: #f7f7f7; |
|---|
| 136 | } |
|---|
| 137 | header h1 { |
|---|
| 138 | color: #FFF!important; |
|---|
| 139 | text-shadow: 0 0 7px #000; |
|---|
| 140 | } |
|---|
| 141 | header .jumbotron { |
|---|
| 142 | background-color: transparent; |
|---|
| 143 | } |
|---|
| 144 | .w2p_flash { |
|---|
| 145 | opacity: 0.9!important; |
|---|
| 146 | right: 100px; |
|---|
| 147 | } |
|---|
| 148 | .right { |
|---|
| 149 | float: right; |
|---|
| 150 | text-align: right; |
|---|
| 151 | } |
|---|
| 152 | .left { |
|---|
| 153 | float: left; |
|---|
| 154 | text-align: left; |
|---|
| 155 | } |
|---|
| 156 | .center { |
|---|
| 157 | width: 100%; |
|---|
| 158 | text-align: center; |
|---|
| 159 | vertical-align: middle; |
|---|
| 160 | } |
|---|
| 161 | td.w2p_fw { |
|---|
| 162 | padding-bottom: 1px; |
|---|
| 163 | } |
|---|
| 164 | td.w2p_fl { |
|---|
| 165 | text-align: left; |
|---|
| 166 | } |
|---|
| 167 | td.w2p_fl, |
|---|
| 168 | td.w2p_fw { |
|---|
| 169 | padding-right: 7px; |
|---|
| 170 | } |
|---|
| 171 | td.w2p_fl, |
|---|
| 172 | td.w2p_fc { |
|---|
| 173 | padding-top: 4px; |
|---|
| 174 | } |
|---|
| 175 | div.w2p_export_menu { |
|---|
| 176 | margin: 5px 0; |
|---|
| 177 | } |
|---|
| 178 | div.w2p_export_menu a, |
|---|
| 179 | div.w2p_wiki_tags a, |
|---|
| 180 | div.w2p_cloud a { |
|---|
| 181 | margin-left: 5px; |
|---|
| 182 | padding: 2px 5px; |
|---|
| 183 | } |
|---|
| 184 | #submit_record__row td { |
|---|
| 185 | padding-top: .5em; |
|---|
| 186 | } |
|---|
| 187 | div.error_wrapper { |
|---|
| 188 | display: block; |
|---|
| 189 | } |
|---|
| 190 | .copyright { |
|---|
| 191 | float: left; |
|---|
| 192 | } |
|---|
| 193 | #poweredBy { |
|---|
| 194 | float: right; |
|---|
| 195 | } |
|---|
| 196 | .web2py_grid tbody td { |
|---|
| 197 | vertical-align: middle; |
|---|
| 198 | padding: 2px 5px; |
|---|
| 199 | } |
|---|
| 200 | .web2py_grid thead th, |
|---|
| 201 | .web2py_grid tfoot td { |
|---|
| 202 | background-color: #EAEAEA; |
|---|
| 203 | padding: 10px 5px; |
|---|
| 204 | } |
|---|
| 205 | .web2py_grid tr.odd { |
|---|
| 206 | background-color: #F9F9F9; |
|---|
| 207 | } |
|---|
| 208 | .web2py_grid tr:hover { |
|---|
| 209 | background-color: #F5F5F5; |
|---|
| 210 | } |
|---|
| 211 | .web2py_console form { |
|---|
| 212 | width: 100%; |
|---|
| 213 | display: inline; |
|---|
| 214 | vertical-align: middle; |
|---|
| 215 | margin: 0 0 0 5px; |
|---|
| 216 | } |
|---|
| 217 | .web2py_console form select { |
|---|
| 218 | margin: 0; |
|---|
| 219 | } |
|---|
| 220 | .web2py_search_actions { |
|---|
| 221 | float: left; |
|---|
| 222 | text-align: left; |
|---|
| 223 | width: 100%; |
|---|
| 224 | } |
|---|
| 225 | .web2py_grid .row_buttons { |
|---|
| 226 | min-height: 25px; |
|---|
| 227 | vertical-align: middle; |
|---|
| 228 | } |
|---|
| 229 | .web2py_grid .row_buttons a { |
|---|
| 230 | margin: 3px; |
|---|
| 231 | } |
|---|
| 232 | .web2py_grid .row_buttons a, |
|---|
| 233 | .web2py_paginator ul li a, |
|---|
| 234 | .web2py_search_actions a, |
|---|
| 235 | .web2py_console input[type=submit], |
|---|
| 236 | .web2py_console input[type=button], |
|---|
| 237 | .web2py_console button { |
|---|
| 238 | line-height: 20px; |
|---|
| 239 | margin-right: 2px; |
|---|
| 240 | display: inline-block; |
|---|
| 241 | padding: 6px 12px; |
|---|
| 242 | } |
|---|
| 243 | .web2py_counter { |
|---|
| 244 | margin-top: 5px; |
|---|
| 245 | margin-right: 2px; |
|---|
| 246 | width: 35%; |
|---|
| 247 | float: right; |
|---|
| 248 | text-align: right; |
|---|
| 249 | } |
|---|
| 250 | .web2py_table { |
|---|
| 251 | clear: both; |
|---|
| 252 | display: block; |
|---|
| 253 | } |
|---|
| 254 | .web2py_paginator { |
|---|
| 255 | text-align: right; |
|---|
| 256 | background-color: #f2f2f2; |
|---|
| 257 | padding: 5px; |
|---|
| 258 | } |
|---|
| 259 | .web2py_paginator ul { |
|---|
| 260 | list-style-type: none; |
|---|
| 261 | margin: 0; |
|---|
| 262 | padding: 0; |
|---|
| 263 | } |
|---|
| 264 | .web2py_paginator .current { |
|---|
| 265 | font-weight: 700; |
|---|
| 266 | } |
|---|
| 267 | .web2py_breadcrumbs ul { |
|---|
| 268 | list-style: none; |
|---|
| 269 | margin-bottom: 18px; |
|---|
| 270 | } |
|---|
| 271 | li.w2p_grid_breadcrumb_elem { |
|---|
| 272 | display: inline-block; |
|---|
| 273 | } |
|---|
| 274 | .web2py_console input, |
|---|
| 275 | .web2py_console select, |
|---|
| 276 | .web2py_console a { |
|---|
| 277 | margin: 2px; |
|---|
| 278 | padding: 6px 12px; |
|---|
| 279 | } |
|---|
| 280 | #wiki_page_body { |
|---|
| 281 | width: 600px; |
|---|
| 282 | height: auto; |
|---|
| 283 | min-height: 400px; |
|---|
| 284 | } |
|---|
| 285 | .ie-lte7 .topbar .container { |
|---|
| 286 | z-index: 2; |
|---|
| 287 | } |
|---|
| 288 | .ie9 #w2p_query_panel { |
|---|
| 289 | padding-bottom: 2px; |
|---|
| 290 | } |
|---|
| 291 | .web2py_console .form-control { |
|---|
| 292 | width: 20%; |
|---|
| 293 | display: inline; |
|---|
| 294 | height: 32px; |
|---|
| 295 | } |
|---|
| 296 | .web2py_console #w2p_keywords { |
|---|
| 297 | width: 50%; |
|---|
| 298 | } |
|---|
| 299 | .web2py_search_actions a, |
|---|
| 300 | .web2py_console input[type=submit], |
|---|
| 301 | .web2py_console input[type=button], |
|---|
| 302 | .web2py_console button { |
|---|
| 303 | padding: 6px 12px; |
|---|
| 304 | } |
|---|
| 305 | td.w2p_fl, |
|---|
| 306 | td.w2p_fw, |
|---|
| 307 | td.w2p_fc, |
|---|
| 308 | #web2py_user_form td, |
|---|
| 309 | .web2py_grid .web2py_form td { |
|---|
| 310 | vertical-align: top; |
|---|
| 311 | } |
|---|
| 312 | #auth_user_remember__row label, |
|---|
| 313 | .web2py_paginator ul li { |
|---|
| 314 | display: inline; |
|---|
| 315 | } |
|---|
| 316 | .web2py_grid, |
|---|
| 317 | .web2py_grid table { |
|---|
| 318 | width: 100%; |
|---|
| 319 | } |
|---|
| 320 | |
|---|
| 321 | /* form submit block */ |
|---|
| 322 | #submit_record__row .btn { |
|---|
| 323 | margin-bottom: .25rem; |
|---|
| 324 | } |
|---|
| 325 | @media (min-width: 577px) { |
|---|
| 326 | #submit_record__row .btn { |
|---|
| 327 | margin-left: .25rem; |
|---|
| 328 | } |
|---|
| 329 | } |
|---|
| 330 | @media (max-width: 576px) { |
|---|
| 331 | #submit_record__row .btn { |
|---|
| 332 | width: 100%; |
|---|
| 333 | margin-left: 0; |
|---|
| 334 | } |
|---|
| 335 | } |
|---|
| 336 | |
|---|
| 337 | /* for backward compatbility with pre-font-awesome */ |
|---|
| 338 | .icon.plus,.icon.arrowleft,.icon.download,.icon.trash,.icon.pen,.icon.arrowright,.icon.magnifier { |
|---|
| 339 | display: inline-block; |
|---|
| 340 | font: normal normal normal 14px/1 FontAwesome; |
|---|
| 341 | font-size: inherit; |
|---|
| 342 | text-rendering: auto; |
|---|
| 343 | -webkit-font-smoothing: antialiased; |
|---|
| 344 | -moz-osx-font-smoothing: grayscale; |
|---|
| 345 | } |
|---|
| 346 | .icon.plus:before { content: "\f067";} |
|---|
| 347 | .icon.arrowleft:before { content: "\f060";} |
|---|
| 348 | .icon.download:before { content: "\f019";} |
|---|
| 349 | .icon.trash:before { content: "\f1f8";} |
|---|
| 350 | .icon.pen:before { content: "\f040";} |
|---|
| 351 | .icon.arrowright:before { content: "\f061";} |
|---|
| 352 | .icon.magnifier:before { content: "\f002";} |
|---|
| 353 | |
|---|
| 354 | .web2py_table_selectable_actions { |
|---|
| 355 | padding-top: 10px; |
|---|
| 356 | float: right; |
|---|
| 357 | } |
|---|
| 358 | |
|---|
| 359 | .web2py_table_selectable_actions input { |
|---|
| 360 | padding: 5px 7px; |
|---|
| 361 | margin-right: 10px; |
|---|
| 362 | } |
|---|