PageRenderTime 42ms CodeModel.GetById 19ms RepoModel.GetById 0ms app.codeStats 0ms

/www/branches/dev/nimbus/htdocs/css/download.css

#
CSS | 102 lines | 82 code | 20 blank | 0 comment | 0 complexity | 21379572d734d5c4cf99491dddc7fc7e 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. #downloads {
  2. float: left;
  3. width: 720px;
  4. }
  5. #downloads h3 {
  6. margin: 10px 0px;
  7. margin-bottom: 5px;
  8. padding: 0px;
  9. }
  10. #downloads h3 a {
  11. margin: 0px;
  12. padding: 0px;
  13. }
  14. #downloads p {
  15. font-size: 14px;
  16. margin-left: 10px;
  17. line-height: 18px;
  18. }
  19. #downloads p a {
  20. color: #39698A;
  21. font-weight: bold;
  22. text-decoration: none;
  23. }
  24. #downloads p a:hover {
  25. text-decoration: underline;
  26. }
  27. #downloads pre {
  28. margin-left: 20px;
  29. }
  30. .installers {
  31. overflow: hidden;
  32. }
  33. .installers .installer {
  34. border: 0px solid #FFF;
  35. margin: 0px;
  36. padding: 0px;
  37. width: 360px;
  38. }
  39. .installers .installer table {
  40. font-size: 13px;
  41. line-height: 16px;
  42. margin: 10px 0px;
  43. }
  44. .installers .installer table .first {
  45. font-weight: bold;
  46. }
  47. .installers .installer table td {
  48. padding: 0px 0px 0px 5px;
  49. }
  50. .installers .installer table td a {
  51. color: #39698A;
  52. text-decoration: none;
  53. }
  54. .installers .installer table td a:hover {
  55. text-decoration: underline;
  56. }
  57. #stable {
  58. float: left;
  59. }
  60. #devel {
  61. float: right;
  62. }
  63. #instructions {
  64. float: left;
  65. font-size: 14px;
  66. width: 720px;
  67. }
  68. #instructions p {
  69. margin-left: 10px;
  70. }
  71. #instructions ul {
  72. list-style-type: none;
  73. margin: 0px 0px 0px 15px;
  74. padding: 5px;
  75. }
  76. #instructions ul a {
  77. color: #39698A;
  78. text-decoration: none;
  79. }
  80. #instructions ul a:hover {
  81. text-decoration: underline;
  82. }