Advertisement
Guest User

THEME 003

a guest
May 31st, 2014
721
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.03 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}
  7. <meta name="description" content="{MetaDescription}" />
  8. {/block:Description}
  9.  
  10. <script type="text/javascript" src="http://static.tumblr.com/twte3d7/BH7lio0yf/jquery.js"></script>
  11. <script type="text/javascript" src="http://static.tumblr.com/twte3d7/RhUlio0y7/lazyload.js"></script>
  12. <script type="text/javascript" charset="utf-8">
  13. var $j = jQuery.noConflict();
  14. $j(function() {
  15. if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
  16. $j("img").lazyload({
  17. placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
  18. effect: "fadeIn",
  19. });
  20. });
  21. </script>
  22. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.js" type="text/javascript"></script>
  23. <script type="text/javascript">
  24. $(window).load(function(){
  25. $("p").remove(":contains('Source:')");
  26. $("p").remove(":contains('(via')");
  27. });
  28. </script>
  29. <script type="text/javascript">
  30. jQuery(document).ready(function() {
  31. jQuery(".postnotes").hide();
  32. //toggle the componenet with class msg_body
  33. jQuery(".viewnotes").click(function()
  34. {
  35. jQuery(this).next(".postnotes").slideToggle(700);
  36. });});
  37. </script>
  38.  
  39. <!-- DEFAULT COLORS -->
  40. <meta name="image:Background" content=""/>
  41. <meta name="image:Background2" content=""/>
  42.  
  43. <meta name="color:Text" content="#000000"/>
  44. <meta name="color:Links" content="#8D8D8D"/>
  45. <meta name="color:Accent" content="#000000"/>
  46.  
  47. <meta name="font:Body" content="Helvetica"/>
  48.  
  49. <meta name="if:Music Player" content="0"/>
  50. <meta name="if:Endless Scroll" content="0"/>
  51.  
  52. <meta name="text:Link 1 Title" content="ask"/>
  53. <meta name="text:Link 1 URL" content="/ask"/>
  54. <meta name="text:Link 2 Title" content="links"/>
  55. <meta name="text:Link 2 URL" content="/links"/>
  56. <meta name="text:Link 3 Title" content="theme"/>
  57. <meta name="text:Link 3 URL" content="http://discolouring.tumblr.com"/>
  58.  
  59. <style type="text/css">
  60. body{
  61. text-align:justify;
  62. font-family:{font:Body};
  63. font-size: 11px;
  64. color:{color:text};
  65. background-color:#fff;
  66. background-image:url({image:Background});
  67. background-attachment: fixed;
  68. background-repeat: repeat;
  69. background-position:right;
  70. background-size:cover;
  71. float:center;
  72. }
  73. ::-webkit-scrollbar-thumb:vertical {
  74. background-color:{color:Links};
  75. height:100px;
  76. }
  77. ::-webkit-scrollbar-thumb:horizontal {
  78. background-color:{color:Links};
  79. height:10px !important;
  80. }
  81. ::-webkit-scrollbar {
  82. height:10px;
  83. width:5px;
  84. background-color:#fff;
  85. }
  86. .tumblrAutoPager_page_info, .tumblrAutoPager_page_separator {display:none;}
  87.  
  88. a{
  89. text-decoration:none;
  90. color:{color:Text};
  91. }
  92. {block:PermalinkPage}
  93. a:hover{
  94. color:{color:Text};
  95. }
  96. {/block:PermalinkPage}
  97.  
  98. img {
  99. border:none;
  100. margin:0px;
  101. padding:0px;
  102. }
  103. a img {
  104. -webkit-transition: opacity 0.3s linear;
  105. border-width:0;
  106. outline: none !important;
  107. }
  108. #entry{
  109. -webkit-transition: opacity 0.3s linear;
  110. width:700px;
  111. margin-bottom:100px;
  112. float:center;
  113. }
  114. #http8003{
  115. bottom:5px;
  116. left:5px;
  117. position:fixed;
  118. font-size:20px;
  119. }
  120. #entry img{
  121. width:700px;
  122. float:center;
  123. }
  124. .blogtitle{
  125. position:fixed;
  126. float:center;
  127. width:autopx;
  128. margin-left:-20%;
  129. margin-top:-0%;
  130. border:2px solid;
  131. padding:10px;
  132. font-family:{font:Body};
  133. font-weight:bold;
  134. font-size:40px;
  135. line-height:50px;
  136. text-transform:uppercase;
  137. text-align:left;
  138. background-image:url({image:Background2});
  139. background-color:white;
  140. }
  141. .title, h2{
  142. font-weight:bold;
  143. font-size:23px;
  144. line-height:17px;
  145. text-transform:uppercase;
  146. text-align:left;
  147. }
  148. .buttons{
  149. float:left;
  150. margin-right:10px;
  151. width:40px;
  152. font-size: 11px;
  153. font-weight: bold;
  154. font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  155. background-color: #f5f5f5;
  156. text-align: center;
  157. padding: 4px 10px 3px 10px;
  158. border: 0px;
  159. -moz-border-radius: 10px;
  160. -webkit-border-radius: 10px;
  161. border-style: solid;
  162. border-color: #e4e4e4;
  163. border-width: thin;
  164. }
  165. .buttons:hover{
  166. background:#ddd;
  167. }
  168. .pagination {
  169. height:20px;
  170. border-top:0px !important;
  171. border-bottom:1px solid {color:Accent};
  172. }
  173. .quote{
  174. margin-bottom:5px;
  175. font-size:11px;
  176. font-weight:bold;
  177. }
  178. .search{
  179. border-style: solid;
  180. border-color: #e4e4e4;
  181. border-width: thin;
  182. width:90px;
  183. padding: 5px;
  184. font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  185. font-size:18px;
  186. height: 22px;
  187. background-color: #f5f5f5;
  188. -moz-border-radius: 10px;
  189. -webkit-border-radius: 10px;
  190. }
  191. .audio{
  192. position:relative;
  193. overflow:hidden;
  194. color:#222!important;
  195. margin-bottom:0px;
  196. padding-top:10px;
  197. border:1px solid;
  198. background-image:url({image:Background2});
  199. background-color:white;
  200.  
  201. }
  202.  
  203. .art{
  204. float:left;
  205. width:140px !important;
  206. height:140px !important;
  207. margin-right:80px;
  208. margin-top:0px;
  209. margin-left:10px;
  210. margin-bottom:10px;
  211. background:none0;
  212. }
  213. .audio img{
  214. width:140px!important;
  215. height:140px!important;
  216. }
  217. .audioplayer{
  218. width: 28px;
  219. height: 28px;
  220. border:0px solid;
  221. overflow: hidden;
  222. opacity:1;
  223. margin:10px;
  224. }
  225. .audioplayercircle {
  226. position: absolute;
  227. left:104px;
  228. top:100px;
  229. margin:5px;
  230. z-index: 3;
  231. background: white;
  232. opacity:1;
  233. border:1px solid;
  234. }
  235. div.video embed,
  236. div.post div.video object {
  237. {block:IndexPage}
  238. width:180px; height:168px;{/block:IndexPage}
  239. {block:PermalinkPage} width:570px; height:300px;{/block:PermalinkPage}
  240. }
  241. #footer {margin:20px 0px 0px 0px; text-align:center; }
  242. #pagination { float:left; width:500px; margin:20px 0px 20px 0px; padding:0px 0px 0px 0px; text-align:left; letter-spacing:1px;}
  243. #pagination a {padding:3px;
  244. -moz-transition: all 0.3s ease-out; /* FF3.7+ */
  245. -o-transition: all 0.3s ease-out; /* Opera 10.5 */
  246. -webkit-transition: all 0.3s ease-out; /* Saf3.2+, Chrome */}
  247. #pagination a:hover { background:#E3E3E3;
  248. -moz-transition: all 0.3s ease-out; /* FF3.7+ */
  249. -o-transition: all 0.3s ease-out; /* Opera 10.5 */
  250. -webkit-transition: all 0.3s ease-out; /* Saf3.2+, Chrome */ }
  251. .current_page { padding:3px; background:{color:Links};}
  252. ul{
  253. margin:0 0 5px 0;
  254. padding:0 0 10px 0;
  255. }
  256. ul h1{
  257. text-align:left;
  258. margin:0px 0 10px 0;
  259. padding:0 0 10px 0;
  260. font-size:23px;
  261. border-bottom:0px solid {color:Accent};
  262. }
  263. li.portrait{
  264. border-top:4px solid {color:Accent};
  265. padding-top:15px;
  266. margin-top:25px;
  267. }
  268. h1.sidebar{
  269. {block:IfNotShowIcon}border-bottom:0px solid {color:Accent};{/block:IfNotShowIcon}
  270. {block:ifShowIcon}border-bottom:1px solid {color:Accent};{/block:ifShowIcon}
  271. }
  272. li{
  273. list-style-type:none;
  274. margin-bottom:5px;
  275. padding:0;
  276. line-height:50px;
  277. border-bottom:1px solid;
  278. }
  279. li a{
  280. -moz-transition: all 0.3s ease-out; /* FF3.7+ */
  281. -o-transition: all 0.3s ease-out; /* Opera 10.5 */
  282. -webkit-transition: all 0.3s ease-out; /* Saf3.2+, Chrome */
  283. color:{color:Links};
  284. }
  285. #sidebar{
  286. position:fixed;
  287. float:center;
  288. width:autopx;
  289. margin-left:-20%;
  290. margin-top:10%;
  291. border:2px solid;
  292. padding:5px;
  293. font-family:{font:Body};
  294. font-weight:bold;
  295. font-size:23px;
  296. line-height:15px;
  297. text-transform:uppercase;
  298. text-align:left;
  299. background-image:url({image:Background2});
  300. background-color:white;
  301. }
  302. #sidebar a:hover{
  303. -moz-transition: all 0.3s ease-out; /* FF3.7+ */
  304. -o-transition: all 0.3s ease-out; /* Opera 10.5 */
  305. -webkit-transition: all 0.3s ease-out; /* Saf3.2+, Chrome */
  306. color:{color:Text};
  307. }
  308. .postnotes{
  309. margin:auto;
  310. width:570px;
  311. }
  312. .viewnotes{
  313. cursor:pointer;
  314. height:15px;
  315. float:right;
  316. }
  317. #entry:hover {
  318. -moz-transition: all 0.3s ease-out; /* FF3.7+ */
  319. -o-transition: all 0.3s ease-out; /* Opera 10.5 */
  320. -webkit-transition: all 0.3s ease-out; /* Saf3.2+, Chrome */
  321. transition: all 0.3s ease-out;
  322. {block:IndexPage}opacity:0.6 !important;{/block:IndexPage}
  323. }
  324.  
  325. #container{
  326. margin:50px auto 0 auto;
  327. width:725px;
  328. }
  329. #posts{
  330. width:700px;
  331. float:left;
  332. }
  333. ol.notes {
  334. border-bottom: solid 1px #eee;
  335. padding: 0px;
  336. opacity:0.7;
  337. font-size:11px;
  338. margin: 15px 0px 0px 0px;
  339. list-style-type: none;
  340. }
  341. ol.notes li.note {
  342. border-top: solid 1px #eee;
  343. padding: 5px 0px 5px 0px;
  344. }
  345. ol.notes li.note img.avatar {
  346. display:none;
  347. height:0px;
  348. width:0px;
  349. }
  350. ol.notes li.note span.action {
  351. font-weight: normal;
  352. }
  353. ol.notes li.note .answer_content {
  354. font-weight: normal;
  355. }
  356. ol.notes li.note blockquote {
  357. border-color: #eee;
  358. padding: 4px 10px;
  359. margin: 10px 0px 0px 25px;
  360. }
  361. ol.notes li.note blockquote a {
  362. text-decoration: none;
  363. }
  364.  
  365. /** ᴛʜᴇᴍᴇ ʙʏ ғʟᴏʀᴇʟs */
  366.  
  367. .under{
  368. display:none;
  369. text-align:center;}
  370.  
  371. /*-----box coding start-----*/
  372. {block:IfMusicPlayer}
  373. #boxiebox {
  374. font-size:11px; /*font size for all tabs*/
  375. background-image:url({image:Background2});
  376. background-color:white;
  377. color:#000000; /*text colour for all tabs*/
  378. position:fixed;
  379. border:2px solid #000000; /*border width and colour*/
  380. right:110px; /*distance from the right*/
  381. padding:5px; /*padding around the box*/
  382. height:auto;
  383. font-family:{font:Body};
  384. font-weight:bold;
  385. font-size:7.5px;
  386. line-height:15px;
  387. text-transform:uppercase;
  388. text-align:left;
  389. width:125px; /*width*/
  390. bottom:50px; /*distance from the top*/
  391. z-index:4;}
  392. /*-----box coding end-----*/
  393.  
  394.  
  395. /*-----tab 1 coding start-----*/
  396. #tab1{
  397. height:14px;
  398. overflow:hidden;
  399. border-bottom:1px solid #000000; /*border colour*/
  400. z-index:4;
  401. -webkit-transition: all 0.4s ease-in-out;
  402. -moz-transition: all 0.4s ease-in-out;
  403. -o-transition: all 0.4s ease-in-out;}
  404.  
  405. #tab1 a{
  406. text-decoration:underline; /*underline links*/ }
  407.  
  408. #tab1 a:hover{
  409. text-decoration:none;}
  410.  
  411. #tab1:hover{
  412. height:65px; /*height of tab after hovering*/ }
  413. /*-----tab 1 coding end-----*/
  414.  
  415.  
  416. /*-----tab 2 coding start-----*/
  417. #tab2{
  418. height:14px;
  419. overflow:hidden;
  420. z-index:4;
  421. -webkit-transition: all 0.4s ease-in-out;
  422. -moz-transition: all 0.4s ease-in-out;
  423. -o-transition: all 0.4s ease-in-out;}
  424.  
  425. #tab2 a{
  426. text-decoration:underline; /*underline links*/ }
  427.  
  428. #tab2 a:hover{
  429. text-decoration:none;}
  430.  
  431. #tab2:hover{
  432. height:100px; /*height of tab after hovering*/ }
  433. /*-----tab 2 coding end-----*/
  434. {/block:IfMusicPlayer}
  435.  
  436. {CustomCSS}
  437. </style>
  438.  
  439. <script type="text/javascript" src="http://static.tumblr.com/53unaru/kx3lgzker/jquery-1.3.2.min.js" charset="utf-8"></script>
  440. <script type="text/javascript" src="http://static.tumblr.com/53unaru/4jtlgzkf8/easing.js"></script>
  441. <script type="text/javascript" src="http://static.tumblr.com/53unaru/y8wlgzkbt/jquery.ui.totop.js"></script>
  442.  
  443. {block:IfEndlessScroll}
  444. <script type="text/javascript" src="http://static.tumblr.com/q0etgkr/J5bl3lkz1/tumblrautopagernopage.js"></script>
  445. {/block:IfEndlessScroll}
  446.  
  447. </head>
  448.  
  449. <body>
  450.  
  451. <div id="container">
  452.  
  453. <div id="sidebar">
  454. {block:IfShowIcon}<ul><li class="portrait"><img src="{PortraitURL-128}"></li></ul>{/block:IfShowIcon}
  455. <ul><h1 class="sidebar">Navigation</h1>
  456. <li><a href="/archive">Archive</a></li>
  457. <li><a href="{RSS}">RSS Feed</a></li>
  458. {block:AskEnabled}<li><a href="/ask">Message</a></li>{/block:AskEnabled}
  459. <li><a href="{text:Link 1 URL}">{text:Link 1 Title}</a></li></ul>
  460. <li><a href="{text:Link 2 URL}">{text:Link 2 Title}</a></li></ul>
  461. <li><a href="{text:Link 3 URL}">{text:Link 3 Title}</a></li></ul>
  462. </div>
  463.  
  464.  
  465. <div id="posts">
  466. <div class="blogtitle"><a href="/">{title}</a></div>
  467. {block:IfEndlessScroll}
  468. <div class="autopagerize_page_element">
  469. {/block:IfEndlessScroll}
  470.  
  471. {block:Posts}
  472. <div id="entry">
  473.  
  474. {block:IndexPage}<a href="{Permalink}">{/block:IndexPage}
  475.  
  476. {block:Text}
  477. {block:Title}<div class="title"><a href="{Permalink}">{Title}</a></div>{/block:Title}
  478. {Body}
  479. {/block:Text}
  480.  
  481. {block:Photo}
  482. {block:IndexPage}<a href="{Permalink}">{/block:IndexPage}
  483. {block:PermalinkPage}{LinkOpenTag}{/block:PermalinkPage}
  484. <img src="{block:IndexPage}{PhotoURL-500}{/block:IndexPage}{block:PermalinkPage}{PhotoURL-HighRes}{/block:PermalinkPage}" alt="{PhotoAlt}"/>
  485. {block:IndexPage}</a>{/block:IndexPage}
  486. {block:PermalinkPage}{LinkCloseTag}{/block:PermalinkPage}
  487. {block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  488. {/block:Photo}
  489.  
  490. {block:Photoset}
  491. {Photoset-700}
  492. {/block:Photoset}
  493.  
  494. {block:Quote}
  495. <div class="quote">"{Quote}"</div>
  496. {block:Source}<p>&#8212; {Source}</p>{/block:Source}
  497. {/block:Quote}
  498.  
  499. {block:Link}
  500. <h2><a href="{URL}">&raquo; {Name}</a></h2>{block:Description}
  501. {Description}
  502. {/block:Description}
  503. {/block:Link}
  504.  
  505. {block:Chat}
  506. {block:Title}<b><a href="{Permalink}">{Title}</a></b>{/block:Title}
  507. {block:Lines}{block:Label}<b>{Label}</b> {Line}<br>{/block:Label}{/block:Lines}
  508. {/block:Chat}
  509.  
  510. {block:Audio}
  511. <div class="post audio">
  512. <div class="art">{block:AlbumArt}<a href="{permalink}"><img src="{AlbumArtURL}" width="150" height="150"></a>
  513. {/block:AlbumArt}</div>
  514. <div class="audioplayercircle"><div class="audioplayer">{AudioPlayerWhite}</div></div>
  515. <div style="display: table; height: 100px; width: 380px; _position: relative; overflow: hidden;">
  516. <div style=" _position: absolute; _top: 50%; display: table-cell; vertical-align: middle;">
  517. <p style=" _position: relative; _top: 50%">{/block:IndexPage}{block:Caption}{Caption}({PlayCountWithLabel})</p></div></div>{/block:Caption}
  518. </div>
  519. {/block:Audio}
  520.  
  521. {block:Answer}
  522. <b>{Asker}: {Question}</b>
  523. {Answer}
  524. {/block:answer}
  525.  
  526. {block:Video}
  527. <div class="video">
  528. {Video-500}
  529. </div>
  530. {block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  531. {/block:Video}
  532.  
  533. {block:PermalinkPage}
  534. {block:Date}Posted {TimeAgo} with {NoteCountWithLabel}{/block:Date}{block:HasTags}<br>Tags:&nbsp;{block:Tags}<a href="{TagURL}"><span style="border-bottom:1px solid {color:Links}; color:{color:Text}; line-height:14px;">{Tag}</span></a>&nbsp;&nbsp;{/block:Tags}
  535. {/block:HasTags}
  536. {block:PostNotes}<div class="viewnotes">View Notes</div>{/block:PostNotes}
  537. <div class="postnotes">
  538. {block:PostNotes}{PostNotes}{/block:PostNotes}</div>{/block:PermalinkPage}
  539.  
  540.  
  541. {block:IndexPage}</a>{/block:IndexPage}
  542. </div>
  543.  
  544. {/block:Posts}
  545.  
  546. {block:IfEndlessScroll}</div>{/block:IfEndlessScroll}
  547.  
  548. {block:IfNotEndlessScroll}
  549. {block:Pagination}<div id="footer"><div id="pagination">
  550. {block:PreviousPage}
  551. <a href="{PreviousPage}">&laquo; Previous</a>
  552. {/block:PreviousPage}
  553.  
  554. {block:JumpPagination length="5"}
  555. {block:CurrentPage}
  556. <span class="current_page">{PageNumber}</span>
  557. {/block:CurrentPage}
  558.  
  559. {block:JumpPage}
  560. <a class="jump_page" href="{URL}">{PageNumber}</a>
  561. {/block:JumpPage}
  562. {/block:JumpPagination}
  563.  
  564. {block:NextPage}
  565. <a href="{NextPage}">Next &raquo;</a>
  566. {/block:NextPage}</div></div>
  567. {/block:Pagination}
  568. {/block:IfNotEndlessScroll}
  569. </div></div>
  570. </body>
  571. {block:IfMusicPlayer}
  572. <div id="http8003">
  573. <a href="http://discolouring.tumblr.com">✎</a>
  574. </div>
  575.  
  576. <div id="boxiebox">
  577.  
  578. <div id="tab1">
  579. <div style="text-align:center;">MUSIC PLAYER HERE</div>
  580. <div style="text-align:center;">MUSIC PLAYER CODE HERE</div>
  581. </div>
  582.  
  583.  
  584. <div id="tab2">
  585. <div style="text-align:center;">PLAYLIST</div>
  586. <div style="text-align:center;">SONG TITLES HERE</div>
  587. </div>
  588. {/block:IfMusicPlayer}
  589. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement