Advertisement
hunterthemes

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

May 2nd, 2015
423
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.09 KB | None | 0 0
  1. <html>
  2.  
  3. <!----
  4.  
  5. © hunterthemes.tumblr.com | Page #1 - All in one #1, 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. background-color: #ffffff;
  37. background-image:url(http://static.tumblr.com/eab424c90c1a13d63c2c00e5470cf2fa/6dvmes1/PRRnnj3jd/tumblr_static_c46yf7jfrhw8kwckcckcw0kwk.jpg);
  38. background-attachment: fixed;
  39. background-repeat: repeat;
  40. }
  41.  
  42. h1{
  43. color: #E8BED9;
  44. font-family: Baumans;
  45. font-size: 20px;
  46. line-height: 30px;
  47. padding:5px 10px;
  48. background: #000;
  49. border-bottom: 1px solid #eeeeee;
  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. -webkit-transition: all 0.5s ease-in-out;
  67. -moz-transition: all 0.6s ease-in-out;
  68. -o-transition: all 0.5s ease-in-out;
  69. transition: all 0.6s ease-in-out;
  70. }
  71.  
  72. b, strong {color: #fff;}
  73.  
  74. i, em {color: #ddd;}
  75.  
  76. /* Tumblr controls */
  77.  
  78. iframe.tmblr-iframe {
  79. top:0px!important;
  80. right:40px!important;
  81. opacity:0.8;
  82. transform:scale(0.6);
  83. transform-origin:100% 0;
  84. -webkit-transform:scale(0.8);
  85. -webkit-transform-origin:100% 0;
  86. -o-transform:scale(0.8);
  87. -o-transform-origin:100% 0;
  88. -moz-transform:scale(0.8);
  89. -moz-transform-origin:100% 0;
  90. -ms-transform:scale(0.8);
  91. -ms-transform-origin:100% 0;
  92. z-index:100000!important;
  93. filter:invert(1);
  94. -webkit-filter:invert(1);
  95. -o-filter:invert(1);
  96. -moz-filter:invert(1);
  97. -ms-filter:invert(1);
  98. }
  99.  
  100. iframe.tmblr-iframe:hover {
  101. opacity:1!important;}
  102.  
  103. /*-- Webkit scrollbar --*/
  104.  
  105. ::-webkit-scrollbar {
  106. width: 9px;
  107. height: 0px;
  108. }
  109.  
  110. ::-webkit-scrollbar-button:start:decrement,
  111. ::-webkit-scrollbar-button:end:increment {
  112. height: 0px;
  113. display: block;
  114. background-color: #000000;
  115. }
  116.  
  117. ::-webkit-scrollbar-track-piece {
  118. background-color: #000000;
  119. }
  120.  
  121. ::-webkit-scrollbar-thumb:vertical {
  122. height: 0px;
  123. background-color: #eeeeee;
  124. border: 4px solid #000000;
  125. }
  126.  
  127. /*-- TOOLTIPS --*/
  128.  
  129. #s-m-t-tooltip {
  130. margin:24px 14px 7px 12px;
  131. padding: 5px;
  132. max-width: 250px;
  133. color: #eeeeee;
  134. background: #000000;
  135. border: 1px solid #eeeeee;
  136. font-size: 12px;
  137. line-height: 15px;
  138. z-index: 100000;
  139. }
  140.  
  141. /* Fix */
  142.  
  143. iframe, img, embed, object, video {
  144. max-width: 100%;
  145. border: none;
  146. }
  147.  
  148. input, textarea, select, a { outline: none; }
  149.  
  150. /*------ CONTAINER -----*/
  151.  
  152. #container{
  153. position: absolute;
  154. width: 600px;
  155. height: 400px;
  156. left: 50%;
  157. top: 50%;
  158. background: rgba(0, 0, 0, 0.4);
  159. background-image:url( );
  160. background-repeat: repeat;
  161. background-size:cover;
  162. border: 1px solid #000;
  163. z-index: 100;
  164. -webkit-transform: translateX(-50%) translateY(-50%);
  165. -moz-transform: translateX(-50%) translateY(-50%);
  166. -ms-transform: translateX(-50%) translateY(-50%);
  167. transform: translateX(-50%) translateY(-50%);
  168. }
  169.  
  170. /* Blog title */
  171.  
  172. #blogtitle{
  173. font-family:Baumans;
  174. font-size: 30px;
  175. line-height: 33px;
  176. color: #eee;
  177. margin-left:20px;
  178. margin-top: 40px;
  179. width: 540px;
  180. border-bottom: 1px solid #000;
  181. letter-spacing:2px;
  182. padding: 10px;
  183. text-align:center;
  184. }
  185.  
  186. /*-- DESCRIPTION --*/
  187.  
  188. #description{
  189. height:215px;
  190. max-height:215px;
  191. overflow-y: auto;
  192. color: #eeeeee;
  193. padding:20px;
  194. margin-top: 0px;
  195. font-size: 15px;
  196. line-height: 18px;
  197. text-align:justify;
  198. }
  199.  
  200. #description:first-letter{
  201. font-size:200%;
  202. margin: 5px;
  203. font-family:Baumans;
  204. }
  205.  
  206. /*-- Avatar --*/
  207.  
  208. #avatar {
  209. position:absolute;
  210. left: 50%;
  211. top:-50px;
  212. width: 80px;
  213. height: 80px;
  214. border-radius: 50px;
  215. border: 5px #000 solid;
  216. z-index: 10000;
  217. -webkit-transform: translateX(-50%);
  218. -moz-transform:translateX(-50%);
  219. -ms-transform: translateX(-50%);
  220. transform: translateX(-50%)
  221. }
  222.  
  223. #avatar img {
  224. width: 100%;
  225. height: 100%;
  226. border-radius: 100px;
  227. }
  228.  
  229. /*-- MENU --*/
  230.  
  231. #menu{
  232. position:absolute;
  233. width: 600px;
  234. height: 50px;
  235. bottom:-2px;
  236. left: 50%;
  237. text-align:center;
  238. z-index: 10000;
  239. background: #000000;
  240. border: 1px solid #000000;
  241. border-top:1px solid #eeeeee;
  242. -webkit-transform: translateX(-50%);
  243. -moz-transform:translateX(-50%);
  244. -ms-transform: translateX(-50%);
  245. transform: translateX(-50%);
  246. }
  247.  
  248. #menu i{
  249. position: relative;
  250. color: #eee;
  251. width: 20px;
  252. height: 20px;
  253. padding: 2px;
  254. margin-top:2px;
  255. margin-left: 10px;
  256. margin-right: 10px;
  257. font-size: 15px;
  258. line-height: 20px;
  259. text-align:center;
  260. }
  261.  
  262. #menu i:hover {
  263. color:#9EC3D8;
  264. -webkit-transition: all .7s ease;
  265. -moz-transition: all .7s ease;
  266. -o-transition: all .7s ease;
  267. transition: all .7s ease;
  268. }
  269.  
  270. /* Clickme */
  271.  
  272. #click{
  273. position: relative;
  274. margin-top: 5px;
  275. cursor: pointer;
  276. }
  277.  
  278. #click i{
  279. width: 30px;
  280. height: 30px;
  281. line-height: 40px;
  282. border-radius: 20px;
  283. font-size: 12px;
  284. color: #eeeeee;
  285. background: #000000;
  286. border-top: none;
  287. vertical-align: middle;
  288. }
  289.  
  290. /*--NAVIGATION--*/
  291.  
  292. #navigation{
  293. position: absolute;
  294. top: 0px;
  295. left: 0;
  296. width: 100%;
  297. height: 100%;
  298. display: none;
  299. }
  300.  
  301. #navigationin{
  302. position: absolute;
  303. width: 560px;
  304. height: 285px;
  305. max-height:285px;
  306. overflow-y: auto;
  307. top: 0px;
  308. left: 50%;
  309. padding:20px;
  310. padding-top: 45px;
  311. background: #000;
  312. -webkit-transform: translateX(-50%);
  313. -moz-transform:translateX(-50%);
  314. -ms-transform: translateX(-50%);
  315. transform: translateX(-50%);
  316. z-index: 10;
  317. }
  318.  
  319. /* Links */
  320.  
  321. #links a {
  322. display:inline-block;
  323. margin: 5px;
  324. padding: 5px;
  325. max-width:200px;
  326. overflow:hidden;
  327. color: #eeeeee;
  328. background: #000000;
  329. font-size: 12px;
  330. border-bottom: 1px solid #eeeeee;
  331. }
  332.  
  333. #links a:hover {
  334. color: #9EC3D8;
  335. }
  336.  
  337. /* Tags */
  338.  
  339. #tags a {
  340. display:inline-block;
  341. margin: 5px;
  342. padding: 5px;
  343. max-width: 200px;
  344. overflow: hidden;
  345. color: #eeeeee;
  346. background: #000000;
  347. font-size: 12px;
  348. border: 1px solid #eeeeee;
  349. }
  350.  
  351. #tags a:hover {
  352. box-shadow: inset 200px 0 0 0 #eeeeee;
  353. color: #9EC3D8;
  354. }
  355.  
  356. /* Blogroll */
  357.  
  358. #blogroll {
  359. max-height:200px;
  360. overflow-y: auto;
  361. }
  362.  
  363. #blogroll img {
  364. margin:5px;
  365. max-width: 38px;
  366. max-height: 38px;
  367. border:2px solid #eeeeee;
  368. opacity:0.8;
  369. }
  370.  
  371. #blogroll img:hover {
  372. border:2px solid #9EC3D8;
  373. opacity:1;
  374. }
  375.  
  376. /*-- CREDIT --*/
  377.  
  378. #credit {
  379. position:fixed;
  380. right: 10px;
  381. top: 5px;
  382. width: 30px;
  383. z-index: 10000;
  384. }
  385.  
  386. /* END CSS */
  387.  
  388. {CustomCSS}
  389.  
  390. </style>
  391.  
  392. <script type="text/javascript"
  393. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  394.  
  395. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
  396.  
  397. <script>
  398. $(document).ready(function(){
  399. $("#click").click(function(){
  400. $("#navigation").slideToggle(0);
  401. });
  402. });
  403. </script>
  404.  
  405. <!-- Font awesome script -->
  406.  
  407. <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
  408.  
  409. <!-- Style my tooltips script -->
  410.  
  411. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  412. <script src="jquery.style-my-tooltips.js"></script>
  413.  
  414. <script type="text/javascript" src="http://static.tumblr.com/imovwvl/dJWl20ley/jqueryformasonry.js"></script>
  415.  
  416. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  417. <script>
  418. (function($){
  419. $(document).ready(function(){
  420. $("[title]").style_my_tooltips({
  421. tip_follows_cursor:true,
  422. tip_delay_time:200,
  423. tip_fade_speed: 300
  424. }
  425. );
  426. });
  427. })(jQuery);
  428. </script>
  429. </head>
  430.  
  431. <meta charset="utf-8">
  432. <title>{Title}</title>
  433. <link rel="shortcut icon" href="{Favicon}">
  434. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  435. <meta name="viewport" content="width=device-width, initial-scale=1">
  436.  
  437. <!-- HTML -->
  438.  
  439. <body>
  440.  
  441. <!-- MAIN CONTAINER -->
  442. <div id="container">
  443.  
  444. <!-- AVATAR -->
  445. <div id="avatar"><img src="http://static.tumblr.com/f13871c690646ad4e0cafbe32d653729/6dvmes1/W2Vnnkf4i/tumblr_static_a9ww375xs0g8ws0g0ogkc8sc4.png"></div>
  446.  
  447. <!-- BLOG TITLE -->
  448. <div id="blogtitle">All in one page #1</div>
  449.  
  450. <!-- DESCRIPTION -->
  451. <div id="description">
  452.  
  453. 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.
  454.  
  455. <p>Donec placerat mauris commodo dolor. Nulla tincidunt. Nulla vitae augue.
  456. 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.
  457.  
  458. </div>
  459.  
  460. <!-- POP UP -->
  461. <div id="navigation">
  462.  
  463. <div id="navigationin">
  464.  
  465. <div id="links">
  466.  
  467. <!-- LINKS -->
  468. <h1>Links</h1>
  469. <a href="http://">Link One </a>
  470. <a href="http://">Link Two </a>
  471. <a href="http://">Link Three </a>
  472. <a href="http://">Link Four </a>
  473. <a href="http://">Link Five </a>
  474. <a href="http://">Link Six </a>
  475. <a href="http://">Link Seven </a>
  476. <a href="http://">Link Eight </a>
  477. <a href="http://">Link Nine </a>
  478. <a href="http://">Link Ten </a><br>
  479.  
  480. </div>
  481. <!--End links-->
  482.  
  483. <div id="tags">
  484.  
  485. <!-- TAGS -->
  486. <h1>Tags</h1>
  487. <a href="http://">#tagone </a>
  488. <a href="http://">#tagtwo </a>
  489. <a href="http://">#tagthree </a>
  490. <a href="http://">#tagfour </a>
  491. <a href="http://">#tagfive </a>
  492. <a href="http://">#tagsix </a>
  493. <a href="http://">#tagseven </a>
  494. <a href="http://">#tageight </a>
  495. <a href="http://">#tagnine </a>
  496. <a href="http://">#tagten </a>
  497.  
  498. </div>
  499. <!--End tags-->
  500.  
  501. <!-- BLOGROLL-->
  502. <h1>Following</h1>
  503.  
  504. <div id="blogroll">
  505. {block:Following}
  506. {block:Followed}
  507. <a title="{FollowedName}" href="{FollowedURL}">
  508. <img src="{FollowedPortraitURL-128}" /></a>
  509. {/block:Followed}
  510. {/block:Following}
  511. </div>
  512. <!--End blogroll-->
  513.  
  514. </div>
  515. <!--End navigationin-->
  516. </div>
  517. <!--End navigation-->
  518.  
  519. <!-- MAIN ICONS -->
  520. <div id="menu">
  521. <a href="/" title="Index"><i class="fa fa-undo"></i></a>
  522. <a href="/ask" title="Ask"><i class="fa fa-comments"></i></a>
  523. <a href="/submit" title="Submit"><i class="fa fa-envelope"></i></a>
  524. <a href="/archive" title="Archive"><i class="fa fa-archive"></i></a>
  525.  
  526. <div id="click"><i class="fa fa-bars"></i></div>
  527. </div>
  528. <!--End Menu-->
  529.  
  530. </div>
  531. <!--End container-->
  532.  
  533. <!-- CREDIT (DO NOT REMOVE) -->
  534. <div id="credit"><a href="https://www.hunterthemes.tumblr.com">
  535. <img src="https://66.media.tumblr.com/b29d8873c09628252057b9408a7c4a88/tumblr_plbuq65td51uo5urho1_100.png" title="theme by hunter themes"></a></div>
  536.  
  537. </body>
  538. </html>
  539.  
  540. <!-- END HTML -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement