Advertisement
iamthemelocked

Iamthemelocked About / FAQ Page #6

Jun 7th, 2015
649
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.36 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.  
  3. <!--- Theme by iamthemelocked
  4. DO NOT REMOVE THE CREDIT
  5. DO NOT COPY
  6. DO NOT CLAIM AS YOUR OWN
  7. IF YOU DO THEN I´LL MAKE YOU INTO SHOES
  8. BIT NOT GOOD, ISN´T IT?--->
  9.  
  10. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head>
  11.  
  12. <title>About + FAQ /// {Title}</title>
  13.  
  14. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script><script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script><script>(function($){$(document).ready(function(){$("a[title]").style_my_tooltips({tip_follows_cursor:true,tip_delay_time:0,tip_fade_speed:600,attribute:"title"});});})(jQuery);</script>
  15.  
  16. <meta charset="utf-8">
  17. <meta name="viewport" content="initial-scale=1.0, width=device-width" />
  18.  
  19. <link rel="shortcut icon" href="{favicon}">
  20. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  21.  
  22. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
  23. <script src="http://code.jquery.com/ui/1.10.4/jquery-ui.js"></script>
  24.  
  25. <!--- SPECIAL FONTS --->
  26.  
  27. <link href='//fonts.googleapis.com/css?family=Open+Sans:300,400,700,400italic,700italic|Inconsolata:400,700' rel='stylesheet' type='text/css'>
  28.  
  29. <link href="http://static.tumblr.com/wgijwsy/k1Hm9ei8b/normalize.css" rel="stylesheet" type="text/css" />
  30.  
  31. <!--- SPECIAL FONTS --->
  32.  
  33. <style type="text/css">
  34.  
  35. /* basic styles */
  36.  
  37. /* --- SCROLLBAR ---*/
  38.  
  39. ::-webkit-scrollbar {background-color:#000; height:5px; width:6px}::-webkit-scrollbar-thumb:vertical {background-color:#222; height:40px;}::-webkit-scrollbar-thumb:horizontal {background-color:#f6f6f6; height:5px!important}
  40.  
  41. iframe#tumblr_controls {top:auto;bottom:0;z-index:98;opacity:.4!important;position:fixed!important;-webkit-transition:opacity .4s linear;transition:opacity .4s linear;}
  42.  
  43. iframe#tumblr_controls:hover {opacity:.67!important;}
  44.  
  45. /* --- SCROLLBAR ---*/
  46.  
  47. /* --- BODY ---*/
  48.  
  49. #s-m-t-tooltip{
  50. position:absolute;
  51. margin-top: 15px;
  52. margin-left:15px;
  53. z-index:9999999999999;
  54. background:#222222;
  55. color:#fff;
  56. text-transform:uppercase;
  57. letter-spacing:0.5px;
  58. font-family:calibri;
  59. line-height:13px;
  60. max-width:300px;
  61. font-size:8px;
  62. padding:2px 6px;
  63. -webkit-transition:all 0.4s;
  64. -moz-transition:all 0.4s;
  65. -ms-transition:all 0.4s;
  66. -o-transition:all 0.4s;
  67. transition:all 0.4s;
  68. }
  69.  
  70. body {
  71. color: #222222;
  72. background:#fafafa;
  73. font: 9px 'Trebuchet MS', sans-serif;
  74. overflow:hidden;
  75. font-family:'open sans', 'helvetica neue', arial, sans-serif;
  76. }
  77.  
  78. *, body, a, a:hover {cursor: url(http://33.media.tumblr.com/tumblr_lqs4qdUu8n1qfoi4t.png), auto;}
  79.  
  80. b, strong {color: color:#222;word-wrap:normal;}
  81. i, em {color: color:#222};word-wrap:normal;}
  82. p {margin-top:5px;margin-bottom:5px}
  83. ol {list-style:normal;}
  84. ul {list-style:square;}
  85. small {font-size:8px;}
  86. big {font-size:10px;}
  87.  
  88. blockquote {
  89. padding-left:10px;
  90. margin-left:10px;
  91. margin-top:5px;
  92. border-left:1px solid;
  93. }
  94.  
  95. a {
  96. font-weight:normal;
  97. word-wrap:initial;
  98. text-decoration:none;
  99. text-transform:lowercase;
  100. font-family:calibri;
  101. font-size:8px;
  102. color:#8f8f8f;
  103. word-wrap: break-word;
  104. -moz-outline-style:none;
  105. -webkit-transition:all 0.5s;
  106. -moz-transition:all 0.5s;
  107. -ms-transition:all 0.5s;
  108. -o-transition:all 0.5s;
  109. transition:all 0.5s;
  110. }
  111.  
  112. a:hover {
  113. -moz-outline-style:none;
  114. -webkit-transition:all 0.5s;
  115. -moz-transition:all 0.5s;
  116. -ms-transition:all 0.5s;
  117. -o-transition:all 0.5s;
  118. transition:all 0.5s;
  119. }
  120.  
  121. a:hover:nth-child(5n+1){color:#df6c7a;}
  122. a:hover:nth-child(5n+2){color:#df9a6c;}
  123. a:hover:nth-child(5n+3){color:#e5de71;}
  124. a:hover:nth-child(5n+4){color:#8bea71;}
  125. a:hover:nth-child(5n+5){color:#97c5e0;}
  126.  
  127.  
  128. .caption a, .text a, #description a, #tab18 a {
  129. padding:0px 1px;
  130. position:relative;
  131. }
  132.  
  133. .caption a:before, .text a:before, #description a:before, #tab18 a:before{
  134. content:'';
  135. top:100%;
  136. width:0;
  137. height:1px;
  138. right:50%;
  139. background:#df6c7a;
  140. position:absolute;
  141. transition:all .2s linear;
  142. -webkit-transition:all .2s linear;
  143. -moz-transition:all .2s linear;
  144. -o-transition:all .2s linear;
  145. }
  146.  
  147. .caption a:hover::before, .text a:hover::before, #description a:hover::before, #tab18 a:hover::before{
  148. width:100%;
  149. right:0;
  150. }
  151.  
  152. /* --- BODY ---*/
  153.  
  154. /* --- HEADER ---*/
  155.  
  156. #header {
  157. position:fixed;
  158. left:0;
  159. right:0;
  160. margin-left:auto;
  161. margin-right:auto;
  162. display:block;
  163. top:35px;
  164. border-top:4px solid white;
  165. border-bottom:4px solid white;
  166. height:30%;
  167. width:100%;
  168. opacity:1;
  169. z-index:9;
  170. background-image:url("http://static.tumblr.com/5eb06c26a835fe5205b7646571f24d6e/xasysa0/Z7Ynp0jbc/tumblr_static_cbp7j68ypg8c00oc44ck4c04k.jpg");
  171. background-attachment:fixed;
  172. background-position:center center;
  173. background-size:cover;
  174. background-repeat:repeat;
  175. }
  176.  
  177. .navi {
  178. position:relative;
  179. transform:translate(-50%,-50%);
  180. text-align:center;
  181. left:50%;
  182. padding:20px 20px 20px 20px;
  183. height:300px;
  184. border:8px double #fff;
  185. width:900px;top:calc(220% - 40px);
  186. background:#000;
  187. opacity:1;
  188. }
  189.  
  190. /* --- HEADER ---*/
  191.  
  192. /* --- IMAGES ---*/
  193.  
  194. #image2 img{
  195. border:2px solid #fff;position:fixed;display:inline-block;width:35px;height:35px;padding:2px;margin-left:-430px;margin-top:65px;-webkit-filter: grayscale(100%);-moz-filter: grayscale(100%);filter: grayscale(100%);-webkit-transition: all 0.3s linear;-moz-transition: all 0.3s linear;transition: all 0.3s linear;
  196. }
  197.  
  198. #image2 img:hover {
  199. -webkit-filter: grayscale(0%);-moz-filter: grayscale(0%);filter: grayscale(0%);-webkit-transition: all 0.3s linear;-moz-transition: all 0.3s linear;transition: all 0.3s linear;}
  200.  
  201. #image3 img{
  202. border:2px solid #fff;position:fixed;display:inline-block;width:35px;height:35px;padding:2px;margin-left:-430px;margin-top:115px;-webkit-filter: grayscale(100%);-moz-filter: grayscale(100%);filter: grayscale(100%);-webkit-transition: all 0.3s linear;-moz-transition: all 0.3s linear;transition: all 0.3s linear;
  203. }
  204.  
  205. #image3 img:hover {
  206. -webkit-filter: grayscale(0%);-moz-filter: grayscale(0%);filter: grayscale(0%);-webkit-transition: all 0.3s linear;-moz-transition: all 0.3s linear;transition: all 0.3s linear;}
  207.  
  208. #image4 img{
  209. border:2px solid #fff;position:fixed;display:inline-block;width:35px;height:35px;padding:2px;margin-left:-430px;margin-top:165px;-webkit-filter: grayscale(100%);-moz-filter: grayscale(100%);filter: grayscale(100%);-webkit-transition: all 0.3s linear;-moz-transition: all 0.3s linear;transition: all 0.3s linear;
  210. }
  211.  
  212. #image4 img:hover {
  213. -webkit-filter: grayscale(0%);-moz-filter: grayscale(0%);filter: grayscale(0%);-webkit-transition: all 0.3s linear;-moz-transition: all 0.3s linear;transition: all 0.3s linear;}
  214.  
  215. #image5 img{
  216. border:2px solid #fff;position:fixed;display:inline-block;width:35px;height:35px;padding:2px;margin-left:-430px;margin-top:215px;-webkit-filter: grayscale(100%);-moz-filter: grayscale(100%);filter: grayscale(100%);-webkit-transition: all 0.3s linear;-moz-transition: all 0.3s linear;transition: all 0.3s linear;
  217. }
  218.  
  219. #image5 img:hover {
  220. -webkit-filter: grayscale(0%);-moz-filter: grayscale(0%);filter: grayscale(0%);-webkit-transition: all 0.3s linear;-moz-transition: all 0.3s linear;transition: all 0.3s linear;}
  221.  
  222. /* --- IMAGES ---*/
  223.  
  224. /* --- TITLES ---*/
  225.  
  226. #title {
  227. text-transform:uppercase;
  228. font-family:'open sans', 'helvetica neue', arial, sans-serif;
  229. color:#000;
  230. position:relative;
  231. background:white;
  232. border-bottom:1px solid #f2f2f2;
  233. margin-top:0px;
  234. width:100%;
  235. display:block;
  236. padding:6px;
  237. line-height:14px;
  238. text-align:center;
  239. margin-left:0px;
  240. letter-spacing:1px;
  241. font-size:13px;
  242. z-index:999;
  243. -o-transition-duration:1s;
  244. -webkit-transition-duration:1s;
  245. -moz-transition-duration:1s;
  246. }
  247.  
  248. /* --- TITLES ---*/
  249.  
  250. /* --- LINKS ---*/
  251.  
  252. #links {
  253. bottom:0px;
  254. left:0px;
  255. width:100%;
  256. height:12px;
  257. text-align:center;
  258. padding:8px 0px;
  259. opacity:1;
  260. background-color:#000;
  261. z-index:9999;
  262. position:absolute;
  263. }
  264.  
  265. #links a{
  266. text-transform:uppercase;
  267. font-size:8px;
  268. width:auto;
  269. padding:0px;
  270. color:#fff;
  271. margin:0px 15px;
  272. position:relative;
  273. letter-spacing:0.5px;
  274. display:inline-block;
  275. }
  276.  
  277. #links a:before{
  278. content:'';
  279. top:180%;
  280. width:100%;
  281. height:1px;
  282. right:0;
  283. background:transparent;
  284. position:absolute;
  285. transition:all .2s linear;
  286. -webkit-transition:all .2s linear;
  287. -moz-transition:all .2s linear;
  288. -o-transition:all .2s linear;
  289. }
  290.  
  291. #links a:hover::before{
  292. top:100%;
  293. background:#fff;
  294. }
  295.  
  296. #titles {
  297. margin:-1px 4px 4px 0px;
  298. width:370px;
  299. height:22px;
  300. text-align:center;
  301. display:inline-block;
  302. position:relative;
  303. color:#f2f2f2;
  304. line-height:22px;
  305. overflow:hidden;
  306. text-transform:uppercase;
  307. font-size:10px;
  308. font-weight:bold;
  309. font-family:'open sans', 'helvetica neue', arial, sans-serif;
  310. letter-spacing:1px;
  311. }
  312.  
  313. #titles:nth-child(5n+1){background:#df6c7a;}
  314. #titles:nth-child(5n+2){background:#df9a6c;}
  315. #titles:nth-child(5n+3){background:#e5de71;}
  316. #titles:nth-child(5n+4){background:#8bea71;}
  317. #titles:nth-child(5n+5){background:#97c5e0;}
  318.  
  319. #about {
  320. margin-top:5px;
  321. margin-left:-365px;
  322. width:820px;
  323. height:292px;
  324. padding:0px;
  325. padding-bottom:1px;
  326. text-align:left;
  327. z-index:999999;
  328. opacity:1;
  329. display:inline-block;
  330. position:fixed;
  331. color:#f2f2f2;
  332. overflow:hidden;
  333. text-transform:uppercase;
  334. font-size:8px;
  335. font-family:calibri;
  336. letter-spacing:0.5px;
  337. }
  338.  
  339. #box {
  340. margin:10px 8px 8px 0px;
  341. width:370px;
  342. height:292px;
  343. padding:3px 10px 3px 10px;
  344. text-align:justify;
  345. z-index:999999;
  346. opacity:1;
  347. display:inline-block;
  348. position:relative;
  349. color:#f2f2f2;
  350. overflow-y:auto;
  351. overflow-x:hidden;
  352. }
  353.  
  354. #box a{
  355. text-transform:uppercase;
  356. font-size:8px;
  357. font-family:calibri;
  358. letter-spacing:0.5px;
  359. }
  360.  
  361. #box a:nth-child(5n+1){color:#df6c7a;}
  362. #box a:nth-child(5n+2){color:#df9a6c;}
  363. #box a:nth-child(5n+3){color:#e5de71;}
  364. #box a:nth-child(5n+4){color:#8bea71;}
  365. #box a:nth-child(5n+5){color:#97c5e0;}
  366.  
  367. #box a:hover {color:#fff;}
  368.  
  369. /* --- LINKS ---*/
  370.  
  371. /* --- SELECTION ---*/
  372.  
  373. ::selection {
  374. background-color:#fff;
  375. color:#222;
  376. border-radius:2px;
  377. }
  378.  
  379. ::-moz-selection {
  380. background-color:#fff;
  381. color:#222;
  382. border-radius:2px;
  383. }
  384.  
  385. /* --- SELECTION ---*/
  386.  
  387. /* --- DON´T DELETE THE CREDIT PLEASE ---*/
  388.  
  389. .credit, .credit a {
  390. width:12px;
  391. height:12px;
  392. bottom:5px;
  393. right:6px;
  394. padding:2px;
  395. font-size:8px;
  396. letter-spacing:1px;
  397. color:white;
  398. z-index:1;
  399. line-height:17px;
  400. line-height:170%;
  401. position:fixed;
  402. text-align:center;
  403. font-family:calibri;
  404. text-decoration:none;
  405. text-transform:uppercase;
  406. background-color:black;
  407. border:1px solid #cccccc;
  408. z-index:9999999999999999999999;
  409. -webkit-transition: all 0.5s ease-in-out;
  410. -moz-transition: all 0.5s ease-in-out;
  411. -o-transition: all 0.5s ease-in-out;
  412. transition: all 0.5s ease-in-out;
  413. }
  414.  
  415. .credit a:hover {
  416. -webkit-transition: all 0.5s ease-in-out;
  417. -moz-transition: all 0.5s ease-in-out;
  418. -o-transition: all 0.5s ease-in-out;
  419. transition: all 0.5s ease-in-out;
  420. background-color:black;
  421. color:white;
  422. transform:rotate(360deg);
  423. -ms-transform:rotate(360deg);
  424. -webkit-transform:rotate(360deg);}
  425.  
  426. /* --- DON´T DELETE THE CREDIT PLEASE ---*/
  427.  
  428. /* UPDATES TAB */
  429.  
  430. {CustomCSS}
  431.  
  432. </style>
  433.  
  434. <div id="title">Perhaps it's the greatest grief, after all, to be left when another is gone</div>
  435.  
  436. <div id="header"><div class="navi">
  437.  
  438. <div id="image2"><img src="https://secure.static.tumblr.com/f5ed052c1c3a8751812f38c436ff012f/xasysa0/3O8np2fo8/tumblr_static_cz061byt91ws4g0g4c08w4o8c.jpg"></div>
  439. <div id="image3"><img src="https://secure.static.tumblr.com/7c8b22272ac6ee71c79b896384f47658/xasysa0/ufJnp2fo8/tumblr_static_9zbnrwlyrq8ks8o04kck8k8w8.jpg"></div>
  440. <div id="image4"><img src="https://secure.static.tumblr.com/6285d9500efaf23eb00cb94451f6de25/xasysa0/h6Fnp2fo8/tumblr_static_36ymw5ejxku8o8008480804go.jpg"></div>
  441. <div id="image5"><img src="https://secure.static.tumblr.com/65e87cc4dc663ca8bb3afbc5628b3923/xasysa0/W8Jnp2fo9/tumblr_static_9sl1ablrt7gg48sc44808ssg0.jpg"></div>
  442.  
  443. <div id="about">
  444.  
  445. <div id="box">
  446. <div id="titles" style="background:#df6c7a;">about me box 1</div>
  447.  
  448. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis
  449. And this is <a href="/">a link</a>. And <a href="/">this</a>, <a href="/">this</a>, <a href="/">this</a>, <a href="/">this</a>, <a href="/">this</a> or <a href="/">this link</a> even.</p>
  450.  
  451. <div id="titles" style="background:#df9a6c;">about me box 2</div>
  452.  
  453. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Excepteur sint occaecat cupidata</p>
  454.  
  455. <div id="titles" style="background:#e5de71;">about me box 3</div>
  456. And this is <a href="/">a link</a>. And <a href="/">this</a>, <a href="/">this</a> or <a href="/">this link</a> even. And this is <a href="/">a link</a>. And <a href="/">this</a>, <a href="/">this</a> or <a href="/">this link</a> even. This is <a href="/">a link</a>. And <a href="/">this</a>, <a href="/">this</a> or <a href="/">this link</a> even.</p>
  457.  
  458. <div id="titles" style="background:#8bea71;">frequently asked questions</div>
  459.  
  460. And this is <a href="/">a link</a>. And <a href="/">this</a>, <a href="/">this</a> or <a href="/">this link</a> even. And <a href="/">this</a>, <a href="/">this</a> or <a href="/">this link</a> even.</p>
  461.  
  462. <div id="titles" style="background:#97c5e0;">frequently asked questions</div>
  463.  
  464. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis incididunt ut labore et dolore magna aliqua. Ut enim ad minim
  465.  
  466. </div>
  467.  
  468. <div id="box">
  469.  
  470. <iframe frameborder="0" height="265px" id="ask_form" scrolling="no" src="http://www.tumblr.com/ask_form/putyoururlhere.tumblr.com" width="100%"></iframe></p></br>
  471.  
  472. <iframe frameborder="0" scrolling="no" width="100%" height="480" id="submit_form" src="http://www.tumblr.com/submit_form/putyoururlhere.tumblr.com" style="background-color:transparent; margin-top:15px; "></iframe>
  473.  
  474. <!--pur your url where it says putyoururlhere. for example, your blog is achilliades.tumblr.com, so just put achilliades in, without the tumblr.com-->
  475.  
  476. </div>
  477.  
  478. </div></div></div>
  479.  
  480. <span class="credit">
  481. <a href="http://iamthemelocked.tumblr.com/" title="theme by iamthemelocked">TL</a></span>
  482.  
  483. <div id="links">
  484. <a href="/">Index Page</a>
  485. <a href="/archive">Archive</a>
  486. <a href="/ask">Message</a>
  487. <a href="/">Link 1</a>
  488. <a href="/">Link 2</a>
  489. <a href="http://iamthemelocked.tumblr.com/">Creator</a>
  490. </div>
  491.  
  492. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement