Advertisement
e-law-ise

html11

Jun 4th, 2014
866
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.15 KB | None | 0 0
  1. <head>
  2.  
  3. <title>Ask</title>
  4.  
  5. <!--------------------------------------------------------------------------
  6. ------------------------ Adrienne Law's navi page ------------------------------------------------Give credit where credit is due-------------------------------------------------------------------------------------------------->
  7.  
  8. <link href='http://fonts.googleapis.com/css?family=Raleway:400,100' rel='stylesheet' type='text/css'>
  9.  
  10. <script src="http://code.jquery.com/jquery-1.10.0.min.js">
  11. </script>
  12. <script>
  13. $(document).ready(function(){
  14.  
  15. $(".one").click(function(){
  16. $(".1").toggle();
  17. $(".2,.3").hide();
  18. });
  19. $(".two").click(function(){
  20. $(".2").toggle();
  21. $(".1,.3").hide();
  22. });
  23. $(".three").click(function(){
  24. $(".3").toggle();
  25. $(".1,.2").hide();
  26. });
  27. });
  28. </script>
  29.  
  30. <style type="text/css">
  31.  
  32. ::-webkit-scrollbar-thumb:vertical {
  33. background-color: #ccc; /*Change color of scroll bar*/
  34. height:5px;
  35. }
  36. ::-webkit-scrollbar-corner {
  37. background-color: transparent;
  38. }
  39. ::-webkit-scrollbar-thumb:horizontal {
  40. background-color: #ccc; /*Change color of scroll bar*/
  41. height:5px!important;
  42. }
  43.  
  44. ::-webkit-scrollbar {
  45. height:7px;
  46. width:5px;
  47. }
  48.  
  49. iframe#tumblr_controls{
  50. position:fixed !important;
  51. right:0px !important;
  52. z-index:999;
  53. }
  54.  
  55. html, body {
  56. background-color:white;
  57. }
  58.  
  59. a {
  60. text-decoration:none;
  61. color:#0026FF;
  62. }
  63. a:hover{
  64. color:#D9DEFF;
  65. }
  66.  
  67. .1, .2, .3 {display:none;}
  68.  
  69. #container {
  70. width:600px;
  71. height:auto;
  72. margin-top:120px;
  73. margin-left:auto;
  74. margin-right:auto;
  75. }
  76.  
  77. #title {
  78. display:inline-block;
  79. width:360px;
  80. border:3px double #efefef;
  81. text-align:center;
  82. font-family:'raleway';
  83. color:#a7a7a8;
  84. margin-top:8px;
  85. margin-left:200px;
  86. padding:10px;
  87. position:absolute;
  88. font-weight:400;
  89. }
  90.  
  91. #links{
  92. display:inline-block;
  93. width:366px;
  94. font-family:'raleway';
  95. color:#a7a7a8;
  96. margin-top:54px;
  97. margin-left:200px;
  98. padding:10px;
  99. position:absolute;
  100. font-size:12px;
  101. text-align:center;
  102. font-weight:100;
  103. }
  104. #links a{
  105. width:80px;
  106. text-decoration:none;
  107. display:inline-block;
  108. color:#a7a7a8;
  109. }
  110. #links a:hover{
  111. color:#efefef;
  112. text-decoration:underline;
  113. }
  114. #picture {
  115. display:inline-block;
  116. height:400px;
  117. border:1px solid #efefef;
  118. margin:8px;
  119. text-align:center;
  120. position:absolute;
  121. width:178px;
  122.  
  123. }
  124. #picture img {
  125. height:394px;
  126. padding:3px;
  127. width:172px;
  128. }
  129.  
  130. #content {
  131. display:inline-block;
  132. width:364px;
  133. height:298px;
  134. border:1px solid #efefef;
  135. font-family:'raleway';
  136. color:#a7a7a8;
  137. margin-top:90px;
  138. margin-left:200px;
  139. padding:10px;
  140. position:absolute;
  141. font-size:12px;
  142. overflow:hidden;
  143. }
  144.  
  145. #links2 {
  146. width:364px;
  147. border-bottom:1px solid #efefef;
  148. text-align:center;
  149. }
  150. #links2 a{
  151. display:inline-block;
  152. width:100px;
  153. padding:5px;
  154. text-decoration:none;
  155. color:#a7a7a8;
  156. }
  157. #links2 a:hover{
  158. color:#efefef;
  159. }
  160.  
  161. .current {
  162. background-color:#efefef;
  163. }
  164.  
  165. #content2 {
  166. width:362px;
  167. height:264px;
  168. margin-top:8px;
  169. border:1px solid #efefef;
  170. font-weight:100;
  171. overflow:scroll;
  172. }
  173. #content3 {
  174. width:364px;
  175. height:264px;
  176. margin-top:8px;
  177. font-weight:100;
  178. }
  179.  
  180. #credit a {
  181. display:inline-block;
  182. width:40px;
  183. background-color:#fff;
  184. color:gray;
  185. text-decoration:none;
  186. border-right:1px solid;
  187. border-left: 1px solid;
  188. border-color:#878787;
  189. padding: 2px 0px 2px 0px;
  190. -o-transition: all 1s ease-out;
  191. -webkit-transition: all 1s ease-out;
  192. -moz-transition: all 1s ease-out;
  193. }
  194.  
  195. #credit a:hover {
  196. background-color:#667371;
  197. color:#fff;
  198. border-color:#fff;
  199. -o-transition: all 1s ease-out;
  200. -webkit-transition: all 1s ease-out;
  201. -moz-transition: all 1s ease-out;
  202. }
  203.  
  204. #credit {
  205. display:inline-block;
  206. font-size:10px;
  207. font-family: calibri;
  208. text-align:center;
  209. letter-spacing:1px;
  210. width:40px;
  211. height:15px;
  212. position: fixed;
  213. padding-top:1px;
  214. right:25px;
  215. bottom:10px;
  216.  
  217. }
  218.  
  219.  
  220.  
  221. </style>
  222.  
  223. <body>
  224.  
  225. <div id="container">
  226.  
  227. <!--- REPLACE URL WITH THAT OF ANOTHER PICTURE THAT YOU'D LIKE ON YOUR PAGE --->
  228. <div id="picture"><img src="https://31.media.tumblr.com/2cee8094958cbdde900fee937df68237/tumblr_n6ha6obmSY1two4qso1_r2_500.jpg"></div>
  229. <div id="title">Inquire</div>
  230.  
  231.  
  232. <!--- CHANGE LINKS HERE --->
  233.  
  234. <div id="links">
  235. <a href="/">Home</a>
  236. <a href="/me">About</a>
  237. <a href="/navigation">Navigation</a>
  238. <a href="/inquire">Inquire</a>
  239. </div><!-- end of div "links" -->
  240.  
  241.  
  242. <!--- DON'T MESS WITH THESE --->
  243.  
  244. <div id="content" class="1">
  245. <div id="links2">
  246. <a class="current">FAQ</a>
  247. <a class="two" href="#">Ask</a>
  248. <a class="three" href="#">Submit</a>
  249. </div><!-- end of div "links2" -->
  250.  
  251.  
  252. <!--- FAQ TEXT HERE --->
  253.  
  254. <div id="content2">
  255. <div style="padding-left:10px;font-weight:400;"><p>Please read the FAQ before asking me anything</p></div>
  256. <ul>
  257. <li type=square> Here's how
  258. <li type=square> to do
  259. <li type=square> square bullets
  260. </ul>
  261. <ul>
  262. <li> Here's how
  263. <li> to do
  264. <li> circle bullets
  265. </ul>
  266. <ol>
  267. <li> Here's how
  268. <li> to do
  269. <li> numbered lists
  270. </ol>
  271. </div><!-- end of div "content2" -->
  272. </div><!-- end of div "content" -->
  273.  
  274.  
  275.  
  276. <!--- DON'T MESS WITH THESE --->
  277.  
  278. <div id="content" class="2" style="display:none;">
  279. <div id="links2">
  280. <a class="one" href="#">FAQ</a>
  281. <a class="current">Ask</a>
  282. <a class="three" href="#">Submit</a>
  283. </div><!-- end of div "links2" -->
  284.  
  285.  
  286. <!--- HERE'S THE ASK BOX --->
  287.  
  288. <div id="content3">
  289. <iframe frameborder="0" height="100%" id="ask_form" scrolling="no" src="http://www.tumblr.com/ask_form/YOURURLGOESHERE.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]-->
  290. </div><!-- end of div "content2" -->
  291. </div><!-- end of div "content" -->
  292.  
  293.  
  294. <!--- DON'T MESS WITH THESE --->
  295.  
  296. <div id="content" class="3" style="display:none;">
  297. <div id="links2">
  298. <a class="one" href="#">FAQ</a>
  299. <a class="two" href="#">Ask</a>
  300. <a class="current">Submit</a>
  301. </div><!-- end of div "links2" -->
  302.  
  303.  
  304. <!--- HERE'S THE SUBMIT BOX --->
  305.  
  306. <div id="content2" style="border:none;">
  307. <iframe frameborder="0" scrolling="no" width="100%" height="400px" id="submit_form" src="http://www.tumblr.com/submit_form/YOURURLGOESHERE.tumblr.com" style="background-color:transparent; overflow:hidden;"></iframe><!--[if IE]><script type="text/javascript">document.getElementById('submit_form').allowTransparency=true;</script><![endif]-->
  308. </div><!-- end of div "content2" -->
  309. </div><!-- end of div "content" -->
  310.  
  311.  
  312. </div><!-- end of div "container" -->
  313.  
  314.  
  315. <!-------------------------------------------------------------------------------- I don't care if you edit, but please for the love of god do not -----
  316. -------------------- remove the credit on my stuff -------------------------
  317. --------------------------------------------------------------------------->
  318.  
  319. <div id="credit">
  320. <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>
  321. </div>
  322.  
  323. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement