Advertisement
missdilaurentis

MissDiLaurentis Ask/Faq/Submit Page 1

Sep 24th, 2014
2,768
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.85 KB | None | 0 0
  1. <!-- FAQ / ASK/ SUBMIT PAGE 1 BY EVILQUEENED
  2.  
  3. http://evilqueenedthemes.tumblr.com
  4.  
  5. DON'T REMOVE THE CREDIT, USE AS A BASE OR CLAIM AS YOUR OWN.
  6. THANKS FOR USING MY THEMES. -->
  7.  
  8.  
  9. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  10. <head>
  11. <title>{Title}</title>
  12. <link rel="shortcut icon" href="{Favicon}">
  13. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  14.  
  15.  
  16. <style type="text/css">
  17.  
  18.  
  19. body {
  20. background-color:#fafafa;
  21. background-image:url('');/*BACKGROUND IMAGE URL*/
  22. font-family:'consolas'; /*DEFAULT FONT*/
  23. font-size:11px;
  24. color:#555555; /*DEFAULT FONT COLOR*/}
  25.  
  26. /*SCROLLBAR*/
  27.  
  28. ::-webkit-scrollbar-thumb:vertical {
  29. background-color:#f2f2f2; /*SCROLLBAR COLOR*/
  30. height:100px;}
  31.  
  32. ::-webkit-scrollbar {
  33. height:10px;
  34. width:4px;
  35. background-color:#ffffff; /*SCROLLBAR BACKGROUND COLOR*/}
  36.  
  37. /*SELECTION*/
  38.  
  39. ::selection {
  40. background:#b5dcdf; /*SELECTION BACKGROUND COLOR*/
  41. color:#ffffff; /*SELECTION COLOR*/}
  42.  
  43. ::-moz-selection {
  44. background:#b5dcdf;/*SELECTION BACKGROUND COLOR*/
  45. color:#ffffff;/*SELECTION COLOR*/}
  46.  
  47. ::-webkit-selection {
  48. background:#b5dcdf;/*SELECTION BACKGROUND COLOR*/
  49. color:#ffffff;/*SELECTION COLOR*/}
  50.  
  51. b, strong {color:#b6b6b6} /*BOLD FONT COLOR*/
  52. i, em {color:#e1b7d2} /*ITALIC FONT COLOR*/
  53.  
  54. blockquote {
  55. padding:0px;
  56. padding:5px;
  57. margin:0px;
  58. margin-top:5px;
  59. margin-bottom:10px;
  60. border-left:4px solid;
  61. border-color:#f2f2f2; /*ANSWER BORDER COLOR*/
  62. background-color:#fafafa; /*ANSWERED BACKGROUND COLOR*/
  63. max-width:500px;}
  64.  
  65. a {
  66. text-decoration:none;
  67. color:#cab1da; /*LINKS COLOR*/
  68. -webkit-transition: all 0.5s ease-in-out;
  69. -moz-transition: all 0.5s ease-in-out;
  70. -o-transition: all 0.5s ease-in-out;
  71. -ms-transition: all 0.5s ease-in-out;
  72. transition: all 0.5s ease-in-out;}
  73.  
  74. a:hover {
  75. color:#86649b; /*LINKS HOVER COLOR*/
  76. -webkit-transition: all 0.5s ease-in-out;
  77. -moz-transition: all 0.5s ease-in-out;
  78. -o-transition: all 0.5s ease-in-out;
  79. -ms-transition: all 0.5s ease-in-out;
  80. transition: all 0.5s ease-in-out;}
  81.  
  82. #all{
  83. margin-left:15%;
  84. position:fixed;
  85. margin-top:0px;}
  86.  
  87. #container {
  88. position:fixed;
  89. width:500px;
  90. background-color:#ffffff; /*CONTAINER BACKGROUND COLOR*/
  91. height:460px;
  92. padding:15px;
  93. overflow:auto;}
  94.  
  95. #asksub{
  96. position:fixed;
  97. width:100%;
  98. margin-left:550px;
  99. margin-top:-10px;}
  100.  
  101. #bottom{
  102. width:500px;
  103. margin-bottom:-5px;
  104. margin-top:-13px;
  105. text-align:center;}
  106.  
  107. #bottom a{
  108. display:inline-block;
  109. width:110px;
  110. height:10px;
  111. padding:3px;
  112. text-align:center;
  113. background-color:#f2f2f2; /*NAVIGATION LINKS BACKGROUND COLOR*/
  114. color:#555555; /*NAVIGATION LINKS COLOR*/
  115. font-family:'calibri'; /*NAVIGATION LINKS FONT*/
  116. font-weight:bold;
  117. font-size:8px;
  118. letter-spacing:2px;
  119. text-transform:uppercase;}
  120.  
  121. #bottom a:hover{
  122. background-color:#555555; /*NAVIGATION LINKS HOVER BACKGROUND COLOR*/
  123. color:#f2f2f2; /*NAVIGATION LINKS HOVER COLOR*/}
  124.  
  125. .credit a{font-family:'calibri'; letter-spacing:1px; font-size:8px; bottom:2px; right:3px; position:fixed; padding:10px; text-align:right; font-weight:bold;}
  126.  
  127. .title a, .title{
  128. text-shadow: 3px 0px 0px #b5dcdf; /*TITLE SHADOW COLOR*/
  129. width:530px;
  130. border-bottom:4px solid;
  131. box-shadow: 0px 2px 0px #b5dcdf; /*TITLE BORDER SHADOW COLOR*/
  132. border-color:#b2a1b8; /*TITLE BORDER COLOR*/
  133. font-style:none;
  134. font-family:arial; /*TITLE FONT*/
  135. font-size:24px;
  136. letter-spacing:0px;
  137. font-weight:bold;
  138. color:#363636; /*TITLE COLOR*/
  139. margin-top:80px;
  140. padding-bottom:-5px;
  141. margin-bottom:-20px;}
  142.  
  143. #questions{
  144. font-size:16px;
  145. font-weight:bold;
  146. font-family:arial; /*QUESTIONS FONT*/
  147. color:#b5dcdf; /*QUESTIONS COLOR*/}
  148.  
  149. #answers{
  150. margin-bottom:10px;
  151. margin-top:5px;}
  152.  
  153. </style>
  154.  
  155.  
  156. <div class="credit"><a href="http://evilqueenedthemes.tumblr.com">© EVILQUEENED</a></div>
  157.  
  158. <div id="all">
  159.  
  160.  
  161. <!--YOUR TITLE HERE-->
  162. <div class="title">Frequently Asked Questions</div></br></br>
  163.  
  164. <div id="container"></p>
  165.  
  166.  
  167. <!--YOUR CONTENT HERE-->
  168.  
  169. <!--
  170. TO ADD MORE QUESTIONS / ANSWERS:
  171. copy/paste this as many times needed:
  172.  
  173. <div id="questions">your questions go here</div>
  174. <div id="answers"><blockquote>
  175. your answers go here
  176. </blockquote></div>
  177.  
  178. TO DELETE QUESTIONS / ANSWERS:
  179.  
  180. Delete this as many times needed:
  181.  
  182. <div id="questions">your questions go here</div>
  183. <div id="answers"><blockquote>
  184. your answers go here
  185. </blockquote></div>
  186. -->
  187.  
  188.  
  189. <!--write your questions BETWEEN <div id="questions"> and </div>-->
  190. <div id="questions">your questions go here</div>
  191. <!--write your answers BETWEEN <blockquote> and </blockquote>-->
  192. <div id="answers"><blockquote>
  193. your answers go here.
  194. </blockquote></div>
  195.  
  196.  
  197. <div id="questions">your questions go here</div>
  198. <div id="answers"><blockquote>
  199. your answers go here
  200. </blockquote></div>
  201.  
  202.  
  203. <div id="questions">your questions go here</div>
  204. <div id="answers"><blockquote>
  205. your answers go here
  206. </blockquote></div>
  207.  
  208.  
  209. <div id="questions">your questions go here</div>
  210. <div id="answers"><blockquote>
  211. your answers go here
  212. </blockquote></div>
  213.  
  214.  
  215. <div id="questions">your questions go here</div>
  216. <div id="answers"><blockquote>
  217. your answers go here
  218. </blockquote></div>
  219.  
  220.  
  221. <div id="questions">your questions go here</div>
  222. <div id="answers"><blockquote>
  223. your answers go here
  224. </blockquote></div>
  225.  
  226.  
  227. <div id="questions">your questions go here</div>
  228. <div id="answers"><blockquote>
  229. your answers go here
  230. </blockquote></div>
  231.  
  232.  
  233. <div id="questions">your questions go here</div>
  234. <div id="answers"><blockquote>
  235. your answers go here
  236. </blockquote></div>
  237.  
  238. <div id="questions">your questions go here</div>
  239. <div id="answers"><blockquote>
  240. your answers go here
  241. </blockquote></div>
  242.  
  243. <div id="questions">your questions go here</div>
  244. <div id="answers"><blockquote>
  245. your answers go here
  246. </blockquote></div>
  247.  
  248.  
  249. </p>
  250. </div>
  251.  
  252. <div id="asksub">
  253. <div id="bottom">
  254.  
  255.  
  256. <!--YOUR NAVIGATION LIKNS HERE-->
  257. <a href="/">back to my blog</a>
  258. <a href="http://tumblr.com/dashboard">dashboard</a>
  259. <a href="/">link 1</a>
  260. <a href="/">link 2</a>
  261.  
  262. </div><p>
  263.  
  264.  
  265. <!--ASKBOX-->
  266. <!--enter your url where it's indicated (YOUR-URL)-->
  267.  
  268. <iframe frameborder="0" height="200" id="ask_form"
  269. scrolling="no" src="http://www.tumblr.com/ask_form/YOUR-URL.tumblr.com"
  270. width="500px"></iframe>
  271. <!--[if IE]><script type="text/javascript">document.getElementById('ask_form').
  272. allowTransparency=true;</script>
  273. <![endif]-->
  274. </p><p>
  275.  
  276.  
  277. <!--SUBMITBOX-->
  278. <!--enter your url where it's indicated (YOUR-URL)-->
  279.  
  280. <iframe frameborder="0" height="400" id="submit_form"
  281. scrolling="no" src="http://www.tumblr.com/submit_form/YOUR-URL.tumblr.com"
  282. width="500px"></iframe>
  283. </p>
  284.  
  285. </div>
  286. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement