Advertisement
xariaaaa

[THEME] ᴘʜᴏᴛᴏɢʀᴀᴘʜ

Jun 21st, 2016
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.66 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8. <!-- ʙᴀsᴇ ʙʏ ᴇɴᴛᴇʀᴘʀɪᴢᴇʀ. ᴛʜᴇᴍᴇ ʙʏ ᴀʀɪᴀ ᴘʟᴇᴀsᴇ ᴅᴏ ɴᴏᴛ sᴛᴇᴀʟ ɪᴛ! -->
  9.  
  10. <style type="text/css">
  11.  
  12. /* GASARA */
  13. @font-face { font-family: "gasara"; src: url('https://dl.dropbox.com/s/9mird7ef2oyhzbc/gasara.ttf'); }
  14.  
  15. /* DARLESTON */
  16. @font-face { font-family: "darleston"; src: url('https://dl.dropboxusercontent.com/s/pon2nz49g2gofuu/Darleston.otf') }
  17.  
  18. /* ASPEX */
  19. @font-face { font-family: "aspex"; src: url('https:/dl.dropboxusercontent.com/s/yeeehszy65j0cfk/ASPEX_0.TTF') }
  20.  
  21. *, body, a {cursor: url(http://31.media.tumblr.com/tumblr_lqs4idHqTZ1qfoi4t.png), auto;}
  22.  
  23. a:hover {cursor: url(http://i.imgur.com/IepP2.jpg), auto;}
  24.  
  25. ::-webkit-scrollbar-thumb {
  26. height: auto;
  27. background-color: #f1d2c6;
  28. }
  29.  
  30. ::-webkit-scrollbar {
  31. height:9px;
  32. width:4px;
  33. background-color: #fff1ec;
  34. }
  35.  
  36.  
  37. body {
  38. background: #fff1ec;
  39. }
  40.  
  41. a {
  42. text-decoration:none;
  43. outline:none;
  44. -moz-outline-style:none;
  45. color: #f1d2c6;
  46. }
  47.  
  48. pre, code {
  49. font-family: "Gasara";
  50. font-size: 8px;
  51. color: #f1d2c6;
  52. letter-spacing: 1px;
  53. text-align: center;
  54. border-left: 2px solid #f1d2c6;
  55. border-bottom: 1px solid #f1d2c6;
  56. padding: 5px;
  57. }
  58.  
  59. img {
  60. border:none;
  61. }
  62.  
  63. blockquote, blockquote blockquote {
  64. margin-left: 5px;
  65. padding: 5px;
  66. border-left: 1px solid #f1d2c6;
  67. border-bottom: 1px dotted #f1d2c6;
  68. }
  69.  
  70. blockquote img {
  71. max-width: 240px;
  72. height: auto;
  73. opacity: 0.3;
  74. -webkit-transition: opacity 0.7s linear;
  75. -webkit-transition: all 0.7s ease-out;
  76. -moz-transition: all 0.7s ease-out;
  77. transition: all 0.7s ease-out;
  78. }
  79.  
  80. blockquote blockquote img {
  81. max-width: 180px;
  82. height: auto;
  83. opacity: 0.3;
  84. -webkit-transition: opacity 0.7s linear;
  85. -webkit-transition: all 0.7s ease-out;
  86. -moz-transition: all 0.7s ease-out;
  87. transition: all 0.7s ease-out;
  88. }
  89.  
  90. blockquote img:hover, blockquote blockquote img:hover {
  91. opacity: 1;
  92. -webkit-transition: opacity 0.7s linear;
  93. -webkit-transition: all 0.7s ease-out;
  94. -moz-transition: all 0.7s ease-out;
  95. transition: all 0.7s ease-out;
  96. }
  97.  
  98. h2 {
  99. font-family: "Bebas neue";
  100. font-size: 30px;
  101. line-height: 33px;
  102. letter-spacing: 1px;
  103. font-weight: 100;
  104. color: #f1d2c6;
  105. text-align: justify;
  106. }
  107.  
  108. /* ENTRIES */
  109.  
  110. #entries {
  111. width: 260px;
  112. height: 100%;
  113. float: right;
  114. margin-top: 20px;
  115. margin-right: 100px;
  116. }
  117.  
  118. /* POSTS */
  119.  
  120. #post {
  121. width: 250px;
  122. padding: 10px;
  123. margin-bottom: 30px;
  124. text-align: justify;
  125. font-family: Calibri;
  126. font-size: 11px;
  127. line-height: 13px;
  128. color: #cdcdcd;
  129. }
  130.  
  131. .posttext a {
  132. font-size: 8px;
  133. color: #f1d2c6;
  134. font-family: "Gasara";
  135. }
  136.  
  137. .posttitle {
  138. font-family: "Bebas Neue";
  139. font-size: 30px;
  140. line-height: 33px;
  141. color: #f1d2c6;
  142. text-align: justify;
  143. }
  144.  
  145. .photopost, .photosetpost, .video {
  146. opacity: 0.3;
  147. -webkit-transition: opacity 0.7s linear;
  148. -webkit-transition: all 0.7s ease-out;
  149. -moz-transition: all 0.7s ease-out;
  150. transition: all 0.7s ease-out;
  151. }
  152.  
  153. .photopost:hover, .photosetpost:hover, .video:hover {
  154. opacity: 0.9;
  155. -webkit-transition: opacity 0.7s linear;
  156. -webkit-transition: all 0.7s ease-out;
  157. -moz-transition: all 0.7s ease-out;
  158. transition: all 0.7s ease-out;
  159. }
  160.  
  161. .quote {
  162. font-family: "Bebas Neue";
  163. font-size: 25px;
  164. text-align: justify;
  165. letter-spacing: 1px;
  166. line-height: 28px;
  167. color: #f1d2c6;
  168. }
  169.  
  170. .source {
  171. font-family: "Gasara";
  172. font-size: 8px;
  173. text-align: right;
  174. }
  175.  
  176. .asker {
  177. font-family: "Darleston";
  178. font-size: 30px;
  179. letter-spacing: -1px;
  180. color: #f1d2c6;
  181. text-align: right;
  182. }
  183.  
  184. .question {
  185. font-family: "gasara"
  186. font-size: 8px;
  187. padding: 10px;
  188. text-align: justify;
  189. border-left: 1px solid #f1d2c6;
  190. border-bottom: 1px solid #f1d2c6;
  191. border-top: 1px dotted #f1d2c6;
  192. border-right: 1px dotted #f1d2c6;
  193. }
  194.  
  195. /* Audio */
  196. .audio {
  197. padding: 0;
  198. }
  199.  
  200. .audio_container {
  201. overflow: hidden;
  202. position: relative;
  203. width: 100px;
  204. }
  205.  
  206. .soundcloud_audio_player {
  207. width: 100%;
  208. }
  209.  
  210. .tumblr_audio_player {
  211. width: 100%;
  212. }
  213.  
  214. #info {
  215. font-family: "Calibri";
  216. font-size: 10px;
  217. text-transform: uppercase;
  218. text-align: center;
  219. }
  220.  
  221. #info a {
  222. font-family: "Gasara";
  223. font-size: 8px;
  224. }
  225.  
  226. .postnotes {
  227. width:250px;
  228. font-family: 'Gasara';
  229. font-size: 8px;
  230. letter-spacing: 1;
  231. line-height: 100%;
  232. color: #cdcdcd;
  233. text-align: left;
  234. text-transform: uppercase;
  235. word-wrap:break-word;
  236. padding: 10px;
  237. -moz-transition:all ease-in-out 0.7s;
  238. -webkit-transition:all ease-in-out 0.7s;
  239. -o-transition:all ease-in-out 0.7s;
  240. transition:all ease-in-out 0.7s;
  241. }
  242.  
  243. .postnotes img {
  244. display:none;
  245.  
  246. }
  247.  
  248. .postperma {
  249. width:268px;
  250. margin-top: -18px;
  251. margin-bottom: 20px;
  252. font-family: "Gasara";
  253. font-size: 8px;
  254. color: #cdcdcd;
  255. text-transform: uppercase;
  256. text-align:center;
  257. line-height:100%;
  258. padding:1px;
  259. -moz-transition:all ease-in-out 0.7s;
  260. -webkit-transition:all ease-in-out 0.7s;
  261. -o-transition:all ease-in-out 0.7s;
  262. transition:all ease-in-out 0.7s;
  263.  
  264. }
  265.  
  266. .postperma a {
  267. color: #f1d2c6;
  268. -moz-transition:all ease-in-out 0.7s;
  269. -webkit-transition:all ease-in-out 0.7s;
  270. -o-transition:all ease-in-out 0.7s;
  271. transition:all ease-in-out 0.7s;
  272. }
  273.  
  274. #posttitle {
  275. font-family:'bebas neue';
  276. font-size:20px;
  277. letter-spacing:1px;
  278. line-height:16px;
  279. text-transform:uppercase;
  280. text-align:center;
  281. }
  282.  
  283. #permtitle {
  284. font-family: 'gasara';
  285. color: #cdcdcd;
  286. font-size: 8px;
  287. padding: 5px;
  288. margin-top: 5px;
  289. text-align: center;
  290. text-transform: uppercase;
  291. }
  292.  
  293. #tags {
  294. font-family: 'gasara';
  295. font-size: 8px;
  296. text-transform: uppercase;
  297. letter-spacing: 1;
  298. line-height: 100%;
  299. }
  300.  
  301. #wrapper {
  302. height: 600px;
  303. width: 500px;
  304. float: left;
  305. position: fixed;
  306. left: 100px;
  307. bottom: 0px;
  308. }
  309.  
  310. .princess {
  311. height: 600px;
  312. width: 340px;
  313. margin-left: 0px;
  314. margin-top: 0px;
  315. z-index: 999;
  316. }
  317.  
  318. .tit1 {
  319. margin-left: 242px;
  320. margin-top: -600px;
  321. letter-spacing: 1px;
  322. height: 60px;
  323. width: 300px;
  324. font-family: "Bebas neue";
  325. font-size: 60px;
  326. color: #f1d2c6;
  327. text-shadow: 3px 3px 10px #ffffff;
  328. }
  329.  
  330. .forjimin {
  331. margin-top: -10px;
  332. height: 60px;
  333. width: 170px;
  334. margin-left: 240px;
  335. font-family: "Gasara";
  336. font-size: 8px;
  337. line-height: 11px;
  338. color: #f1d2c6;
  339. padding: 5px;
  340. text-align: justify;
  341. }
  342.  
  343. .trafficlights {
  344. margin-top: -62px;
  345. margin-left: 420px;
  346. height: 70px;
  347. width: 70px;
  348. }
  349.  
  350. .img1 {
  351. height: 50px;
  352. width: 250px;
  353. margin-top: 10px;
  354. margin-left: 244px;
  355. z-index:-9999;
  356. position: relative;
  357. }
  358.  
  359. .desc1 {
  360. height: 70px;
  361. width: 245px;
  362. margin-left: 245px;
  363. font-family: "Gasara";
  364. font-size: 8px;
  365. line-height: 11px;
  366. color: #f1d2c6;
  367. padding: 5px;
  368. text-align: justify;
  369. }
  370.  
  371. .links {
  372. margin-left: 255px;
  373. font-family: "Calibri";
  374. font-size: 20px;
  375. color: #f1e1db;
  376. }
  377.  
  378. .quotee {
  379. margin-left: 245px;
  380. margin-top: 10px;
  381. font-family: "Aspex";
  382. font-size: 13px;
  383. line-height: 20px;
  384. color: #f1d2c6;
  385. letter-spacing: --1px;
  386. text-align: justify;
  387. text-transform: uppercase;
  388. }
  389.  
  390. .friends {
  391. width: 250px;
  392. height: 65px;
  393. margin-left: 250px;
  394. }
  395.  
  396. .friends img {
  397. margin-right: 10px;
  398. border: 3px solid #f1d2c6;
  399. border-radius: 50%;
  400. -webkit-transition:all 0.7s ease-in-out;
  401. -moz-transition:all 0.7s ease-in-out;
  402. -o-transition:all 0.7s ease-in-out;
  403. -ms-transition:all 0.7s ease-in-out;
  404. transition:all 0.7s ease-in-out;
  405. }
  406.  
  407. .friends img:hover {
  408. opacity: 0.1;
  409. transform: rotate(360deg);
  410. transform: scale(0.5);
  411. -webkit-transition:all 0.7s ease-in-out;
  412. -moz-transition:all 0.7s ease-in-out;
  413. -o-transition:all 0.7s ease-in-out;
  414. -ms-transition:all 0.7s ease-in-out;
  415. transition:all 0.7s ease-in-out;
  416. }
  417.  
  418. .pagi {
  419. margin-top: 30px;
  420. font-size: 20px;
  421. color: #f1d2c6;
  422. font-family: "Bebas Neue";
  423. width: 250px;
  424. text-align: center;
  425. }
  426.  
  427. #cred {
  428. font-family: "Gasara";
  429. font-size: 8px;
  430. position: fixed;
  431. bottom: 10px;
  432. left: 20px;
  433. }
  434.  
  435. #orig {
  436. position: fixed;
  437. height: 40px;
  438. width: 40px;
  439. left: 10px;
  440. bottom: 20px;
  441. opacity: 1;
  442. }
  443.  
  444. #btl {
  445. position: fixed;
  446. height: 40px;
  447. width: 40px;
  448. left: 10px;
  449. bottom: 65px;
  450. opacity: 1;
  451. }
  452.  
  453. #orig img, #btl img {
  454. height: 40px;
  455. width: auto;
  456. }
  457.  
  458. /* Hover Title Style */
  459.  
  460. #s-m-t-tooltip{
  461. max-width:250px;
  462. margin-top:15px;
  463. margin-left: 15px;
  464. padding-left: 4px;
  465. padding-right: 4px;
  466. z-index: 9999999;
  467. background-color: #ffffff;
  468. color: #f1d2c6;
  469. font-family: "gasara";
  470. font-size:8px;
  471. letter-spacing:0px;
  472. text-transform:uppercase;
  473. text-align:center;
  474. line-height: 14px;
  475. border-left: 3px solid #ffd3d3;
  476. box-shadow:1px 1px 3px rgba(0,0,0,.1);
  477. }
  478.  
  479. </style>
  480.  
  481. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  482. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  483. <script>
  484. (function($){
  485. $(document).ready(function(){
  486. $("[title],a[title],img[title]").style_my_tooltips({
  487. tip_follows_cursor:true,
  488. tip_delay_time:100,
  489. tip_fade_speed:300,
  490. attribute:"title"
  491. });
  492. });
  493. })(jQuery);
  494. </script>
  495.  
  496. </head>
  497. <body>
  498.  
  499. <div id="wrapper">
  500. <div class="princess"><img src="http://i.imgur.com/8hf2ThF.png" /></div>
  501. <div class="tit1"><a href="/">BROKEN ROSE</a></div>
  502. <div class="forjimin">
  503. It's not about how many times I see your smile or how many times I get shy around you. It's about the fuzzy feeling in my stomach and the warm safeness of your embrace. All because I'll remember how you kissed me, under the lamp post, <a href="/tagged/- & sweetest cookie *" title="Back on Sixth Street hearing you whisper through the phone... 'Wait for me to come home'.">박 지 민</a>.
  504. </div>
  505. <div class="trafficlights">
  506. <a href="/tagged/- & fifteen o three o eight *" title="Lets dance under the moonlight, on a small beach, where only I can see you, with me in your loving arms. "><img src="http://i.imgur.com/1bvrzic.gif" /></a>
  507. </div>
  508. <div class="img1">
  509. <a href="/cvancessonig" title="CVANCESS @INSTAGRAM"><img src="http://i.imgur.com/3pqV6Xc.png" /></a>
  510. </div>
  511. <div class="desc1">
  512. A girl who's life isn't as flowy as her hair or as bright as her smile but she fights through all with kindness and sweetness because sorrows can't reach her anymore. A girl who's laughter makes the room lighter and who's tears bring all down. She doesn't let all get close to her heart, but she treats all with the same kindess, she sees beyond the hardships of her own. <b>CGV</b> ;
  513. </div>
  514. <div class="links">
  515. <a href="/ask" title="Inbox">oo1</a> »
  516. <a href="/i" title="Profile">oo2</a> »
  517. <a href="/ii" title="Background">oo3</a> »
  518. <a href="/iii" title="Navigation">oo4</a> »
  519. <a href="/iv" title="Mun Note">oo5</a>
  520. </div>
  521. <div class="img1">
  522. <a href="/cvancessonyt" title="CVANESS @YOUTUBE"><img src="http://i.imgur.com/Ecr2tjA.png" /></a>
  523. </div>
  524. <div class="desc1">
  525. Standing maybe not-so-tall on her tip toes, she would bend and shift without breaking, her smile and thin body gave it all away, the grace with which she walks and, maybe, her fluid way of moving. She's more than your usual girl, she's more than just a sweetheart you'd call out when you're in need of a friend. She's not the same, her eyes wear differently as her body floats.
  526. </div>
  527. <div class="img1">
  528. <a href="/cgv" title="CHRISTINE G. VANCE, SOLOIST"><img src="http://i.imgur.com/zfjFH0w.png" /></a>
  529. </div>
  530. <div class="quotee">
  531. Love is like little roses; sweet, fragrant, so petite.
  532. </div>
  533. <div class="friends">
  534. <marquee behavior="scroll" direction="left" scrollamount="3" onmouseover="this.stop();" onmouseout="this.start();">
  535. <a href="http://gttkwng.tumblr.com/" title=""><img src="http://i.imgur.com/iSQj8eG.jpg" /></a>
  536. <a href="http://jiminontheblog.tumblr.com/" title=""><img src="http://i.imgur.com/okZtukI.jpg" /></a>
  537. <a href="http://obaeli.tumblr.com/" title=""><img src="http://i.imgur.com/q7SVz1Q.jpg" /></a>
  538. <a href="http://syndicts.tumblr.com/" title=""><img src="http://i.imgur.com/09O6TZK.png" /></a>
  539. <a href="http://tekau.tumblr.com/" title=""><img src="http://i.imgur.com/JZ41Sm6.jpg" /></a>
  540. <a href="http://duanyien.co.vu/" title=""><img src="http://i.imgur.com/3Leus51.jpg" /></a>
  541. </marquee>
  542. </div>
  543. </div>
  544.  
  545.  
  546. <div id="entries">
  547. {block:Posts}
  548. <div id="post">
  549.  
  550. <!-- TEXT POSTS -->
  551. {block:Text}
  552. <div class="posttitle">{block:Title}{Title}{/block:Title}</div>
  553. <div class="posttext">{Body}</div>
  554. {/block:Text}
  555.  
  556. <!-- PHOTO POSTS -->
  557. {block:Photo}
  558. <div class="photopost">{LinkOpenTag}<img src="{PhotoURL-250}">{LinkCloseTag}
  559. <div class="posttext">{block:Caption}{Caption}{/block:Caption}</div></div>
  560. {/block:Photo}
  561.  
  562. <!-- PHOTOSET POSTS -->
  563. {block:Photoset}
  564. <div class="photosetpost">{Photoset-250} {block:Caption}{Caption}{/block:Caption}</div>
  565. {/block:Photoset}
  566.  
  567. <!-- QUOTE POSTS -->
  568. {block:Quote}
  569. <div class="posttitle">{block:Title}{Title}{/block:Title}</div>
  570. <div class="quote">{Quote}</div>
  571. <div class="source">{block:Source} —{Source}{/block:Source}</div>
  572. {/block:Quote}
  573.  
  574. <!-- LINK POSTS -->
  575. {block:Link}
  576. <div class="posttitle">a href="{URL}" {Target}>{Name}</a></div>
  577. {block:Description}{Description}{/block:Description}
  578. {/block:Link}
  579.  
  580. <!-- CHAT POSTS -->
  581. {block:Chat}
  582. <div class="posttile">{block:Title}{Title}{/block:Title}</div>
  583. <div class="posttext">
  584. {block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}</div>
  585. {/block:Chat}
  586.  
  587.  
  588. <!-- ASK POST -->
  589. {block:Answer}
  590. <div class="asker">{Asker}</div>
  591. <div class="question">{Question}</div>
  592. {Answer}
  593. {/block:Answer}
  594.  
  595. <!-- AUDIO POST -->
  596. {block:Audio}
  597. <div class="audioContainer">
  598. {block:AudioEmbed}{AudioEmbed color="white"}{/block:AudioEmbed}
  599. </div>
  600. <div class="posttext">{block:Caption}{Caption}{/block:Caption}</div>
  601. {/block:Audio}
  602.  
  603. <!-- VIDEO POST -->
  604. {block:Video}
  605. <div class="video">{Video-250}</div>
  606. <div class="posttext">{block:Caption}{Caption}{/block:Caption}</div>
  607. {/block:Video}
  608.  
  609. <!-- POST PERMA -->
  610. <div id="info">
  611. {block:Date}{TimeAgo}{/block:Date} // <a href="{Permalink}">
  612. {NoteCountWithLabel}</a><br>
  613. {block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}
  614. </div>
  615. </div>
  616. {block:PermaLinkPage}
  617. <div class="postinfo">
  618. <center>
  619. <div id="permtitle">Posted on: {Month} {DayofMonth}, {Year}<br> {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}</div>
  620. {block:RebloggedFrom}
  621. <div id="tags">Via:
  622. <a href="{ReblogParentURL}">{ReblogParentName}</a> ||
  623. Source: <a href="{ReblogRootURL}">{ReblogRootName}</a></div>
  624. {/block:RebloggedFrom}
  625. </center>
  626. <br>
  627. {block:HasTags}
  628. <div id="tags">{block:Tags}#<a href="{TagURL}">{Tag}</a> &nbsp; {/block:Tags} </div>
  629. {/block:HasTags}
  630. </div>
  631.  
  632. {block:PostNotes}<div class="postnotes"><div style="margin-left: -20px;">{PostNotes}</div></div>{/block:PostNotes}
  633. {/block:PermalinkPage}
  634. {/block:Posts}
  635. {block:IndexPage}
  636. <div class="pagi">
  637. {block:PreviousPage}<a href="{PreviousPage}">PREV</a>{/block:PreviousPage} // {block:NextPage}<a href="{NextPage}">NEXT</a>{/block:NextPage}
  638. </div>
  639. {/block:IndexPage}
  640. </div>
  641.  
  642. <div id="btl">
  643. <a href="http://btlcollective.tumblr.com/" title="The beauty and the look">
  644. <img src="http://66.media.tumblr.com/6b4f31dec7bc3be2fc200822b1d68ebc/tumblr_inline_o7mgt5H3oc1u9ij2g_500.png" />
  645. </a>
  646. </div>
  647.  
  648. <div id="orig">
  649. <a href="http://originalites.tumblr.com/" title="Elite of originals,">
  650. <img src="http://i.imgur.com/3Bt7AMN.png" />
  651. </a>
  652. </div>
  653. <div id="cred">
  654. <a href="#" title="Theme coded by mun, please do not steal the code! Made for Google Chrome, 1366 x 768.">CREDIT</a>
  655. </div>
  656. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement