Advertisement
iamthemelocked

Iamthemelocked About / FAQ Page #7

Jul 11th, 2015
1,403
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.31 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 /// {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="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  23.  
  24. <!--- SPECIAL FONTS --->
  25.  
  26. <link href='http://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>
  27.  
  28. <link href='//fonts.googleapis.com/css?family=Open+Sans:300,400,700,400italic,700italic|Inconsolata:400,700' rel='stylesheet' type='text/css'>
  29.  
  30. <link href="http://static.tumblr.com/wgijwsy/k1Hm9ei8b/normalize.css" rel="stylesheet" type="text/css" />
  31.  
  32. <!--- SPECIAL FONTS --->
  33.  
  34. <style type="text/css">
  35.  
  36. /* basic styles */
  37.  
  38. /* --- SCROLLBAR ---*/
  39.  
  40. ::-webkit-scrollbar {background-color:white; height:5px; width:4px}::-webkit-scrollbar-thumb:vertical {background-color:#8bea71; height:40px;}::-webkit-scrollbar-thumb:horizontal {background-color:#f6f6f6; height:5px!important}
  41.  
  42. 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;}
  43.  
  44. iframe#tumblr_controls:hover {opacity:.67!important;}
  45.  
  46. /* --- SCROLLBAR ---*/
  47.  
  48. /* --- BODY ---*/
  49.  
  50. #s-m-t-tooltip{
  51. position:absolute;
  52. margin-top: 15px;
  53. margin-left:15px;
  54. z-index:9999999999999;
  55. background:#222222;
  56. color:#fff;
  57. text-transform:uppercase;
  58. letter-spacing:0.5px;
  59. font-family:calibri;
  60. line-height:13px;
  61. max-width:300px;
  62. font-size:8px;
  63. padding:2px 6px;
  64. -webkit-transition:all 0.4s;
  65. -moz-transition:all 0.4s;
  66. -ms-transition:all 0.4s;
  67. -o-transition:all 0.4s;
  68. transition:all 0.4s;
  69. }
  70.  
  71. body {
  72. color: #222222;
  73. background:#fafafa;
  74. font: 9px 'Trebuchet MS', sans-serif;
  75. overflow:hidden;
  76. font-family:'open sans', 'helvetica neue', arial, sans-serif;
  77. }
  78.  
  79. *, body, a, a:hover {cursor: url(http://33.media.tumblr.com/tumblr_lqs4qdUu8n1qfoi4t.png), auto;}
  80.  
  81. b, strong {color: color:#222;word-wrap:normal;}
  82. i, em {color: color:#222};word-wrap:normal;}
  83. p {margin-top:5px;margin-bottom:5px}
  84. ol {list-style:normal;}
  85. ul {list-style:square;}
  86. small {font-size:8px;}
  87. big {font-size:10px;}
  88.  
  89. blockquote {
  90. padding-left:10px;
  91. margin-left:10px;
  92. margin-top:5px;
  93. border-left:1px solid;
  94. }
  95.  
  96. a {
  97. font-weight:normal;
  98. word-wrap:initial;
  99. text-decoration:none;
  100. word-wrap: break-word;
  101. -moz-outline-style:none;
  102. -webkit-transition:all 0.5s;
  103. -moz-transition:all 0.5s;
  104. -ms-transition:all 0.5s;
  105. -o-transition:all 0.5s;
  106. transition:all 0.5s;
  107. }
  108.  
  109. a:hover {
  110. -moz-outline-style:none;
  111. -webkit-transition:all 0.5s;
  112. -moz-transition:all 0.5s;
  113. -ms-transition:all 0.5s;
  114. -o-transition:all 0.5s;
  115. transition:all 0.5s;
  116. }
  117.  
  118. /* --- BODY ---*/
  119.  
  120. /* --- BOXES ---*/
  121.  
  122. #navi{
  123. margin-top:150px;
  124. left:0;right:0;margin-left:auto;margin-right:auto;
  125. height:351px;
  126. width:658px;
  127. text-align:left;
  128. z-index:999999;
  129. background:white;
  130. opacity:1;
  131. display:inline-block;
  132. position:fixed;
  133. border-bottom:5px solid black;
  134. overflow:hidden;
  135. -webkit-transition:all 0.5s;
  136. -moz-transition:all 0.5s;
  137. -ms-transition:all 0.5s;
  138. -o-transition:all 0.5s;
  139. transition:all 0.5s;
  140. }
  141.  
  142. .box {
  143. float:right;
  144. width:425px;
  145. margin-top: -117px;
  146. margin-left:126px;
  147. height:318px;
  148. overflow:auto;
  149. padding-right:10px;
  150. background:white;
  151. display:block;
  152. text-align:justify;
  153. line-height:12px;
  154. position: absolute;
  155. font-family:'open sans', 'helvetica neue', arial, sans-serif;
  156. font-size:12px;
  157. top:141px;
  158. left:-65px;
  159. }
  160.  
  161. .box a {
  162. font-family:'open sans', 'helvetica neue', arial, sans-serif;
  163. font-size:11px;
  164. display:inline-block;
  165. color:#b6b6b6;
  166. text-decoration: none!important;
  167. outline:none;
  168. }
  169.  
  170. .box a:hover:nth-child(5n+1){color:#df6c7a;}
  171. .box a:hover:nth-child(5n+2){color:#df9a6c;}
  172. .box a:hover:nth-child(5n+3){color:#e5de71;}
  173. .box a:hover:nth-child(5n+4){color:#8bea71;}
  174. .box a:hover:nth-child(5n+5){color:#97c5e0;}
  175.  
  176. #boximage img{
  177. width:113px;
  178. height:113px;
  179. position:absolute;
  180. margin-top:22px;
  181. padding:2px;
  182. border:1px solid #f8f8f8;
  183. margin-left:515px;
  184. }
  185.  
  186. [type=radio]:checked ~ label {text-align:right;color:#fff;background-color:#df6c7a;text-decoration:none!important;font-weight:bold;}
  187. [type=radio]:checked ~ label {background:#f8f8f8;color:#000;}
  188.  
  189. [type=radio]:checked ~ label ~ .box {z-index: 1;}
  190.  
  191. .click label{color:white;width:12px;padding:5px;margin:125px 0px -123px 0px;text-transform: uppercase;height:12px;text-align:center;display:block;font-family:calibri;font-size:10px;line-height:12px;background:black;}
  192. .click label:hover {color:white;background-color:#8bea71;}
  193. .click [type=radio] {display: none;}
  194.  
  195. /* --- BOXES ---*/
  196.  
  197. /* --- TITLES ---*/
  198.  
  199. #title {
  200. text-transform:uppercase;
  201. font-family:'open sans', 'helvetica neue', arial, sans-serif;
  202. color:#fff;
  203. position:relative;
  204. margin-top:-16px;
  205. width:340px;
  206. overflow:hidden;
  207. display:block;
  208. text-align:left;
  209. margin-left:5px;
  210. letter-spacing:1px;
  211. font-size:13px;
  212. }
  213.  
  214. #info {
  215. text-transform:uppercase;
  216. font-family:calibri;
  217. color:#222;
  218. position:relative;
  219. margin-top:49px;
  220. width:113px;
  221. border-top:2px solid black;
  222. overflow:hidden;
  223. display:block;
  224. padding-top:3px;
  225. text-align:right;
  226. position:fixed;
  227. z-index:99999999;
  228. margin-left:518px;
  229. letter-spacing:0.5px;
  230. font-size:8px;
  231. }
  232.  
  233. .sub {
  234. font-weight:bold;
  235. font-family: 'Montserrat', sans-serif;
  236. font-size:12px;
  237. background:#8bea71;
  238. color:white;
  239. line-height:13px;
  240. margin-bottom:5px;
  241. text-transform:uppercase;
  242. border-right:5px solid black;
  243. padding:3px 8px 2px 8px;
  244. }
  245.  
  246. /* --- TITLES ---*/
  247.  
  248. /* --- LINKS ---*/
  249.  
  250. #links {
  251. margin-top:120px;
  252. left:0;right:0;margin-left:auto;margin-right:auto;
  253. width:650px;
  254. height:12px;
  255. text-align:right;
  256. padding:8px 4px;
  257. opacity:1;
  258. background-color:#000;
  259. z-index:9999999999999999;
  260. position:absolute;
  261. }
  262.  
  263. #links a{
  264. text-transform:uppercase;
  265. font-size:8px;
  266. width:auto;
  267. padding:0px;
  268. font-family:calibri;
  269. color:#fff;
  270. margin:0px 8px 0px 8px;
  271. position:relative;
  272. letter-spacing:0.5px;
  273. display:inline-block;
  274. }
  275.  
  276. #links a:before{
  277. content:'';
  278. top:95%;
  279. width:0%;
  280. height:1px;
  281. right:50%;
  282. background:transparent;
  283. position:absolute;
  284. transition:all .2s linear;
  285. -webkit-transition:all .2s linear;
  286. -moz-transition:all .2s linear;
  287. -o-transition:all .2s linear;
  288. }
  289.  
  290. #links a:hover::before{
  291. width:100%;
  292. right:0%;
  293. background:#8bea71;
  294. }
  295.  
  296. /* --- LINKS ---*/
  297.  
  298. /* --- SELECTION ---*/
  299.  
  300. ::selection {
  301. background-color:#fff;
  302. color:#222;
  303. border-radius:2px;
  304. }
  305.  
  306. ::-moz-selection {
  307. background-color:#fff;
  308. color:#222;
  309. border-radius:2px;
  310. }
  311.  
  312. /* --- SELECTION ---*/
  313.  
  314. /* --- DON´T DELETE THE CREDIT PLEASE ---*/
  315.  
  316. .credit, .credit a {
  317. width:12px;
  318. height:12px;
  319. bottom:5px;
  320. right:6px;
  321. padding:2px;
  322. font-size:8px;
  323. letter-spacing:1px;
  324. color:white;
  325. line-height:17px;
  326. line-height:170%;
  327. position:fixed;
  328. text-align:center;
  329. font-family:calibri;
  330. text-transform:uppercase;
  331. background-color:#8bea71;
  332. border:1px solid #cccccc;
  333. z-index:9999999999999999999999;
  334. -webkit-transition: all 0.5s ease-in-out;
  335. -moz-transition: all 0.5s ease-in-out;
  336. -o-transition: all 0.5s ease-in-out;
  337. transition: all 0.5s ease-in-out;
  338. }
  339.  
  340. .credit a:hover {
  341. -webkit-transition: all 0.5s ease-in-out;
  342. -moz-transition: all 0.5s ease-in-out;
  343. -o-transition: all 0.5s ease-in-out;
  344. transition: all 0.5s ease-in-out;
  345. background-color:black;
  346. color:white;
  347. transform:rotate(360deg);
  348. -ms-transform:rotate(360deg);
  349. -webkit-transform:rotate(360deg);}
  350.  
  351. /* --- DON´T DELETE THE CREDIT PLEASE ---*/
  352.  
  353. {CustomCSS}
  354.  
  355. </style>
  356.  
  357. <div id="navi">
  358.  
  359. <div id="boximage"><img src="https://36.media.tumblr.com/fccdc21fde7a5a81346180de2f1ebaeb/tumblr_nrbl4ssgqx1ua6ufwo1_100.jpg"></div>
  360.  
  361. <div class="click">
  362. <input type="radio" id="tab-1" name="tab-group-1" checked>
  363. <label for="tab-1"><a title="Main Page">#1</a></label>
  364.  
  365. <div class="box">
  366.  
  367. <div class="sub"><center> ··· My favourite quote ··· </center></div>
  368. <center>"Great men are meteors, destined to burn so that earth may be lighted."</center></p><b> - Napoleon Bonaparte, I.</b>
  369.  
  370. </br></br></br>
  371.  
  372. <div class="sub"> ··· About Section Title</div>
  373.  
  374. 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 nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
  375. 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 nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. </br></br>
  376. 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 nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
  377.  
  378. </br></br></br>
  379.  
  380. </div></div>
  381.  
  382. <div class="click">
  383. <input type="radio" id="tab-2" name="tab-group-1"><label for="tab-2">
  384. <a title="Personal">#2</a></label>
  385.  
  386. <div class="box">
  387.  
  388. <div class="sub"> ··· About Section Title</div>
  389.  
  390. 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 nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
  391.  
  392. </br></br></br>
  393.  
  394. <div class="sub"> ··· About Section Title</div>
  395.  
  396. 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 nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
  397.  
  398. </br></br></br>
  399.  
  400. <div class="sub"> ··· About Section Title</div>
  401.  
  402. <a href="/tagged/">your tag #1</a>
  403. <a href="/tagged/">your tag #2</a>
  404. <a href="/tagged/">your tag #3</a>
  405. <a href="/tagged/">your tag #4</a>
  406. <a href="/tagged/">your tag #5</a>
  407. 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 nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
  408. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia.
  409.  
  410. </div></div>
  411.  
  412. <div class="click">
  413. <input type="radio" id="tab-3" name="tab-group-1">
  414. <label for="tab-3"><a title="Ask + FAQ">#3</a></label>
  415.  
  416. <div class="box">
  417.  
  418. <div class="sub"> ··· FAQ Section Title</div>
  419.  
  420. 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 nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
  421.  
  422. </br></br></br>
  423. <iframe frameborder="0" height="195px" id="ask_form" scrolling="no" src="http://www.tumblr.com/ask_form/putyoururlhere.tumblr.com" width="100%"></iframe></p></br>
  424.  
  425. </div></div>
  426.  
  427. <div class="click">
  428. <input type="radio" id="tab-4" name="tab-group-1">
  429. <label for="tab-4"><a title="Submit + FAQ">#4</a></label>
  430.  
  431. <div class="box">
  432.  
  433. <div class="sub"> ··· FAQ Section Title</div>
  434.  
  435. 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 nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
  436.  
  437. </br>
  438.  
  439. <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></p></br>
  440.  
  441. </div></div>
  442.  
  443. <div id="info">
  444. <b>Name:</b> Maria;</br>
  445. <b>Birthday:</b> August 18th;</br>
  446. <b>Nationality:</b> German;</br>
  447. <b>Sign & MBTI:</b> Leo, ESFP;</br>
  448. <b>Occupation:</b> History & Anglistics Student;</br>
  449. <b>Likes:</b> Rain, Travelling, HTML, History, Mythology;</br>
  450. <b>Fandoms:</b> ASOIAF/GOT, Sherlock, Doctor Who, LOTR, Harry Potter, House;</br>
  451. <b>Fave Characters:</b> Jaime Lannister, Irene Adler;</br>
  452. </div>
  453.  
  454. </div>
  455.  
  456. <div id="links">
  457. <a href="/">Index</a>
  458. <a href="/ask">Message</a>
  459. <a href="/">Link 1</a>
  460. <a href="/">Link 2</a>
  461. <a href="http://iamthemelocked.tumblr.com/">Creator</a>
  462. <div id="title">Meteors; destined to burn</div>
  463. </div>
  464.  
  465. <span class="credit">
  466. <a href="http://iamthemelocked.tumblr.com/" title="theme by iamthemelocked">TL</a></span>
  467.  
  468. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement