Advertisement
Guest User

Untitled

a guest
May 26th, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.21 KB | None | 0 0
  1. body{
  2.  
  3. width: auto;
  4. height: auto;
  5.  
  6. background-color:white;
  7. }
  8.  
  9. #container{
  10. margin-top: -25px;
  11. width:663px;
  12. height:1450px;
  13. margin-left:auto;
  14.  
  15. margin-right:auto;
  16. background:url(img/containerbackground.gif) repeat-y;
  17. background-size:100%;
  18. padding-left:40px;
  19. padding-right:35px;
  20.  
  21. }
  22.  
  23. #intro{
  24. width:1000px;
  25. height:auto;
  26.  
  27.  
  28. position:relative;
  29.  
  30. }
  31.  
  32. #pageHeader{
  33. width:665px
  34. ;
  35. height: 332px;
  36.  
  37. background:url(img/top.gif) repeat-y;
  38. background-size: 100%;
  39. background-repeat: no-repeat;
  40. }
  41.  
  42. #pageHeader > h1{
  43.  
  44. visibility:hidden;
  45. }
  46. #quickSummary{
  47. /* background:url(img/summary.gif) no-repeat;
  48. background-size:100%;
  49.  
  50. width:192px;
  51. height:300px;
  52. float:right;
  53. /*padding:15px;
  54. padding-top:100px;
  55. text-align:left;
  56. }
  57.  
  58. */
  59. width:192px;
  60. height:auto;
  61.  
  62. float:right;
  63.  
  64. padding-top: 46px;
  65. padding-right:10px;
  66. text-align:left;
  67. background:url(img/summary.gif) no-repeat;
  68. background-size:100%;
  69. margin-right: 350px;
  70. }
  71.  
  72. #quickSummary > p {
  73. padding-left: 10px;
  74. }
  75.  
  76. #preamble{
  77. width:420px;
  78. height:250px;
  79. padding-top: 46px;
  80. padding-left: 10px;
  81.  
  82. float:left;
  83. text-align:left;
  84. background-image: url(img/title1.gif);
  85. background-size: 100%;
  86.  
  87.  
  88. background-repeat: no-repeat;
  89.  
  90. }
  91. #preamble>h3 {
  92. display: none;
  93. }
  94.  
  95. #explanation>h3{
  96. display:none;
  97. }
  98.  
  99. #supportingText{
  100. width:420px;
  101. height:auto;
  102. padding-top: 46px;
  103. padding-left: 10px;
  104.  
  105. float:left;
  106. text-align:left;
  107. background-image: url(img/title2.gif);
  108. background-size: 100%;
  109.  
  110.  
  111. background-repeat: no-repeat;
  112. }
  113.  
  114. #lselect>h3{
  115. display:none;
  116. }
  117.  
  118.  
  119. #linkList{
  120. width:196px;
  121. height: auto;
  122.  
  123. float:right;
  124. padding:15px;
  125. margin-top:-40px;
  126. padding-top:46px;
  127.  
  128. text-align:justify;
  129. background:url(img/designs.gif) no-repeat;
  130. background-size:100%;
  131.  
  132. }
  133.  
  134. #lresources > ul > li > a{
  135.  
  136. text-decoration:none;
  137. }
  138.  
  139. #lselect>ul {
  140. list-style-image: url(img/paperfolded.gif);
  141. }
  142.  
  143. #lresources>ul {
  144. list-style-image: url(img/paper.gif);
  145. }
  146.  
  147. /*
  148. #participation > ul{
  149.  
  150. width:400px;
  151. height:50px;
  152.  
  153. position:absolute;
  154. top:400px;
  155. left:55%;
  156.  
  157. }
  158.  
  159. #participation > ul > li{
  160.  
  161. display:inline;
  162. }
  163.  
  164.  
  165. */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement