Advertisement
b0rn-to-be-wild

- Pastel FAQ -

May 6th, 2016
251
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.47 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.onrg/1999/xhtml">
  3.  
  4. <!----
  5.  
  6. © borntobewildthemes.tumblr.com | "F.A.Q." (pastel)
  7.  
  8. + Please do not redistribute this page or remove credits.
  9. + You are allowed to make changes as long as you keep our credits.
  10. + If you have any questions or concerns, just contact us.
  11. + Thanks for using our page! We hope that you enjoy it!
  12.  
  13. ---->
  14.  
  15. <html>
  16.  
  17. <head>
  18.  
  19. <!--Google fonts-->
  20.  
  21. <link href='http://fonts.googleapis.com/css?family=Exo' rel='stylesheet' type='text/css'>
  22.  
  23. <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
  24.  
  25. <style type="text/css">
  26.  
  27. /* ---------------------------- GENERAL ----------------------------- */
  28.  
  29. /* -------- BASICS ------- */
  30.  
  31. body {
  32. margin:0;
  33. padding:0;
  34. width:100%;
  35. height:100%;
  36. background-color: #f1f1f1;
  37.  
  38. background-attachment: fixed;
  39. background-repeat: repeat;
  40. }
  41.  
  42. /* Paragraph */
  43.  
  44. p {margin-top:5px; margin-bottom:5px;}
  45.  
  46. <--ses-->
  47. small{font-size: 90%;}
  48.  
  49. big{font-size: 110%;}
  50.  
  51. /* Links */
  52.  
  53. a:link, a:active, a:visited{
  54. -webkit-transition: all .7s ease;
  55. -moz-transition: all .7s ease;
  56. -o-transition: all .7s ease;
  57. transition: all .7s ease;
  58. color:#000000;
  59. text-decoration:none;
  60. }
  61.  
  62. a:hover{
  63. color:#2082bc;
  64. -webkit-transition: all 0.8s ease-in-out;
  65. -moz-transition: all 0.8s ease-in-out;
  66. -o-transition: all 0.8s ease-in-out;
  67. -ms-transition: all 0.8s ease-in-out;
  68. transition: all 0.8s ease-in-out;
  69. }
  70.  
  71. a img {border: 0px;}
  72.  
  73. /* Bold and italic */
  74.  
  75. b, strong {color:#55575a;}
  76.  
  77. i, em {color:#555;}
  78.  
  79. /* Text selection */
  80.  
  81. ::-moz-selection {
  82. background: #f1f1f1;
  83. color: #333;
  84. }
  85.  
  86. ::selection {
  87. background: #f1f1f1;
  88. color: #333;
  89. }
  90.  
  91. /* Webkit scrollbar */
  92.  
  93. ::-webkit-scrollbar {
  94. width: 7px;
  95. height: 0px;
  96. }
  97.  
  98. ::-webkit-scrollbar-thumb:vertical {
  99. height: 0px;
  100. background: #CFE8F1;
  101. border:3px solid #fff;
  102. }
  103.  
  104. ::-webkit-scrollbar-button:start:decrement,
  105. ::-webkit-scrollbar-button:end:increment {
  106. height: 0px;
  107. display: block;
  108. background-color: #fff;
  109. }
  110.  
  111. ::-webkit-scrollbar-track-piece {
  112. background-color: #fff;
  113. }
  114.  
  115. /* Tumblr controls */
  116.  
  117. .iframe-controls--desktop {
  118. top:10px!important;
  119. right:10px!important;
  120. opacity:.9!important;
  121. position:fixed!important;
  122. white-space:nowrap!important;
  123. filter: invert(1);
  124. -webkit-filter: invert(1);
  125. -moz-filter: invert(1);
  126. -o-filter: invert(1);
  127. -ms-filter: invert(1);
  128. z-index:1000000 !important;
  129. }
  130.  
  131. /* Tooltips */
  132.  
  133. #s-m-t-tooltip {
  134. max-width:300px;
  135. z-index:10000000;
  136. margin:24px 14px 7px 12px;
  137. padding:8px;
  138. color:#555;
  139. background:#f1f1f1;
  140. border:1px solid #fff;
  141. font-size:12px;
  142. line-height:16px;
  143. }
  144.  
  145. /* ----------------------- MAIN CONTAINER ----------------------------- */
  146.  
  147. #container{
  148. position:fixed;
  149. top:50%;
  150. left:50%;
  151. background:#fff;
  152. border:1px solid #ddd;
  153. border-bottom-left-radius: 5px;
  154. border-bottom-right-radius: 5px;
  155. text-align:center;
  156. max-height:520px;
  157. width:680px;
  158. padding-top:20px;
  159. overflow:hidden;
  160. -webkit-transform: translateX(-50%) translateY(-50%);
  161. -moz-transform: translateX(-50%) translateY(-50%);
  162. -ms-transform: translateX(-50%) translateY(-50%);
  163. transform: translateX(-50%) translateY(-50%);
  164. }
  165.  
  166. /* Blog title */
  167.  
  168. #blogtitle{
  169. position:fixed;
  170. margin-left:0px;
  171. margin-top:-20px;
  172. width:245px;
  173. height:30px;
  174. padding:5px;
  175. line-height:30px;
  176. font-family:Exo;
  177. font-size:20px;
  178. color:#555;
  179. background:#CFE8F1;
  180. border-bottom:1px solid #ddd;
  181. border-right:1px solid #ddd;
  182. z-index:1000;
  183. }
  184.  
  185. /* Links */
  186.  
  187. #links{
  188. position:fixed;
  189. margin-left:256px;
  190. margin-top:-20px;
  191. width:414px;
  192. height:30px;
  193. padding:5px;
  194. line-height:30px;
  195. background:#fff;
  196. border-bottom:1px solid #ddd;
  197. z-index:1000;
  198. }
  199.  
  200. #links a{
  201. margin-right:15px;
  202. color:#555;
  203. font-family:Exo;
  204. font-size:12px;
  205. }
  206.  
  207. #links i{
  208. color:#CFE8F1;
  209. }
  210.  
  211. /* Following */
  212.  
  213. #faq{
  214. margin-top:25px;
  215. max-height:450px;
  216. padding:20px;
  217. font-size:14px;
  218. font-family:helvetica;
  219. line-height:20px;
  220. overflow:hidden;
  221. text-align:justify;
  222. }
  223.  
  224. #faq b{
  225. font-size:14px;
  226. color:#cfe8f1;
  227. letter-spacing:1px;
  228. }
  229.  
  230. #faq img {
  231. width:80px;
  232. height:80px;
  233. padding:10px;
  234. margin-bottom:10px;
  235. margin-right:10px;
  236. float:left;
  237. border:1px solid #ddd;
  238. background:#fff;
  239. -webkit-transition: all 0.5s ease;
  240. -moz-transition: all 0.5s ease;
  241. transition: all 0.5s ease;
  242. /* Faded images */
  243. -webkit-transition: opacity 0.8s linear;
  244. -moz-transition: opacity 0.8s linear;
  245. -o-transition: opacity 0.8s linear;
  246. -ms-transition: opacity 0.8s linear;
  247. opacity: 0.60;
  248. /*-- If you want monochrome images remove /*--
  249.  
  250. -webkit-filter: grayscale(1);
  251. -webkit-transition: all 0.5s ease-in-out;
  252. -moz-transition: all 0.5s ease-in-out;
  253. -o-transition: all 0.5s ease-in-out;
  254. -ms-transition: all 0.5s ease-in-out;
  255. transition: all 0.5s ease-in-out;
  256.  
  257. and --*/
  258. }
  259.  
  260. img:hover{
  261. opacity: 1;
  262. filter: none;
  263. -webkit-filter: grayscale(0);
  264. -webkit-transition: opacity 0.8s linear;
  265. -moz-transition: opacity 0.8s linear;
  266. -o-transition: opacity 0.8s linear;
  267. -ms-transition: opacity 0.8s linear;
  268. }
  269.  
  270. #askbox{
  271. margin-left:120px;
  272. margin-bottom:20px;
  273. margin-top:0px;
  274. width:520px;
  275. height:auto;
  276. font-family:Exo;
  277. font-size:13px;
  278. line-height:20px;
  279. }
  280.  
  281. #qua{
  282. overflow-y:auto;
  283. max-height:200px;
  284. text-align:center;
  285. }
  286.  
  287. /* Credits */
  288.  
  289. #credits {
  290. position:fixed;
  291. right:10px;
  292. top:40px;
  293. z-index:100000;
  294. }
  295.  
  296. #credits img{
  297. border:1px solid #CFE8F1;
  298. }
  299.  
  300. {CustomCSS}
  301.  
  302.  
  303. </style>
  304.  
  305. <script type="text/javascript"
  306. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  307.  
  308. <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  309.  
  310. <script src="jquery.style-my-tooltips.js"></script>
  311.  
  312. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  313. <script>
  314. (function($){
  315. $(document).ready(function(){
  316. $("[title]").style_my_tooltips({
  317. tip_follows_cursor:true,
  318. tip_delay_time:200,
  319. tip_fade_speed:300
  320. }
  321. );
  322. });
  323. })(jQuery);
  324. </script>
  325.  
  326. <meta charset="utf-8">
  327. <link rel="shortcut icon" href="{Favicon}">
  328. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  329. <meta name="viewport" content="width=device-width, initial-scale=1">
  330.  
  331. </head>
  332.  
  333. <body>
  334.  
  335. <div id="container">
  336.  
  337. <div id="blogtitle">F.A.Q.</div>
  338.  
  339. <div id="links">
  340. <a href="/"><i class="fa fa-home"></i> INDEX </a>
  341. <a href="/ask"><i class="fa fa-envelope"></i> ASK</a>
  342. <a href="/submit"><i class="fa fa-pencil"></i> SUBMIT</a>
  343. <a href="/archive"><i class="fa fa-clock-o"></i> ARCHIVE</a>
  344. </div>
  345.  
  346. <div id="faq">
  347.  
  348. <!--AVATAR-->
  349.  
  350. <img src="http://i57.tinypic.com/301g6eg.jpg"></a>
  351.  
  352. <div id="askbox">
  353.  
  354. <!-- IMPORTANT: REPLACE borntobewildthemes WITH YOUR BLOG'S URL -->
  355.  
  356. <iframe frameborder="0" border="0" scrolling="no" width="100%" height="190" allowtransparency="true" opacity="1" src="http://www.tumblr.com/ask_form/borntobewildthemes.tumblr.com"></iframe>
  357.  
  358. </div>
  359. <!--End askbox-->
  360.  
  361. <!--QUESTIONS AND ANSWERS-->
  362.  
  363. <div id="qua">
  364.  
  365. <b>Q:</b> Here is a question <br>
  366. <i> And this is an answer </i><br><br>
  367.  
  368. <b>Q:</b> Here is a question <br>
  369. <i> And this is an answer </i><br><br>
  370.  
  371. <b>Q:</b> Here is a question <br>
  372. <i> And this is an answer </i><br><br>
  373.  
  374. <b>Q:</b> Here is a question <br>
  375. <i> And this is an answer </i><br><br>
  376.  
  377. <b>Q:</b> Here is a question <br>
  378. <i> And this is an answer </i><br><br>
  379.  
  380. </div>
  381. <!--End qua-->
  382.  
  383. </div>
  384. <!--End faq-->
  385.  
  386. </div>
  387. <!--End container-->
  388.  
  389. <!--Credit (do not remove-->
  390.  
  391. <a href="http://borntobewildthemes.tumblr.com" title="Credit"><div id="credits">
  392. <img src="http://i57.tinypic.com/301g6eg.jpg"></div></a>
  393.  
  394. </body>
  395.  
  396. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement