Advertisement
hunterthemes

- Page #15 - All in one (colored)

Mar 4th, 2018
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.52 KB | None | 0 0
  1. <html>
  2.  
  3. <!----
  4.  
  5. © hunterthemes.tumblr.com | Page #15 - All in one (colored)
  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="https://fonts.googleapis.com/css?family=Rouge+Script|Cinzel|Poiret+One|Montez|Lora" rel="stylesheet">
  16.  
  17. <style type="text/css">
  18.  
  19. /* CSS */
  20.  
  21. /*-- GENERAL --*/
  22.  
  23. body {
  24. margin: 0;
  25. padding: 0;
  26. width: 100%;
  27. height: 100%;
  28. color: #222222;
  29. font-family:Helvetica, Arial, sans-serif;
  30. font-size: 12px;
  31. line-height: 18px;
  32. background-color: #f6f6f6;
  33. background-image:url();
  34. background-attachment: fixed;
  35. background-repeat: no-repeat;
  36. background-size:cover;
  37. }
  38.  
  39. /* Style of the headings (titles) */
  40.  
  41. h1{
  42. font-family:"Rozha One";
  43. font-weight:normal;
  44. }
  45.  
  46. h2{
  47. font-family:Helvetica, Arial, sans-serif;
  48. }
  49.  
  50. a {
  51. color: #777777;
  52. text-decoration: none;
  53. }
  54.  
  55. a:hover {
  56. text-decoration: none;
  57. color: #f3c0ab;
  58. -webkit-transition: all 0.5s ease-in-out;
  59. -moz-transition: all 0.5s ease-in-out;
  60. -o-transition: all 0.5s ease-in-out;
  61. transition: all 0.5s ease-in-out;
  62. }
  63.  
  64. b, strong {color: #000;}
  65.  
  66. i, em {color: #fff;}
  67.  
  68. /* Tumblr controls */
  69.  
  70. iframe.tmblr-iframe {
  71. top:2px!important;
  72. right:40px!important;
  73. opacity:0.8;
  74. transform:scale(0.6);
  75. transform-origin:100% 0;
  76. -webkit-transform:scale(0.8);
  77. -webkit-transform-origin:100% 0;
  78. -o-transform:scale(0.8);
  79. -o-transform-origin:100% 0;
  80. -moz-transform:scale(0.8);
  81. -moz-transform-origin:100% 0;
  82. -ms-transform:scale(0.8);
  83. -ms-transform-origin:100% 0;
  84. z-index:100000!important;
  85. filter:invert(1);
  86. -webkit-filter:invert(1);
  87. -o-filter:invert(1);
  88. -moz-filter:invert(1);
  89. -ms-filter:invert(1);
  90. }
  91.  
  92. iframe.tmblr-iframe:hover {
  93. opacity:1!important;}
  94.  
  95. /*-- Webkit scrollbar --*/
  96.  
  97. ::-webkit-scrollbar {
  98. width: 9px;
  99. height: 0px;
  100. }
  101.  
  102. ::-webkit-scrollbar-button:start:decrement,
  103. ::-webkit-scrollbar-button:end:increment {
  104. height: 0px;
  105. display: block;
  106. background-color: #fff;
  107. }
  108.  
  109. ::-webkit-scrollbar-track-piece {
  110. background-color: #fff;
  111. }
  112.  
  113. ::-webkit-scrollbar-thumb:vertical {
  114. height: 0px;
  115. background-color: #ddd;
  116. border: 4px solid #fff;
  117. }
  118.  
  119. /*-- TOOLTIPS --*/
  120.  
  121. #s-m-t-tooltip {
  122. margin:24px 14px 7px 12px;
  123. padding: 5px;
  124. max-width: 250px;
  125. color: #222;
  126. background: #fff;
  127. border: 1px solid #ccc;
  128. font-size: 12px;
  129. line-height: 15px;
  130. z-index: 100000;
  131. }
  132.  
  133. /* Fix */
  134.  
  135. iframe, img, embed, object, video {
  136. max-width: 100%;
  137. border: none;
  138. }
  139.  
  140. input, textarea, select, a { outline: none; }
  141.  
  142. /*------ CONTAINER -----*/
  143.  
  144. #container{
  145. position:fixed;
  146. left:50%;
  147. top:50%;
  148. width:800px;
  149. height:400px;
  150. z-index:100;
  151. overflow:hidden;
  152. border:20px solid #eee;
  153. -webkit-transform: translateX(-50%) translateY(-50%);
  154. -moz-transform: translateX(-50%) translateY(-50%);
  155. -ms-transform: translateX(-50%) translateY(-50%);
  156. transform: translateX(-50%) translateY(-50%);
  157. }
  158.  
  159. /* Avatar */
  160.  
  161. #avatar {
  162. position:absolute;
  163. margin:0;
  164. width:180px;
  165. height:180px;
  166. }
  167.  
  168. #avatar img {
  169. width:100%;
  170. height:100%;
  171. }
  172.  
  173. #home{
  174. position:absolute;
  175. display: flex;
  176. justify-content: center;
  177. align-items: center;
  178. margin:0;
  179. margin-left:180px;
  180. width:60px;
  181. height:90px;
  182. color:#222;
  183. background:#dccbe7;
  184. }
  185.  
  186. #ask{
  187. display: flex;
  188. justify-content: center;
  189. align-items: center;
  190. position:absolute;
  191. margin-top:90px;
  192. margin-left:180px;
  193. width:60px;
  194. height:90px;
  195. color:#222;
  196. background:#bad8eb;
  197. }
  198.  
  199. #submit{
  200. position:absolute;
  201. display: flex;
  202. justify-content: center;
  203. align-items: center;
  204. margin-top:180px;
  205. margin-left:0px;
  206. width:90px;
  207. height:60px;
  208. color:#222;
  209. background:#ffd9d9;
  210. }
  211.  
  212. #archive{
  213. position:absolute;
  214. display: flex;
  215. justify-content: center;
  216. align-items: center;
  217. margin-top:180px;
  218. margin-left:90px;
  219. width:90px;
  220. height:60px;
  221. color:#222;
  222. background:#bbe4d0;
  223. }
  224.  
  225. #heart{
  226. position:absolute;
  227. display: flex;
  228. justify-content: center;
  229. align-items: center;
  230. margin-top:180px;
  231. margin-left:180px;
  232. width:60px;
  233. height:60px;
  234. color:#222;
  235. background:#fad6ab;
  236. }
  237.  
  238. #home span, #ask span, #submit span, #archive span, #heart span{
  239. color:#222;
  240. font-size:20px;
  241. }
  242.  
  243. #home hover, #ask hover, #submit hover, #archive hover, #heart hover{
  244. box-shadow: inset 220px 0 0 0 #000;
  245. color:#eee;
  246. }
  247.  
  248. #home:hover span, #ask:hover span, #submit:hover span, #archive:hover span, #heart:hover span{
  249. color:#eee;
  250. -webkit-transition: all .7s ease;
  251. -moz-transition: all .7s ease;
  252. -o-transition: all .7s ease;
  253. transition: all .7s ease;
  254. }
  255.  
  256. /*-- QUOTE --*/
  257.  
  258. #quote{
  259. position:absolute;
  260. margin-top:0px;
  261. margin-left:240px;
  262. width:240px;
  263. height:95px;
  264. padding:20px;
  265. margin-bottom:30px;
  266. line-height:30px;
  267. overflow-y:auto;
  268. text-align:center;
  269. font-family:Montez;
  270. font-size:26px;
  271. color:#222;
  272. background:#ffd9d9;
  273. }
  274.  
  275. #quotein{
  276. position:absolute;
  277. width:239px;
  278. left:50%;
  279. top:50%;
  280. -webkit-transform: translateX(-50%) translateY(-50%);
  281. -moz-transform: translateX(-50%) translateY(-50%);
  282. -ms-transform: translateX(-50%) translateY(-50%);
  283. transform: translateX(-50%) translateY(-50%);
  284. }
  285.  
  286. /* Navigation */
  287.  
  288. #navigation{
  289. position:absolute;
  290. margin-top:135px;
  291. margin-left:240px;
  292. width:260px;
  293. height:75px;
  294. padding:15px 10px;
  295. overflow-y:auto;
  296. background:#bbe4d0;
  297. }
  298.  
  299. /* Style of the links and tags */
  300.  
  301. #navigation a{
  302. display:inline-block;
  303. margin:2px;
  304. font-size:12px;
  305. max-width:130px;
  306. overflow:hidden;
  307. color:#222;
  308. border:1px solid #222;
  309. padding:4px 8px;
  310. }
  311.  
  312. #navigation a:hover{
  313. box-shadow: inset 220px 0 0 0 #000;
  314. color:#eee;
  315. }
  316.  
  317. /*-- FAQ --*/
  318.  
  319. #faq{
  320. position:absolute;
  321. margin-top:0px;
  322. margin-left:520px;
  323. width:240px;
  324. height:220px;
  325. padding:10px 20px;
  326. line-height:12px;
  327. overflow-y:auto;
  328. font-size:12px;
  329. color:#000;
  330. background:#bad8eb;
  331. }
  332.  
  333. #faq h1{
  334. font-family:Montez;
  335. margin:0px;
  336. font-size:23px;
  337. line-height:23px;
  338. letter-spacing:2px
  339. color:#eee;
  340. }
  341.  
  342. /*-- DESCRIPTION --*/
  343.  
  344. #description {
  345. position:absolute;
  346. margin-top:240px;
  347. margin-left:0px;
  348. width:490px;
  349. height:120px;
  350. color:#222;
  351. padding:20px;
  352. font-size:12px;
  353. line-height:20px;
  354. text-align:justify;
  355. overflow-y:auto;
  356. background:#dccbe7;
  357. }
  358.  
  359. /*-- BLOGROLL --*/
  360.  
  361. #blogroll{
  362. position:absolute;
  363. margin-top:240px;
  364. margin-left:520px;
  365. width:260px;
  366. height:140px;
  367. padding:10px;
  368. max-height:200px;
  369. overflow-y:auto;
  370. margin-bottom:30px;
  371. overflow-y:auto;
  372. background:#fad6ab;
  373. }
  374.  
  375. /* Style of the blogroll images */
  376.  
  377. #blogroll a img{
  378. max-width:40px;
  379. max-height:40px;
  380. border:2px solid #000;
  381. padding:2px;
  382. margin:2px;
  383. }
  384.  
  385. #blogroll a img:hover{
  386. border:2px solid #eee;
  387. -webkit-transition: all .7s ease;
  388. -moz-transition: all .7s ease;
  389. -o-transition: all .7s ease;
  390. transition: all .7s ease;
  391. }
  392.  
  393. /*-- PAGE CREDIT --*/
  394.  
  395. #credit {
  396. position:fixed;
  397. right:10px;
  398. top:10px;
  399. width:30px;
  400. }
  401.  
  402. /* END CSS */
  403.  
  404. {CustomCSS}
  405.  
  406. </style>
  407.  
  408. <!--Saturnicons script-->
  409.  
  410. <link href="//dl.dropbox.com/s/50g6fbds3rh4m0j/saturnicons.css" rel="stylesheet">
  411.  
  412. <!-- Jquery -->
  413.  
  414. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
  415.  
  416. <!-- Style my tooltips script -->
  417.  
  418. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  419. <script src="jquery.style-my-tooltips.js"></script>
  420.  
  421. <script type="text/javascript" src="http://static.tumblr.com/imovwvl/dJWl20ley/jqueryformasonry.js"></script>
  422.  
  423. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  424. <script>
  425. (function($){
  426. $(document).ready(function(){
  427. $("[title]").style_my_tooltips({
  428. tip_follows_cursor:true,
  429. tip_delay_time:200,
  430. tip_fade_speed: 300
  431. }
  432. );
  433. });
  434. })(jQuery);
  435. </script>
  436.  
  437. </head>
  438.  
  439. <meta charset="utf-8">
  440. <title>{Title}</title>
  441. <link rel="shortcut icon" href="{Favicon}">
  442. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  443. <meta name="viewport" content="width=device-width, initial-scale=1">
  444.  
  445. <!-- HTML -->
  446.  
  447. <body>
  448.  
  449.  
  450. <!-- MAIN CONTAINER -->
  451. <div id="container">
  452.  
  453. <!-- AVATAR -->
  454. <div id="avatar">
  455. <img src="http://static.tumblr.com/f13871c690646ad4e0cafbe32d653729/6dvmes1/W2Vnnkf4i/tumblr_static_a9ww375xs0g8ws0g0ogkc8sc4.png">
  456. </div>
  457. <!--End avatar-->
  458.  
  459. <div id="home"><a href="/" title="Index"><span class="sf sf-home-o"></span></a></div>
  460. <div id="ask"><a href="/ask" title="Ask"><span class="sf sf-envelope-2-o"></span></a></div>
  461. <div id="submit"><a href="/submit" title="Submit"><span class="sf sf-paperclip-o"></span></a></div>
  462. <div id="archive"><a href="/archive" title="Archive"><span class="sf sf-clock-3-o"></span></a></div>
  463. <div id="heart"><a href="/" title=""><span class="sf sf-heart-o"></span></a></div>
  464.  
  465. <!-- DESCRIPTION -->
  466. <div id="description">
  467.  
  468. - 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. Aenean id massa ut lacus molestie porta.<br>
  469. - Curabitur sit amet quam id libero suscipit venenatis. 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.
  470.  
  471. </div>
  472. <!--End description-->
  473.  
  474. <!-- NAVIGATION -->
  475. <div id="navigation">
  476. <center>
  477. <a href="http://">Link One </a>
  478. <a href="http://">Link Two </a>
  479. <a href="http://">Link Three </a>
  480. <a href="http://">Link Four </a>
  481. <a href="http://">Link Five </a>
  482. <a href="http://">Link Six </a>
  483. </div>
  484. <!--End navigation-->
  485.  
  486. <!-- BLOGROLL-->
  487. <div id="blogroll">
  488. <center>
  489. {block:Following}
  490. {block:Followed}
  491. <a title="{FollowedName}" href="{FollowedURL}">
  492. <img src="{FollowedPortraitURL-128}" /></a>
  493. {/block:Followed}
  494. {/block:Following}
  495. </center>
  496. </div>
  497. <!--End blogroll-->
  498.  
  499. <!-- FAQ -->
  500. <div id="faq">
  501.  
  502. <h1> Q: Question goes here </h1><br>
  503. - Answer goes here <br><br>
  504.  
  505. <h1> Q: Question goes here </h1><br>
  506. - Answer goes here <br><br>
  507.  
  508. <h1> Q: Question goes here </h1><br>
  509. - Answer goes here <br><br>
  510.  
  511. <h1> Q: Question goes here </h1><br>
  512. - Answer goes here <br><br>
  513.  
  514. <h1> Q: Question goes here </h1><br>
  515. - Answer goes here <br><br>
  516.  
  517. </div>
  518. <!--End faq-->
  519.  
  520. <!-- FAQ -->
  521. <div id="quote">
  522. <div id="quotein">
  523.  
  524. "Lorem ipsum dolor sit amet, consectetuer adipiscing elit."
  525.  
  526. </div>
  527. <!--End quotein-->
  528. </div>
  529. <!--End quote-->
  530.  
  531. </div>
  532. <!--End container-->
  533.  
  534. <!-- CREDIT (DO NOT REMOVE) -->
  535. <div id="credit"><a href="http://www.hunterthemes.tumblr.com">
  536. <img src="http://i60.tinypic.com/b5qp0o.png" title="page by hunter themes"></div></a>
  537.  
  538. </body>
  539. </html>
  540.  
  541. <!-- END HTML -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement