Guest User

Untitled

a guest
Jul 18th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.41 KB | None | 0 0
  1. #Header {
  2. font-family: tahoma, verdana, sans-serif;
  3. color: white;
  4. }
  5. #Header h1 {
  6. font-size: 28px;
  7. padding: 10px 0 0 25px;
  8. }
  9. #Header p {
  10. padding: 5px 0 0 45px;
  11. }
  12. .typography, #Footer {
  13. font-family: tahoma, verdana, sans-serif;
  14. }
  15. .typography p, #Footer p {
  16. font-size: 13px;
  17. }
  18. .typography h1 {
  19. padding: 10px 0px 25px 15px;
  20. font-family: verdana, tahoma, sans-serif;
  21. font-size: 20px;
  22. color: #000;
  23. font-style: italic;
  24. }
  25. .typography ul {
  26. font-size: 13px;
  27. font-family: tahoma, verdana, sans-serif;
  28. padding: 0 0 0 25px;
  29. }
  30. .required {
  31. color: red;
  32. display: block;
  33. }
  34.  
  35.  
  36. /* Navigation */
  37.  
  38. #Navigation ul {
  39. padding: 0 0 0 35px;
  40. font-size: 15px;
  41. line-height: 35px;
  42. font-family: tahoma, verdana, sans-serif;
  43. }
  44. #Navigation ul li {
  45. padding: 0 20px 0 20px;
  46. }
  47. #Navigation ul li a {
  48. text-decoration: none;
  49. }
  50. #Navigation ul li a:link {
  51. color: #fff;
  52. }
  53. #Navigation ul li a:visited {
  54. color: #fff;
  55. }
  56. #Navigation ul li a:hover {
  57. color: #ccc;
  58. }
  59. #Navigation ul li a:active {
  60. color: #fff;
  61. }
  62. /* LINK ICONS - shows type of file
  63. ------------------------------------ */
  64. .typography a[href$=".pdf"],
  65. .typography a[href$=".PDF"],
  66. .typography a.pdf {
  67. padding: 2px;
  68. padding-left: 20px;
  69. background: url(../images/icons/page_white_acrobat.png) no-repeat left center;
  70. }
  71. .typography a[href$=".doc"],
  72. .typography a[href$=".DOC"],
  73. .typography a.doc {
  74. padding: 2px;
  75. padding-left: 20px;
  76. background: url(../images/icons/page_word.png) no-repeat left center;
  77. }
  78. .typography a[href$=".xls"],
  79. .typography a[href$=".XLS"],
  80. .typography a.xls {
  81. padding: 2px;
  82. padding-left: 20px;
  83. background: url(../images/icons/page_excel.png) no-repeat left center;
  84. }
  85. .typography a[href$=".gz"],
  86. .typography a[href$=".GZ"],
  87. .typography a[href$=".gzip"],
  88. .typography a[href$=".GZIP"],
  89. .typography a[href$=".zip"],
  90. .typography a[href$=".ZIP"],
  91. .typography a.archive {
  92. padding: 2px;
  93. padding-left: 20px;
  94. background: url(../images/icons/page_white_zip.png) no-repeat left center;
  95. }
  96. .typography a[href$=".exe"],
  97. .typography a[href$=".EXE"],
  98. .typography a.application {
  99. padding: 2px;
  100. padding-left: 20px;
  101. background: url(../images/icons/application.png) no-repeat left center;
  102. }
  103. /* WYSIWYG EDITOR ALIGNMENT CLASSES
  104. -------------------------------------------- */
  105. .typography .left {
  106. text-align: left;
  107. }
  108. .typography .center {
  109. text-align: center;
  110. }
  111. .typography .right {
  112. text-align: right;
  113. }
  114.  
  115. /* IMAGES
  116. -------------------------------------------- */
  117. .typography img {
  118. border: none;
  119. }
  120. .typography div.image.right,
  121. .typography div.captionImage.right {
  122. float: right;
  123. margin-left: 20px;
  124. }
  125.  
  126. .typography .captionImage {
  127. border: 1px solid #aaa;
  128. padding: 5px;
  129. }
  130.  
  131. .typography div.image.left,
  132. .typography div.captionImage.left {
  133. float: left;
  134. margin-right: 10px;
  135. }
  136. .typography div.image.leftAlone,
  137. .typography div.captionImage.leftAlone {
  138. float: left;
  139. margin-right: 100%;
  140. }
  141. .typography div.image.center,
  142. .typography div.captionImage.center {
  143. float: none;
  144. margin-left: auto;
  145. margin-right: auto;
  146. display: block;
  147. }
  148.  
  149. .typography .caption {
  150. font-weight: bold;
  151. text-align: center;
  152. color: #666;
  153. }
Add Comment
Please, Sign In to add comment