screen.css 3.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. /* -----------------------------------------------------------------------
  2. GeoServer Admin Screens by OpenGeo
  3. based on Blueprint CSS Framework 0.7.1 http://blueprintcss.googlecode.com
  4. * Copyright (c) 2007-2008. See LICENSE for more info.
  5. * See README for instructions on how to use Blueprint.
  6. * For credits and origins, see AUTHORS.
  7. * This is a compressed file. See the sources in the 'src' directory.
  8. ----------------------------------------------------------------------- */
  9. /* reset.css */
  10. html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
  11. body {line-height:1.5;}
  12. table {border-collapse:separate;border-spacing:0;}
  13. caption, th, td {text-align:left;font-weight:normal;}
  14. table, td, th {vertical-align:middle;}
  15. blockquote:before, blockquote:after, q:before, q:after {content:"";}
  16. blockquote, q {quotes:"" "";}
  17. a img {border:none;}
  18. /* typography.css */
  19. body {font-size:75%;color:#222;background:#fff;font-family:Tahoma, Arial, sans-serif;}
  20. h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#111;}
  21. h1 {font-size:3em;line-height:1;margin-bottom:0.5em;}
  22. h2 {font-size:2em;margin-bottom:0.75em;}
  23. h3 {font-size:1.5em;line-height:1;margin-bottom:1em;}
  24. h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;height:1.25em;}
  25. h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
  26. h6 {font-size:1em;font-weight:bold;}
  27. h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
  28. p {margin:0 0 1.5em;}
  29. /* p img {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
  30. p img.right {float:right;margin:1.5em 0 1.5em 1.5em;} */
  31. a:focus, a:hover {color:#000;}
  32. a {color:#009;text-decoration:underline;}
  33. blockquote {margin:1.5em;color:#666;font-style:italic;}
  34. strong {font-weight:bold;}
  35. em, dfn {font-style:italic;}
  36. dfn {font-weight:bold;}
  37. sup, sub {line-height:0;}
  38. abbr, acronym {border-bottom:1px dotted #666;}
  39. address {margin:0 0 1.5em;font-style:italic;}
  40. del {color:#666;}
  41. pre, code {margin:1.5em 0;white-space:pre;}
  42. pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
  43. li ul, li ol {margin:0 1.5em;}
  44. ul, ol {margin:0 1.5em 1.5em 1.5em;}
  45. ul {list-style-type:disc;}
  46. ol {list-style-type:decimal;}
  47. dl {margin:0 0 1.5em 0;}
  48. dl dt {font-weight:bold;}
  49. dd {margin-left:1.5em;}
  50. table {margin-bottom:1.4em;width:100%;}
  51. th {font-weight:bold;background:#C3D9FF;}
  52. th, td {padding:4px 10px 4px 5px;}
  53. tr.even td {background:#E5ECF9;}
  54. tfoot {font-style:italic;}
  55. caption {background:#eee;}
  56. .small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
  57. .large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
  58. .hide {display:none;}
  59. .quiet {color:#666;}
  60. .loud {color:#000;}
  61. .highlight {background:#ff0;}
  62. .added {background:#060;color:#fff;}
  63. .removed {background:#900;color:#fff;}
  64. .first {margin-left:0;padding-left:0;}
  65. .last {margin-right:0;padding-right:0;}
  66. .top {margin-top:0;padding-top:0;}
  67. .bottom {margin-bottom:0;padding-bottom:0;}
  68. /* forms.css */
  69. label {font-weight:bold;}
  70. fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
  71. legend {font-weight:bold;font-size:1.2em;}
  72. input.text, input.title, textarea, select {margin:0.5em 0;border:1px solid #bbb;}
  73. input.text:focus, input.title:focus, textarea:focus, select:focus {border:1px solid #666;}
  74. input.text, input.title {width:300px;padding:5px;}
  75. input.title {font-size:1.5em;}
  76. textarea {width:390px;height:250px;padding:5px;}
  77. .error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
  78. .error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
  79. .notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
  80. .success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
  81. .error a {color:#8a1f11;}
  82. .notice a {color:#514721;}
  83. .success a {color:#264409;}