Advertisement
dohdoro

Cotton Candy

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