Guest User

Untitled

a guest
May 21st, 2018
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.64 KB | None | 0 0
  1. body
  2. {
  3. background: white url(images/header.png) scroll;
  4. background-position: center top;
  5. background-repeat: repeat-x;
  6. }
  7.  
  8.  
  9. a.action
  10. {
  11. text-decoration:none;
  12. }
  13.  
  14.  
  15. div#header
  16. {
  17. position: absolute;
  18. width: 98%;
  19.  
  20. left: 0px;
  21. top: 0px;
  22.  
  23. }
  24.  
  25. div#title
  26. {
  27. font-size: 20pt;
  28. text-align: right;
  29. float: left;
  30. position: absolute;
  31. left:
  32. top: 0px;
  33. color: black;
  34. }
  35.  
  36. div#title img
  37. {
  38. border: 0px;
  39. }
  40.  
  41. div#title a
  42. {
  43. z-index: 1;
  44. }
  45.  
  46. div#title a img
  47. {
  48. border: 0px;
  49. }
  50.  
  51. div#linkbar
  52. {
  53. position: relative;
  54. float: left;
  55. color: white;
  56. top: -9px;
  57. font-size: 10pt;
  58. margin-left: 125px;
  59. }
  60.  
  61. div#linkbar ul
  62. {
  63. list-style-type:none;
  64. }
  65.  
  66. div#linkbar li
  67. {
  68. float: left;
  69. padding-left: 0.25in;
  70. }
  71.  
  72.  
  73. div#search
  74. {
  75. position:relative;
  76. top: 1px;
  77. float: right;
  78. }
  79.  
  80. input#qsearch__in
  81. {
  82. font-size: 9pt;
  83. }
  84.  
  85. div#parentbar
  86. {
  87. background: url(images/headersub.png) scroll;
  88. background-repeat: repeat-x;
  89. position: absolute;
  90. top: 23px;
  91. left: 0px;
  92. padding-left: 6px;
  93. padding-right: 50in;
  94. width: 100%;
  95. font-weight: bold;
  96. font-size: 10pt;
  97. vertical-align: top;
  98. }
  99.  
  100. div#parentbar ul li
  101. {
  102. float: left;
  103. list-style-type: none;
  104. list-style-image: url(images/chevronblank.png);
  105. list-style-position: inside;
  106.  
  107. position: relative;
  108. top: -8px;
  109. }
  110.  
  111. div#parentbar ul li+li
  112. {
  113. float: left;
  114. list-style-image: url(images/chevron.png);
  115. list-style-position: inside;
  116. }
  117.  
  118. div#parentbar ul li a
  119. {
  120. position: relative;
  121. padding-left: 0in;
  122. text-decoration:none;
  123. color: white;
  124. top: -3px;
  125. margin-right: 5px;
  126. }
  127.  
  128. div#content
  129. {
  130. position: absolute;
  131. top: 0.5in;
  132.  
  133. }
Add Comment
Please, Sign In to add comment