Advertisement
hunterthemes

Page #17 - About (bright)

Jun 20th, 2018
451
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.59 KB | None | 0 0
  1. <html>
  2.  
  3. <!----
  4.  
  5. © hunterthemes.tumblr.com | Page #17 - About (bright)
  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=Abril+Fatface|Lato|Oswald|Quando|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:"Lato";
  43. }
  44.  
  45. h2{
  46. font-family:"Lato";
  47. }
  48.  
  49. a {
  50. color: #777777;
  51. text-decoration: none;
  52. }
  53.  
  54. a:hover {
  55. text-decoration: none;
  56. color: #f3c0ab;
  57. -webkit-transition: all 0.5s ease-in-out;
  58. -moz-transition: all 0.5s ease-in-out;
  59. -o-transition: all 0.5s ease-in-out;
  60. transition: all 0.5s ease-in-out;
  61. }
  62.  
  63. b, strong {color: #000;}
  64.  
  65. i, em {color: #fff;}
  66.  
  67. /* Tumblr controls */
  68.  
  69. iframe.tmblr-iframe {
  70. top:2px!important;
  71. right:40px!important;
  72. opacity:0.8;
  73. transform:scale(0.6);
  74. transform-origin:100% 0;
  75. -webkit-transform:scale(0.8);
  76. -webkit-transform-origin:100% 0;
  77. -o-transform:scale(0.8);
  78. -o-transform-origin:100% 0;
  79. -moz-transform:scale(0.8);
  80. -moz-transform-origin:100% 0;
  81. -ms-transform:scale(0.8);
  82. -ms-transform-origin:100% 0;
  83. z-index:100000!important;
  84. filter:invert(100%) hue-rotate(180deg);
  85. -webkit-filter:invert(100%) hue-rotate(180deg);
  86. -moz-filter:invert(100%) hue-rotate(180deg);
  87. -o-filter:invert(100%) hue-rotate(180deg);
  88. -ms-filter:invert(100%) hue-rotate(180deg);
  89. }
  90.  
  91. iframe.tmblr-iframe:hover {
  92. opacity:1!important;}
  93.  
  94. /*-- Webkit scrollbar --*/
  95.  
  96. ::-webkit-scrollbar {
  97. width: 9px;
  98. height: 0px;
  99. }
  100.  
  101. ::-webkit-scrollbar-button:start:decrement,
  102. ::-webkit-scrollbar-button:end:increment {
  103. height: 0px;
  104. display: block;
  105. background-color: #fff;
  106. }
  107.  
  108. ::-webkit-scrollbar-track-piece {
  109. background-color: #fff;
  110. }
  111.  
  112. ::-webkit-scrollbar-thumb:vertical {
  113. height: 0px;
  114. background-color: #ddd;
  115. border: 4px solid #fff;
  116. }
  117.  
  118. /*-- TOOLTIPS --*/
  119.  
  120. #s-m-t-tooltip {
  121. margin:24px 14px 7px 12px;
  122. padding: 5px;
  123. max-width: 250px;
  124. color: #222;
  125. background: #fff;
  126. border: 1px solid #ccc;
  127. font-size: 12px;
  128. line-height: 15px;
  129. z-index: 100000;
  130. }
  131.  
  132. /* Fix */
  133.  
  134. iframe, img, embed, object, video {
  135. max-width: 100%;
  136. border: none;
  137. }
  138.  
  139. input, textarea, select, a { outline: none; }
  140.  
  141. /*------ CONTAINER -----*/
  142.  
  143. #container {
  144. position:fixed;
  145. left:50%;
  146. top:50%;
  147. width:700px;
  148. height:100vh;
  149. z-index:100;
  150. overflow:hidden;
  151. -webkit-transform: translateX(-50%) translateY(-50%);
  152. -moz-transform: translateX(-50%) translateY(-50%);
  153. -ms-transform: translateX(-50%) translateY(-50%);
  154. transform: translateX(-50%) translateY(-50%);
  155. }
  156.  
  157. /*-- MENU --*/
  158.  
  159. #menu {
  160. margin:0;
  161. width:630px;
  162. height:30px;
  163. padding:10px 25px;
  164. font-size:20px;
  165. line-height:30px;
  166. color:#fff;
  167. background:#F1B18B;
  168. }
  169.  
  170. /*-- HEADER --*/
  171.  
  172. #header {
  173. margin:0;
  174. width:350px;
  175. height:calc(60vh - 50px);
  176. }
  177.  
  178. /*-- Side image --*/
  179.  
  180. #side-image {
  181. margin:0;
  182. width:350px;
  183. height:calc(60vh - 50px);
  184. }
  185.  
  186. #side-image img {
  187. width:100%;
  188. height:100%;
  189. }
  190.  
  191. /* Quote */
  192.  
  193. #quote {
  194. position:absolute;
  195. top:50%;
  196. left:40px;
  197. max-width:250px;
  198. height:15px;
  199. padding:10px;
  200. z-index:100;
  201. color:#3B3B3B;
  202. background:#fff;
  203. }
  204.  
  205. /* Quote symbol */
  206.  
  207. #quote span {
  208. position:absolute;
  209. margin:-20px;
  210. width:22px;
  211. height:22px;
  212. line-height:22px;
  213. text-align:center;
  214. font-size:11px;
  215. border-radius:20px;
  216. color:#fff;
  217. background:#3B3B3B;
  218. }
  219.  
  220. /*-- Description --*/
  221.  
  222. #description {
  223. position:absolute;
  224. top:50px;
  225. margin-left:350px;
  226. width:280px;
  227. height:calc(60vh - 100px);
  228. padding:25px;
  229. font-size:12px;
  230. line-height:18boxpx;
  231. text-align:justify;
  232. overflow-y:auto;
  233. color:#999;
  234. background:#3B3B3B;
  235. }
  236.  
  237. /* Avatar */
  238.  
  239. #avatar {
  240. float:left;
  241. margin:0;
  242. margin-right:15px;
  243. width:40px;
  244. height:40px;
  245. border:1px solid #eee;
  246. border-radius:100%;
  247. }
  248.  
  249. #avatar img {
  250. margin:0;
  251. width:100%;
  252. height:100%;
  253. border-radius:100%;
  254. }
  255.  
  256. /* Info */
  257.  
  258. #info {
  259. margin:0;
  260. margin-bottom:20px;
  261. width:200px;
  262. height:40px;
  263. line-height:20px;
  264. font-size:12px;
  265. color:#eee;
  266. }
  267.  
  268. /* Info subtitle */
  269.  
  270. #info span {
  271. color:#F1B18B;
  272. }
  273.  
  274. /* Details */
  275.  
  276. #details {
  277. margin:0;
  278. margin-bottom:20px;
  279. width:200px;
  280. height:35px;
  281. line-height:20px;
  282. }
  283.  
  284. .detail {
  285. float:left;
  286. margin-right:15px;
  287. font-size:12px;
  288. color:#999;
  289. }
  290.  
  291. /* Info numbers */
  292.  
  293. .detail big {
  294. font-size:18px;
  295. color:#eee;
  296. }
  297.  
  298. /*-- BOX --*/
  299.  
  300. #box {
  301. margin-top:0;
  302. margin-left:0;
  303. width:680px;
  304. height:calc(40vh - 5px);
  305. background:#fff;
  306. border-bottom:5px solid #3B3B3B;
  307. }
  308.  
  309. /*-- Featured --*/
  310.  
  311. #featured {
  312. position:absolute;
  313. top:60vh;
  314. margin-left:0;
  315. width:300px;
  316. height:calc(40vh - 55px);
  317. padding:25px;
  318. overflow-y:auto;
  319. text-align:justify;
  320. font-size:12px;
  321. color:#222;
  322. background:#fff;
  323. }
  324.  
  325. /* Featured title */
  326.  
  327. #featured h1 {
  328. font-size:20px;
  329. line-height:20px;
  330. }
  331.  
  332. /* Featured subtitle */
  333.  
  334. #featured h2 {
  335. font-size:12px;
  336. }
  337.  
  338. #featuredin {
  339. max-height:calc(100% - 30px);
  340. overflow-y:auto;
  341. }
  342.  
  343. #featuredin span {
  344. float:right;
  345. margin:0;
  346. color:#F1B18B;
  347. font-size:15px;
  348. }
  349.  
  350. #label {
  351. margin-top:10px;
  352. color:#F1B18B;
  353. height:20px;
  354. }
  355.  
  356. /*-- Navigation --*/
  357.  
  358. #navigation {
  359. position:absolute;
  360. top:60vh;
  361. margin-left:350px;
  362. width:210px;
  363. height:calc(40vh - 55px);
  364. padding:25px;
  365. overflow-y:auto;
  366. background:#fff;
  367. }
  368.  
  369. /* Style of the links */
  370.  
  371. #navigation a {
  372. display:block;
  373. margin:0px auto;
  374. padding:8px 5px;
  375. width:180px;
  376. font-size:12px;
  377. color:#3b3b3b;
  378. border-bottom:1px solid #bbb;
  379. overflow:hidden;
  380. }
  381.  
  382. #navigation a:hover {
  383. color:#3B3B3B;
  384. border-bottom:1px solid #3B3B3B;
  385. }
  386.  
  387. /*-- Main links --*/
  388.  
  389. #main-links {
  390. position:absolute;
  391. top:60vh;
  392. margin-left:610px;
  393. width:50px;
  394. height:calc(40vh - 35px);
  395. padding:15px 10px;
  396. overflow-y:auto;
  397. background:#F1B18B;
  398. }
  399.  
  400. /* Style of the icons */
  401.  
  402. #main-links a {
  403. display:block;
  404. margin:20px;
  405. font-size:15px;
  406. overflow:hidden;
  407. color:#eee;
  408. padding:4px 8px;
  409. }
  410.  
  411. #main-links a:hover {
  412. color:#222;
  413. }
  414.  
  415. .centerdiv {
  416. position:absolute;
  417. top:50%;
  418. left:0px;
  419. width:100%;
  420. -webkit-transform: translateY(-50%);
  421. -moz-transform: translateY(-50%);
  422. -ms-transform: translateY(-50%);
  423. transform: translateY(-50%);
  424. }
  425.  
  426. /*-- PAGE CREDIT --*/
  427.  
  428. #credit {
  429. position:fixed;
  430. right:10px;
  431. top:10px;
  432. width:30px;
  433. }
  434.  
  435. /* END CSS */
  436.  
  437. {CustomCSS}
  438.  
  439. </style>
  440.  
  441. <!--Saturnicons script-->
  442.  
  443. <link href="//dl.dropbox.com/s/50g6fbds3rh4m0j/saturnicons.css" rel="stylesheet">
  444.  
  445. <!-- Jquery -->
  446.  
  447. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
  448.  
  449. <!-- Style my tooltips script -->
  450.  
  451. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  452. <script src="jquery.style-my-tooltips.js"></script>
  453.  
  454. <script type="text/javascript" src="http://static.tumblr.com/imovwvl/dJWl20ley/jqueryformasonry.js"></script>
  455.  
  456. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  457. <script>
  458. (function($){
  459. $(document).ready(function(){
  460. $("[title]").style_my_tooltips({
  461. tip_follows_cursor:true,
  462. tip_delay_time:200,
  463. tip_fade_speed: 300
  464. }
  465. );
  466. });
  467. })(jQuery);
  468. </script>
  469.  
  470. </head>
  471.  
  472. <meta charset="utf-8">
  473. <title>{Title}</title>
  474. <link rel="shortcut icon" href="{Favicon}">
  475. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  476. <meta name="viewport" content="width=device-width, initial-scale=1">
  477.  
  478. <!-- HTML -->
  479.  
  480. <body>
  481.  
  482.  
  483. <!-- MAIN CONTAINER -->
  484. <div id="container">
  485.  
  486.  
  487. <!-- MENU -->
  488. <div id="menu">
  489.  
  490. PAGE TITLE
  491.  
  492. </div>
  493.  
  494. <div id="header">
  495.  
  496. <!-- SIDE-IMAGE -->
  497. <div id="side-image">
  498. <img src="https://image.freepik.com/free-photo/girl-smelling-flowers-standing-on-street_1304-4185.jpg">
  499.  
  500. <div id="quote"><span class="sf sf-quotation-mark"></span>
  501. Lorem ipsum sun dolor. </div>
  502.  
  503. </div>
  504. <!--End side-image-->
  505.  
  506. <!-- DESCRIPTION -->
  507. <div id="description">
  508.  
  509. <div id="avatar"><img src="https://static.tumblr.com/a134320be8c640fa109d305c337700f6/6dvmes1/zEAo4588f/tumblr_static_7e8y794w4jk0040gow8ssgs4k.jpg"></div>
  510.  
  511. <div id="info">
  512.  
  513. Jane Doe <br>
  514.  
  515. <span> Subtitle </span>
  516.  
  517. </div>
  518. <!--End info-->
  519.  
  520. <div id="details">
  521.  
  522. <div class="detail">
  523.  
  524. <big> 097 </big><br>
  525. label
  526.  
  527. </div>
  528. <!--End detail-->
  529.  
  530. <div class="detail">
  531.  
  532. <big> 098 </big><br>
  533. label
  534.  
  535. </div>
  536. <!--End detail-->
  537.  
  538. <div class="detail">
  539.  
  540. <big> 099 </big><br>
  541. label
  542.  
  543. </div>
  544. <!--End detail-->
  545.  
  546. </div>
  547. <!--End details-->
  548.  
  549. 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. <br><br>
  550. 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.
  551. </div>
  552. <!--End description-->
  553.  
  554. </div>
  555. <!--End header-->
  556.  
  557. <div id="box">
  558.  
  559. <!-- Featured -->
  560. <div id="featured">
  561.  
  562. <div id="featuredin">
  563.  
  564. <h1> TITLE <span class="sf sf-star"></span></h1>
  565.  
  566. <h2> SUBTITLE</h2>
  567.  
  568. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aliquam nisi lorem, pulvinar id, commodo feugiat, vehicula et, mauris. Aliquam mattis porta urna. Maecenas dui neque, rhoncus sed, vehicula vitae, auctor at. Aenean id massa ut lacus molestie porta.
  569.  
  570. </div>
  571. <!--End featuredin -->
  572.  
  573. <div id="label"> label, label </div>
  574.  
  575. </div>
  576. <!--End featured-->
  577.  
  578.  
  579. <!-- NAVIGATION -->
  580. <div id="navigation">
  581. <div class="centerdiv">
  582.  
  583. <a href="http://">Link One </a>
  584. <a href="http://">Link Two </a>
  585. <a href="http://">Link Three </a>
  586. <a href="http://">Link Four </a>
  587. <a href="http://">Link Five </a>
  588.  
  589. </div>
  590. <!--End centerdiv-->
  591. </div>
  592. <!--End navigation-->
  593.  
  594. <!-- MAIN LINKS -->
  595. <div id="main-links">
  596. <div class="centerdiv">
  597.  
  598. <a href="/" title="Index"><span class="sf sf-home-o"></span></a>
  599. <a href="/ask" title="Ask"><span class="sf sf-envelope-2-o"></span></a>
  600. <a href="/submit" title="Submit"><span class="sf sf-paperclip-o"></span></a>
  601. <a href="/" title=""><span class="sf sf-heart-o"></span></a>
  602.  
  603. </div>
  604. <!--End centerdiv-->
  605. </div>
  606. <!--End main-links-->
  607.  
  608. </div>
  609. <!--End box-->
  610.  
  611. </div>
  612. <!--End container-->
  613.  
  614. <!-- CREDIT (DO NOT REMOVE) -->
  615. <div id="credit"><a href="http://www.hunterthemes.tumblr.com">
  616. <img src="http://i60.tinypic.com/b5qp0o.png" title="page by hunter themes"></div></a>
  617.  
  618. </body>
  619. </html>
  620.  
  621. <!-- END HTML -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement