/e_desk/Styles.css

http://github.com/shafiqissani/eDesk-Systems · CSS · 163 lines · 137 code · 25 blank · 1 comment · 0 complexity · 8301b3b0ca9bdf61e7eed9ef3349dc82 MD5 · raw file

  1. /* Default CSS Stylesheet for a new Web Application project */
  2. BODY
  3. {
  4. BACKGROUND-COLOR: white;
  5. FONT-FAMILY: Verdana, Helvetica, sans-serif;
  6. FONT-SIZE: .8em;
  7. FONT-WEIGHT: normal;
  8. LETTER-SPACING: normal;
  9. TEXT-TRANSFORM: none;
  10. WORD-SPACING: normal
  11. }
  12. H1, H2, H3, H4, H5, TH, THEAD, TFOOT
  13. {
  14. COLOR: #003366;
  15. }
  16. H1 {
  17. font-family: Verdana, Arial, Helvetica, sans-serif;
  18. font-size: 2em;
  19. font-weight: 700;
  20. font-style: normal;
  21. text-decoration: none;
  22. word-spacing: normal;
  23. letter-spacing: normal;
  24. text-transform: none;
  25. }
  26. H2 {
  27. font-family: Verdana, Arial, Helvetica, sans-serif;
  28. font-size: 1.75em;
  29. font-weight: 700;
  30. font-style: normal;
  31. text-decoration: none;
  32. word-spacing: normal;
  33. letter-spacing: normal;
  34. text-transform: none;
  35. }
  36. H3 {
  37. font-family: Verdana, Arial, Helvetica, sans-serif;
  38. font-size: 1.58em;
  39. font-weight: 500;
  40. font-style: normal;
  41. text-decoration: none;
  42. word-spacing: normal;
  43. letter-spacing: normal;
  44. text-transform: none;
  45. }
  46. H4 {
  47. font-family: Verdana, Arial, Helvetica, sans-serif;
  48. font-size: 1.33em;
  49. font-weight: 500;
  50. text-decoration: none;
  51. word-spacing: normal;
  52. letter-spacing: normal;
  53. text-transform: none;
  54. }
  55. H5, DT {
  56. font-family: Verdana, Arial, Helvetica, sans-serif;
  57. font-size: 1em;
  58. font-weight: 700;
  59. font-style: normal;
  60. text-decoration: none;
  61. word-spacing: normal;
  62. letter-spacing: normal;
  63. text-transform: none;
  64. }
  65. H6 {
  66. font-family: Verdana, Arial, Helvetica, sans-serif;
  67. font-size: .8em;
  68. font-weight: 700;
  69. font-style: normal;
  70. text-decoration: none;
  71. word-spacing: normal;
  72. letter-spacing: normal;
  73. text-transform: none;
  74. }
  75. TFOOT, THEAD {
  76. font-size: 1em;
  77. word-spacing: normal;
  78. letter-spacing: normal;
  79. text-transform: none;
  80. font-family: Arial, Helvetica, sans-serif;
  81. }
  82. TH {
  83. vertical-align: baseline;
  84. font-size: 1em;
  85. font-weight: bold;
  86. word-spacing: normal;
  87. letter-spacing: normal;
  88. text-transform: none;
  89. font-family: Arial, Helvetica, sans-serif;
  90. }
  91. A:link {
  92. text-decoration: none;
  93. color: #3333cc;
  94. }
  95. A:visited {
  96. text-decoration: none;
  97. color: #333399;
  98. }
  99. A:active {
  100. text-decoration: none;
  101. color: #333399;
  102. }
  103. A:hover {
  104. text-decoration: underline;
  105. color: #3333cc;
  106. }
  107. SMALL {
  108. font-size: .7em;
  109. }
  110. BIG {
  111. font-size: 1.17em;
  112. }
  113. BLOCKQUOTE, PRE {
  114. font-family: Courier New, monospace;
  115. }
  116. UL LI {
  117. list-style-type: square ;
  118. }
  119. UL LI LI {
  120. list-style-type: disc;
  121. }
  122. UL LI LI LI {
  123. list-style-type: circle;
  124. }
  125. OL LI {
  126. list-style-type: decimal;
  127. }
  128. OL OL LI {
  129. list-style-type: lower-alpha;
  130. }
  131. OL OL OL LI {
  132. list-style-type: lower-roman;
  133. }
  134. IMG {
  135. margin-top: 5px;
  136. margin-left: 10px;
  137. margin-right: 10px;
  138. }