You are here

style.css in jCarousel 6

html, body {
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

body {
    font: 100.01% "Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial, sans-serif;
    color: #333;
    padding: 0;
}

body * {
    line-height:1.22em;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Georgia, "Times New Roman", Times, serif;
    color:#4088b8;
    clear: both;
}

h1 {
}

h2 {
    color: #c8c8c8;
		margin-top: -25px;
}

h3 {
}

h4 {
    color: #333;
    margin-bottom: -10px;
}

p {
    margin: 10px 0;
    clear: both;
}

ul, ol {
    margin-left: 0;
}

ul ul {
    margin-bottom: 20px;
}

#wrap {
    color: #404040;
    /*margin: 0 12%;*/
    margin: 20px 40px;
}

a {
    color: #4088b8;
}

table {
    font-size: inherit;
    border: 1px solid #c8c8c8;
}

th {
    background: #d8d8d8;
    text-align: left;
    padding: 5px;
    white-space: nowrap;
}

td {
    background: #f8f8f8;
    text-align: left;
    padding: 5px;
    vertical-align: top;
}

select, input, textarea {
    font: 99% "Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial, sans-serif;
}

pre, code, tt, dt {
    font: 100% monospace;
    margin: 20px 0;
}

pre, blockquote {
    padding: 15px;
    background-color: #f0f0f0;
    margin: 20px 0;
    -moz-border-radius: 10px;
}

td pre {
    font: 85% monospace;
    padding: 5px;
    margin: 5px 0;
}

File

jcarousel/style.css
View source
  1. html, body {
  2. min-height: 100%;
  3. height: auto !important;
  4. height: 100%;
  5. }
  6. body {
  7. font: 100.01% "Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial, sans-serif;
  8. color: #333;
  9. padding: 0;
  10. }
  11. body * {
  12. line-height:1.22em;
  13. }
  14. h1, h2, h3, h4, h5, h6 {
  15. font-family: Georgia, "Times New Roman", Times, serif;
  16. color:#4088b8;
  17. clear: both;
  18. }
  19. h1 {
  20. }
  21. h2 {
  22. color: #c8c8c8;
  23. margin-top: -25px;
  24. }
  25. h3 {
  26. }
  27. h4 {
  28. color: #333;
  29. margin-bottom: -10px;
  30. }
  31. p {
  32. margin: 10px 0;
  33. clear: both;
  34. }
  35. ul, ol {
  36. margin-left: 0;
  37. }
  38. ul ul {
  39. margin-bottom: 20px;
  40. }
  41. #wrap {
  42. color: #404040;
  43. /*margin: 0 12%;*/
  44. margin: 20px 40px;
  45. }
  46. a {
  47. color: #4088b8;
  48. }
  49. table {
  50. font-size: inherit;
  51. border: 1px solid #c8c8c8;
  52. }
  53. th {
  54. background: #d8d8d8;
  55. text-align: left;
  56. padding: 5px;
  57. white-space: nowrap;
  58. }
  59. td {
  60. background: #f8f8f8;
  61. text-align: left;
  62. padding: 5px;
  63. vertical-align: top;
  64. }
  65. select, input, textarea {
  66. font: 99% "Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial, sans-serif;
  67. }
  68. pre, code, tt, dt {
  69. font: 100% monospace;
  70. margin: 20px 0;
  71. }
  72. pre, blockquote {
  73. padding: 15px;
  74. background-color: #f0f0f0;
  75. margin: 20px 0;
  76. -moz-border-radius: 10px;
  77. }
  78. td pre {
  79. font: 85% monospace;
  80. padding: 5px;
  81. margin: 5px 0;
  82. }