PageRenderTime 35ms CodeModel.GetById 10ms RepoModel.GetById 0ms app.codeStats 0ms

/www/tags/NOV_07_2009/htdocs/ruby/stylesheet.css

#
CSS | 104 lines | 98 code | 6 blank | 0 comment | 0 complexity | 13905cc41f70740178cb358e196fc06a MD5 | raw file
Possible License(s): BSD-3-Clause, AGPL-1.0, Apache-2.0, LGPL-2.0, LGPL-3.0, GPL-2.0, CC-BY-SA-3.0, LGPL-2.1, GPL-3.0, MPL-2.0-no-copyleft-exception, IPL-1.0
  1. body {
  2. margin-left: 3%;
  3. margin-top: 0px;
  4. margin-right: 3%;
  5. margin-bottom: 0px;
  6. background-color: #EEEEEE;
  7. font: 12px/1.5 Verdana, Arial, Helvetica, sans-serif;
  8. }
  9. h3 {
  10. margin-bottom: 0px;
  11. }
  12. p {
  13. margin-top: 2px;
  14. }
  15. h2 {
  16. margin-bottom: 3px;
  17. padding-bottom: 0px;
  18. }
  19. ul {
  20. margin-top: 0px;
  21. padding-top: 0px;
  22. padding-left: 30px;
  23. }
  24. blockquote {
  25. font-style: italic;
  26. margin-bottom: 0px;
  27. padding-bottom: 0px;
  28. }
  29. .download_text {
  30. font-family: Arial, Helvetica, sans-serif;
  31. color: #666666;
  32. }
  33. a:link {
  34. text-decoration: none;
  35. }
  36. a:visited {
  37. text-decoration: none;
  38. }
  39. a:hover {
  40. text-decoration: underline;
  41. }
  42. a:active {
  43. text-decoration: none;
  44. }
  45. .header_text {
  46. font-family: Arial, Helvetica, sans-serif;
  47. font-size: small;
  48. color: #666666;
  49. margin: 3px;
  50. }
  51. .menu_links {
  52. font-family: Arial, Helvetica, sans-serif;
  53. font-size: small;
  54. color: #666666;
  55. }
  56. .menu_headings {
  57. font-family: Arial, Helvetica, sans-serif;
  58. font-size: small;
  59. color: #FFFFFF;
  60. font-weight: bold;
  61. }
  62. .body_text {
  63. }
  64. .screenshot {
  65. float: left;
  66. margin: 0px 20px 9px 0px;
  67. }
  68. .download {
  69. float: right;
  70. }
  71. div.plugin-list-item
  72. {
  73. padding-bottom: 10px;
  74. }
  75. div.plugin-name
  76. {
  77. font-weight: bold;
  78. }
  79. div.plugin-summary
  80. {
  81. padding: 3px;
  82. border: solid black 1px;
  83. background: white;
  84. }
  85. div.plugin-branch
  86. {
  87. padding-top: 3px;
  88. padding-left: 10px;
  89. }
  90. span.plugin-date
  91. {
  92. font-size: smaller;
  93. }
  94. div.plugin-detail-link
  95. {
  96. font-size: smaller;
  97. text-align: right;
  98. }