Advertisement
madthmz

Page Theme #10: FAQ II

Apr 27th, 2015
785
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.46 KB | None | 0 0
  1. <!---
  2. _______
  3. |\ /| / \ | \ | | | |\ /| ___
  4. | \/ | /___\ | | | |--| | \/ | |__
  5. | | / \ | / | | | | | ___|
  6.  
  7.  
  8. if you need any help editing this let me know n i'll try to help
  9.  
  10. Main Blog: http://madpal.tumblr.com/
  11. Theme Blog: http://madthms.tumblr.com/
  12.  
  13. my theme blog also has lots of resources and stuff if u like coding!
  14.  
  15. Rules:
  16. - no removing credit
  17. - no moving credit to a different page
  18. - no taking elements from my themes n putting them in someone elses or vice versa
  19.  
  20. thanks for using my theme!
  21.  
  22. if u wanna find ur favorite colors in html go here:
  23. http://www.colorpicker.com/
  24.  
  25. --->
  26.  
  27.  
  28.  
  29.  
  30.  
  31. <html>
  32. <head>
  33. <link rel="shortcut icon" href="{Favicon}">
  34. <!---change {favicon} above to a url of a small pic to change the lil icon in the tab of ur page--->
  35. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  36.  
  37. <title>{title}</title>
  38.  
  39. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  40. <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  41. <script>
  42. (function($){
  43. $(document).ready(function(){
  44. $("[title]").style_my_tooltips();
  45. });
  46. })(jQuery);
  47. </script>
  48.  
  49.  
  50. <style type="text/css">
  51.  
  52. /***************SCROLLBAR***********/
  53. ::-webkit-scrollbar{
  54. height: 1px;
  55. width: 1px;
  56. -webkit-border-radius: 0px;
  57. background:transparent;
  58. }
  59.  
  60. ::-webkit-scrollbar-thumb{
  61. background:transparent;}
  62. ::-webkit-scrollbar-track{
  63. background:transparent;
  64. }
  65.  
  66. /************BODY***********/
  67. body {
  68. font-family: arial;
  69. color:#fff; /*color of font that isn't links/title */
  70. margin: 0px;
  71. background-color:#183344;/*background color of everything*/
  72. background-image:url(''); /*you can put an image url here!*/
  73. background-position:top left;
  74. background-repeat:no-repeat;
  75. -webkit-background-size:cover;
  76. -moz-background-size:cover;
  77. -o-background-size:cover;
  78. background-size:cover;
  79. }
  80.  
  81.  
  82. /*************LINKS************/
  83. a {text-decoration: none;color:#fff;letter-spacing:2px;}
  84.  
  85. /*this is the thing that pops up when you hover over a link with a title*/
  86. #s-m-t-tooltip {
  87. position:relative;
  88. overflow:hidden;
  89. z-index:99999999999999;
  90. max-width:100px;
  91. margin:20px;
  92. background:#183344; /*background color of the thing that pops up when you hover over a link with a title*/
  93. padding:5px;
  94. color:#fff; /*color of font*/
  95. border:1px solid #fff; /*color of border on link title*/
  96. text-align:center;
  97. font-size:15px;
  98. -webkit-transition: all 0.2s ease;
  99. -moz-transition: all 0.2s ease;
  100. -o-transition: all 0.2s ease;
  101. }
  102.  
  103. #all {
  104. left:42%;
  105. top:100px;
  106. position:fixed;
  107. }
  108.  
  109. #title {
  110. font-family:arial;
  111. font-size:40px;
  112. letter-spacing:2px;
  113. color:#fff; /*color of title*/
  114. cursor:help;
  115. max-width:420px;
  116. -moz-transition-duration:.6s;
  117. -webkit-transition-duration:.6s;
  118. -o-transition-duration:.6s;
  119. }
  120. .line {
  121. border-bottom:2px solid #fff;/*side border of title color*/
  122. width:130px;
  123. margin-top:25px;
  124. margin-left:-140px;
  125. position:absolute;
  126. -moz-transition-duration:.6s;
  127. -webkit-transition-duration:.6s;
  128. -o-transition-duration:.6s;
  129. }
  130.  
  131. #title:hover .line {width:200px;margin-left:-210px;}
  132. #title:hover {padding-left:70px;}
  133. #title a{cursor:help;}
  134.  
  135. #holder {
  136. border-left:2px solid #fff; /*side border color*/
  137. padding:30px 0px 1px 20px;
  138. width:540px;
  139. margin-left:-160px;
  140. height:415px;
  141. }
  142.  
  143.  
  144. #box {
  145. margin-bottom:20px;
  146. padding:20px;
  147. background:transparent;/*change transparent to a color if u want*/
  148. border:1px solid #fff; /*border color of links*/
  149. width:100px;
  150. height:17px;
  151. font-size:15px;
  152. text-align:center;
  153. text-transform:uppercase;
  154. -moz-transition-duration:.4s;
  155. -webkit-transition-duration:.4s;
  156. -o-transition-duration:.4s;
  157. }
  158.  
  159. #box:hover {background:#fff;/*bg of links on hover*/
  160. border:1px solid #183344/*border of links on hover*/;-moz-transition-duration:.4s;-webkit-transition-duration:.4s;-o-transition-duration:.4s;}
  161. #box:hover a {color:#183344;/*color of links on hover*/-moz-transition-duration:.4s;-webkit-transition-duration:.4s;-o-transition-duration:.4s;}
  162.  
  163. #box2 {
  164. position:absolute;
  165. margin-left:165px;
  166. margin-top:-316px;
  167. width:330px;
  168. height:259px;
  169. padding:20px;
  170. border:1px solid #fff; /*border color*/
  171. padding-top:15px;
  172. }
  173.  
  174.  
  175. #box3 {
  176. position:relative;
  177. border:1px solid #fff; /*border color*/
  178. padding:20px;
  179. width:496px;
  180. margin-bottom:20px;
  181. margin-top:30px;
  182. height:25px;
  183. overflow:scroll;
  184. background-color:#183344;/*color box3 background*/
  185. -moz-transition-duration:.7s;
  186. -webkit-transition-duration:.7s;
  187. -o-transition-duration:.7s;
  188. }
  189. #box3:hover {
  190. height:350px;
  191. margin-top:-317px;
  192. -moz-transition-duration:.7s;
  193. -webkit-transition-duration:.7s;
  194. -o-transition-duration:.7s;
  195. }
  196.  
  197. #box3 h3 {
  198. margin:0px;
  199. text-align:center;
  200. opacity:1;
  201. -moz-transition-duration:.7s;
  202. -webkit-transition-duration:.7s;
  203. -o-transition-duration:.7s;
  204. }
  205. #box3:hover h3 {
  206. opacity:0;
  207. -moz-transition-duration:.7s;
  208. -webkit-transition-duration:.7s;
  209. -o-transition-duration:.7s;
  210.  
  211. }
  212.  
  213. #box3 h4 {
  214. margin:0px;
  215. line-height:20px;
  216. opacity:0;
  217. -moz-transition-duration:.7s;
  218. -webkit-transition-duration:.7s;
  219. -o-transition-duration:.7s;
  220. }
  221. #box3:hover h4 {
  222. opacity:1;
  223. -moz-transition-duration:.7s;
  224. -webkit-transition-duration:.7s;
  225. -o-transition-duration:.7s;
  226. }
  227.  
  228. #box3 p {
  229. margin:10px;
  230. margin-bottom:25px;
  231. text-align:justify;
  232. opacity:0;
  233. -moz-transition-duration:.7s;
  234. -webkit-transition-duration:.7s;
  235. -o-transition-duration:.7s;
  236. }
  237. #box3:hover p {
  238. opacity:1;
  239. -moz-transition-duration:.7s;
  240. -webkit-transition-duration:.7s;
  241. -o-transition-duration:.7s;
  242. }
  243.  
  244. #plus {
  245. margin-left:-166px;
  246. margin-top:-26px;
  247. position:fixed;
  248. }
  249.  
  250. </style>
  251.  
  252. </head>
  253.  
  254. <body>
  255.  
  256. <div id="all">
  257.  
  258. <div id="title">
  259. <div class="line"></div>
  260. <a href="/" title="home">your only hope is evil</a>
  261. </div>
  262.  
  263. <div id="plus"><a href="http://madthms.tumblr.com/" title="theme"><img src="http://www.stockpodium.com/images/plus_icon_disabled.gif" width="14px" height="14px"></a></div>
  264.  
  265. <div id="holder">
  266. <div id="box"><a href="/">link</a></div>
  267. <div id="box"><a href="/">link</a></div>
  268. <div id="box"><a href="/">link</a></div>
  269. <div id="box"><a href="/">link</a></div>
  270.  
  271. <div id="box2">
  272. <!---REPLACE "UR URL" WITH URS OR ELSE IT WON'T WORK--->
  273. <iframe frameborder="0" height="260" id="ask_form" scrolling="no" src="http://www.tumblr.com/ask_form/UR URL.tumblr.com" width="100%" style="background-color: transparent; overflow: hidden;"></iframe>
  274. </div>
  275.  
  276. <div id="box3">
  277.  
  278. <h3>frequently asked questions</h3>
  279.  
  280. <h4>what is google?</h4>
  281. <p>the thing u should use instead of my askbox</p>
  282.  
  283. <h4>question</h4>
  284. <p>answer</p>
  285.  
  286. <h4>question?</h4>
  287. <p>answer</p>
  288.  
  289. <h4>question?</h4>
  290. <p>answer</p>
  291.  
  292. <h4>can you put as many questions as you want?</h4>
  293. <p>yes!</p>
  294.  
  295. <h4>question?</h4>
  296. <p>answer</p>
  297.  
  298. </div>
  299.  
  300.  
  301. </div>
  302.  
  303. </div>
  304.  
  305. </body>
  306. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement