Advertisement
kngroo

fortuna

Jul 21st, 2016
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.70 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3.  
  4. <!----------- BASE CODE by clumhood :> ------------>
  5.  
  6. <title>fly.</title>
  7. <link rel="shortcut icon" href="http://ih0.redbubble.net/image.48204359.8643/sticker,375x360.u3.png">
  8. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  9. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  10.  
  11.  
  12. <!--------DEFAULT VARIABLES-------->
  13.  
  14. <meta name="color:background" content="#ffffff"/>
  15. <meta name="color:text" content="#000000"/>
  16. <meta name="color:links" content="#626262"/>
  17. <meta name="color:links hover" content="#a5a5a5"/>
  18. <meta name="color:question" content="#f8f8f8"/>
  19. <meta name="color:scrollbar" content="#000000"/>
  20. <meta name="color:scrollbar background" content="#ffffff"/>
  21.  
  22. <meta name="image:sidebar" content=""/>
  23.  
  24. <meta name="text:link 1 title" content="link 1"/>
  25. <meta name="text:link 1 url" content=""/>
  26. <meta name="text:link 2 title" content="link 2"/>
  27. <meta name="text:link 2 url" content=""/>
  28. <meta name="text:link 3 title" content="link 3"/>
  29. <meta name="text:link 3 url" content=""/>
  30.  
  31. <!----------------SCRIPTS---------------->
  32.  
  33. <link href="http://static.tumblr.com/5omyijl/bzrn2yg7i/style-my-tooltips.css" rel="stylesheet" type="text/css" />
  34. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  35. <script src="http://static.tumblr.com/5omyijl/RZtn2yg9v/jquery.style-my-tooltips.js"></script>
  36. <script>
  37. (function($){
  38. $(document).ready(function(){
  39. $("[title]").style_my_tooltips({
  40. tip_follows_cursor:true,
  41. tip_delay_time:200,
  42. tip_fade_speed:300
  43. });
  44. });
  45. })(jQuery);
  46. </script>
  47.  
  48. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
  49.  
  50. <style type="text/css">
  51.  
  52. /*---TEXT SELECTION---*/
  53.  
  54. ::selection {
  55. background: #232b2b;
  56. color: #fff;
  57. }
  58. ::-moz-selection {
  59. background: #232b2b;
  60. color: #fff;
  61. }
  62.  
  63. /*----------SCROLLBAR---------*/
  64.  
  65. ::-webkit-scrollbar {
  66. background-color: #000;
  67. height:8px;
  68. width:5px;
  69. }
  70.  
  71. ::-webkit-scrollbar-thumb:vertical {
  72. background-color:#eee;
  73. border:2px solid #000;
  74. height:50px;
  75. }
  76.  
  77. ::-webkit-scrollbar-thumb:horizontal {
  78. background-color:#eee;
  79. border:2px solid #000;
  80. height:8px;
  81. }
  82.  
  83. /*----------TOOLTIPS---------*/
  84.  
  85. #s-m-t-tooltip {
  86. max-width:300px;
  87. margin:15px;
  88. padding:5px;
  89. background:#090909;
  90. border-right:7px solid #232b2b;
  91. border-bottom-left-radius:15px;
  92. border-top-right-radius:15px;
  93. color:#f8f8f8;
  94. z-index:999999;
  95. font-size:7px;
  96. font-style:none;
  97. letter-spacing:2px;
  98. font-family:arial;
  99. text-transform:uppercase;
  100. box-shadow:1px 1px 3px rgba(0,0,0,.0);
  101. }
  102.  
  103. /*----------BASICS---------*/
  104.  
  105. body {
  106. background:url('https://65.media.tumblr.com/b5cd6986440a0721f7b6d170216769cb/tumblr_oaou18OZ5f1v2fga5o1_1280.png')no-repeat center center fixed;
  107. -webkit-background-size: cover;
  108. -moz-background-size: cover;
  109. -o-background-size: cover;
  110. background-size: cover;
  111. cursor:crosshair;
  112. color:#fff;
  113. font-family:arial;
  114. font-size:11px;
  115. line-height:150%;
  116. margin:0;
  117. text-align:left;
  118. }
  119.  
  120.  
  121. a {
  122. color:#eee;
  123. cursor:help;
  124. text-transform:uppercase;
  125. text-decoration:none;
  126. }
  127.  
  128. a:hover {
  129. color:{color:links hover};
  130. transition:1s;
  131. -webkit-transition:1s;
  132. -moz-transition:1s;
  133. -o-transition:1s;
  134. }
  135.  
  136. img {
  137. opacity:1;
  138. text-decoration:none;
  139. }
  140.  
  141. h1 {
  142. font-size:14px;
  143. font-weight:bold;
  144. font-family:arial;
  145. line-height:150%;
  146. text-transform:uppercase;
  147. }
  148.  
  149. blockquote {
  150. padding-left:10px;
  151. margin:10px;
  152. border-left:1px solid #eee;
  153. }
  154.  
  155. /*----------SIDEBAR---------*/
  156.  
  157. .sidebar {
  158. position:fixed;
  159. margin-top:380px;
  160. width:320px;
  161. margin-left:430px;
  162. }
  163.  
  164. .title {
  165. font-size:38px;
  166. color:#f8f8f8;
  167. text-transform:uppercase;
  168. font-weight:bold;
  169. margin-top:0px;
  170. margin-left:17px;
  171. padding-bottom:5px;
  172. width:500px;
  173. }
  174.  
  175. .description {
  176. width:250px;
  177. background:#090909;
  178. border:5px double #000;
  179. text-align:justify;
  180. text-transform:uppercase;
  181. margin-top:15px;
  182. margin-left:15px;
  183. padding:10px;
  184. }
  185.  
  186. .links {
  187. margin-top:5px;
  188. margin-left:5px;
  189. position:fixed;
  190. width:300px;
  191. text-align:center;
  192. font-size:12px;
  193. }
  194.  
  195. .links a{
  196. margin-bottom:1px;
  197. display:inline-block;
  198. background:#131313;
  199. width:50.5px;
  200. height:22px;
  201. padding:1px;
  202. -webkit-transition: all 0.6s ease-in-out;
  203. -moz-transition: all 0.6s ease-in-out;
  204. -o-transition: all 0.6s ease-in-out;
  205. -ms-transition: all 0.6s ease-in-out;
  206. transition: all 0.6s ease-in-out;
  207. }
  208.  
  209. .links a:hover {
  210. background:#232b2b;
  211. }
  212.  
  213.  
  214. /*----------POSTS---------*/
  215.  
  216. .entries {
  217. margin-left:120px;
  218. margin-top:60px;
  219. margin-bottom:60px;
  220. width:250px;
  221. }
  222.  
  223. .posts {
  224. background:#000;
  225. border:1px solid #141414;
  226. padding:5px;
  227. width:250px;
  228. margin-bottom:70px;
  229. }
  230.  
  231. /*----------PAGINATION---------*/
  232.  
  233. .jump_page {
  234. padding: 5px 5px;
  235. color:#fff;
  236. font-family:century gothic;
  237. font-size:11px;
  238. text-decoration:none;
  239. margin-bottom:70px;
  240. }
  241.  
  242. .current_page, .jump_page:hover {
  243. padding: 5px 5px;
  244. color: #fff;
  245. font-style:bold;
  246. font-family:century gothic;
  247. font-size:11px;
  248. text-decoration:none;
  249. margin-bottom:70px;
  250. }
  251.  
  252.  
  253. /*----------QUOTE---------*/
  254.  
  255. .quote {
  256. padding:10px;
  257. font-size:15px;
  258. }
  259.  
  260. .quotesource {
  261. padding:10px;
  262. text-align:center;
  263. }
  264.  
  265. /*----------CHAT---------*/
  266.  
  267. .chat {
  268. line-height:150%;
  269. list-style:none;
  270. }
  271.  
  272. .line.odd {
  273. padding:10px;
  274. background:#151515;
  275. }
  276.  
  277. .line.even {
  278. padding:10px;
  279. }
  280.  
  281. .label {
  282. text-transform:uppercase;
  283. font-size:10px;
  284. letter-spacing:1px;
  285. font-weight:bold;
  286. }
  287.  
  288. /*----------AUDIO---------*/
  289.  
  290. .cover {
  291. position:relative;
  292. z-index:1;
  293. max-width:100px;
  294. padding:10px;
  295. float:left;
  296. }
  297.  
  298. .playbutton {
  299. width:20px;
  300. height:30px;
  301. overflow:hidden;
  302. position:relative;
  303. z-index:2;
  304.  
  305. }
  306.  
  307.  
  308. .playbox {
  309. background-color:#000;
  310. position:absolute;
  311. z-index:2;
  312. padding:15px 24px 13px 16px;
  313. margin-top:30px;
  314. margin-left:30px;
  315. opacity:0.5;
  316. }
  317.  
  318. .trackdetails {
  319. padding:10px;
  320. width:auto;
  321. height:100px;
  322. margin-top:10px;
  323. margin-left:100px;
  324. }
  325.  
  326. /*----------ASK---------*/
  327.  
  328. .question {
  329. padding:10px;
  330. background:#232b2b;
  331. border-radius:20px;
  332. }
  333.  
  334.  
  335. .asker {
  336. text-transform:uppercase;
  337. }
  338.  
  339. .answer {
  340. margin:10px;
  341. }
  342.  
  343. /*----------INFO---------*/
  344.  
  345. .info {
  346. padding:10px;
  347. text-transform:uppercase;
  348. background:#000;
  349. border-left:1px solid #141414;
  350. border-right:1px solid #141414;
  351. border-top:1px solid #141414;
  352. width:240px;
  353. margin-top:15px;
  354. }
  355.  
  356.  
  357. .tags {
  358. background:#080808;
  359. padding:6px;
  360. margin-top:-5px;
  361. }
  362.  
  363. .tags a {
  364. margin-right:10px;
  365. letter-spacing:1px;
  366. }
  367.  
  368. /*----------POST NOTES---------*/
  369.  
  370. ol.notes {
  371. padding:0px;
  372. margin:25px 0px 0px -10px;
  373. list-style-type:none;
  374. }
  375.  
  376. ol.notes li.note {
  377. padding:10px;
  378. }
  379.  
  380. ol.notes li.note img.avatar {
  381. vertical-align:-4px;
  382. margin-right:10px;
  383. width:16px;
  384. height:16px;
  385. }
  386.  
  387. ol.notes li.note span.action {
  388. font-weight:none;
  389. }
  390.  
  391. ol.notes li.note .answer_content {
  392. font-weight:normal;
  393. }
  394.  
  395. ol.notes li.note blockquote {
  396. padding:4px 10px;
  397. margin:10px 0px 0px 25px;
  398. }
  399.  
  400. ol.notes li.note blockquote a {
  401. text-decoration:none;
  402. }
  403.  
  404. </style>
  405. </head>
  406.  
  407. <body>
  408.  
  409. <a title="the red string of fate led me to you." href="/tagged/strings-of-love"><img src="http://images.clipartpanda.com/heart-outline-clipart-black-and-white-white-heart-with-black-outline-md.png" height=8 style='position:fixed;bottom:180px;left:717px;z-index:999'/></a>
  410.  
  411. <div class="sidebar">
  412. <div class="title">갓세븐 MARK.T</div>
  413. <div class="description"><a style="color:#232b2b; font-size:22px" title="Tracking, #[URL]. AIM available upon request. Disclaimer: NSFW. Mun is of age, 18 +. Not affiliated with the real Mark Tuan, GOT7 or JYPE in any way."><b>M</b></a>ark ( Yi Eun ) Tuan, born September 4th, 1993. A main rapper and a vocalist in a Korean idol group named, GOT7 under JYP Entertainment.</div>
  414. <div class="links">
  415. <a title="index" href="/"></a>
  416. <a title="mail" href="/ask"></a>
  417. <a title="profile" href="/about"></a>
  418. <a title="visual" href="/tagged/vis;mark"></a>
  419. <a title="tweaked by rvkie, for the use of badboytuan only. hope you like it!" href="http://clumhood.tumblr.com/"></a>
  420. </div>
  421. </div>
  422.  
  423. <div class="entries">
  424.  
  425. {block:Posts}
  426. <div class="info">
  427. {block:Date}
  428. <b><i class="fa fa-clock-o" aria-hidden="true"></i> <a href="{Permalink}" title="{Month} {DayOfMonth}{DayOfMonthSuffix}">{TimeAgo}</b></a>
  429. {/block:Date}
  430.  
  431. &nbsp;&nbsp;
  432.  
  433. <i class="fa fa-retweet"></i> <a href="{ReblogURL}" target="_blank" class="details">REBLOG</a>
  434.  
  435. <font style="float:right">
  436. <a href="{Permalink}">{NoteCount} N</a>
  437. </font style>
  438.  
  439. </div>
  440. <div class="posts">
  441.  
  442.  
  443. {block:Text}
  444. <h1>{block:Title}{Title}{/block:Title}</h1>
  445. {Body}{/block:Text}
  446.  
  447.  
  448. {block:Photo}
  449. {LinkOpenTag}<img src="{PhotoURL-250}">{LinkCloseTag}
  450. {block:Caption}{Caption}{/block:Caption}
  451. {/block:Photo}
  452.  
  453.  
  454. {block:Photoset}
  455. {Photoset-250}
  456. {block:Caption}{Caption}{/block:Caption}
  457. {/block:Photoset}
  458.  
  459.  
  460. {block:Quote}
  461. <div class="quote">"{Quote}"</div>
  462. {block:Source}<div class="quotesource"> — {Source}</div>
  463. {/block:Source}{/block:Quote}
  464.  
  465.  
  466. {block:Link}
  467. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  468. {block:Description}{Description}{/block:Description}
  469. {/block:Link}
  470.  
  471.  
  472. {block:Chat}
  473. {block:Title}<h1>{Title}</h1>{/block:Title} <div class="chat"> {block:Lines} <li class="line {Alt}"> {block:Label} <span class="label"> {Label}</span> {/block:Label}{Line}</li> {/block:Lines}</div>
  474. {/block:Chat}
  475.  
  476.  
  477. {block:Audio}
  478.  
  479. <div class="playbox"><div class="playbutton">{block:AudioPlayer}{AudioPlayerBlack}{/block:AudioPlayer}</div></div>
  480.  
  481. {block:AlbumArt}
  482. <img src="{AlbumArtURL}" class="cover">
  483. {/block:AlbumArt}
  484.  
  485.  
  486. <div class="trackdetails"><br>
  487. {block:TrackName}<b>TRACK:</b> {TrackName}{/block:TrackName}<br>
  488.  
  489. {block:Artist}<b>ARTIST:</b> {Artist}{/block:Artist}<br>
  490.  
  491. <b>PLAYS:</b> {FormattedPlayCount}</div>
  492.  
  493.  
  494. {block:Caption}
  495. <div class="caption">{Caption}</div>
  496. {/block:Caption}
  497. {/block:Audio}
  498.  
  499.  
  500. {block:Video}
  501. {Video-250}
  502. {block:Caption}{Caption}{/block:Caption}
  503. {/block:Video}
  504.  
  505.  
  506. {block:Answer}
  507. <div class="question">
  508. <div class="asker"><b>{Asker} said:</b></div>
  509. {Question}</div>
  510. <div class="answer">
  511. {Answer}</div>
  512. {/block:Answer}
  513.  
  514. <div class="tags">
  515. <b><i class="fa fa-floppy-o" aria-hidden="true"></i> SAVED UNDER: </b>{block:HasTags}
  516. {block:Tags}
  517. <a style="text-transform:lowercase;" href="{TagURL}">{Tag}.</a>
  518. {/block:Tags}
  519. {/block:HasTags}
  520. </div>
  521. </div>
  522.  
  523.  
  524. {block:PostNotes}
  525. {PostNotes}
  526. {/block:PostNotes}
  527.  
  528. {/block:Posts}
  529.  
  530. {block:ContentSource}
  531. <!---{SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”
  532. width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
  533. {/block:SourceLogo}
  534. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} --->
  535. {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  536.  
  537. <div class="pagination"><center>
  538. {block:Pagination}
  539. {block:PreviousPage}<a href="{PreviousPage}" class="jump_page">&laquo;</a>{/block:PreviousPage}
  540. {block:JumpPagination length="5"}
  541. {block:CurrentPage}<span class="current_page">{PageNumber}</span>{/block:CurrentPage}
  542. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}
  543. {block:NextPage}<a href="{NextPage}" class="jump_page">&raquo;</a>{/block:NextPage}
  544. {/block:Pagination}</center>
  545. </div>
  546. </body>
  547.  
  548. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement