Advertisement
heavenlydoctor

All in one page by clarascapaldis

Aug 16th, 2014
1,140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.93 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.  
  5. <!---THEME BY CLARASCAPALDIS, STANDARD RULES APPLY. THEME BLOG: ELISIONTHEMES.TUMBLR.COM. ENJOY!---->
  6.  
  7.  
  8. <title>Navigation</title>
  9. <link rel="shortcut icon" href="{Favicon}" />
  10.  
  11. <script type="text/javascript"
  12. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js">
  13. </script>
  14.  
  15. <script type="text/javascript">
  16.  
  17. $(document).ready(function() {
  18.  
  19. $(".tab_content").hide();
  20. $(".tab_content:first").show();
  21.  
  22. $("ul.tabs li").click(function() {
  23. $("ul.tabs li").removeClass("active");
  24. $(this).addClass("active");
  25. $(".tab_content").hide();
  26. var activeTab = $(this).attr("rel");
  27. $("#"+activeTab).fadeIn();
  28. });
  29. });
  30.  
  31. </script>
  32.  
  33. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  34.  
  35. <script>
  36.  
  37. (function($){
  38.  
  39. $(document).ready(function(){
  40.  
  41. $("a[title]").style_my_tooltips({
  42.  
  43. tip_follows_cursor:true,
  44.  
  45. tip_delay_time:30,
  46.  
  47. tip_fade_speed:300,
  48.  
  49. attribute:"title"
  50.  
  51. });
  52.  
  53. });
  54.  
  55. })(jQuery);
  56.  
  57. </script>
  58.  
  59. <link href='http://fonts.googleapis.com/css?family=Lato' rel='stylesheet' type='text/css'>
  60.  
  61. <link href='http://fonts.googleapis.com/css?family=Roboto:300' rel='stylesheet' type='text/css'>
  62.  
  63.  
  64. <style type="text/css">
  65.  
  66. /*SCROLLBAR*/
  67. ::-webkit-scrollbar {
  68. height:5px;
  69. width: 5px;
  70. background-color:transparent;
  71. }
  72.  
  73. ::-webkit-scrollbar-thumb{
  74. border-radius:4px;
  75. background-color:#ddd; /*change scrollbar color*/
  76. }
  77.  
  78. #s-m-t-tooltip {
  79. position:absolute;
  80. margin:15px 15px;
  81. z-index:9999;
  82. font-size:7.5px;
  83. text-transform:uppercase;
  84. letter-spacing:1px;
  85. font-family:helvetica;
  86. color:#777;
  87. background-color:#fff;
  88. padding:2px 3px;
  89. border:1px solid #bbb;
  90. }
  91.  
  92. body {
  93. background-color:#fff; /*change background color*/
  94. }
  95.  
  96. blockquote {
  97. border-left:2px solid #e6e6e6;
  98. margin-left:10px;
  99. padding-left:8px;
  100. margin-top:10px;
  101. }
  102.  
  103. ul.tabs {
  104. padding: 0;
  105. float: left;
  106. list-style: none;
  107. height: 32px;
  108. width: 500px;
  109. position:relative;
  110. margin-top:-60px;
  111. border-radius:2px;
  112. }
  113.  
  114. ul.tabs li {
  115. font-size:12px;
  116. letter-spacing:2px;
  117. font-family:'Lato', calibri;
  118. float: left;
  119. cursor: pointer;
  120. padding: 0px 21px;
  121. line-height: 31px;
  122. overflow: hidden;
  123. position: relative;
  124. width:83px;
  125. text-align:center;
  126. text-transform:uppercase;
  127. color:#a4a4a4;
  128. }
  129.  
  130. ul.tabs li:hover, ul.tabs li.active {
  131. color:#000;
  132. }
  133.  
  134. .tab_container {
  135. border: 1px solid #d8d8d8;
  136. clear: both;
  137. float: left;
  138. width: 500;
  139. background: #FFFFFF;
  140. height:350px;
  141. position:absolute;
  142. overflow-y:auto;
  143. overflow-x:hidden;
  144. }
  145.  
  146. .tab_content {
  147. padding: 30px 35px;
  148. font-size: 15px;
  149. display: none;
  150. font-family:calibri;
  151. }
  152.  
  153. /*basic things*/
  154. .container {
  155. margin-left: auto;
  156. margin-right: auto;
  157. width:550px;
  158. height:400px;
  159. margin-top:200px;
  160. }
  161.  
  162. #title {
  163. font-size:23px;
  164. text-transform:uppercase;
  165. font-family:'Roboto', helvetica;
  166. margin-bottom:20px;
  167. letter-spacing:6px;
  168. text-align:center;
  169. color:#6e6e6e;
  170. }
  171.  
  172. #about, #faqask, .links {
  173. overflow-y:auto;
  174. height:280px;
  175. width:435px;
  176. }
  177.  
  178. .back {
  179. text-transform:uppercase;
  180. font-family:helvetica;
  181. font-size:7px;
  182. letter-spacing:2px;
  183. margin-top:363px;
  184. margin-left:5px;
  185. position:absolute;
  186. color:#777;
  187. }
  188.  
  189. .credit {
  190. position:absolute;
  191. bottom:10px;
  192. right:10px;
  193. font-size:11px;
  194. letter-spacing:1px;
  195. }
  196.  
  197. .back a, .credit a {
  198. color:#777;
  199. text-decoration:none;
  200. }
  201.  
  202. .back a:hover {
  203. text-decoration:underline;
  204. }
  205.  
  206. /*about*/
  207. .desc {
  208. display:inline-block;
  209. float:right;
  210. font-size:12px;
  211. line-height:18px;
  212. width:280px;
  213. padding-right:10px;
  214. }
  215.  
  216. .image {
  217. display:inline-block;
  218. }
  219.  
  220. .image img {
  221. width:100px;
  222. height:100px;
  223. border:10px solid #eee; /*change about image border color*/
  224. float:left;
  225. position:absolute;
  226. margin-top:-10px;
  227. }
  228.  
  229. .details {
  230. position:absolute;
  231. font-family:helvetica;
  232. font-size:10px;
  233. text-transform:uppercase;
  234. margin-top:115px;
  235. width:110px;
  236. height:95px;
  237. overflow:hidden;
  238. line-height:16px;
  239. }
  240.  
  241. /*ask + faq*/
  242. #question {
  243. font-family:'Lato', calibri;
  244. text-transform:uppercase;
  245. font-size:12px;
  246. letter-spacing:1px;
  247. }
  248.  
  249. .qna {
  250. display:inline-block;
  251. width:210px;
  252. color:#6e6e6e;
  253. }
  254.  
  255. /*links*/
  256.  
  257. .links a {
  258. font-family:'Lato', calibri;
  259. font-size:12px;
  260. letter-spacing:1px;
  261. text-decoration:none;
  262. color:#a4a4a4;
  263. display:inline-block;
  264. width:170px;
  265. padding:15px 10px;
  266. margin:10px;
  267. text-transform:uppercase;
  268. background-color:#f5f5f5;
  269. }
  270.  
  271. .links a:hover {
  272. color:#6e6e6e;
  273. }
  274.  
  275. /*blogroll*/
  276. .following {
  277. margin:5px;
  278. display:inline-block;
  279. }
  280.  
  281. .following img {
  282. border:1px solid #eee;
  283. padding:3px;
  284. }
  285.  
  286. #broll .following img, #broll:hover .following img:hover {
  287. -webkit-filter: grayscale(0%);
  288. -webkit-transition: all 0.6s ease-in-out;
  289. -moz-transition: all 0.6s ease-in-out;
  290. -o-transition: all 0.6s ease-in-out;
  291. -ms-transition: all 0.6s ease-in-out;
  292. transition: all 0.6s ease-in-out;
  293. }
  294.  
  295. #broll:hover .following img {
  296. -webkit-filter: grayscale(100%);
  297. -webkit-transition: all 0.6s ease-in-out;
  298. -moz-transition: all 0.6s ease-in-out;
  299. -o-transition: all 0.6s ease-in-out;
  300. -ms-transition: all 0.6s ease-in-out;
  301. transition: all 0.6s ease-in-out;
  302. }
  303.  
  304. #broll {
  305. overflow-y:auto;
  306. height:230px;
  307. width:435px;
  308. padding-right:0px;
  309. }
  310.  
  311.  
  312.  
  313.  
  314.  
  315. </style>
  316. </head>
  317. <body>
  318.  
  319. <!---change tab names--->
  320. <div class="container">
  321. <ul class="tabs">
  322. <li class="active" rel="tab1">about</li>
  323. <li rel="tab2"> ask + faq</li>
  324. <li rel="tab3"> links</li>
  325. <li rel="tab4"> blogroll</li>
  326. </ul>
  327.  
  328.  
  329. <div class="tab_container">
  330.  
  331.  
  332.  
  333.  
  334.  
  335.  
  336. <!------------------------about tab------------------------->
  337.  
  338.  
  339. <div id="tab1" class="tab_content">
  340.  
  341. <div id="about">
  342. <!---title (about)--->
  343. <div id="title">about</div>
  344.  
  345. <!--change about image here--->
  346. <div class="image"><img src="https://31.media.tumblr.com/00b0fada8eedeccb74ec69d98e6859e8/tumblr_inline_mq79vdMWzv1qz4rgp.png"></div>
  347.  
  348. <div class="details">
  349.  
  350. <!---name, age, country and details-->
  351. <strong>name:</strong> name here
  352. <br>
  353. <strong>age:</strong> age here
  354. <br>
  355. <strong>country:</strong> country
  356. <br>
  357. <strong>others:</strong> other things
  358.  
  359. </div>
  360.  
  361. <div class="desc">
  362.  
  363. <!--description here--->
  364. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam sagittis euismod lectus, ornare auctor libero iaculis vel. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Ut rutrum facilisis orci sit amet mollis. Morbi ac aliquam justo, eu auctor libero. Mauris ornare ipsum tincidunt, fringilla nulla at, congue urna. Mauris in varius mauris, in vehicula tortor. Nulla vehicula, lorem eu ultrices tincidunt, enim nibh mollis sapien, vitae porttitor dui felis ac turpis. Integer eleifend mollis eleifend. In dapibus ullamcorper felis, ornare imperdiet elit tincidunt vel. Nam pretium congue mauris quis tristique. Integer feugiat erat sed eros mollis, feugiat pellentesque augue sagittis. Morbi id velit in risus imperdiet vestibulum.
  365. <!---end description--->
  366.  
  367. </div>
  368. </div>
  369. </div>
  370. <!----------------------end about tab-------------------------->
  371.  
  372.  
  373.  
  374.  
  375.  
  376.  
  377.  
  378. <!-------------------------ask + faq tab----------------------------->
  379.  
  380.  
  381. <div id="tab2" class="tab_content">
  382. <div id="faqask">
  383.  
  384. <!---title (faq)--->
  385. <div id="title">faq</div>
  386.  
  387. <div class="qna">
  388. <div id="question">here is a question</div>
  389. <blockquote>and here is an answer</blockquote>
  390. </div>
  391.  
  392. <div class="qna">
  393. <div id="question">here is a question</div>
  394. <blockquote>and here is an answer</blockquote>
  395. </div>
  396.  
  397. <div class="qna">
  398. <div id="question">here is a question</div>
  399. <blockquote>and here is an answer</blockquote>
  400. </div>
  401.  
  402. <div class="qna">
  403. <div id="question">here is a question</div>
  404. <blockquote>and here is an answer</blockquote>
  405. </div>
  406.  
  407. <div class="qna">
  408. <div id="question">here is a question</div>
  409. <blockquote>and here is an answer</blockquote>
  410. </div>
  411.  
  412. <!---if you want to add a new question copy and paste from here--->
  413. <div class="qna">
  414. <div id="question">here is a question</div>
  415. <blockquote>and here is an answer</blockquote>
  416. </div>
  417. <!---to here--->
  418.  
  419. <!---title (ask)--->
  420. <div id="title" style="margin-top:15px">ask</div>
  421.  
  422. <!---ask box (remember to change YOURURLHERE to your actual url!)--->
  423. <iframe frameborder="0" scrolling="no" width="98%" height="190" src="http://www.tumblr.com/ask_form/YOURURLHERE.tumblr.com" style="background-color:transparent; overflow:hidden;" id="ask_form"></iframe><!--[if IE]><script type="text/javascript">document.getElementById('ask_form').allowTransparency=true;</script><![endif]-->
  424.  
  425. </div>
  426. </div>
  427. <!-------------------end ask + faq tab------------------------>
  428.  
  429.  
  430.  
  431.  
  432.  
  433.  
  434. <!-------------------------links tab---------------------------->
  435.  
  436.  
  437. <div id="tab3" class="tab_content">
  438.  
  439. <div class="links">
  440.  
  441. <div id="title">links</div>
  442.  
  443. <a href="/">link one</a>
  444. <a href="/">link two</a>
  445. <a href="/">link three</a>
  446. <a href="/">link four</a>
  447. <a href="/">link five</a>
  448. <a href="/">link six</a>
  449. <a href="/">link seven</a>
  450. <a href="/">link eight</a>
  451. <a href="/">link nine</a>
  452. <a href="/">link ten</a>
  453.  
  454. </div>
  455.  
  456. </div>
  457. <!--------------------------end links tab-------------------------->
  458.  
  459.  
  460.  
  461.  
  462.  
  463.  
  464. <!--------------------------blogroll tab------------------------------>
  465.  
  466.  
  467. <div id="tab4" class="tab_content">
  468.  
  469. <!-----title (blogroll)----->
  470. <div id="title">blogroll</div>
  471.  
  472. <div id="broll">
  473.  
  474. {block:Following}{block:Followed}
  475. <div class="following">
  476. <a target="_blank" href='{FollowedURL}' title='{FollowedName}'><img src='{FollowedPortraitURL-40}'></a>
  477. </div>
  478. {block:Followed}{/block:Following}
  479. </div>
  480. </div>
  481.  
  482. </div> <!--.tab_container-->
  483. <div class="back">&larr; <a href="/">back</a></div>
  484. </div>
  485. <!----DO NOT REMOVE---->
  486. <div class="credit"><a href="http://gloriousponds.co.vu/" title="theme by clarascapaldis">✖✖✖</a></div>
  487.  
  488.  
  489. </body>
  490. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement