Advertisement
Guest User

faq

a guest
Jun 9th, 2014
246
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.70 KB | None | 0 0
  1. <!----
  2. theme by ughirwn!!
  3. - usual rules apply ok have a nice day
  4. ---->
  5.  
  6. <html lang="en">
  7. <title>write page title here</title>
  8. <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  9. <html xmlns="http://www.w3.org/1999/xhtml">
  10. <link rel="shortcut icon" href="{Favicon}" />
  11. <script type="text/javascript"
  12. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  13.  
  14.  
  15. <style type="text/css">
  16.  
  17. ::-webkit-scrollbar {
  18. width:4px;
  19. height:4px;
  20. background: #fff;
  21. }
  22.  
  23. ::-webkit-scrollbar-thumb {
  24. background-color:#fff;
  25. border-bottom:1px solid #aaaaaa;
  26. border-top:1px solid #aaaaaa;
  27. border-left:1px solid #aaaaaa;
  28. border-radius:10px;
  29. }
  30.  
  31. p {
  32. margin:0px;
  33. margin-top:0px;
  34. }
  35.  
  36.  
  37. body {
  38. padding:0px;
  39. margin:0px;
  40. font-family:arial;
  41. line-height:14px;
  42. font-size:11px;
  43. background-color:#fff;
  44. background-attachment: fixed;
  45. }
  46.  
  47. a:link, a:active, a:visited{
  48. text-decoration: none;
  49. -webkit-transition: color 0.3s ease-out;
  50. -moz-transition: color 0.3s ease-out;
  51. transition: color 0.3s ease-out;
  52. color:#000;
  53. }
  54.  
  55. a:hover {
  56. text-decoration: none;
  57. font-style:none;
  58. color:#fff;
  59. }
  60.  
  61. #box1{
  62. position:fixed;
  63. background: white;
  64. overflow:scroll;
  65. width:310px;
  66. height:210px;
  67. margin-left:1060px;
  68. margin-top:235px;
  69. padding:13px;
  70. letter-spacing:0px;
  71. font-size:12px;
  72. line-height:15px;
  73. text-align:center;
  74. }
  75.  
  76. #box2{
  77. position:fixed;
  78. background: white;
  79. overflow:scroll;
  80. width:310px;
  81. height:210px;
  82. margin-left:120px;
  83. margin-top:235px;
  84. padding:13px;
  85. letter-spacing:0px;
  86. font-size:12px;
  87. line-height:15px;
  88. text-align:center;
  89. }
  90.  
  91. #box3{
  92. position:fixed;
  93. background:white;
  94. overflow:hidden;
  95. width:525px;
  96. height:auto;
  97. margin-left:485px;
  98. margin-top:235px;
  99. padding:13px;
  100. letter-spacing:3px;
  101. font-size:12px;
  102. line-height:14px;
  103. text-align:center;
  104. }
  105.  
  106. #links{
  107. position:fixed;
  108. overflow:hidden;
  109. width:425px;
  110. margin-left:550px;
  111. margin-top:530px;
  112. padding:2px;
  113. letter-spacing:4px;
  114. font-family:arial;
  115. text-transform: lowercase;
  116. font-size:12px;
  117. line-height:30px;
  118. text-align:center;
  119. }
  120.  
  121. </style>
  122.  
  123. <div class="sidebarbg3"></div>
  124.  
  125.  
  126. <body onkeydown="return false">
  127.  
  128. <div id="box1">
  129.  
  130. first faq writing space here
  131.  
  132. </div>
  133.  
  134.  
  135. <div id="box2">
  136.  
  137. second faq writing space here
  138.  
  139. </div>
  140.  
  141.  
  142. <div id="links">
  143.  
  144. <a href="/">link</a>
  145. //
  146. <a href="/">link</a>
  147. //
  148. <a href="/">link</a>
  149.  
  150.  
  151. </div>
  152.  
  153.  
  154. <div id="box3">
  155. c o n f e s s</br>
  156. <br><iframe frameborder="0" height="190" id="ask_form" scrolling="no" src="http://www.tumblr.com/ask_form/put your url here (name only).tumblr.com/" width="100%"></iframe>
  157. </div>
  158. </div>
  159. </div>
  160. </div>
  161. </div>
  162. </div>
  163. </div>
  164. </div>
  165. </div>
  166. </div>
  167. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement