Advertisement
dohdoro

blossom

Mar 3rd, 2014
5,868
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.63 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.  
  4. <head>
  5.  
  6. <title>{Title}</title>
  7.  
  8. {block:IfInfiniteScroll}
  9. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  10. {/block:IfInfiniteScroll}
  11.  
  12. <link rel="shortcut icon" href="{Favicon}" />
  13.  
  14.  
  15. <!-- BLOSSOM THEME BY DOHDORO ----//*********
  16.  
  17. ***DO NOT REMOVE THE CREDIT PLEASE.
  18. ***DO NOT COMBINE MY CODES WITH SOMEONE ELSES
  19. ***DO NOT REDISTRIBUTE AND CLAIM AS YOURS
  20. ***DO NOT USE AS BASE --->
  21.  
  22.  
  23. <meta name="color:Background" content="#ffffff"/>
  24. <meta name="color:Text" content="#888"/>
  25. <meta name="color:Bold" content="#000000"/>
  26. <meta name="color:Italic" content="#000000"/>
  27. <meta name="color:links" content="#888888"/>
  28. <meta name="color:links hover" content="#000000"/>
  29. <meta name="color:h1" content="#fafafa"/>
  30. <meta name="color:side links bg" content="#000000"/>
  31. <meta name="color:side links" content="#ffffff"/>
  32. <meta name="color:side links bg hover" content="#000000"/>
  33. <meta name="color:side links hover" content="#ffffff"/>
  34. <meta name="color:title bg" content="#FFB6C1"/>
  35. <meta name="color:title" content="#ffffff"/>
  36. <meta name="color:title border" content="#000000"/>
  37. <meta name="color:description bg" content="#FFB6C1"/>
  38. <meta name="color:description" content="#ffffff"/>
  39. <meta name="color:entry background" content="#ffffff"/>
  40. <meta name="color:entry border" content="#eeeeee"/>
  41. <meta name="color:entry text" content="#888888"/>
  42. <meta name="color:entry link" content="#888888"/>
  43. <meta name="color:info bg" content="#000000"/>
  44. <meta name="color:info" content="#ffffff"/>
  45. <meta name="color:info hover" content="#FFB6C1"/>
  46. <meta name="color:caption bg" content="#fafafa"/>
  47. <meta name="color:caption" content="#888888"/>
  48. <meta name="color:caption border" content="#FFD700"/>
  49. <meta name="color:question" content="#888888"/>
  50. <meta name="color:answer bg" content="#87CEEB"/>
  51. <meta name="color:answer" content="#ffffff"/>
  52. <meta name="color:tooltip bg" content="#ffffff"/>
  53. <meta name="color:tooltip" content="#888888"/>
  54. <meta name="color:scrollbar bg" content="#FFB6C1"/>
  55. <meta name="color:scrollbar" content="#87CEEB"/>
  56.  
  57. <meta name="image:Background" content=""/>
  58. <meta name="image:side image" content="http://static.tumblr.com/aaf5c9c3653566508979fce80b0b4765/bj5zkci/ynKn1vz4l/tumblr_static_untitled-1_copy.jpg"/>
  59. <meta name="if:Show Captions" content="0"/>
  60. <meta name="if:Infinite Scroll" content"0"/>
  61.  
  62. <meta name="text:Link One URL" content="/"/>
  63. <meta name="text:Link One Hover" content="link"/>
  64. <meta name="text:Link Two URL" content=""/>
  65. <meta name="text:Link Two Hover" content="link"/>
  66. <meta name="text:Link Three URL" content="">
  67. <meta name="text:Link Three Hover" content="link"/>
  68. <meta name="text:Link Four URL" content=""/>
  69. <meta name="text:Link Four Hover" content="link"/>
  70.  
  71.  
  72. <style type="text/css">
  73.  
  74.  
  75.  
  76. ::-webkit-scrollbar {
  77. width: 8px;
  78. height:3px;
  79. background:{color:scrollbar bg};
  80.  
  81. }
  82.  
  83. ::-webkit-scrollbar-thumb:vertical {
  84. height: 20px;
  85. background-color:{color:scrollbar};
  86.  
  87. }
  88.  
  89.  
  90. body {
  91. font-family:consolas;
  92. font-size:10px;
  93. color:{color:Text};
  94. background:{color:Background};
  95. background-image:url('{image:Background}');
  96. background-repeat:repeat;
  97. background-attachment:fixed;
  98. background-position:right bottom;
  99.  
  100.  
  101. }
  102.  
  103.  
  104. a {
  105. color:{color:Links};
  106. text-decoration:none;
  107.  
  108. }
  109. a:hover {
  110. color:{color:Links Hover};
  111.  
  112. }
  113.  
  114. b, strong{
  115. color:{color:Bold};
  116.  
  117. }
  118.  
  119. i, em {
  120. color:{color:Italic};
  121.  
  122. }
  123.  
  124. blockquote {
  125. Background:{color:Caption Background};
  126.  
  127. }
  128.  
  129. h1 {
  130. font-family:helvetica;
  131. font-size:10px;
  132. text-transform:uppercase;
  133. text-align:center;
  134. background:{color:h1};
  135. color:{color:Text}
  136. padding:15px;
  137. }
  138.  
  139. h1 a {
  140. color:{color:Links};
  141. text-decoration:none;
  142.  
  143. }
  144.  
  145. #squish {
  146. width:300px;
  147. margin:auto;
  148.  
  149. }
  150.  
  151.  
  152. #dohdoro {
  153. position:fixed;
  154. top:200px;
  155. margin-left:-200px;
  156. width:200px;
  157. height:auto;
  158.  
  159. }
  160.  
  161.  
  162. #kyungsoo img {
  163. width:200px;
  164. height:130px;
  165.  
  166. }
  167.  
  168.  
  169. #navigation {
  170. position:fixed;
  171. z-index:99999;
  172. margin-top:160px;
  173. margin-left:-45px;
  174. padding:10px;
  175.  
  176. }
  177.  
  178.  
  179. #links a {
  180. display:block;
  181. width:15px;
  182. height:5.9px;
  183. font-family:consolas;
  184. text-align:center;
  185. font-size:9px;
  186. padding:10.1px;
  187. letter-spacing:1px;
  188. background:{color:side links bg};
  189. color:{color:side links};
  190. -webkit-transition: opacity 0.4s linear;
  191. -webkit-transition: all 0.4s ease-in-out;
  192. -moz-transition: all 0.4s ease-in-out;
  193. -o-transition: all 0.4s ease-in-out;
  194.  
  195. }
  196.  
  197. #links a:hover {
  198. background:{color:side links bg hover};
  199. color:{color:side links hover};
  200. padding-left:210px;
  201. -webkit-transition: all .4s ease-in-out;
  202. -moz-transition: all .4s ease-in-out;
  203. -o-transition: all .4s ease-in-out;
  204. -ms-transition: all .4s ease-in-out;
  205. transition: all .4s ease-in-out;
  206.  
  207. }
  208.  
  209.  
  210. #tle {
  211. overflow:auto;
  212. background:{color:title bg};
  213. color:{color:title};
  214. margin-top:5px;
  215. margin-left:-35px;
  216. padding:17px;
  217. width:190px;
  218. height:35px;
  219. font-family:helvetica sans serif;
  220. letter-spacing:-2px;
  221. font-size:30px;
  222. border-right:10px solid {color:title border};
  223.  
  224. }
  225.  
  226.  
  227. #desc {
  228. overflow:auto;
  229. margin-top:1px;
  230. margin-left:-35px;
  231. padding:17px;
  232. width:200px;
  233. height:60px;
  234. border-bottom:1px solid #fff;
  235. background:{color:description bg};
  236. color:{color:description};
  237. font-family:consolas;
  238. font-size:10px;
  239. text-align:right;
  240. line-height:11px;
  241. letter-spacing:2px;
  242. text-transform:uppercase;
  243.  
  244. }
  245.  
  246.  
  247. #ent {
  248. margin:30px;
  249. width:400px;
  250. padding:15px;
  251. border:1px solid {color:entry border};
  252. background:{color:entry background};
  253. color:{color:entry text};
  254. font-family:consolas;
  255. font-size:10px;
  256.  
  257. }
  258.  
  259.  
  260. #ent a{
  261. color:{color:entry link};
  262.  
  263. }
  264.  
  265.  
  266. #ent img{
  267. max-width:100%;
  268.  
  269. }
  270.  
  271.  
  272. #ent:hover #entinf {
  273. width:380px;
  274. opacity:1;
  275. -webkit-transition: all .7s ease-in-out;
  276. -moz-transition: all .7s ease-in-out;
  277. -o-transition: all .7s ease-in-out;
  278. -ms-transition: all .7s ease-in-out;
  279. transition: all .7s ease-in-out;
  280.  
  281. }
  282.  
  283. #entinf {
  284. position:absolute;
  285. z-index:9999;
  286. width:200px;
  287. padding:10px;
  288. background:{color:info bg};
  289. color:{color:info};
  290. text-align:center;
  291. font-family:consolas;
  292. letter-spacing:1px;
  293. text-transform:uppercase;
  294. opacity:0;
  295. -webkit-transition: opacity 0.4s linear;
  296. -webkit-transition: all 0.4s ease-in-out;
  297. -moz-transition: all 0.4s ease-in-out;
  298. -o-transition: all 0.4s ease-in-out;
  299.  
  300. }
  301.  
  302.  
  303. #entinf a{
  304. color:{color:info};
  305.  
  306. }
  307.  
  308. #entinf a:hover {
  309. width:400px;
  310. height:100px;
  311. color:{color:info hover};
  312. opacity:1;
  313. -webkit-transition: all .7s ease-in-out;
  314. -moz-transition: all .7s ease-in-out;
  315. -o-transition: all .7s ease-in-out;
  316. -ms-transition: all .7s ease-in-out;
  317. transition: all .7s ease-in-out;
  318.  
  319. }
  320.  
  321. #quotes {
  322. font-family:helvetica sans serif;
  323. font-size:17px;
  324. text-align:center;
  325. letter-spacing:0px;
  326. text-transform:uppercase;
  327.  
  328. }
  329.  
  330. #muplayer {
  331.  
  332. background:#000;
  333. width:380px;
  334. height:100px;
  335. margin-top:0px;
  336. margin-bottom:35px;
  337. margin-left:10px;
  338.  
  339. }
  340.  
  341.  
  342. #ques {
  343. font-size:10px;
  344. color:{color:question};
  345. font-family:helvetica sans serif;
  346. text-align:center;
  347. letter-spacing:1px;
  348. text-transform:uppercase;
  349. padding-bottom:10px;
  350.  
  351. }
  352.  
  353. #ques img {
  354. border:1px solid {color:entry border};
  355. padding:5px;
  356.  
  357. }
  358.  
  359. #answers {
  360. Color:{color:answer};
  361. background:{color:answer bg};
  362. text-align:center;
  363. padding:15px;
  364. font-size:10px;
  365. font-family:consolas;
  366.  
  367. }
  368.  
  369. #caption {
  370. width:390;
  371. margin-top:7px;
  372. color:{color:caption};
  373. background:{color:caption bg};
  374. padding:10px;
  375. word-wrap:break-word;
  376. font-size:11px;
  377. font-family:consolas;
  378. border-top:3px solid {color:caption border};
  379.  
  380. }
  381.  
  382. #caption img{
  383. width:400px;
  384.  
  385. }
  386.  
  387.  
  388. #notecounts {
  389. float:left;
  390. width:400px;
  391. color:{color:entry link};
  392. font-family:consolas;
  393. font-size:10px;
  394. text-align:left;
  395. }
  396.  
  397. ol.notecounts {
  398. list-style-type:square;
  399.  
  400. }
  401.  
  402. #pagi {
  403. position:fixed;
  404. margin-top:10px;
  405. margin-left:25px;
  406.  
  407. }
  408.  
  409. .jump_page {
  410. padding: 4px 8px;
  411. color:#888;
  412. font-family:century gothic;
  413. font-size:11px;
  414. text-decoration:none;
  415.  
  416. }
  417.  
  418. .current_page, .jump_page:hover {
  419. padding: 4px 8px;
  420. color: #000;
  421. font-family:century gothic;
  422. font-size:11px;
  423. text-decoration:none;
  424. }
  425.  
  426.  
  427. #s-m-t-tooltip {
  428. z-index:999999;
  429. max-width:300px;
  430. margin-top:25px;
  431. margin-left:15px;
  432. padding-left:5px;
  433. padding-right:5px;
  434. padding-top:1px;
  435. padding-bottom:1px;
  436. background-color:{color:tooltip bg};
  437. color:{color:tooltip};
  438. font-family:consolas;
  439. font-size:10px;
  440. letter-spacing:1px;
  441. text-transform:uppercase;
  442. line-height:13px;
  443.  
  444. }
  445.  
  446.  
  447. #thmcredit {
  448. position:fixed;
  449. z-index:99999;
  450. bottom:5px;
  451. right:10px;
  452. background:#fff;
  453. font-weight:bold;
  454. font-size:10px;
  455. color:#000000;
  456. font-family:helvetica;
  457.  
  458. }
  459.  
  460. </style>
  461.  
  462.  
  463. <link href="style-my-tooltips.css" rel="stylesheet" type="text/css" />
  464. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script><script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script><script>(function($){$(document).ready(function(){$("[title]").style_my_tooltips();});})(jQuery);</script>
  465.  
  466.  
  467. <body>
  468.  
  469.  
  470.  
  471. <div id="squish">
  472. <div id="dohdoro">
  473. <div id="navigation">
  474. <div id="links">
  475. <a href="/" title="home">01</a>
  476. <a href="{text:Link One URL}" title="{text:Link One Hover}">02</a>
  477. <a href="{text:Link Two URL}" title="{text:Link Two Hover}">03</a>
  478. <a href="{text:Link Three URL}" title="{text:Link Three Hover}">04</a>
  479. <a href="{text:Link Four URL}" title="{text:Link Four Hover}">05</a>
  480. </div></div>
  481.  
  482. <div id="tle">{title}</div>
  483. <div id="desc">{description}
  484. </div>
  485. <div id="kyungsoo"><img src="{image:side image}"></div>
  486.  
  487. {block:IfNotInfiniteScroll}
  488. <div id="pagi">
  489. {block:Pagination}
  490. {block:PreviousPage}<a href="{PreviousPage}" class="jump_page">&laquo;</a>{/block:PreviousPage}
  491. {block:JumpPagination length="3"}
  492. {block:CurrentPage}<span class="current_page">{PageNumber}</span>{/block:CurrentPage}
  493. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}
  494. {block:NextPage}<a href="{NextPage}" class="jump_page">&raquo;</a>{/block:NextPage}
  495. {/block:Pagination}
  496. </div> {/block:IfNotInfiniteScroll}
  497.  
  498. </div>
  499.  
  500.  
  501. <div class ="autopagerize_page_element">
  502.  
  503. {block:posts}
  504. <div id="ent">
  505. {block:ContentSource}
  506. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  507. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  508. {/block:SourceLogo}
  509. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  510. {/block:ContentSource}
  511.  
  512.  
  513. {block:IndexPage}
  514. <div id="entinf">
  515.  
  516. {block:NoteCount}
  517. <a href="{Permalink}" title="{NoteCount}">{NoteCount} notes</a><br>{/block:NoteCount}
  518.  
  519. <a href="{ReblogURL}" title="reblog">reblog</a><br>
  520.  
  521. {block:HasTags}
  522. <a href="{TagURL}" title="{block:Tags}#{Tag}{/block:Tags}">tags</a><br>
  523. {/block:HasTags}
  524.  
  525. {block:Date}{DayOfMonthWithZero}.{MonthNumberWithZero}.{ShortYear}{/block:Date}<br>
  526.  
  527. {block:RebloggedFrom}
  528. <a href="{ReblogParentURL}" title="via:{ReblogParentName}">VIA</a> //
  529. <a href="{ReblogRootURL}" title="source:{ReblogRootName}">SOURCE</a>
  530. {/block:RebloggedFrom}
  531. </div>{/block:IndexPage}
  532.  
  533. {block:text}{block:title}<h1>{title}</h1>{/block:title}{body}{/block:text}
  534.  
  535. {block:photo}<img src="{PhotoURL-400}"/>
  536. {block:ifShowCaptions}
  537. {block:caption}<div id="caption">{Caption}</div>{/block:caption}
  538. {/block:ifShowCaptions}{/block:photo}
  539.  
  540. {block:Photoset}{Photoset-400}
  541. {block:ifShowCaptions}
  542. {block:caption}<div id="caption">{Caption}</div>{/block:caption}
  543. {/block:ifShowCaptions}{/block:Photoset}
  544.  
  545. {block:Quote}<div id="quotes">❝{Quote}❞</div> {block:Source}<div align="right"></div>{/block:Source}{/block:Quote}
  546.  
  547. {block:Link}
  548. <h1><a href="{URL}" target="{Target}">{Name}></a></h1>
  549. {block:Description}{Description}{/block:Description} {/block:Link}
  550.  
  551. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}
  552. {block:Lines}{block:Lable}<b>{Lable}</b>{/block:Lable}{Line}<br>{/block:Lines}{/block:Chat}
  553.  
  554. {block:Audio}
  555. <div id="muplayer">{AudioPlayerBlack}</div>
  556. {block:caption}<div id="caption">{caption}</div>{/block:caption}
  557. {/block:Audio}
  558.  
  559. {block:Video}{Video-400}
  560. {block:ifShowCaptions}{block:caption}<div id="caption">{Caption}</div>{/block:caption}{/block:ifShowCaptions}{/block:Video}
  561.  
  562. {block:Answer}
  563. <div id="ques">
  564. <img src="{AskerPortraitURL-40}"></a><br><br>
  565. {Asker} ASKED:
  566. {Question}</div>
  567. <div id="answers">{Answer}</div>
  568. {/block:Answer}
  569.  
  570.  
  571. {block:PermalinkPage} {block:PostNotes}
  572. <div id="notecounts">{PostNotes}</div>
  573. {/block:PostNotes}{/block:PermalinkPage}
  574.  
  575.  
  576. </div>
  577. {/block:posts}
  578.  
  579. </div>
  580. <div id="thmcredit">
  581. <a href="http://dohdoro.tumblr.com" title="theme credit">DTHM.</a></div>
  582.  
  583. </body></head>
  584. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement