Advertisement
bittersveet

idk

Aug 14th, 2015
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.41 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html>
  4.  
  5. <!---- THEME MADE BY ROSEWILLIANS | please, don't copy ---->
  6.  
  7.  
  8. <meta name="text:Link1" content="/" />
  9. <meta name="text:Link1 title" content="" />
  10. <meta name="text:Link2" content="/" />
  11. <meta name="text:Link2 title" content="" />
  12. <meta name="text:Link3" content="/" />
  13. <meta name="text:Link3 title" content="" />
  14.  
  15. <meta name="image:Sidebar" content=""/>
  16. <meta name="if:Show Captions" content="1"/>
  17. <meta name="if:Black and White Posts" content="1"/>
  18.  
  19. <meta name="color:Background" content="#fcfcfc" />
  20. <meta name="color:Text" content="#cdcdcd" />
  21. <meta name="color:Link Hover" content="#a8a8a8" />
  22. <meta name="color:Link" content="#999" />
  23. <meta name="color:Accent" content="#f5f5f5" />
  24.  
  25. <!--------- Fonts --------->
  26.  
  27. <link href='http://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
  28.  
  29. <link href='http://fonts.googleapis.com/css?family=Roboto:400,400italic,500,500italic' rel='stylesheet' type='text/css'>
  30.  
  31.  
  32.  
  33.  
  34. <title>{Title}</title>
  35. <Link rel="shortcut icon" href="{Favicon}" />
  36. <Link rel="alternate" type="application/rss+xml" href="{RSS}" />
  37.  
  38. <style type="Text/css">
  39.  
  40.  
  41. body {
  42. Background-color: {color:Background};
  43. Text-transform:none;
  44. font-family:'arial';
  45. font-size:9px;
  46. color:{color:Text};
  47. letter-spacing:.5px;}
  48.  
  49. a {color: {color:Link};
  50. Text-decoration: none;
  51. transition:all 1s ease;}
  52. a:hover {color:{color:Link Hover};}
  53.  
  54. b, strong {
  55. font-family:arial;
  56. font-size:10px;
  57. color:#76899A;
  58. }
  59.  
  60. i, em {
  61. font-size:10px;
  62. color:#767A9A;
  63. }
  64.  
  65. blockquote {
  66. margin-left:5px;
  67. padding:0px 0px 0px 5px;
  68. Text-align: left;
  69. font-family:arial;
  70. text-transform:none;
  71. font-size:10px;
  72. font-style:none;
  73. border-left:1px solid{color:Accent};}
  74.  
  75. blockquote img {max-width:250px!important;
  76. height:auto;}
  77.  
  78. *, body, a, a:hover {cursor: url(http://media.tumblr.com/tumblr_mem9zjUXhw1rqv2lu.png), auto;}
  79.  
  80. #tumblr_lightbox img {
  81. box-shadow:none!important;
  82. border-radius:0!important; }
  83.  
  84. #tumblr_lightbox {
  85. background-color:transparent!important; }
  86.  
  87. #tumblr_lightbox div:nth-child(2) {
  88. background-color:#fff;
  89. opacity:0.8; }
  90.  
  91. #tumblr_lightbox_left_link, #tumblr_lightbox_right_link {
  92. visibility: hidden; }
  93.  
  94. ::-webkit-scrollbar-thumb {Background-color: #212121;
  95. height:auto;
  96. border:0px solid#fff;}
  97. ::-webkit-scrollbar {height:5px;
  98. width:2px;
  99. Background-color: #212121;
  100. border:4px solid #fff;}
  101. ::selection {Background-color:#444;}
  102.  
  103. ::-moz-selection {Background-color:{color:select};}
  104. ::selection {Background-color:{color:select};color:{color:Text};}
  105.  
  106.  
  107. #entries {
  108. float: left;
  109. width:500px;
  110. margin-top: 100px;
  111. margin-left:200px;
  112. margin-bottom:100px;}
  113.  
  114. #entry {
  115. border-top:10px solid #D1D7E3;
  116. width:250px;
  117. padding:0px;
  118. Text-align: justify;
  119. position: relative;
  120. margin-bottom:100px;}
  121.  
  122. #entry img {display:inline-block;
  123. max-width:250px;
  124. min-width:100px;
  125. {block:IfBlackandWhitePosts}
  126. -webkit-filter: grayscale(50%);
  127. -webkit-transition-duration: .90s;
  128. filter: alpha(opacity=75);
  129. moz-opacity:.80;
  130. {/block:IfBlackandWhitePosts};}
  131.  
  132. #entry img:hover {{block:IfBlackandWhitePosts}
  133. -webkit-filter: grayscale(0%);
  134. -webkit-transition-duration: .90s;
  135. filter: alpha(opacity=100);
  136. moz-opacity:1.0;
  137. {/block:IfBlackandWhitePosts}}
  138.  
  139. #padding {padding:10px;
  140. background:#fff;}
  141.  
  142. #padding img {width:220px;
  143. height:auto;}
  144.  
  145. #h1 {
  146. Text-align:left;
  147. font-family:arial;
  148. font-weight:bold;
  149. font-style:italic;
  150. color:#1C1C1C;
  151. line-height:100%;
  152. padding:10px;
  153. Text-transform:none;
  154. font-size:15px;}
  155.  
  156. .quote {
  157. Text-align:justify;
  158. font-size: 11px;
  159. letter-spacing:0px;
  160. font-style:italic;
  161. line-height: 14px;
  162. color:#424242;
  163. padding:10px;
  164. font-family:georgia;
  165. Text-transform:none;}
  166.  
  167. .quotesource {
  168. Text-transform:uppercase;
  169. font-size:10px;
  170. height:auto;
  171. font-family:calibri;
  172. margin-top:0px;
  173. letter-spacing:0px;
  174. Text-align:left;
  175. color:#1C1C1C;
  176. display:block;
  177. padding:10px;}
  178.  
  179. .quotesource a {
  180. color:#8FA2C4;}
  181.  
  182. .chat {line-height: 13px;
  183. margin-left:-40px;}
  184. .chat ul {line-height: 13px;
  185. list-style: none;
  186. line-height:14px;}
  187. .person1 {color:{color:Text};
  188. margin-bottom:2px;
  189. padding:5px 5px 5px 10px;
  190. border-left:2px solid{color:Accent};}
  191. .person1 .label {font-weight: bold;
  192. color:{color:Text};}
  193. .person2 {color:{color:Text};
  194. padding:5px 5px 5px 10px;
  195. margin-bottom:2px;
  196. border-left:2px solid{color:Accent};}
  197. .person2 .label {font-weight: bold;
  198. color:{color:Text};}
  199.  
  200.  
  201. #postinfo { font-family:calibri;
  202. text-align:right;
  203. padding:15px;
  204. width:220px;
  205. margin-top:-1px;
  206. margin-left:0px;
  207. margin-bottom:15px;
  208. background:#fff;
  209. transition:all 1s ease;
  210. color:#898989;
  211. letter-spacing:1px;
  212. Text-transform:uppercase;
  213. font-size: 10px;
  214. text-indent:55px;
  215. border-top:1px solid{color:Background};}
  216.  
  217. #entry:hover #postinfo {text-indent:65px;}
  218.  
  219. #postinfo a {color:#b7b7b7;
  220. Text-transform:uppercase;
  221. font-size: 8px;
  222. padding:0px 0px 3px 0px;}
  223.  
  224. #info {z-index:999999999999999999999999999999999999999;
  225. padding:0px;
  226. margin-top:0px;}
  227. #info a {margin-right:5px;}
  228.  
  229. #tags {
  230. margin-top:-13px;
  231. padding:10px;
  232. width:230px;
  233. font-size:9px;
  234. margin-left:0px;
  235. opacity:0;
  236. position:absolute;
  237. transition:all 1s ease;
  238. color:#2E2E2E;
  239. padding-top:10px;
  240. {block:Permalink}
  241. background:#fff;
  242. {/block:Permalink}}
  243.  
  244. #entry:hover #tags {opacity:1}
  245.  
  246. #tags a {margin-right:6px;
  247. color:{color:Text};}
  248.  
  249. #permal {background:#212121;
  250. transition:all 1s ease;
  251. color:#b7b7b7;
  252. letter-spacing:1px;
  253. Text-transform:uppercase;
  254. font-size: 8px;
  255. text-align:right;
  256. padding:20px;
  257. width:240px;
  258. position:absolute;
  259. margin-top:0px;}
  260.  
  261. ol.notes {list-style: none;
  262. width:225px;
  263. overflow: scroll;
  264. height:250px;
  265. background:#fff;
  266. margin-left:0px;
  267. margin-top:80px;
  268. margin-bottom:100px;
  269. padding:0px 15px 0px 15px;
  270. border-top:15px solid#fff;
  271. border-bottom:15px solid#fff;}
  272. ol.notes a {color:{color:text};
  273. font-size:8px;
  274. text-transform:uppercase;}
  275. ol.notes li.note {margin-bottom: 2px;
  276. padding: 7px;
  277. font-size:8px;
  278. text-transform:uppercase;
  279. line-height: 20px;}
  280. ol.notes li.note img.avatar {vertical-align: -5px;
  281. margin-right: 10px;
  282. width:18px;
  283. height: 18px; }
  284. ol.notes li.note .answer_content {font-weight: normal;}
  285. ol.notes li.note block{display: none;}
  286.  
  287. #credits {
  288. position:fixed;
  289. right:10px;
  290. bottom:10px;}
  291. #credits a {letter-spacing:0px;
  292. Text-transform:uppercase;
  293. font-size: 7px;
  294. font-weight:bold;
  295. color:{color:Text};}
  296.  
  297. #s-m-t-tooltip {max-width:250px;
  298. font-family:calibri;
  299. font-size:11px;
  300. padding:4px 5px 5px 5px;
  301. margin:15px 10px 10px 15px;
  302. font-size:10px;
  303. letter-spacing:1px;
  304. z-index:999999999999999999999999999999999999;
  305. background:#fff;
  306. border-radius:3px;
  307. border:1px solid #F1F2F6;
  308. color:#424242;
  309. Text-transform:lowercase;}
  310.  
  311. asker {color:{color:Text};
  312. Text-transform:uppercase;
  313. font-size:9px;
  314. padding:0px 0px 1px 0px;
  315. font-weight:bold;}
  316.  
  317. asker a {
  318. color:{color:Text};
  319. Text-transform:uppercase;
  320. font-size:9px;
  321. padding:0px 0px 3px 0px;
  322. border-bottom:1px solid{color:background};
  323. font-style:italic;}
  324.  
  325. .question {Text-align: justify;
  326. color:{color:Text};
  327. font-family:arial;
  328. Background:#FAFAFA;
  329. padding:14px;
  330. Text-transform:lowercase;
  331. font-size:9px;
  332. margin-top:1px;
  333. line-height:17px;
  334. vertical-align: -5px;
  335. border-right:1px solid#ededed;
  336. border-bottom:1px solid#ededed;}
  337. .question a {color: color:#838383;}
  338.  
  339. .answer {margin-top:-10px;
  340. color:{color:Text};
  341. Text-align:left;
  342. Text-align: justify;
  343. Text-transform:none;
  344. font-size:9px;
  345. padding:9px;}
  346.  
  347. #pagination {margin-left:0px;
  348. margin-top:0px;
  349. padding:20px;
  350. margin-bottom:100px;
  351. width:210px;
  352. Text-align:center;background:#fff;
  353. }
  354. #pagination a {
  355. letter-spacing:1px;
  356. Text-transform:uppercase;
  357. font-size: 9px;
  358. padding:0px 0px 5px 0px;
  359. color: {color:Text};
  360. cursor:help;}
  361.  
  362. #pagination a:hover {text-decoration:underline}
  363.  
  364. .bar {margin-top:0px;
  365. padding:16px;
  366. height:6px;
  367. margin-left:0px;
  368. color:{color:Text};
  369. Text-align:left;
  370. Background:#fff;
  371. z-index:999999999999999999999999;
  372. letter-spacing:1px;
  373. Text-transform:uppercase;
  374. font-size: 7px; }
  375.  
  376. .bar {margin-top:0px;
  377. padding:16px;
  378. height:6px;
  379. margin-left:0px;
  380. color:{color:Text};
  381. Text-align:left;
  382. Background:#fff;
  383. z-index:999999999999999999999999;
  384. letter-spacing:1px;
  385. Text-transform:uppercase;
  386. font-size: 7px; }
  387.  
  388.  
  389. .audioinfo {margin-top:1px;
  390. padding:10px;
  391. margin-left:0px;
  392. color:{color:Text};
  393. Text-align:right;
  394. Background:#fff;
  395. z-index:999999999999999999999999;
  396. letter-spacing:1px;
  397. Text-transform:uppercase;
  398. font-size:8px; }
  399.  
  400. #albumart {margin-left:0px;
  401. float:left;
  402. margin-top:-15px;}
  403.  
  404. #albumart img{margin-left:-15px;
  405. transition:all 1s ease;
  406. padding:15px;
  407. width:39px;}
  408.  
  409. #audioplayer {width:28px;
  410. height:31px;
  411. opacity:0.4;
  412. z-index:999999999999999999999999999999;
  413. overflow:hidden;
  414. position:absolute;
  415. margin-left:210px;
  416. margin-top:6px;
  417. transition:all 1s ease;}
  418.  
  419. #audioplayer:hover {opacity:1;
  420. transition:all 1s ease;}
  421.  
  422. #sidebar {
  423. margin-left:500px;
  424. width:100px;
  425. padding:20px;
  426. margin-top:81px;
  427. background:;
  428. position:fixed;}
  429.  
  430. #sidebar img {
  431. position:fixed;
  432. margin-left:336px;
  433. margin-top:30px;
  434. width:116px;
  435. height:170px;
  436. }
  437.  
  438. #desc {
  439. position:fixed;
  440. background:#FFFFFF;
  441. margin-top:70px;
  442. font-family:calibri;
  443. margin-left:120px;
  444. text-align:justify;
  445. Text-transform:none;
  446. font-size: 10px;
  447. height:auto;
  448. width:200px;
  449. letter-spacing:0px;
  450. line-height:20px;
  451. color:#585858;
  452. padding:6px 5px 5px 6px;}
  453.  
  454. #hovars {
  455. position:fixed;
  456. margin-top:177px;
  457. margin-left:366px;
  458. font-size:15px;
  459. font-family:arial;
  460. background:transparent;
  461. color:#FFFFFF;
  462. padding:2px;
  463. width:106px;
  464. }
  465.  
  466. #links {
  467. position:fixed;
  468. text-align:left;
  469. opacity:1;
  470. margin-left:42px;
  471. margin-top:70px;
  472. transition:all 1s ease;}
  473.  
  474. #links a {
  475. width:60px;
  476. display:block;
  477. text-align:justify;
  478. margin-bottom:3px;
  479. Text-transform:lowercase;
  480. color:{color:Text};
  481. font-family:arial;
  482. background:#FFFFFF;
  483. font-size: 9px;
  484. font-style:italic;
  485. transition:all 1s ease;
  486. padding:7px;}
  487.  
  488. #button {
  489. background:#1C1C1C;
  490. position:fixed;
  491. padding:5px;
  492. color:#FFFFFF;
  493. width:279px;
  494. text-transform:uppercase;
  495. font-family:'arial';
  496. font-size:11px;
  497. font-weight:bold;
  498. text-align:justify;
  499. font-style:italic;
  500. margin-left:42px;
  501. margin-top:30px;}
  502.  
  503. #button a {color:{color:Text}}
  504.  
  505. iframe#tumblr_controls { white-space:nowrap; -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%); filter: invert(100%); opacity:.2;transition: .8s ease-in-out; -webkit-transition: .8s ease-in-out;-moz-transition: .8s ease-in-out;-o-transition: .8s ease-in-out; }
  506. </style>
  507.  
  508. <style type="text/css">{CustomCSS}</style>
  509.  
  510. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  511. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  512. <script>
  513. (function($){
  514. $(document).ready(function(){
  515. $("[title],a[title],img[title]").style_my_tooltips({
  516. tip_follows_cursor:true,
  517. tip_delay_time:100,
  518. tip_fade_speed:300,
  519. attribute:"title"
  520. });
  521. });
  522. })(jQuery);
  523. </script>
  524. </head>
  525.  
  526.  
  527.  
  528. <body>
  529.  
  530.  
  531.  
  532.  
  533. <div id="sidebar">
  534.  
  535. <img src="{image:Sidebar}">
  536.  
  537. <div id="button">How does it feel with my teeth in your heart?</a></div>
  538. <div id="desc">{Description}</div>
  539. <div id="hovars"><span title="disc: au/oc blog, not the real oh sehun (obviously) nor am i claiming to be. not affiliated with sme or exo, purely for rp purposes.">●</span> <span title="style: literate, para, script, icons friendly but i personally prefer para though i'll try mirroring you. strictly ic unless stated otherwise.">●</span> <span title="tw: which means that there'll probably be nsfw things on this blog such as, well, triggers mostly-- everything will be tagged under 'nsfw' or 'tw:...' so you can blacklist it. follow at your own risk!">●</span> <span title="open for (maybe) all types of plots, i'd be more than happy to interact with everyone and anyone. please, do read the pages i've got up for sehun, that'd be appreciated! i'll of course do the same for you.">●</span></div>
  540.  
  541.  
  542. <div id="links">
  543. <a href="/">refresh.</a>
  544. <a href="/ask">inquire.</a>
  545. <a href="/r">regulations.</a>
  546. <a href="/p">investigate.</a>
  547. <a href="/a1">about.</a>
  548.  
  549. </div>
  550.  
  551. </div>
  552.  
  553. </div>
  554.  
  555.  
  556.  
  557. <div id="credits">
  558. <a href="http://rosewillians.tumblr.com/" title="tweaked by mun for personal use, credit goes to rosewillians' themes.">CR.</a>
  559. </div>
  560.  
  561.  
  562. <div id="entries">
  563. {block:Posts}
  564. <div id="entry">
  565.  
  566. {block:Text}
  567. <div id="padding">
  568. {block:Title}<div id="h1">{Title}</div>{/block:Title}{Body}
  569. </div>
  570. {/block:Text}
  571.  
  572. {block:Photo}
  573. <img src="{PhotoURL-250}">
  574. {block:IfShowCaptions}
  575. {block:Caption}<div id="padding">{Caption}</div>{/block:Caption}
  576. {/block:IfShowCaptions}
  577. {/block:Photo}
  578.  
  579. {block:Photoset}
  580. {Photoset}
  581. {block:IfShowCaptions}
  582. {block:Caption}<div id="padding">{Caption}</div>{/block:Caption}
  583. {/block:IfShowCaptions}
  584. {/block:Photoset}
  585.  
  586. {block:Quote}
  587. <div id="padding">
  588. <div class="quote">{Quote}</div>
  589. <div class="quotesource">{Source}</div>
  590. </div>
  591. {/block:Quote}
  592.  
  593. {block:Link}
  594. <div id="padding">
  595. <a href="{URL}" {Target}><div id="h1">{Name}</div></a>
  596. {block:Description}{Description}{/block:Description}
  597. </div>
  598. {/block:Link}
  599.  
  600. {block:Chat}
  601. <div id="padding">
  602. {block:Title}<h1><a href="{PermaLink}">{Title}</a></h1>{/block:Title}
  603. <div class="chat"><ul>{block:Lines}
  604. <li class="person{UserNumber}">{block:Label}
  605. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  606. </div>
  607. {/block:Chat}
  608.  
  609. {block:Audio}
  610. <div id="audioplayer">{AudioPlayerWhite}</div>
  611. <div id="albumart">{block:AlbumArt}<img src="{AlbumArtURL}" width="100">{/block:AlbumArt}</div>
  612. <div class="bar"></div>
  613. <div class="audioinfo">
  614. {block:TrackName}TRACK: {TrackName}{/block:TrackName}<br>
  615. {block:Artist}ARTIST: {Artist}<br>{/block:Artist}
  616. </div>
  617. {/block:Audio}
  618.  
  619. {block:Video}
  620. {Video-250}
  621. {block:IfShowCaptions}
  622. <div id="padding">
  623. {block:Caption}{Caption}{/block:Caption}
  624. </div>{/block:IfShowCaptions}
  625. {/block:Video}
  626.  
  627.  
  628. {block:Answer}
  629. <div id="padding">
  630. <div class="question">
  631. <asker>{Asker} demanded: </asker>{Question}</div><br>
  632. <div class="answer">{Answer}</div>
  633. </div>
  634. {/block:Answer}
  635.  
  636. <div style="display:none">{block:RebloggedFrom}<a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom}{block:ContentSource}<a href="{SourceURL}" target="_blank">source</a>){/block:ContentSource}</div>
  637.  
  638. <div id="postinfo">
  639. <div id="info">
  640. {block:PermaLinkPage}{/block:PermaLinkPage}
  641. {block:NoteCount}{NoteCount}{/block:NoteCount}
  642. {/block:NoteCount}
  643. <a href="{PermaLink}">permalink</a>
  644. </div>
  645. </div>
  646.  
  647. <div id="tags">
  648. {block:HasTags}{block:Tags} <a href="{TagURL}">{Tag}</a>,{/block:Tags}{/block:HasTags}<br>
  649. {block:Permalink}
  650. {block:RebloggedFrom} <a href="{ReblogRootURL}" title="{ReblogRootTitle}" target="_blank"><i>Source</i></a> {/block:RebloggedFrom}
  651. {block:RebloggedFrom}<a href="{ReblogParentURL}" target="_blank"><i>Via</i></a>{/block:RebloggedFrom}
  652. {/block:Permalink}
  653. </div>
  654.  
  655. </div>
  656. {block:PostNotes}
  657. {PostNotes}
  658. {/block:PostNotes}
  659.  
  660.  
  661. {/block:Posts}
  662.  
  663. <div id="pagination">
  664. {block:Pagination}{block:JumpPagination length="5"}
  665. {block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage}
  666. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  667. {/block:JumpPagination}{/block:Pagination}
  668. </div>
  669. </div>
  670.  
  671.  
  672.  
  673. </body>
  674. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement