Advertisement
e-law-ise

html6

Mar 17th, 2014
309
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.10 KB | None | 0 0
  1. <head>
  2.  
  3. <title>Ask</title>
  4.  
  5.  
  6. <!--------------------------------------------------------------------------
  7. ----------------------- Adrienne Law's Ask page ------------------------------------------------Give credit where credit is due-------------------------------------------------------------------------------------------------->
  8.  
  9.  
  10. <style type="text/css">
  11.  
  12. ::-webkit-scrollbar-thumb:vertical {
  13. background-color: #ccc; /*Change color of scroll bar*/
  14. height:5px;
  15. }
  16. ::-webkit-scrollbar-corner {
  17. background-color: transparent;
  18. }
  19. ::-webkit-scrollbar-thumb:horizontal {
  20. background-color: #ccc; /*Change color of scroll bar*/
  21. height:5px!important;
  22. }
  23.  
  24. ::-webkit-scrollbar {
  25. height:7px;
  26. width:5px;
  27. }
  28.  
  29. iframe#tumblr_controls{
  30. position:fixed !important;
  31. right:0px !important;
  32. z-index:999;
  33. }
  34.  
  35. html, body {
  36. width:100%;
  37. height:100%;
  38. margin:0;
  39. padding:0;
  40. }
  41.  
  42. #top {
  43. width:100%;
  44. height:150px;
  45. margin-right:auto;
  46. margin-left:auto;
  47. top:0px;
  48. text-align:center;
  49. background-color:#E1E1E3;
  50. border-bottom:2px solid #A7A7A8;
  51. padding-bottom:5px;
  52. position:absolute;
  53. }
  54.  
  55. #toppic{
  56. width:100%;
  57. height:20px;
  58. margin-right:auto;
  59. margin-left:auto;
  60. top:0px;
  61. text-align:center;
  62. }
  63. #toppic img{
  64. width:100%;
  65. height:50px;
  66. }
  67.  
  68. #toppicleft{
  69. width:120px;
  70. height:auto;
  71. left:5px;
  72. top:165px;
  73. position:absolute;
  74. }
  75. #toppicleft img{
  76. width:120px;
  77. height:120px;
  78. }
  79. #toppicright{
  80. width:120px;
  81. height:auto;
  82. right:5px;
  83. top:165px;
  84. position:absolute;
  85. }
  86. #toppicright img{
  87. width:120px;
  88. height:120px;
  89. }
  90.  
  91.  
  92. #title {
  93. width:200px;
  94. height:auto;
  95. margin-right:auto;
  96. margin-left:auto;
  97. margin-top:75px;
  98. color:#A7A7A8;
  99. text-align:center;
  100. font-family:calibri;
  101. font-size:25px;
  102. font-style:italic;
  103. text-transform:uppercase;
  104. position:relative;
  105. }
  106.  
  107. #links {
  108. width:400px;
  109. margin-left:auto;
  110. margin-right:auto;
  111. margin-top:5px;
  112. padding-bottom:0px;
  113. position:relative;
  114. }
  115.  
  116. #links a {
  117. display:inline-block;
  118. width:92px;
  119. padding:5px 0px 5px 0px;
  120. background-color:#ffffff;
  121. color:#CCCCCC;
  122. font-size:10px;
  123. font-family:calibri;
  124. text-align:center;
  125. letter-spacing:1px;
  126. margin-left:auto;
  127. margin-right:auto;
  128. text-transform:uppercase;
  129. text-decoration:none;
  130. border: 1px solid #CCCCCC;
  131. -o-transition: all 0.5s ease-out;
  132. -webkit-transition: all 0.5s ease-out;
  133. -moz-transition: all 0.5s ease-out;
  134. }
  135.  
  136. #links a:hover {
  137. background-color:#E1E1E3;
  138. color:#ffffff;
  139. border: 1px solid #ffffff;
  140. -o-transition: all 0.5s ease-out;
  141. -webkit-transition: all 0.5s ease-out;
  142. -moz-transition: all 0.5s ease-out;
  143. }
  144. #askboxtitle{
  145. width:500px;
  146. margin:200px auto 0px auto;
  147. text-align:left;
  148. color:#A7A7A8;
  149. font-family:calibri;
  150. font-size:15px;
  151. }
  152. #askbox {
  153. width:500px;
  154. margin:10px auto 0px auto;
  155. background-color:white;
  156. }
  157. #submitboxtitle{
  158. width:500px;
  159. margin:40px auto 0px auto;
  160. text-align:left;
  161. color:#A7A7A8;
  162. font-family:calibri;
  163. font-size:15px;
  164. }
  165.  
  166.  
  167. #credit a {
  168. display:inline-block;
  169. width:40px;
  170. background-color:#fff;
  171. color:gray;
  172. text-decoration:none;
  173. border-right:1px solid;
  174. border-left: 1px solid;
  175. border-color:#878787;
  176. padding: 2px 0px 2px 0px;
  177. -o-transition: all 1s ease-out;
  178. -webkit-transition: all 1s ease-out;
  179. -moz-transition: all 1s ease-out;
  180. }
  181.  
  182. #credit a:hover {
  183. background-color:#667371;
  184. color:#fff;
  185. border-color:#fff;
  186. -o-transition: all 1s ease-out;
  187. -webkit-transition: all 1s ease-out;
  188. -moz-transition: all 1s ease-out;
  189. }
  190.  
  191. #credit {
  192. display:inline-block;
  193. font-size:10px;
  194. font-family: calibri;
  195. text-align:center;
  196. letter-spacing:1px;
  197. width:40px;
  198. height:15px;
  199. position: fixed;
  200. padding-top:1px;
  201. right:25px;
  202. bottom:10px;
  203.  
  204. }
  205.  
  206.  
  207.  
  208. </style>
  209.  
  210. <body>
  211.  
  212. <div id="top">
  213. <div id="title">Ask</div>
  214. <div id="links">
  215. <a href="/">HOME</a>
  216. <a href="/navi">NAVIGATION</a>
  217. <a href="/me">About Me</a>
  218. <a href="/inquire">ASK</a>
  219. </div>
  220. </div>
  221.  
  222. <div id="toppicright"><img src="http://s23.postimg.org/665502yrf/Untitled.jpg"></div>
  223. <div id="toppicleft"><img src="http://s29.postimg.org/j31szfbbr/Untitled_copy.jpg"></div>
  224.  
  225. <!---askbox--->
  226.  
  227. <div id="askboxtitle">Ask me anything</div>
  228.  
  229. <div id="askbox">
  230. <iframe frameborder="0" height="190" id="ask_form" scrolling="no" src="http://www.tumblr.com/ask_form/YOURURLHERE.tumblr.com" width="100%" style="background-color: transparent; overflow: hidden;"></iframe><!--[if IE]><script type="text/javascript">document.getElementById('ask_form').allowTransparency=true;</script><![endif]-->
  231. </div>
  232.  
  233. <!---submit--->
  234.  
  235. <div id="submitboxtitle">Submit</div>
  236.  
  237. <div id="askbox">
  238. <iframe frameborder="0" scrolling="no" width="100%" height="500" id="submit_form" src="http://www.tumblr.com/submit_form/YOURURLHERE.tumblr.com" style="background-color:transparent; overflow:hidden;"></iframe><!--[if IE]><script type="text/javascript">document.getElementById('submit_form').allowTransparency=true;</script><![endif]-->
  239. </div>
  240.  
  241.  
  242. <!-------------------------------------------------------------------------------- I don't care if you edit, but please for the love of god do not -----
  243. -------------------- remove the credit on my stuff -------------------------
  244. --------------------------------------------------------------------------->
  245.  
  246. <div id="credit">
  247. <div style="font-size:12; font-style:italic; text-align:center; padding-left:2px; padding-right:2px;"><a href="http://theleakycauldron.co.vu"> ---a---</a></div>
  248. </div>
  249.  
  250. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement