/samples/scalate-presentation/src/css/scalate/console.css

http://github.com/scalate/scalate · CSS · 70 lines · 46 code · 7 blank · 17 comment · 0 complexity · f876e146b89763b88241f011646d5c1a MD5 · raw file

  1. /**
  2. * Copyright (C) 2009-2011 the original author or authors.
  3. * See the notice.md file distributed with this work for additional
  4. * information regarding copyright ownership.
  5. *
  6. * Licensed under the Apache License, Version 2.0 (the "License");
  7. * you may not use this file except in compliance with the License.
  8. * You may obtain a copy of the License at
  9. *
  10. * http://www.apache.org/licenses/LICENSE-2.0
  11. *
  12. * Unless required by applicable law or agreed to in writing, software
  13. * distributed under the License is distributed on an "AS IS" BASIS,
  14. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  15. * See the License for the specific language governing permissions and
  16. * limitations under the License.
  17. */
  18. #scalate-console {
  19. position:fixed;
  20. top:40px;
  21. right:10px;
  22. background: #FDFCAD;
  23. padding:10px;
  24. border: 1px solid #BDBD81;
  25. font-family:Arial,Verdana,Helvetica,sans-serif;
  26. font-size: 80%;
  27. max-width: 400px;
  28. }
  29. #scalate-console .archetypes ul, #scalate-console .templates ul, #scalate-console .resources ul, #scalate-console .layouts ul {
  30. padding-left:20px;
  31. overflow: auto;
  32. }
  33. #scalate-console .toggle {
  34. text-align: right;
  35. }
  36. #scalate-console .toggle img {
  37. vertical-align: middle;
  38. }
  39. #scalate-console div.attributes {
  40. margin: 10px;
  41. overflow: auto;
  42. background: white;
  43. }
  44. #scalate-console div.attributes table th {
  45. text-align: left;
  46. color: #993333;
  47. }
  48. #scalate-console div.attributes table td {
  49. padding:2px;
  50. border-top: 1px solid #BDBD81;
  51. }
  52. #scalate-console div.body {
  53. margin: 10px;
  54. overflow: auto;
  55. max-height: 300px;
  56. background: white;
  57. }
  58. #scalate-console div.systemProperties {
  59. margin: 10px;
  60. overflow: auto;
  61. max-height: 300px;
  62. background: white;
  63. }