Advertisement
SeoulChan

Blush

May 3rd, 2014
1,602
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 12.79 KB | None | 0 0
  1. <!-----------------------------------------------------------------------
  2.  _         _             _    
  3. | | ____ _(_) __ _ _   _| | __
  4. | |/ / _` | |/ _` | | | | |/ /
  5. |   < (_| | | (_| | |_| |   <
  6. |_|\_\__,_|_|\__, |\__,_|_|\_\
  7.              |___/
  8. Blush theme by Ani (http://kaiguk.tumblr.com/)^•ﻌ•^
  9. You know the rules, don't remove credit, use as a base, or claim as yours
  10. Contact me if it contains any errors & enjoy my theme!★
  11. ------------------------------------------------------------------------>
  12.  
  13. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  14.  
  15. <title>{Title}</title>
  16.  
  17. <link rel="shortcut icon" href="{Favicon}" />
  18.  
  19.  
  20. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  21.  
  22. {block:Description}<meta name="description" content="{MetaDescription}" />
  23. {/block:Description}
  24.  
  25. <head>
  26.  
  27. <meta name="if:InfiniteScroll" content="0"/>
  28. <meta name="if:ShowCaptions" content="1"/>
  29. <meta name="color:bold" content="#ffd4d4"/>
  30. <meta name="color:italic" content="#ffb9b9"/>  
  31. <meta name="color:underline" content="#ffe3e3"/>
  32. <meta name="color:bg" content="#ffffff"/>
  33. <meta name="color:border" content="#ffe3e3"/>
  34. <meta name="color:Post border" content="#F0F0F0"/>
  35. <meta name="color:Sidebar bg" content="#ffffff"/>
  36. <meta name="color:Post bg" content="#ffffff"/>
  37. <meta name="color:Text" content="#aaaaaa"/>
  38. <meta name="color:Link" content="#ffb3b3"/>
  39. <meta name="color:Title" content="#ffb3b3"/>
  40. <meta name="color:Quote" content="#ffd3d3"/>
  41. <meta name="color:Caption Bg" content="#fbfbfb"/>
  42. <meta name="color:Caption Border" content="#f6f6f6"/>
  43. <meta name="color:Caption" content="#cccccc"/>
  44. <meta name="color:LinkTitleBG" content="#eeeeee"/>
  45. <meta name="color:LinkTitleText" content="#888888"/>
  46. <meta name="color:Selection BG" content="#888888"/>
  47. <meta name="color:Selection Text" content="#eeeeee"/>
  48. <meta name="color:Scrollbar" content="#ffe3e3">
  49.  
  50. <meta name="image:Sidebar Image" content=""/>
  51. <meta name="image:bg" content=""/>
  52.  
  53. <meta name="text:Link 1" content="/" />
  54. <meta name="text:Link 1 Text" content="Link 1" />
  55. <meta name="text:Link 1 Title" content="Link Title" />
  56. <meta name="text:Link 2" content="/" />
  57. <meta name="text:Link 2 Text" content="Link 2" />
  58. <meta name="text:Link 2 Title" content="Link Title" />
  59. <meta name="text:Link 3" content="/" />
  60. <meta name="text:Link 3 Text" content="Link 3" />
  61. <meta name="text:Link 3 Title" content="Link Title" />
  62. <meta name="text:Link 4" content="/" />
  63. <meta name="text:Link 4 Text" content="Link 4" />
  64. <meta name="text:Link 4 Title" content="Link Title" />
  65. <meta name="text:Link 5" content="/" />
  66. <meta name="text:Link 5 Text" content="Link 5" />
  67. <meta name="text:Link 5 Title" content="Link Title" />
  68. <meta name="text:Link 6" content="/" />
  69. <meta name="text:Link 6 Text" content="Link 6" />
  70. <meta name="text:Link 6 Title" content="Link Title" />
  71.  
  72. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  73. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  74. <script>
  75.   (function($){
  76.   $(document).ready(function(){
  77.   $("a[title]").style_my_tooltips({
  78.   tip_follows_cursor:true,
  79.   tip_delay_time:0,
  80.   tip_fade_speed:0,
  81.   attribute:"title"
  82.   });
  83. });
  84. })(jQuery);
  85. </script>
  86.  
  87.  
  88. <style type="text/css">
  89.  
  90. #s-m-t-tooltip {
  91. z-index: 9999;
  92. background:{color:LinkTitleBG};
  93. font-size: 10px;
  94. line-height: 11px;
  95. font-family: arial;
  96. letter-spacing: 1px;
  97. text-transform: normal;
  98. color: {color:LinkTitleText};
  99. max-width: 150px;
  100. word-wrap: break-word;
  101. padding: 2px 5px 2px 6px;
  102. display: block;
  103. margin: 24px 14px 7px 12px;
  104. -webkit-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.10);
  105. -moz-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.10);
  106. box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.10);
  107. }
  108.  
  109. ::selection {
  110. background:{color:Selection Text};
  111. color:{color:Selection BG};
  112. }
  113.  
  114. ::-webkit-scrollbar {width: 7px; height: 4px; background: #ffffff; }
  115. ::-webkit-scrollbar-thumb { background-color: {color:scrollbar};}
  116.  
  117.  
  118. blockquote {
  119. padding:5px 0 5px 30px;
  120. border-left:1px solid {color:link};
  121. background-color:#fcfcfc;
  122. margin-left:30px;
  123. }
  124.  
  125. body {
  126. background:{color:bg};
  127. background-attachment:fixed;
  128. background-image:url('{image:bg}');
  129. color:{color:text};
  130. font-family:arial;
  131. font-size:11px;
  132. text-align:justify;
  133. margin:0;
  134. line-height:16px;}
  135.  
  136.  
  137. a {
  138. color:{color:link};
  139. text-decoration:none;
  140. }
  141.  
  142. #h1 {
  143. font-size:12px;
  144. line-height:18px;
  145. font-weight:bold;
  146. letter-spacing:1px;
  147. word-spacing:1px;
  148. margin-bottom:10px;
  149. text-align:left;
  150. color:{color:title};
  151. }
  152.  
  153. b,strong{
  154. color:{color:bold};
  155. }
  156.  
  157. i,em{
  158. color:{color:italic};
  159. }
  160.  
  161. u{
  162. color:{color:underline};
  163. }
  164.  
  165. #sidebar {
  166. text-align:left;
  167. position:fixed;
  168. margin-left:-220px;
  169. margin-top:200px;
  170. width:200px;
  171. background:{color:Sidebar bg};
  172. padding:8px;
  173. }
  174.  
  175. #sidebarimg {
  176. margin-bottom:20px;
  177. }
  178.  
  179. #sidebarimg img {
  180. width:200px;
  181. }
  182.  
  183. #sidetitle {
  184. font-size:18px;
  185. font-weight:bold;
  186. text-align:right;
  187. color:{color:title};
  188. }
  189.  
  190. #links {
  191. line-height:0px;
  192. padding:-2px;
  193. text-align:right;
  194. text-transform:lowercase;
  195. }
  196.  
  197. #links a {
  198. margin-right:10px;
  199. letter-spacing:0px;
  200. display:inline-block;
  201. margin-bottom:10px;
  202. }
  203.  
  204. #desc {
  205. margin:20px 0;
  206. text-align:right;
  207. }
  208.  
  209. #jongdae {
  210. left:50%;
  211. margin-left:-250px;
  212. position:absolute;
  213. }
  214.  
  215. #exo {
  216. margin-top:75px;
  217. width:500px;
  218. }
  219.  
  220. #posts {
  221. width:500px;
  222. margin-left:90px;
  223. margin-bottom:75px;
  224. background:{color:Post bg};
  225. padding:8px;
  226. border:3px double {color:post border};
  227.  
  228. }
  229.  
  230. #posts img {
  231. max-width:500px;
  232. }
  233.  
  234. #quote{
  235. text-align:center;
  236. font-size:14px;
  237. line-height:18px;
  238. color:{color:quote};
  239. }
  240.  
  241. #source {
  242. margin-top:12px;
  243. font-size:11px;
  244. text-align:right;
  245. }
  246.  
  247.  
  248. #question {
  249. padding-bottom:5px;
  250. border-bottom:1px solid {color:border};
  251. font-style:italic;
  252. }
  253.  
  254. #asker {
  255. letter-spacing:1px;
  256. text-transform:lowercase;
  257. }
  258.  
  259. .ans {
  260. font-family:arial;
  261. font-size:10px;
  262. font-style:italic;
  263. padding:5px;
  264. margin-bottom:0px;
  265. text-align:center;
  266. line-height:120%;
  267. color:{color:text};
  268. background-color:{color:bg};
  269. }
  270.  
  271. .audio {
  272. width:500px;
  273. padding-bottom:10px;
  274. padding-top:10px;
  275. padding-left:3px;
  276. }
  277.  
  278. .albumart {
  279. float:left;
  280. padding:0px 10px 10px 0px;
  281. }
  282.  
  283.  
  284. .albumart img {
  285. width:70px;
  286. border:1px solid {color:Border};
  287. padding:5px;
  288. }
  289.  
  290. .chat ol {
  291. padding:0;
  292. list-style:none;
  293. }
  294.  
  295. .line {
  296. padding:5px 0;
  297. border-bottom:1px solid {color:border};
  298. }
  299.  
  300. .pagi {
  301. margin-top:20px;
  302. font-size:10px;
  303. text-align:right;
  304. }
  305.  
  306. .pagi a {
  307. color:{color:link};
  308. }
  309.  
  310. #perma {
  311. padding:5px;
  312. font-size:9px;
  313. letter-spacing:2px;
  314. margin-top:10px;
  315. text-align:center;
  316. border: 3px double #F0F0F0;
  317. background: #FBFBFB;
  318. -moz-transition-duration:0.5s;
  319. -webkit-transition-duration:0.5s;
  320. -o-transition-duration:0.5s;
  321. }
  322.  
  323. #perma a {
  324. margin-right:10px;
  325. }
  326.  
  327.  
  328. #info {
  329. padding:8px;
  330. text-align:justify;
  331. line-height:15px;
  332. margin-top:10px;
  333. background-color:#fcfcfc;
  334. opacity:0.5px;
  335. color:{color:text};
  336. }
  337.  
  338. #info a{
  339. color:{color:link};
  340. }
  341.  
  342.  
  343. #info a:hover{
  344. color:{color:hover};
  345. }
  346.  
  347. .note li {
  348. list-style-type:none;
  349. padding:10px 25px 10px 25px;
  350. text-align:left;
  351. margin:0px;
  352. border-bottom:1px solid {color:border};
  353. -moz-transition-duration:0.5s;
  354. -webkit-transition-duration:0.5s;
  355. -o-transition-duration:0.5s;
  356. }
  357.  
  358. .notes img {
  359. display:none!important;
  360. }
  361.  
  362. {block:IfShowCaptions}
  363. #captions {
  364. margin-top: 10px;
  365. padding:5px;
  366. text-align:left;
  367. background: {color:Caption bg};
  368. border: 1px solid {color:Caption border};
  369. color:{color:Caption};
  370. }
  371. {/block:IfShowCaptions}
  372.  
  373. {block:IfNotShowCaptions}
  374. #captions {
  375. display:none;
  376. }
  377. {/block:IfNotShowCaptions}
  378.  
  379. {block:IfShowTags}
  380. #tags{
  381. text-align:right;
  382. color:{color:text};
  383. word-spacing:2px;
  384. font-style:italic;
  385. }
  386. {/block:IfShowTags}
  387.  
  388. {block:IfNotShowTags}
  389. #tags{
  390. display:none;
  391. }
  392. {block:IfNotShowTags}
  393.  
  394. #credit {
  395. bottom:3px;
  396. position:fixed;
  397. right:10px;
  398. float:right;
  399. font-family:arial;
  400. color:black;
  401. font-size:12px;
  402. letter-spacing:1px;
  403. text-transform:uppercase;
  404. padding:5px;
  405. }
  406.  
  407. #credit a {
  408. color:#ffc7c7;
  409. }
  410.  
  411. {CustomCSS}
  412.  
  413. </style>
  414. {block:IfInfiniteScroll}
  415. <script type="text/javascript" src="http://static.tumblr.com/q0etgkr/EIBmz7s0p/infinitescrolling.js"></script>
  416. {/block:IfInfiniteScroll}
  417.  
  418. </head>
  419.  
  420. <body>
  421.  
  422. <div id="jongdae">
  423.  
  424. <div id="sidebar">
  425.  
  426. <div id="sidebarimg"><img src="{image:Sidebar Image}"></div>
  427. <div id="sidetitle">{Title}</div>
  428. <div id="desc">{Description}</div>
  429. <div id="links">
  430.  
  431. <a href="{text:Link 1}" title="{text:Link 1 Title}">{text:Link 1 Text}</a>
  432.  
  433. <a href="{text:Link 2}" title="{text:Link 2 Title}">{text:Link 2 Text}</a>
  434.  
  435. <a href="{text:Link 3}" title="{text:Link 3 Title}">{text:Link 3 Text}</a>
  436.  
  437. <a href="{text:Link 4}" title="{text:Link 4 Title}">{text:Link 4 Text}</a>
  438.  
  439. <a href="{text:Link 5}" title="{text:Link 5 Title}">{text:Link 5 Text}</a>
  440.  
  441. <a href="{text:Link 6}" title="{text:Link 6 Title}">{text:Link 6 Text}</a>
  442.  
  443. </div>
  444.  
  445. {block:IfNotInfiniteScroll}
  446. {block:IndexPage}
  447. <div class="pagi">
  448. {block:Pagination}{block:PreviousPage}
  449. <a href="{PreviousPage}">←</a>
  450. {/block:PreviousPage}{block:JumpPagination length="5"}{block:CurrentPage}
  451. <span class="current_page">{PageNumber}</span>
  452. {/block:CurrentPage}{block:JumpPage}
  453. <a class="jump_page" href="{URL}">{PageNumber}</a>
  454. {/block:JumpPage}{/block:JumpPagination}{block:NextPage}
  455. <a href="{NextPage}">→</a>
  456. {/block:NextPage}{/block:Pagination}
  457. </div>
  458. {/block:IndexPage}
  459. {/block:IfNotInfiniteScroll}
  460. </div>
  461.  
  462. <div id="exo">
  463.  
  464. <div class="autopagerize_page_element">
  465.  
  466. {block:Posts}<div id="posts">{block:Quote}<div id="quote">“{Quote}”</div>
  467. {block:Source}<div id="source"> —{Source}</div>{/block:Source}
  468. {/block:Quote}
  469.  
  470. {block:Text}{block:Title}<div id="h1">{Title}</div>{/block:Title}{Body}
  471. {/block:Text}
  472.  
  473. {block:Link}<div id="h1"><a href="{URL}">{Name}</a></div>{block:Description}{Description}{/block:Description}
  474. {/block:Link}
  475.  
  476. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}<div class="chat"><ol>{block:Lines}<li class="line {Alt}">{block:Label}<span class="label"><i>{Label}</i></span>{/block:Label} {Line}</li>{/block:Lines}
  477. <ol></div>{/block:Chat}
  478.  
  479. {block:Photo}<a href="{Permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}"/></a>
  480. {block:IndexPage}
  481. {block:Caption}<div id="captions">
  482. {Caption}</div>
  483. {/block:Caption}
  484. {/block:IndexPage}
  485. {/block:Photo}
  486.  
  487. {block:Photoset}{Photoset-500}
  488. {block:IndexPage}
  489. {block:Caption}<div id="captions">
  490. {Caption}</div>
  491. {/block:Caption}
  492. {/block:IndexPage}
  493. {/block:Photoset}
  494.  
  495. {block:Video}{Video-500}{/block:Video}
  496.  
  497. {block:Answer}
  498. <div id="question">
  499. <img style="opacity:0.8; padding-right:2px;" src="http://media.tumblr.com/e132c047259686e81e83774dd9faca4b/tumblr_inline_n5sqrbweYb1sbfysw.gif">
  500. <span id="asker">{Asker} whispered:</span> {Question}</div>{Answer}{/block:Answer}
  501.  
  502. {block:Audio}<div class="audio">{block:AlbumArt}<div class="albumart"><div class="photo"><img src="{AlbumArtURL}"/></div></div>{/block:AlbumArt}
  503. <div class="audioinfo"> {block:TrackName}<b>Title:</b> {TrackName}<p>
  504. {/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<p>{/block:Artist}
  505. {/block:ExternalAudio}<b>Played: </b>{PlayCount} times</div><br>
  506. <div class="playercontainer">{AudioPlayerWhite}</div></div><p>{/block:Audio}
  507.  
  508.  
  509. {block:Indexpage}<div id="perma"><a href="{Permalink}"> Posted {TimeAgo} with {NoteCountWithLabel}</a></div>{/block:Indexpage}
  510.  
  511. {block:PermalinkPage}
  512. {block:Date}
  513. <div id="info">
  514. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  515. <br>
  516. <img src="http://media.tumblr.com/8058ed44933eb3496acf9981b685728b/tumblr_inline_n5sqp3d9jg1sbfysw.gif">
  517. <b>Date:</b> {ShortMonth} {DayOfMonthWithZero}, {Year}<br>
  518. {block:NoteCount}
  519. <img src="http://media.tumblr.com/0554381e2583afa6704b5b1ef5870043/tumblr_inline_n5sqzsSABd1sbfysw.gif">
  520. <b>Notes:</b> {NoteCount}<br>
  521. {/block:NoteCount}
  522. {block:RebloggedFrom}
  523. <img src="http://media.tumblr.com/8d9abd275abf67cfcc7479f66755d536/tumblr_inline_n5sqqn2odh1sbfysw.gif">
  524. <b>Via:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  525. {/block:RebloggedFrom}
  526. {block:ContentSource}
  527. <img src="http://media.tumblr.com/8d9abd275abf67cfcc7479f66755d536/tumblr_inline_n5sqqn2odh1sbfysw.gif">
  528. <b>Source:</b> <a href="{SourceURL}">{SourceTitle}</a><br>
  529. {/block:ContentSource}
  530. {block:HasTags}
  531. <img src="http://media.tumblr.com/7b5769d1f08760ef365f8b1990363e3f/tumblr_inline_n5sqr4eTMz1sbfysw.gif">
  532. <b>Tagged under:</b>
  533. {block:Tags}
  534. <a href="{TagURL}">#{Tag}</a>
  535. {/block:Tags}
  536. {/block:HasTags}
  537. </div>
  538. {/block:Date}
  539. {/block:PermalinkPage}
  540.  
  541.  
  542. <div class="note">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  543.  
  544. </div>
  545.  
  546. {/block:Posts}
  547.  
  548. </div>
  549.  
  550. </div>
  551.  
  552. </div>
  553. <div id="credit">
  554. <a href="http://kaiguk.tumblr.com/" title="theme by Ani">
  555. KG
  556. </a>
  557.  
  558. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement