Advertisement
candycaiine

Simplicity Theme

Sep 2nd, 2013
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.90 KB | None | 0 0
  1.  
  2.  
  3. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4.  
  5. <head>
  6.  
  7. <link href="http://static.tumblr.com/z0cd8ty/aJjm6uyej/meffects.css" rel="stylesheet">
  8.  
  9.  
  10. <script type="text/javascript"
  11. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  12.  
  13. <script type="text/javascript"
  14. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  15.  
  16. <link href="http://static.tumblr.com/z0cd8ty/aJjm6uyej/meffects.css" rel="stylesheet">
  17. <!--
  18. ╔═══════════════════════════════════════════════════════════════════╗
  19.  
  20. ---------------------------Simplicity Theme-------------------------
  21.  
  22. by cocaine/lloyd
  23.  
  24.  
  25.  
  26.  
  27. Note: Do not remove credit/this, remove it at YOUR own risk.
  28.  
  29. ╚═══════════════════════════════════════════════════════════════════╝
  30. -->
  31.  
  32.  
  33.  
  34. <title>{title}</title>
  35.  
  36. <link rel="shortcut icon" href="http://i44.tinypic.com/rbl7o9.png">
  37.  
  38. <meta name="text:a musicbox code" content="" />
  39. <meta name="description" content="{metadescription}" />
  40. <meta name="color:Background" content="#FFFFFF"/>
  41. <meta name="color:Text" content="#000000"/>
  42. <meta name="color:Hover" content="#ffffff"/>
  43. <meta name="color:Link" content="#000000"/>
  44. <meta name="color:Title" content="#000000">
  45. <meta name="image:Background" content="1"/>
  46. <meta name="image:Sidebar" content=""/>
  47. <meta name="if:1column" content="0"/>
  48. <meta name="if:3column" content="0"/>
  49. <meta name="if:fadedposts" content="0"/>
  50. <meta name="text:Link One Title" content="" />
  51. <meta name="text:Link One" content="" />
  52. <meta name="text:Link Two Title" content="" />
  53. <meta name="text:Link Two" content="" />
  54. <meta name="text:Link Three Title" content="" />
  55. <meta name="text:Link Three" content="" />
  56. <meta name="text:Link Four Title" content="" />
  57. <meta name="text:Link Four" content="" />
  58. <link rel="stylesheet" href="stylesheet.css" type="text/css" charset="utf-8" />
  59. <meta name="if:Music Box" content="1" />
  60.  
  61. <style type="text/css">
  62.  
  63. ::-webkit-scrollbar {width: 3px; height: 4px; background: #eee; }
  64.  
  65. ::-webkit-scrollbar-thumb { background-color:transparent; }
  66.  
  67. #tumblr_controls{
  68. position:fixed !important;
  69. -webkit-filter:invert(100%);
  70. opacity:.8;
  71. -webkit-transition:linear;-webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  72. }
  73.  
  74.  
  75. body {
  76. padding: 0px;
  77. margin: 0px;
  78. color:{color:text};
  79. font-family: Trebuchet Ms;
  80. font-size: 11px;
  81. line-height:11px;
  82. background-color: {color:Background};
  83. background-image:url({image:Background});
  84. background-attachment: fixed;
  85. background-repeat: repeat
  86. text-align: justify;
  87. }
  88.  
  89. a:link, a:active, a:visited{
  90. color:{color:link};
  91. text-decoration: none;
  92. -webkit-transition: color 0.4s ease-out;
  93. -moz-transition: color 0.4s ease-out;
  94. }
  95.  
  96. a:link, a:visited{
  97. color:{color:link};
  98. background:transparent;
  99. text-decoration:none;
  100. }
  101.  
  102. a:hover{
  103. color:{color:hover};
  104. background:transparent;
  105. }
  106.  
  107. a:active{
  108. color:#000
  109. background:#eee;
  110. text-decoration:underline;
  111. }
  112.  
  113. .entry {
  114. margin: 3px;
  115. padding: 8px;
  116. padding-bottom:6px;
  117. float:left;
  118. overflow:hidden;
  119. {block:iffadedposts}
  120. opacity:0.7;
  121. {/block:iffadedposts}
  122. {block:ifnotfadedposts}
  123. opacity:1;
  124. {/block:ifnotfadedposts}
  125. text-align: justify;
  126. background-color: white;
  127. font-family:Trebuchet Ms;
  128. font-size: 11px;
  129. line-height:11px;
  130. border: solid 1px #cecece;
  131. {block:PermalinkPage}
  132. width:500px;
  133. {/block:PermalinkPage}
  134. {block:IndexPage}
  135. {block:if1column}
  136. width:230px;
  137. {block:if1column}
  138. {block:ifnot1column}
  139. width:200px;
  140. {/block:ifnot1column}
  141. {/block:IndexPage}
  142. }
  143.  
  144. .entry .permalink{
  145. position:absolute;
  146. {block:if1column}
  147. width:245px;
  148. {/block:if1column}
  149. {block:ifnot1column}
  150. width:215px;
  151. {/block:ifnot1column}
  152. height:35px;
  153. padding-top:2px;
  154. background-color:#fff;
  155. overflow:hidden;
  156. letter-spacing:2px;
  157. bottom: 0px;
  158. font-family: trebuchet ms;
  159. right: 0px;
  160. text-transform: uppercase;
  161. font-size:8px;
  162. line-height:17px;
  163. text-align:center;
  164. opacity:0.0;
  165. z-index:99999999999;
  166. color:{color:link};
  167. -webkit-transition: all 0.3s linear;
  168. -moz-transition: all 0.3s linear;
  169. transition: all 0.3s linear;
  170. }
  171.  
  172. .entry .permalink a{
  173. color:{color:link};
  174. }
  175.  
  176.  
  177. .entry:hover .permalink {
  178. overflow:visible;
  179. opacity: 1;
  180. color:{color:link};
  181. bottom: 0px;
  182. height: 35px;
  183. -webkit-transition: all 0.3s linear;
  184. -moz-transition: all 0.3s linear;
  185. transition: all 0.3s linear;
  186. }
  187.  
  188.  
  189. #wrapper #musicbox #top {
  190.  
  191. border: {color:border} 1px solid;
  192. background: #fff;
  193. width: 150px;
  194. height: 32px;
  195. margin-left: 0px;
  196. margin-top: -7px;
  197. }
  198.  
  199. #music {
  200. position:fixed;
  201. top:10px;
  202. left:10px;
  203. height:10px;
  204. width:35px;
  205. {block:IfBoxShadows}
  206. box-shadow:rgba(0,0,0,0.06)5px 5px;{/block:IfBoxShadows}
  207. border: {color:border} 1px solid;
  208. background-color:#fff;
  209. -webkit-transition: all 0.4s ease-in-out;
  210. padding:12px 0px 12px 0px;
  211. text-align:center;
  212. }
  213.  
  214. #musicplayer {
  215. margin-top:-35px;
  216. height: 50px;
  217. padding-top:0px;
  218. opacity: 0;
  219. padding-left: 3px;
  220. -webkit-transition: all 0.5s ease-in-out;
  221. }
  222.  
  223. #musicplayer:hover {
  224. margin-top:-10px;
  225. opacity: 1;
  226.  
  227. }
  228.  
  229. #music:hover
  230. {
  231. border: {color:border} 1px solid;
  232. padding:5px;
  233. height:30px;
  234. width:140px;
  235. -webkit-transition: all 0.4s ease-in-out;
  236. }
  237.  
  238.  
  239. #sidebar{
  240. text-align:center;
  241. background-color:white;
  242. margin-top:200px;
  243. margin-left:181px;
  244. font-size: 12px;
  245. width:198px;
  246. padding:5px;
  247. opacity:1;
  248. height:auto;
  249. border: solid 1px #ddd;
  250. z-index:999999999999999999999999999;
  251. position:fixed !important;
  252. -webkit-animation:fadeIn 4s;
  253. -moz-animation:fadeIn 4s;
  254. -ms-animation:fadeIn 4s;
  255. }
  256.  
  257. .btn a:hover {text-shadow:0px;}
  258.  
  259. a.btn{ position:absolute;z-index:99;-webkit-filter: invert(100%);top:26px;right:3px;white-space:nowrap;outline:0;text-decoration:none;cursor:pointer;overflow:hidden;text-overflow:ellipsis;font:600 12px/18px "Helvetica Neue","HelveticaNeue",Helvetica,Arial,sans-serif;height:20px;padding:0 5px;-webkit-font-smoothing:antialiased;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;-webkit-transition-property:padding;-moz-transition-property:padding;-ms-transition-property:padding;-o-transition-property:padding;transition-property:padding;-webkit-transition-duration:.1s;-moz-transition-duration:.1s;-ms-transition-duration:.1s;-o-transition-duration:.1s;transition-duration:.1s;-webkit-transition-timing-function:ease;-moz-transition-timing-function:ease;-ms-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease}.btn{color:#000;border:1px solid rgba(0,0,0,0.18);background:rgba(0,0,0,0.38);text-shadow:1px 1px 0 rgba(0,0,0,0.08)}a.btn,a.btn:hover{color:white!important}.btn{margin-bottom:5px;color:#fff;border:1px solid rgba(0,0,0,0.18);background:rgba(0,0,0,0.38);text-shadow:1px 1px 0 rgba(0,0,0,0.08);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.btn:hover::after,.btn:focus::after{background:rgba(255,255,255,0.09);color:white}.btn:active::after{background:rgba(255,255,255,0.18) color:black}.btn_label.show{display:block}.btn::after{position:absolute;top:0;right:0;bottom:0;left:0;content:'';-webkit-border-radius:inherit;-moz-border-radius:inherit;border-radius:inherit}.btn.icon::before{display:block;content:'';position:absolute;top:0;left:0;bottom:0;width:20px;border-radius:inherit;background:url('http://static.tumblr.com/tpqedpr/cQ1mbwb60/de.png') 0 0 no-repeat}.btn.theme::before{background-position:0 -0px}.btn img{width:15px}.btn.icon{padding-left:20px}.btn:active::after {background:rgba(255,255,255,0.18)}.clear {clear: both;} #pagination {display: none;} .clearfix:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.clearfix{display:inline-block}html[xmlns] .clearfix{display:block}* html .clearfix{height:1%}
  260.  
  261.  
  262.  
  263.  
  264.  
  265.  
  266.  
  267.  
  268.  
  269.  
  270.  
  271.  
  272.  
  273.  
  274. #posts {
  275. {block:if1column}
  276. width: 393px;
  277. margin-left:415px;
  278. {/block:if1column}
  279. {block:ifnot1column}
  280. width: 593px;
  281. margin-left:415px;
  282. {/block:ifnot1column}
  283. {block:if3column}
  284. width: 793px;
  285. margin-left:415px;
  286. {/block:if3column}
  287. margin-top:0px;
  288. float:center;
  289. }
  290.  
  291.  
  292. .links{
  293. width: auto;
  294. letter-spacing:1px;
  295. height: 15px;
  296. line-height: 22px;
  297. font-family: Trebuchet Ms;
  298. font-size: 10px;
  299. text-decoration: none;
  300. text-align: center;
  301. color:{color:link};
  302. -webkit-transition: all 0.5s ease;
  303. -moz-transition: all 0.5s ease;
  304. -o-transition: all 0.5s ease;
  305. }
  306.  
  307. .links:hover a{
  308. color:{color:link};
  309. }
  310.  
  311. .links:hover {
  312. text-shadow:6px 0px #888, -6px 0px #ccc;
  313. }
  314.  
  315.  
  316.  
  317. .textperma{
  318. display: block;
  319. font-family:Trebuchet Ms;
  320. font-size: 11px;
  321. line-height:11px;
  322. text-transform: lowercase;
  323. text-align: right;
  324. background-color:transparent;
  325. padding: 0px;
  326. margin: 2px;
  327. }
  328.  
  329. .title{
  330. font-family:Trebuchet Ms;
  331. font-size: 13px;
  332. line-height: 15px;
  333. color: {color:Title};
  334. text-transform:uppercase;
  335. }
  336.  
  337. .descript{
  338. font-family:Trebuchet Ms;
  339. font-size:10px;
  340. text-align:center;
  341. }
  342.  
  343. #audio {width:200px; height:auto; min-height:60px; padding-bottom:0px;}
  344.  
  345. .cover {position:absolute; z-index:1; width:60px; height:60px;}
  346.  
  347. .cover img {float:left; width:60px; height:60px;}
  348. .cover img:hover {maragin-top:0px;}
  349.  
  350. .playbox {opacity:0.6; width:27px; height:30px; overflow:hidden; position:absolute; z-index:1000; margin-left:17px; margin-top:17px; text-align:center;}
  351.  
  352. .info {margin-left:73px; margin-top:4px; line-height:14px;}
  353.  
  354. .text img{
  355. width:200px;
  356. }
  357.  
  358.  
  359. </style>
  360.  
  361. {block:IndexPage}
  362. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script><div style="position:fixed !important;right:3px;top:24px; opacity: 0.8; z-index:999999999999999999999999999; "></a></div><script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  363.  
  364. <script type="text/javascript">
  365. $(window).load(function () {
  366. var $content = $('#posts');
  367. $content.masonry({itemSelector: '.entry'}),
  368. $content.infinitescroll({
  369. navSelector : 'div#pagination',
  370. nextSelector : 'div#pagination a#nextPage',
  371. itemSelector : '.entry',
  372. loading: {
  373. finishedMsg: '',
  374. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  375. },
  376. bufferPx : 600,
  377. debug : false,
  378. },
  379. // call masonry as a callback.
  380. function( newElements ) {
  381. var $newElems = $( newElements );
  382. $newElems.hide();
  383. // ensure that images load before adding to masonry layout
  384. $newElems.imagesLoaded(function(){
  385. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  386.  
  387.  
  388. });
  389. });
  390. });
  391. </script>
  392.  
  393.  
  394.  
  395. {/block:IndexPage}
  396.  
  397. <title>{title}</title>
  398.  
  399. <link rel="shortcut icon" href="{Favicon}">
  400. <meta name="viewport" content="width=820" />
  401.  
  402. </head>
  403.  
  404. <body>
  405.  
  406.  
  407.  
  408.  
  409.  
  410.  
  411.  
  412.  
  413.  
  414.  
  415. <div class="wrapper">
  416. <div class="header">
  417. </div>
  418.  
  419.  
  420.  
  421.  
  422.  
  423.  
  424.  
  425.  
  426.  
  427.  
  428.  
  429.  
  430. <div id="sidebar2"><br></div>
  431.  
  432. <div id="sidebar">
  433. <a href="/"><img src="{image:Sidebar}" width=196px; height=auto;></a>
  434. <br><br>
  435. <div class="descript">{Description}</div>
  436.  
  437. <span class="links"><a href="http://cocaine.tumblr.com">♋</a></span>
  438.  
  439. <span class="links"><a href="/">home</a></span>
  440.  
  441. <span class="links"><a href="/ask">ask</a></span>
  442.  
  443.  
  444. {block:ifLinkOneTitle}<span class="links"><a href="{text:Link One}">{text:Link One Title}</a></span>{/block:ifLinkOneTitle}
  445. {block:ifLinkTwoTitle}<span class="links"><a href="{text:Link Two}">{text:Link Two Title}</a></span>{/block:ifLinkTwoTitle}
  446. {block:ifLinkThreeTitle}<span class="links"><a href="{text:Link Three}">{text:Link Three Title}</a></span>{/block:ifLinkThreeTitle}
  447. {block:ifLinkFourTitle}<span class="links"><a href="{text:Link Four}">{text:Link Four Title}</a></span>{/block:ifLinkFourTitle}
  448. </div>
  449.  
  450. <div id="descript">
  451. </div>
  452.  
  453. <div class="content">
  454.  
  455. <div class="left">
  456.  
  457. <div id="posts">
  458.  
  459. {block:Posts}
  460. <div class="entry">
  461.  
  462. {block:Text}
  463. {block:Title}<div id="title" align="left">{title}</div>{/block:Title}
  464. <div class="txt">{body}</div>
  465. {block:IndexPage}
  466. <div class="textperma"><a href="{Permalink}">{NoteCount}</a> <a href="{ReblogURL}" target="_blank"></a></span></a></div>
  467. {/block:IndexPage}
  468. {/block:Text}
  469.  
  470. {block:Link}
  471. <a href="{URL}" class="title">{Name}</a>
  472. {block:Description}{Description}{/block:Description}
  473. {block:IndexPage}
  474. <div class="textperma"><a href="{Permalink}">{NoteCount}</a> <a href="{ReblogURL}" target="_blank"></a></span></a></div>
  475. {/block:IndexPage}
  476. {block:Link}
  477.  
  478. {block:Photo}
  479. {block:IndexPage}
  480. <div class="permalink">
  481. <a href="{Permalink}"><a href="{ReblogURL}" target="_blank">reblog</a> with <a href="{permalink}">{NoteCountWithLabel}</a><br><a href="{permalink}">Posted {TimeAgo}</a></div></span>
  482. {LinkOpenTag}<div class="photo"><a href="{permalink}">{block:ifnot1column}<img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}"width="200"/></a></div>{/block:ifnot1column}{block:if1column}<img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}"width="230"/></a></div>{/block:if1column}{LinkCloseTag}{/block:IndexPage}
  483. {block:PermalinkPage}{LinkOpenTag}<a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="500"/></a>{LinkCloseTag}{/block:PermalinkPage}
  484. {/block:Photo}
  485.  
  486. {block:Photoset}{block:IndexPage}
  487. <div class="permalink">
  488. <a href="{Permalink}"><a href="{ReblogURL}" target="_blank">reblog</a> with <a href="{permalink}">{NoteCountWithLabel}</a><br><a href="{permalink}">Posted {TimeAgo}</a></div></span>{/block:IndexPage}
  489.  
  490. {block:ifnot1column}<div style="width:200px; overflow-y: hidden;">{Photoset-250}</div>{/block:ifnot1column}{block:if1column}<div style="width:230px; overflow-y: hidden;">{Photoset-250}</div>{/block:if1column}{/block:Photoset}
  491.  
  492. {block:Quote}
  493. <span class="title">{Quote}</span><br><br>
  494. {block:Source}{Source}{/block:Source}
  495. {block:IndexPage}
  496. <br /><div class="textperma"><a href="{Permalink}">{NoteCount}</a> <a href="{ReblogURL}" target="_blank"></a></span></a></div>
  497. {/block:IndexPage}
  498. {/block:Quote}
  499.  
  500. {block:Chat}
  501. {block:Title}<span class="title">{Title}</span>{/block:Title}
  502. <ul class="chat">
  503. {block:Lines}
  504. <li class="user_{UserNumber}">
  505. {block:Label}
  506. <span class="label">{Label}</span>
  507. {/block:Label}
  508.  
  509. {Line}
  510. </li>
  511. {/block:Lines}
  512. </ul>
  513. {block:IndexPage}
  514. <div class="textperma"><a href="{Permalink}">{NoteCount}</a> <a href="{ReblogURL}" target="_blank"></a></span></a></div>
  515. {/block:IndexPage}
  516. {/block:Chat}
  517.  
  518. {block:Audio}
  519. <div id="audio"><div class="cover"><img src="http://static.tumblr.com/k9utpfa/tcom8wpif/default_cover_m.jpg"></div>{block:AlbumArt}<div class="cover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}<div class="playbox">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div><div class="info"><b>Artist:</b> <span{block:Artist} style="display:none;"{/block:Artist}>Unknown</span>{block:Artist}{Artist}{/block:Artist}<br><b>Title:</b> <span{block:TrackName} style="display:none;"{/block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}<b>{block:PlayCount}<br><b>Plays:</b> {FormattedPlayCount}{/block:PlayCount}</div></div>
  520.  
  521. {block:IndexPage}
  522. <div class="textperma"><a href="{Permalink}">{NoteCount}</a> <a href="{ReblogURL}" target="_blank"></a></span></a></div>
  523. {/block:IndexPage}
  524. {/block:Audio}
  525.  
  526. {block:Video}{block:IndexPage}
  527. <a href="{Permalink}" target="_blank"><i>View Video Here</i></a>
  528.  
  529. {/block:IndexPage}
  530.  
  531. {block:PermalinkPage}
  532. <center>
  533. <div class="videoperma">{Video-500}</div><BR>
  534. </center>{block:PermalinkPage}
  535. {block:Video}
  536.  
  537.  
  538. {block:PermalinkPage}
  539. <center>
  540. {block:Caption}{Caption}{/block:Caption}{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}{block:HasTags} &middot; {block:Tags}<a href="TagURL"> #{Tag}</a> {/block:Tags}{/block:hasTags}</center>
  541.  
  542. {/block:PermalinkPage}
  543.  
  544. {block:PostNotes}{PostNotes}
  545. {/block:PostNotes}
  546. </div>
  547.  
  548. {/block:Posts}
  549. </div>
  550. </div>
  551. {block:IndexPage}
  552. {block:Pagination}
  553. <div id="pagination">
  554. {block:NextPage}
  555. <a id="nextPage" href="{NextPage}">&nbsp;&rarr;</a>
  556. {/block:NextPage}
  557. {block:PreviousPage}
  558. <a href="{PreviousPage}">&larr;&nbsp;</a>
  559. {/block:PreviousPage}
  560. </div>
  561. {/block:Pagination}
  562. {/block:IndexPage}
  563. </div>
  564.  
  565. </div> {block:IfMusicBox}
  566. <div id="music">
  567. <center><img src="http://media.tumblr.com/tumblr_lm6prnRzP61qfoi4t.gif"/></center>
  568. <div id="musicplayer">{text:a Musicbox code}</div>
  569. </div> {/block:IfMusicBox}
  570. <p>
  571. <a href="http://cocaine.tumblr.com/" target="blank" class="btn" title="theme" target="blank" style="position:fixed; right:3px;">Theme</a>
  572.  
  573.  
  574. <!--
  575. Ps: remove the credit and ill rip your organs out and eat them on toast.
  576.  
  577. theme by cocaine. www.cocaine.tumblr.com x x x
  578. -->
  579.  
  580.  
  581.  
  582.  
  583.  
  584.  
  585.  
  586.  
  587.  
  588. </body>
  589.  
  590.  
  591.  
  592. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement