PageRenderTime 115ms CodeModel.GetById 13ms RepoModel.GetById 0ms app.codeStats 0ms

/xdocs/css/openmeetings.css

http://openmeetings.googlecode.com/
CSS | 80 lines | 53 code | 10 blank | 17 comment | 0 complexity | 5897cb245ea4c24929cf79499ff2a8a2 MD5 | raw file
Possible License(s): MPL-2.0-no-copyleft-exception, Apache-2.0, BSD-3-Clause, CPL-1.0, GPL-2.0, IPL-1.0, LGPL-2.1, EPL-1.0
  1. /*
  2. * Licensed to the Apache Software Foundation (ASF) under one or more
  3. * contributor license agreements. See the NOTICE file distributed with
  4. * this work for additional information regarding copyright ownership.
  5. * The ASF licenses this file to You under the Apache License, Version 2.0
  6. * (the "License"); you may not use this file except in compliance with
  7. * the License. You may obtain a copy of the License at
  8. *
  9. * http://www.apache.org/licenses/LICENSE-2.0
  10. *
  11. * Unless required by applicable law or agreed to in writing, software
  12. * distributed under the License is distributed on an "AS IS" BASIS,
  13. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  14. * See the License for the specific language governing permissions and
  15. * limitations under the License.
  16. */
  17. body {
  18. color: #000000;
  19. margin: 0;
  20. background: #fafafa;
  21. font: 10pt Verdana, Arial, Helvetica, sans-serif;
  22. }
  23. .mainbody {
  24. margin-left: 40px;
  25. margin-right: 40px;
  26. -moz-box-shadow: 4px 0px 5px #666666;
  27. -webkit-box-shadow: 4px 0px 5px #666666;
  28. box-shadow: 4px 0px 5px #666666;
  29. }
  30. .superbody {
  31. background: #FFFFFF;
  32. -moz-box-shadow: -4px 0px 5px #666666;
  33. -webkit-box-shadow: -4px 0px 5px #666666;
  34. box-shadow: -4px 0px 5px #666666;
  35. }
  36. /* Box CSS */
  37. div {
  38. margin: 0;
  39. }
  40. .ro {
  41. background: url(2b.png) top right no-repeat;
  42. }
  43. .lo {
  44. background: url(1b.png) top left no-repeat;
  45. }
  46. .ru {
  47. background: url(3b.png) bottom right no-repeat;
  48. }
  49. .lu {
  50. background: url(4b.png) bottom left no-repeat;
  51. }
  52. ul {
  53. margin-top: 0em;
  54. padding-left: 1.5em;
  55. }
  56. .inhalt {
  57. margin: 0;
  58. padding: 0.5em 2.0em 1.5em 1.0em;
  59. }
  60. .inhalt p {
  61. margin: 0;
  62. padding: 0;
  63. }
  64. .xmlcode {
  65. margin-left: 20px;
  66. background-color: #eeeeee;
  67. color: #0000ff;
  68. margin-top: 10px;
  69. margin-bottom: 10px;
  70. }