Advertisement
hunterthemes

- Page #2 - All in one #2, vol.3 (v.1)

May 30th, 2015
388
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.01 KB | None | 0 0
  1. <html>
  2.  
  3. <!----
  4.  
  5. © hunterthemes.tumblr.com | Page #2 - All in one #2, vol.3 (v.1)
  6.  
  7. * Do not redistribute this page and claim it as your own.
  8. * Do not remove the credit or move it to another page.
  9. * Minor changes to this page are allowed.
  10.  
  11. ---->
  12.  
  13. <!-- GOOGLE FONTS -->
  14.  
  15. <link href='http://fonts.googleapis.com/css?family=Poiret+One' rel='stylesheet' type='text/css'>
  16. <link href='http://fonts.googleapis.com/css?family=Nova+Slim' rel='stylesheet' type='text/css'>
  17. <link href="https://fonts.googleapis.com/css?family=Rozha+One" rel="stylesheet">
  18. <link href="https://fonts.googleapis.com/css?family=Almendra" rel="stylesheet">
  19. <link href='http://fonts.googleapis.com/css?family=Baumans' rel='stylesheet' type='text/css'>
  20.  
  21. <style type="text/css">
  22.  
  23. /* CSS */
  24.  
  25. /*-- GENERAL --*/
  26.  
  27. body {
  28. margin: 0;
  29. padding: 0;
  30. width: 100%;
  31. height: 100%;
  32. color: #eeeeee;
  33. font-family:Helvetica, Arial, sans-serif;
  34. font-size: 11px;
  35. line-height: 13px;
  36. /*-- CHANGE BACKGROUND COLOR OF MENU SECTION --*/
  37. background-color: #ffffff;
  38. /*-- YOU CAN UPLOAD BACKGROUND IMAGE --*/
  39. background-image:url();
  40. background-attachment: fixed;
  41. background-repeat: repeat;
  42. }
  43.  
  44. h1{
  45. color: #E8BED9;
  46. font-family: Baumans;
  47. font-size: 20px;
  48. line-height: 30px;
  49. padding:5px 10px;
  50. }
  51.  
  52. h2{
  53. font-family:Helvetica, Arial, sans-serif;
  54. font-size: 11px;
  55. line-height: 13px;
  56. }
  57.  
  58. a {
  59. color: #444444;
  60. text-decoration: none;
  61. }
  62.  
  63. a:hover {
  64. text-decoration: none;
  65. color: #eee;
  66. }
  67.  
  68. b, strong {color: #fff;}
  69.  
  70. i, em {color: #ddd;}
  71.  
  72. /* Tumblr controls */
  73.  
  74. iframe.tmblr-iframe {
  75. top:0px!important;
  76. right:40px!important;
  77. opacity:0.8;
  78. transform:scale(0.6);
  79. transform-origin:100% 0;
  80. -webkit-transform:scale(0.8);
  81. -webkit-transform-origin:100% 0;
  82. -o-transform:scale(0.8);
  83. -o-transform-origin:100% 0;
  84. -moz-transform:scale(0.8);
  85. -moz-transform-origin:100% 0;
  86. -ms-transform:scale(0.8);
  87. -ms-transform-origin:100% 0;
  88. z-index:100000!important;
  89. filter:invert(1);
  90. -webkit-filter:invert(1);
  91. -o-filter:invert(1);
  92. -moz-filter:invert(1);
  93. -ms-filter:invert(1);
  94. }
  95.  
  96. iframe.tmblr-iframe:hover {
  97. opacity:1!important;}
  98.  
  99. /*-- Webkit scrollbar --*/
  100.  
  101. ::-webkit-scrollbar {
  102. width: 9px;
  103. height: 0px;
  104. }
  105.  
  106. ::-webkit-scrollbar-button:start:decrement,
  107. ::-webkit-scrollbar-button:end:increment {
  108. height: 0px;
  109. display: block;
  110. background-color: #BAD8EB;
  111. }
  112.  
  113. ::-webkit-scrollbar-track-piece {
  114. background-color: #BAD8EB;
  115. }
  116.  
  117. ::-webkit-scrollbar-thumb:vertical {
  118. height: 0px;
  119. background-color: #000;
  120. border: 4px solid #BAD8EB;
  121. }
  122.  
  123. /*-- TOOLTIPS --*/
  124.  
  125. #s-m-t-tooltip {
  126. margin:24px 14px 7px 12px;
  127. padding: 5px;
  128. max-width: 250px;
  129. color: #eeeeee;
  130. background: #000000;
  131. border: 1px solid #eeeeee;
  132. font-size: 12px;
  133. line-height: 15px;
  134. z-index: 100000;
  135. }
  136.  
  137. /* Fix */
  138.  
  139. iframe, img, embed, object, video {
  140. max-width: 100%;
  141. border: none;
  142. }
  143.  
  144. input, textarea, select, a { outline: none; }
  145.  
  146. /*------ CONTAINER -----*/
  147.  
  148. #container{
  149. position:absolute;
  150. width:100%;
  151. height:100%;
  152. left:0;
  153. top:0;
  154. }
  155.  
  156. /*-- Avatar --*/
  157.  
  158. #avatar {
  159. position:absolute;
  160. left:20px;
  161. top:20px;
  162. width:70px;
  163. height:70px;
  164. border-radius:50px;
  165. border:5px solid #000;
  166. z-index:10000;
  167. }
  168.  
  169. #avatar img {
  170. width:100%;
  171. height:100%;
  172. border-radius:100px;
  173. }
  174.  
  175. /* Blog title */
  176.  
  177. #blogtitle{
  178. margin-left:120px;
  179. margin-top:10px;
  180. height:30px;
  181. padding:20px;
  182. font-family:Baumans;
  183. font-size:35px;
  184. line-height:35px;
  185. color:#BAD8EB;
  186. letter-spacing:2px;
  187. }
  188.  
  189. /* Main icons */
  190.  
  191. #mainlinks{
  192. margin-top:0px;
  193. margin-bottom:35px;
  194. margin-left:130px;
  195. }
  196.  
  197. #mainlinks a{
  198. color:#000;
  199. font-size:12px;
  200. }
  201.  
  202. #mainlinks i{
  203. color:#000;
  204. font-size:15px;
  205. margin-left:5px;
  206. margin-right:5px;
  207. }
  208.  
  209. #mainlinks a:hover, #mainlinks a:hover i{
  210. color:#BAD8EB;
  211. -webkit-transition: all 0.5s ease-in-out;
  212. -moz-transition: all 0.6s ease-in-out;
  213. -o-transition: all 0.5s ease-in-out;
  214. transition: all 0.6s ease-in-out;
  215. }
  216.  
  217. /*-- ABOUT --*/
  218.  
  219. #about{
  220. width: -moz-calc(100% - 240px);
  221. width: -webkit-calc(100% - 240px);
  222. width: -o-calc(100% - 240px);
  223. width: calc(100% - 240px);
  224. padding: 70px 120px;
  225. height:auto;
  226. font-size:15px;
  227. line-height:25px;
  228. color:#eee;
  229. border-top:1px solid #000;
  230. /* background color of about section */
  231. background:#000;
  232. }
  233.  
  234. #about h1{
  235. margin:0px;
  236. margin-bottom:25px;
  237. font-size:30px;
  238. line-height:40px;
  239. color:#fff;
  240. }
  241.  
  242. /*-- F.A.Q. --*/
  243.  
  244. #faq{
  245. width: -moz-calc(100% - 240px);
  246. width: -webkit-calc(100% - 240px);
  247. width: -o-calc(100% - 240px);
  248. width: calc(100% - 240px);
  249. padding: 70px 120px;
  250. height:auto;
  251. font-size:15px;
  252. line-height:25px;
  253. color:#000;
  254. border-top:1px solid #000;
  255. /* background color of faq section */
  256. background:#fff;
  257. }
  258.  
  259. #faq h1{
  260. margin:0px;
  261. margin-bottom:25px;
  262. font-size:30px;
  263. line-height:40px;
  264. color:#000;
  265. }
  266.  
  267. #faq b{
  268. color:#BAD8EB;
  269. background:#000;
  270. padding:3px 6px;
  271. }
  272.  
  273. .question{
  274. font-size:20px;
  275. line-height:30px;
  276. list-style:none;
  277. }
  278.  
  279. .answer{
  280. margin-top:5px;
  281. font-size:15px;
  282. line-height:25px;
  283. list-style:none;
  284. border-bottom:1px solid #000;
  285. }
  286.  
  287. /*-- NAVIGATION --*/
  288.  
  289. #navigation{
  290. width: -moz-calc(100% - 240px);
  291. width: -webkit-calc(100% - 240px);
  292. width: -o-calc(100% - 240px);
  293. width: calc(100% - 240px);
  294. padding: 70px 120px;
  295. height:auto;
  296. font-size:15px;
  297. line-height:25px;
  298. color:#eee;
  299. border-top:1px solid #000;
  300. /* background color of links section */
  301. background:#000;
  302. }
  303.  
  304. #navigation h1{
  305. margin:0px;
  306. margin-bottom:25px;
  307. font-size:30px;
  308. line-height:40px;
  309. color:#fff;
  310. }
  311.  
  312. #links{
  313. width:450px;
  314. float:left;
  315. }
  316.  
  317. #tags{
  318. margin-left:450px;
  319. width:450px;
  320. }
  321.  
  322. /* Style of the links and tags */
  323.  
  324. #navigation a{
  325. display:inline-block;
  326. margin-left:20px;
  327. margin-top:5px;
  328. margin-bottom:5px;
  329. width:100px;
  330. padding:5px 8px;
  331. font-size:15px;
  332. overflow:hidden;
  333. color:#BAD8EB;
  334. border-bottom:1px solid #000;
  335. }
  336.  
  337. #links a:hover{
  338. border-bottom:1px solid #fff;
  339. color: #fff;
  340. -webkit-transition: all 0.5s ease-in-out;
  341. -moz-transition: all 0.6s ease-in-out;
  342. -o-transition: all 0.5s ease-in-out;
  343. transition: all 0.6s ease-in-out;
  344. }
  345.  
  346. #tags a:hover{
  347. box-shadow: inset 200px 0 0 0 #fff;
  348. color: #000;
  349. -webkit-transition: all 0.5s ease-in-out;
  350. -moz-transition: all 0.6s ease-in-out;
  351. -o-transition: all 0.5s ease-in-out;
  352. transition: all 0.6s ease-in-out;
  353. }
  354.  
  355. /*-- BLOGROLL --*/
  356.  
  357. #blogroll{
  358. width: -moz-calc(100% - 240px);
  359. width: -webkit-calc(100% - 240px);
  360. width: -o-calc(100% - 240px);
  361. width: calc(100% - 240px);
  362. padding: 70px 120px;
  363. height:auto;
  364. font-size:15px;
  365. line-height:25px;
  366. color:#000;
  367. border-top:1px solid #000;
  368. /* background color of faq section */
  369. background:#fff;
  370. }
  371.  
  372. #blogrollin{
  373. max-height:280px;
  374. overflow-y:auto;
  375. }
  376.  
  377. #blogroll h1{
  378. margin:0px;
  379. margin-bottom:25px;
  380. font-size:30px;
  381. line-height:40px;
  382. color:#000;
  383. }
  384.  
  385. #blogroll img {
  386. margin:5px;
  387. max-width: 38px;
  388. max-height: 38px;
  389. border:2px solid #eeeeee;
  390. opacity:0.8;
  391. }
  392.  
  393. #blogroll img:hover {
  394. border:2px solid #9EC3D8;
  395. opacity:1;
  396. }
  397.  
  398. /*-- CREDIT --*/
  399.  
  400. #credit {
  401. position:fixed;
  402. right: 10px;
  403. top: 5px;
  404. width: 30px;
  405. z-index: 10000;
  406. }
  407.  
  408. /* END CSS */
  409.  
  410. {CustomCSS}
  411.  
  412. </style>
  413.  
  414. <script type="text/javascript"
  415. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  416.  
  417. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
  418.  
  419. <!-- Font awesome script -->
  420.  
  421. <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
  422.  
  423. <!-- Style my tooltips script -->
  424.  
  425. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  426. <script src="jquery.style-my-tooltips.js"></script>
  427.  
  428. <script type="text/javascript" src="http://static.tumblr.com/imovwvl/dJWl20ley/jqueryformasonry.js"></script>
  429.  
  430. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  431. <script>
  432. (function($){
  433. $(document).ready(function(){
  434. $("[title]").style_my_tooltips({
  435. tip_follows_cursor:true,
  436. tip_delay_time:200,
  437. tip_fade_speed: 300
  438. }
  439. );
  440. });
  441. })(jQuery);
  442. </script>
  443. </head>
  444.  
  445. <meta charset="utf-8">
  446. <title>{Title}</title>
  447. <link rel="shortcut icon" href="{Favicon}">
  448. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  449. <meta name="viewport" content="width=device-width, initial-scale=1">
  450.  
  451. <!-- HTML -->
  452.  
  453. <body>
  454.  
  455. <!-- MAIN CONTAINER -->
  456. <div id="container">
  457.  
  458. <!-- AVATAR -->
  459. <div id="avatar"><img src="http://static.tumblr.com/f13871c690646ad4e0cafbe32d653729/6dvmes1/RjTo729cw/tumblr_static_dfth3gxehao84k8k8w8o4s4ow.png"></div>
  460.  
  461. <!-- BLOG TITLE -->
  462. <div id="blogtitle">All in one page #2</div>
  463.  
  464. <!-- MAIN ICONS -->
  465. <div id="mainlinks">
  466. <a href="/"><i class="fa fa-home"></i> INDEX /</a>
  467. <a href="/ask"><i class="fa fa-envelope"></i> ASK /</a>
  468. <a href="/submit"><i class="fa fa-pencil"></i> SUBMIT /</a>
  469. <a href="/archive"><i class="fa fa-clock-o"></i> ARCHIVE </a>
  470. </div>
  471.  
  472. <div id="about">
  473.  
  474. <h1>- About </h1>
  475.  
  476. Lorem ipsum dolor sit <b>amet</b>, consectetuer adipiscing elit. Aliquam nisi lorem, pulvinar id, commodo feugiat, vehicula et, <i>mauris</i>. Aliquam mattis porta urna. Maecenas dui neque, rhoncus sed, vehicula vitae, auctor at, nisi. Aenean id massa ut lacus molestie porta. Curabitur sit amet quam id libero suscipit venenatis.
  477.  
  478. <p>Donec placerat mauris commodo dolor. Nulla tincidunt. Nulla vitae augue.
  479. Suspendisse ac pede. Cras <u>tincidunt</u> pretium felis. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Pellentesque porttitor mi id felis. Maecenas nec augue. Praesent a quam pretium leo congue accumsan.
  480.  
  481. </div>
  482. <!--End about-->
  483.  
  484. <!-- F.A.Q. -->
  485. <div id="faq">
  486.  
  487. <h1>- Frequenly asked questions </h1>
  488.  
  489. <li class="question"> <b>1.</b> Lorem ipsum dolor sit amet? </li>
  490. <li class="answer"> Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. </li><br>
  491.  
  492. <li class="question"> <b>2.</b> Lorem ipsum dolor sit amet? </li>
  493. <li class="answer"> Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. </li><br>
  494.  
  495. <li class="question"> <b>3.</b> Lorem ipsum dolor sit amet? </li>
  496. <li class="answer"> Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. </li><br>
  497.  
  498. <li class="question"> <b>4.</b> Lorem ipsum dolor sit amet? </li>
  499. <li class="answer"> Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. </li><br>
  500.  
  501. <li class="question"> <b>5.</b> Lorem ipsum dolor sit amet? </li>
  502. <li class="answer"> Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. </li><br>
  503.  
  504. </div>
  505. <!--End faq-->
  506.  
  507. <div id="navigation">
  508.  
  509. <!-- LINKS -->
  510. <h1>- Navigation</h1>
  511.  
  512. <div id="links">
  513. <a href="http://">- Link 01 </a>
  514. <a href="http://">- Link 02 </a>
  515. <a href="http://">- Link 03 </a>
  516. <a href="http://">- Link 04 </a>
  517. <a href="http://">- Link 05 </a>
  518. <a href="http://">- Link 06 </a>
  519. <a href="http://">- Link 07 </a>
  520. <a href="http://">- Link 08 </a>
  521. <a href="http://">- Link 09 </a>
  522. </div>
  523. <!--End links-->
  524.  
  525. <div id="tags">
  526. <a href="http://">#tag01 </a>
  527. <a href="http://">#tag02 </a>
  528. <a href="http://">#tag03 </a>
  529. <a href="http://">#tag04 </a>
  530. <a href="http://">#tag05 </a>
  531. <a href="http://">#tag06 </a>
  532. <a href="http://">#tag07 </a>
  533. <a href="http://">#tag08 </a>
  534. <a href="http://">#tag09 </a>
  535. </div>
  536. <!--End tags-->
  537.  
  538. </div>
  539. <!--End navigation-->
  540.  
  541. <!-- BLOGROLL-->
  542. <div id="blogroll">
  543.  
  544. <h1>- Following </h1>
  545.  
  546. <div id="blogrollin">
  547. <center>
  548. {block:Following}
  549. {block:Followed}
  550. <a title="{FollowedName}" href="{FollowedURL}">
  551. <img src="{FollowedPortraitURL-128}" /></a>
  552. {/block:Followed}
  553. {/block:Following}
  554. </center>
  555. </div>
  556. <!--End blogrollin-->
  557. </div>
  558. <!--End blogroll-->
  559.  
  560. </div>
  561. <!--End container-->
  562.  
  563. <!-- CREDIT (DO NOT REMOVE) -->
  564. <div id="credit"><a href="https://www.hunterthemes.tumblr.com">
  565. <img src="https://66.media.tumblr.com/b29d8873c09628252057b9408a7c4a88/tumblr_plbuq65td51uo5urho1_100.png" title="theme by hunter themes"></a></div>
  566.  
  567. </body>
  568. </html>
  569.  
  570. <!-- END HTML -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement