b0rn-to-be-wild

F.A.Q. PAGE (bright)

Mar 3rd, 2018
227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.97 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <!----
  4.  
  5. ©borntobewildcodes.tumblr.com | F.A.Q. PAGE (bright)
  6.  
  7. + Do not redistribute this page or remove the credits.
  8. + Edit as long as you keep the credits intact
  9. + Contact us if you have any questions or concerns.
  10. + If you want a custom theme you can commission us.
  11. + Thanks for using our page, we hope that you enjoy it.
  12.  
  13.  
  14. Other credits:
  15.  
  16. - Google fonts
  17. - Font Awesome icons
  18. - Jquery
  19. - Style my tooltips by Malihu
  20.  
  21. ---->
  22.  
  23. <html>
  24. <head>
  25.  
  26. <title>{Title}</title>
  27. <link rel="shortcut icon" href="{Favicon}">
  28. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  29.  
  30. </style>
  31. <style type="text/css">
  32.  
  33. /* ---------------------------- GENERAL ----------------------------- */
  34.  
  35. /* -------- BASICS ------- */
  36.  
  37. body {
  38. margin: 0;
  39. padding: 0;
  40. width: 100%;
  41. height: 100%;
  42. font-family: Helvetica;
  43. font-size: 12px;
  44. line-height: 17px;
  45. color: #777777;
  46. background-color: #f6f6f6;
  47. background-image: url('https://68.media.tumblr.com/fd25cf263f97e81a3b403a06dae0013e/tumblr_ovcale5Smk1w4d880o2_250.png');
  48. background-attachment: fixed;
  49. background-repeat: repeat;
  50. }
  51.  
  52. /* Fix */
  53.  
  54. iframe, img, embed, object, video {
  55. max-width: 100%;
  56. border: none;
  57. }
  58.  
  59. input, textarea, select, a { outline: none; }
  60.  
  61. /* Paragraph */
  62.  
  63. p {margin-top: 5px; margin-bottom: 5px;}
  64.  
  65. <--ses-->
  66. small{font-size: 90%;}
  67.  
  68. big{font-size: 110%;}
  69.  
  70. h1{
  71. margin: 0;
  72. margin-top: 10px;
  73. margin-bottom: 10px;
  74. color:#dddddd;
  75. font-family:'Marvel';
  76. font-size: 20px;
  77. line-height:25px;
  78. font-weight: normal;
  79. }
  80.  
  81. /* Captions */
  82.  
  83. h2 {
  84. font-family: Helvetica;
  85. font-size: 12px;
  86. line-height: 17px;
  87. color: #222;
  88. background-color: #dddddd;
  89. font-weight: normal;
  90. }
  91.  
  92. /* Links */
  93.  
  94. a {
  95. color:#B9BC4B;
  96. text-decoration:none;
  97. }
  98.  
  99. a:hover {
  100. color: #222;
  101. -webkit-transition: all .3s;
  102. -moz-transition: all .3s;
  103. -o-transition: all .3s;
  104. -ms-transition: all .3s;
  105. transition: all .3s;
  106. }
  107.  
  108. ul, ol, li {
  109. margin: 5px 10px;
  110. padding: 0px;
  111. }
  112.  
  113. /* Bold and italic */
  114.  
  115. b, strong {
  116. color: #555;
  117. }
  118.  
  119. i, em {
  120. color: #bbb;
  121. }
  122.  
  123. ul {
  124. margin: 0px;
  125. padding: 0px;
  126. }
  127.  
  128. a img {
  129. border: 0px;
  130. }
  131.  
  132. small {
  133. font-size: 90%;
  134. }
  135.  
  136. big {
  137. font-size: 110%;
  138. }
  139.  
  140. /* Selection */
  141.  
  142. ::-moz-selection {
  143. background: #81765A;
  144. color: #dddddd;
  145. }
  146.  
  147. ::selection {
  148. background: #81765A;
  149. color: #dddddd;
  150. }
  151.  
  152. /* Webkit scrollbar */
  153.  
  154. ::-webkit-scrollbar {
  155. width: 9px;
  156. height: 0px;
  157. }
  158.  
  159. ::-webkit-scrollbar-button:start:decrement,
  160. ::-webkit-scrollbar-button:end:increment {
  161. height: 0px;
  162. display: block;
  163. background-color: #ffffff;
  164. }
  165.  
  166. ::-webkit-scrollbar-track-piece {
  167. background-color: #ffffff;
  168. }
  169.  
  170. ::-webkit-scrollbar-thumb:vertical {
  171. height: 0px;
  172. background-color: #eeeeee;
  173. border: 4px solid #ffffff;
  174. }
  175.  
  176. /* Tumblr controls */
  177.  
  178. iframe.tmblr-iframe {
  179. top:0px!important;
  180. right:33px!important;
  181. opacity:0.8;
  182. transform:scale(0.6);
  183. transform-origin:100% 0;
  184. -webkit-transform:scale(0.8);
  185. -webkit-transform-origin:100% 0;
  186. -o-transform:scale(0.8);
  187. -o-transform-origin:100% 0;
  188. -moz-transform:scale(0.8);
  189. -moz-transform-origin:100% 0;
  190. -ms-transform:scale(0.8);
  191. -ms-transform-origin:100% 0;
  192. z-index:100000!important;
  193. filter:invert(1);
  194. -webkit-filter:invert(1);
  195. -o-filter:invert(1);
  196. -moz-filter:invert(1);
  197. -ms-filter:invert(1);
  198. }
  199.  
  200. iframe.tmblr-iframe:hover {
  201. opacity:1!important;
  202. }
  203.  
  204. /* Tooltips */
  205.  
  206. #s-m-t-tooltip {
  207. max-width: 250px;
  208. margin: 10px;
  209. padding: 5px;
  210. color: #222222;
  211. font-size: 12px;
  212. line-height: 15px;
  213. background: #ffffff;
  214. border:1px solid #eeeeee;
  215. z-index: 10000;
  216. }
  217.  
  218. /*------------ CONTAINER ------------*/
  219.  
  220. #container {
  221. position:fixed;
  222. top:50%;
  223. left:50%;
  224. width:623px;
  225. height:483px;
  226. padding-right:25px;
  227. padding-bottom:25px;
  228. -webkit-transform:translateX(-50%) translateY(-50%);
  229. -moz-transform:translateX(-50%) translateY(-50%);
  230. -ms-transform:translateX(-50%) translateY(-50%);
  231. transform:translateX(-50%) translateY(-50%);
  232. z-index:100;
  233. overflow:hidden;
  234. }
  235.  
  236. /*-- MENU --*/
  237.  
  238. #menu {
  239. position:absolute;
  240. margin-top:0px;
  241. margin-left:0px;
  242. height:30px;
  243. width:626px;
  244. padding:10px;
  245. background:#DED9E2;
  246. border:1px solid #eee;
  247. border-top-left-radius:10px;
  248. border-top-right-radius:10px;
  249. }
  250.  
  251. /* Blog title */
  252.  
  253. #blogtitle {
  254. position:absolute;
  255. margin-top:-11px;
  256. margin-left:315px;
  257. width:285px;
  258. height:31px;
  259. padding:10px;
  260. font-size:27px;
  261. line-height:30px;
  262. color:#222;
  263. background: transparent;
  264. font-family:'Marvel';
  265. text-align:right;
  266. }
  267.  
  268. /* Icons */
  269.  
  270. #icons {
  271. position:absolute;
  272. margin-top:-11px;
  273. margin-left:-10px;
  274. padding-left:15px;
  275. width:310px;
  276. height:51px;
  277. background: transparent;
  278. text-align:left;
  279. overflow:hidden;
  280. }
  281.  
  282. #icons i {
  283. display:inline-block;
  284. height:40px;
  285. margin:0px;
  286. margin-left:-2px;
  287. margin-right:-1px;
  288. padding:7px 10px;
  289. color: #222;
  290. font-size:16px;
  291. line-height:40px;
  292. text-align:center;
  293. -webkit-transition: all 0.4s ease-in-out;
  294. -moz-transition: all 0.4s ease-in-out;
  295. -o-transition: all 0.4s ease-in-out;
  296. -ms-transition: all 0.4s ease-in-out;
  297. transition: all 0.4s ease-in-out;
  298. }
  299.  
  300. #icons i:hover {
  301. color:#eeeeee;
  302. }
  303.  
  304. /* -- CONTENT BOX --*/
  305.  
  306. #contentbox{
  307. position:absolute;
  308. margin-left:0px;
  309. margin-top:51px;
  310. width:611px;
  311. max-height:455px;
  312. padding-left:15px;
  313. padding-right:20px;
  314. overflow-y:auto;
  315. z-index:10;
  316. background:#fff;
  317. border:1px solid #eee;
  318. }
  319.  
  320. #line{
  321. position:absolute;
  322. margin-top:0px;
  323. margin-left:305px;
  324. width:1px;
  325. background:#eee;
  326. height:500px;
  327. z-index:1000;
  328. }
  329.  
  330. /* Left question bubbles */
  331.  
  332. .q1, .q3, .q5, .q7, .q9{
  333. position: relative;
  334. margin:0px;
  335. margin-top:16px;
  336. width:250px;
  337. padding:15px;
  338. color:#222;
  339. background:#C8DA99;
  340. border-radius:4px;
  341. font-size:15px;
  342. cursor:pointer;
  343. }
  344.  
  345. /* Left question bubbles arrows */
  346.  
  347. .q1:before, .q3:before, .q5:before, .q7:before, .q9:before {
  348. content:"";
  349. position: absolute;
  350. left: 279px;
  351. top: 13px;
  352. width: 0;
  353. height: 0;
  354. border-top: 10px solid transparent;
  355. border-left: 15px solid #C8DA99;
  356. border-bottom: 10px solid transparent;
  357. }
  358.  
  359. /* Left answer bubbles */
  360.  
  361. .a1, .a3, .a5, .a7, .a9{
  362. position: relative;
  363. margin:0px;
  364. margin-top:10px;
  365. width:250px;
  366. padding:15px;
  367. color:#222;
  368. background:#eee;
  369. border-radius:4px;
  370. font-size:15px;
  371. border-bottom: 3px solid #C8DA99;
  372. display:none;
  373. -webkit-transition: all 0.4s ease-in-out;
  374. -moz-transition: all 0.4s ease-in-out;
  375. -o-transition: all 0.4s ease-in-out;
  376. -ms-transition: all 0.4s ease-in-out;
  377. transition: all 0.4s ease-in-out;
  378. }
  379.  
  380. /* Right question bubbles */
  381.  
  382. .q2, .q4, .q6, .q8, .q10{
  383. position: relative;
  384. margin:0px;
  385. margin-top:16px;
  386. margin-left:332px;
  387. width:250px;
  388. padding:15px;
  389. color:#222;
  390. background:#A1CFE4;
  391. border-radius:4px;
  392. font-size:15px;
  393. cursor:pointer;
  394. }
  395.  
  396. /* Right question bubbles arrows */
  397.  
  398. .q2:before, .q4:before, .q6:before, .q8:before, .q10:before {
  399. content:"";
  400. position: absolute;
  401. right: 279px;
  402. top: 13px;
  403. width: 0;
  404. height: 0;
  405. border-top: 10px solid transparent;
  406. border-right: 15px solid #A1CFE4;
  407. border-bottom: 10px solid transparent;
  408. -webkit-transition: all 0.4s ease-in-out;
  409. -moz-transition: all 0.4s ease-in-out;
  410. -o-transition: all 0.4s ease-in-out;
  411. -ms-transition: all 0.4s ease-in-out;
  412. transition: all 0.4s ease-in-out;
  413. }
  414.  
  415. /* Right question bubbles answers */
  416.  
  417. .a2, .a4, .a6, .a8, .a10{
  418. position: relative;
  419. margin:0px;
  420. margin-top:10px;
  421. margin-left:332px;
  422. width:250px;
  423. padding:15px;
  424. color:#222;
  425. background:#eee;
  426. border-radius:4px;
  427. font-size:15px;
  428. border-bottom: 3px solid #91DBED;
  429. display:none;
  430. }
  431.  
  432. /* Circles */
  433.  
  434. .circlel, .circler{
  435. position:absolute;
  436. margin-top:4px;
  437. margin-left:286px;
  438. width:6px;
  439. height:6px;
  440. background:#eee;
  441. border-radius:100%;
  442. border: 1px solid #eee;
  443. z-index:100;
  444. }
  445.  
  446. .circler{
  447. left:-316px;
  448. }
  449.  
  450. /*-- CREDIT --*/
  451.  
  452. #credit {
  453. position:fixed;
  454. top: 10px;
  455. right: 10px;
  456. width:25px;
  457. height:25px;
  458. z-index: 100000;
  459. }
  460.  
  461. #credit img{
  462. border: 1px solid #eee;
  463. }
  464.  
  465. #credit img:hover{
  466. border: 1px solid #222;
  467. }
  468.  
  469. /* --------------------------- Custom CSS -------------------------- */
  470.  
  471. {CustomCSS}
  472.  
  473. </style>
  474.  
  475. <!--Google fonts-->
  476.  
  477. <link href="https://fonts.googleapis.com/css?family=Great+Vibes|Marvel|Poiret+One|Montez|Exo" rel="stylesheet">
  478.  
  479. <!-- Font awesome -->
  480.  
  481. <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
  482.  
  483. <!--Jquery-->
  484.  
  485. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js" type="text/javascript"></script>
  486.  
  487. <!--Masonry-->
  488.  
  489. <script type="text/javascript" src="https://static.tumblr.com/imovwvl/dJWl20ley/jqueryformasonry.js"></script>
  490.  
  491. <!-- Style my tooltips -->
  492.  
  493. <script src="jquery.style-my-tooltips.js"></script>
  494. <script src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  495. <script>
  496. (function($){
  497. $(document).ready(function(){
  498. $("a[title]").style_my_tooltips({
  499. tip_follows_cursor:true,
  500. tip_delay_time: 90,
  501. tip_fade_speed: 600,
  502. attribute:"title"
  503. });
  504. });
  505. })(jQuery);
  506. </script>
  507.  
  508. <!--Hide/show on click-->
  509.  
  510. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
  511.  
  512. <script>
  513. $(document).ready(function(){
  514.  
  515. $(".q1").click(function(){
  516. $(".a1").toggle(0);
  517. });
  518.  
  519. $(".q2").click(function(){
  520. $(".a2").toggle(0);
  521. });
  522.  
  523. $(".q3").click(function(){
  524. $(".a3").toggle(0);
  525. });
  526.  
  527. $(".q4").click(function(){
  528. $(".a4").toggle(0);
  529. });
  530.  
  531. $(".q5").click(function(){
  532. $(".a5").toggle(0);
  533. });
  534.  
  535. $(".q6").click(function(){
  536. $(".a6").toggle(0);
  537. });
  538.  
  539. $(".q7").click(function(){
  540. $(".a7").toggle(0);
  541. });
  542.  
  543. $(".q8").click(function(){
  544. $(".a8").toggle(0);
  545. });
  546.  
  547. $(".q9").click(function(){
  548. $(".a9").toggle(0);
  549. });
  550.  
  551. $(".q10").click(function(){
  552. $(".a10").toggle(0);
  553. });
  554.  
  555. });
  556. </script>
  557.  
  558. <meta charset="utf-8">
  559.  
  560. </head>
  561.  
  562. <body>
  563.  
  564. <div id="container">
  565.  
  566. <div id="menu">
  567. <div id="blogtitle">Frequently asked questions</div>
  568.  
  569. <div id="icons">
  570. <a href="/" Title="Index"><i class="fa fa-home fa"></i></a>
  571. <a href="/ask" Title="Message"><i class="fa fa-envelope fa-o"></i></a>
  572. <a href="/submit" Title="Submit"><i class="fa fa-pencil fa"></i></a>
  573. <a href="/archive" Title="Archive"><i class="fa fa-history fa"></i></a>
  574. <a href="httpss://www.tumblr.com/dashboard" Title="Dashboard"><i class="fa fa-tumblr fa"></i></a>
  575. </div>
  576. <!--End icons-->
  577.  
  578. </div>
  579. <!--End menu-->
  580.  
  581. <div id="contentbox">
  582.  
  583. <div id="line"></div>
  584.  
  585.  
  586. <div class="q1"> <div class="circlel"></div>
  587. Is this a question?
  588. </div>
  589. <!--End q1-->
  590. <div class="a1"> Yes and this is an answer. </div>
  591.  
  592.  
  593. <div class="q2"> <div class="circler"></div>
  594. Is this a question?
  595. </div>
  596. <!--End q2-->
  597. <div class="a2"> Yes and this is an answer. </div>
  598.  
  599.  
  600. <div class="q3"> <div class="circlel"></div>
  601. Is this a question?
  602. </div>
  603. <!--End q3-->
  604. <div class="a3"> Yes and this is an answer. </div>
  605.  
  606.  
  607. <div class="q4"> <div class="circler"></div>
  608. Is this a question?
  609. </div>
  610. <!--End q1-->
  611. <div class="a4"> Yes and this is an answer. </div>
  612.  
  613.  
  614. <div class="q5"> <div class="circlel"></div>
  615. Is this a question?
  616. </div>
  617. <!--End q5-->
  618. <div class="a5"> Yes and this is an answer. </div>
  619.  
  620.  
  621. <div class="q6"> <div class="circler"></div>
  622. Is this a question?
  623. </div>
  624. <!--End q6-->
  625. <div class="a6"> Yes and this is an answer. </div>
  626.  
  627.  
  628. <div class="q7"> <div class="circlel"></div>
  629. Is this a question?
  630. </div>
  631. <!--End q7-->
  632. <div class="a7"> Yes and this is an answer. </div>
  633.  
  634.  
  635. <div class="q8"> <div class="circler"></div>
  636. Is this a question?
  637. </div>
  638. <!--End q8-->
  639. <div class="a8"> Yes and this is an answer. </div>
  640.  
  641.  
  642. <div class="q9"> <div class="circlel"></div>
  643. Is this a question?
  644. </div>
  645. <!--End q9-->
  646. <div class="a9"> Yes and this is an answer. </div>
  647.  
  648.  
  649. <div class="q10"> <div class="circler"></div>
  650. Is this a question?
  651. </div>
  652. <!--End q10-->
  653. <div class="a10"> Yes and this is an answer. </div>
  654.  
  655. </div>
  656. <!--End contentbox-->
  657.  
  658. </div>
  659. <!--End container-->
  660.  
  661. <!-- CREDIT (do not remove) -->
  662.  
  663. <div id="credit"><a href="http://borntobewildcodes.tumblr.com" title="page F.A.Q. PAGE by @borntobewildcodes"><img src="http://i57.tinypic.com/301g6eg.jpg"></a></div>
  664.  
  665. </body>
  666. </html>
Add Comment
Please, Sign In to add comment