Advertisement
peanutbutter-bands

theme #01

Jun 30th, 2015
247
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.60 KB | None | 0 0
  1. <html lang="en">
  2.  
  3. <head>
  4.  
  5. <!---Theme By:http://littleflowerthemes.tumblr.com/
  6. RULES DON'T STEAL,
  7. DON'T REMOVE CREDIT AND CLAIM AS YOUR OWN
  8. DONT'T USE AS BASE CODE
  9. IF YOU HAVE ANY PROBLEMS FEEL FREE TO MESSAGE ME --->
  10.  
  11. <title>{title}</title>
  12. <link rel="shortcut icon" href="{image:Favicon}"/>
  13. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  14. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  15.  
  16. <meta name="image:Favicon" content=""/>
  17. <meta name="image:Background" content=""/>
  18. <meta name="color:Background" content="#fff"/>
  19. <meta name="color:Text" content="#9c9c9c"/>
  20. <meta name="color:Link" content="#5e5e5e"/>
  21. <meta name="color:Hover" content="#d1d1d1"/>
  22. <meta name="color:Title" content="#5e5e5e"/>
  23. <meta name="color:Sidebar Links" content="#424242"/>
  24. <meta name="color:Sidebar Hover" content="#dbfcff"/>
  25. <meta name="color:Highlight Color" content="#000"/>
  26. <meta name="color:Scrollbar Background" content="#808080"/>
  27. <meta name="color:Scrollbar Thumb" content="#fff"/>
  28. <meta name="if:Show Caption" content="1"/>
  29. <meta name="if:Drop Down Menu" content=""/>
  30.  
  31.  
  32. <meta name="text:Link 1" content=""/>
  33. <meta name="text:Link 1 URL" content=""/>
  34.  
  35. <meta name="text:Link 2" content=""/>
  36. <meta name="text:Link 2 URL" content=""/>
  37.  
  38.  
  39. <meta name="text:Link 3" content=""/>
  40. <meta name="text:Link 3 URL" content=""/>
  41.  
  42.  
  43. <meta name="text:Link 4" content=""/>
  44. <meta name="text:Link 4 URL" content=""/>
  45.  
  46.  
  47. <meta name="text:Link 5" content=""/>
  48. <meta name="text:Link 5 URL" content=""/>
  49.  
  50. <meta name="text:Link 6" content=""/>
  51. <meta name="text:Link 6 URL" content=""/>
  52.  
  53. <!-- jquery for tooltips-->
  54.  
  55.  
  56. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  57.  
  58. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  59.  
  60. <script>
  61.  
  62. (function($){
  63.  
  64. $(document).ready(function(){
  65.  
  66. $("a[title]").style_my_tooltips({
  67.  
  68. tip_follows_cursor:true,
  69.  
  70. tip_delay_time:30,
  71.  
  72. tip_fade_speed:300,
  73.  
  74. attribute:"title"
  75.  
  76. });
  77.  
  78. });
  79.  
  80. })(jQuery);
  81.  
  82. </script>
  83.  
  84. <style type="text/css">
  85.  
  86. @font-face {
  87. font-family: bark;
  88. src: url('http://static.tumblr.com/iddq6cw/ER7mrrvlo/lanenar_.ttf')
  89. }
  90.  
  91.  
  92. iframe#tumblr_controls {position:fixed; z-index:9999999999; top: 3px; margin: 0 0 0 0; right:4px; -webkit-filter: invert(100%);}
  93.  
  94. ::selection {color: {color:Highlight Color};} ::-moz-selection {color:{color:Highlight Color};}
  95.  
  96. #s-m-t-tooltip{
  97. position:absolute;
  98. margin-top: 15px;
  99. z-index:9999;
  100. background:{color:background};
  101. }
  102.  
  103. blockquote{
  104. padding:5px 0 5px 5px;
  105. border-left:1px solid {color:text};
  106. margin-left:10px;
  107. line-height:10px;
  108. }
  109.  
  110. ::-webkit-scrollbar {width: 9px; height: 3px; background: {color:Scrollbar Background};}
  111. ::-webkit-scrollbar-thumb {background-color:{color:Scrollbar Thumb} ; border: 1px solid {color:Text};}
  112.  
  113. body{
  114. color:{color:Text};
  115. font-family:bark;
  116. font-size:10px;
  117. letter-spacing:1px;
  118. background-color:{color:Background};
  119. background-image:url("{image:Background}");
  120. cursor: url(http://i.imgur.com/2qleX.jpg), auto;
  121. }
  122.  
  123. a{
  124. color:{color:Link};
  125. text-transform:uppercase;
  126. text-decoration:none;
  127. -webkit-transition: all 0.6s ease-in-out;
  128. -moz-transition: all 0.6s ease-in-out;
  129. -o-transition: all 0.6s ease-in-out;
  130. -ms-transition: all 0.6s ease-in-out;
  131. transition: all 0.6s ease-in-out;}
  132.  
  133. a:hover{
  134. color:{color:Hover};
  135. text-decoration:none;
  136. -webkit-transition: all 0.6s ease-in-out;
  137. -moz-transition: all 0.6s ease-in-out;
  138. -o-transition: all 0.6s ease-in-out;
  139. -ms-transition: all 0.6s ease-in-out;
  140. transition: all 0.6s ease-in-out;
  141. cursor:help;
  142. }
  143.  
  144. h1{
  145. font-size:15px;
  146. text-transform:uppercase;
  147. }
  148.  
  149. qu{
  150. text-transform:uppercase;
  151. }
  152.  
  153. #cent{
  154. width:500px;
  155. margin-left:10px;
  156. position:absolute;
  157. padding:5px;
  158. }
  159.  
  160. .post{
  161. padding:2px;
  162. background-color:#fff;
  163. width:400px;
  164. float:left;
  165. margin:50px;
  166. padding:35px;
  167. }
  168.  
  169.  
  170. #navigation{
  171. text-align:center;
  172. margin-top:10px;
  173. }
  174.  
  175. #permalink {
  176. margin-top:15px;
  177. font-size:9px;
  178. text-transform:uppercase;
  179. text-decoration:none;
  180. border-top:1px dotted {color:Text};
  181. text-align:right;
  182. letter-spacing:2px;
  183. font-family:bark;
  184. }
  185. #permalink a {margin-right:10px;
  186. }
  187.  
  188.  
  189. .tags {
  190. word-break:break-all;
  191. font-size:9px;
  192. font-family:bark;
  193. }
  194.  
  195. .pagenotes {
  196. {block:IndexPage}
  197. display: none!important;
  198. {/block:IndexPage}
  199. width:400px;
  200. text-align:left;
  201.  
  202. }
  203. .pagenotes img {
  204. display:none!important;}
  205. .pagenotes li {
  206. list-style-type:none;
  207. padding:5px 0px;
  208. text-align:left;
  209. margin:0 0 0 -40px;
  210. }
  211.  
  212. #audio {
  213. width:200px;
  214. height:auto;
  215. min-height:60px;
  216. padding-bottom:0px;
  217. }
  218. .cover {
  219. position:absolute;
  220. z-index:1;
  221. width:60px;
  222. height:60px;
  223. }
  224. .cover img {
  225. float:left;
  226. width:60px;
  227. height:60px;
  228. }
  229. .playbox {
  230. opacity:0.6;
  231. width:27px;
  232. height:30px;
  233. overflow:hidden;
  234. position:absolute;
  235. z-index:1000;
  236. margin-left:17px;
  237. margin-top:17px;
  238. text-align:center;
  239. }
  240. .info {
  241. margin-left:73px;
  242. margin-top:4px;
  243. line-height:14px;
  244. }
  245.  
  246. #sidebar{
  247. margin-left:700px;
  248. margin-top:400px;
  249. position:fixed;
  250. }
  251.  
  252. #sidebar .title{
  253. color:{color:Title};
  254. font-size:20px;
  255. text-align:center;
  256. font-family:bark;
  257. }
  258.  
  259. #sidebar .description{
  260. font-size:10px;
  261. color:{color:Text};
  262. text-align:center;
  263. width:250px;
  264. font-family:bark;
  265. }
  266.  
  267.  
  268. #sidebar .links{
  269. text-align:center;
  270. margin-top:10px;
  271. font-family:bark;
  272. }
  273.  
  274. #sidebar .linkss{
  275. text-align:center;
  276. margin-top:10px;
  277. font-family:bark;
  278. }
  279.  
  280. #sidebar .linkss a{
  281. color:{color:Sidebar Links};
  282. margin:5px;
  283. -webkit-transition: all 0.6s ease-in-out;
  284. -moz-transition: all 0.6s ease-in-out;
  285. -o-transition: all 0.6s ease-in-out;
  286. -ms-transition: all 0.6s ease-in-out;
  287. transition: all 0.6s ease-in-out;
  288. }
  289.  
  290. #sidebar .linkss a:hover{
  291. color:{color:Sidebar Hover};
  292. -webkit-transition: all 0.6s ease-in-out;
  293. -moz-transition: all 0.6s ease-in-out;
  294. -o-transition: all 0.6s ease-in-out;
  295. -ms-transition: all 0.6s ease-in-out;
  296. transition: all 0.6s ease-in-out;
  297.  
  298. }
  299.  
  300. #cred {
  301. position:fixed;
  302. bottom:15px;
  303. right:15px;
  304. padding:5px;
  305. text-transform:uppercase;
  306.  
  307. }
  308.  
  309. {CustomCSS}</style>
  310.  
  311.  
  312. </head>
  313. <body>
  314.  
  315. <div id="sidebar">
  316. <div class="title">{Title}</div>
  317. <div class="description">{Description}</div>
  318. {block:ifDropDownMenu}<div class="links"><select style="width: 150px; border: 0px solid; padding: 3px; color: #000; background-color: #f1f1f1; font-family: calibri; text-transform: uppercase; font-size: 8px; letter-spacing: 1px;" onChange="location.href=this.options[this.selectedIndex].value;">
  319. <option value="/">NAVIGATION</option>
  320. <option value="{text:Link 1 URL}">{text:Link 1}</option>
  321. <option value="{text:Link 2 URL}">{text:Link 2}</option>
  322. <option value="{text:Link 3 URL}">{text:Link 3}</option>
  323. <option value="{text:Link 4 URL}">{text:Link 4}</option>
  324. <option value="{text:Link 5 URL}">{text:Link 5}</option>
  325. <option value="{text:Link 6 URL}">{text:Link 6}</option>
  326.  
  327. </select></div>{/block:ifDropDownMenu}
  328. {block:ifNotDropDownMenu}<div class="linkss">
  329. <a href="{text:Link 1 URL}" target="_blank">{text:Link 1}</a>
  330. <a href="{text:Link 2 URL}" target="_blank">{text:Link 2}</a>
  331. <a href="{text:Link 3 URL}" target="_blank">{text:Link 3}</a>
  332. <a href="{text:Link 4 URL}" target="_blank">{text:Link 4}</a>
  333. <a href="{text:Link 5 URL}" target="_blank">{text:Link 5}</a>
  334. <a href="{text:Link 6 URL}" target="_blank">{text:Link 6}</a>
  335. </div>{/block:ifNotDropDownMenu}
  336.  
  337.  
  338. <div id="navigation">
  339. {block:Pagination}
  340.  
  341. {block:PreviousPage}<a href="{PreviousPage}">&laquo;</a>{/block:PreviousPage}
  342.  
  343. {block:JumpPagination length="5"}
  344. {block:CurrentPage}{PageNumber}{/block:CurrentPage}
  345.  
  346. {block:JumpPage}
  347. <a class="jump_page" href="{URL}">{PageNumber}</a>
  348. {/block:JumpPage}
  349. {/block:JumpPagination}
  350.  
  351. {block:NextPage}<a href="{NextPage}">&raquo;</a>{/block:NextPage}
  352.  
  353. {/block:Pagination}
  354. </div>
  355.  
  356. </div>
  357.  
  358.  
  359. <div id="cent">
  360.  
  361. {block:Posts}
  362. <!-- {block:NoRebloggedFrom}
  363. {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
  364. {/block:NoRebloggedFrom} -->
  365.  
  366. {block:ContentSource}<!-- {SourceURL}
  367. {block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
  368. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  369. {/block:ContentSource}
  370.  
  371. <div class="post">
  372.  
  373.  
  374.  
  375.  
  376. {block:Title}<h1>➤ {Title}</h1>{/block:Title}
  377.  
  378. {block:Text}{Body}{/block:Text}
  379.  
  380. {block:Photo}
  381. <a href="{permalink}"><img src="{PhotoURL-500}" width="400"/></a>
  382. {/block:Photo}
  383.  
  384. {block:Photoset}
  385. {Photoset-400}
  386. {/block:Photoset}
  387.  
  388.  
  389. {block:Quote}
  390. <h1>"{Quote}"</h1>
  391. <div align="center">
  392. {block:Source}<h3>-{Source}</h3>{/block:Source}
  393. </div>
  394. {/block:Quote}
  395.  
  396.  
  397. {block:Video}
  398. {Video-400}<br>
  399. {/block:Video}
  400.  
  401.  
  402. {block:Link}
  403. <a href="{URL}" class="link" {Target}>{Name}</a><BR>
  404. {block:Description}{Description}{/block:Description}
  405. {/block:Link}
  406.  
  407. {block:Chat}
  408.  
  409. {block:Lines}
  410. <b>{block:Label}
  411. <br><qu>{Label}</qu>
  412. {/block:Label}</b>
  413. &nbsp;{Line}
  414. {/block:Lines}
  415. {/block:Chat}
  416.  
  417. {block:Audio}
  418. <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}<br><b>Album:</b> <span{block:Album} style="display:none;"{/block:Album}>Unknown</span>{block:Album}{Album}{/block:Album}{block:PlayCount}<br><b>Plays:</b> {FormattedPlayCount}{/block:PlayCount}</div></div>
  419. {block:IndexPage}
  420. {/block:IndexPage}
  421. {/block:Audio}
  422.  
  423.  
  424. {block:Answer}
  425. {Asker} <b>ASKED:</b> <i><strong>{Question}</strong></i><Br>
  426. <br>{Answer}
  427. {/block:Answer}
  428.  
  429.  
  430. {block:ifShowCaption}{/block:Caption}{Caption}{/block:Caption}{/block:ifShowCaption}
  431.  
  432. {block:Date}
  433. <div id="permalink">
  434.  
  435. {block:indexpage}<a href="{ReblogURL}">Reblog</a> // <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:indexpage}
  436.  
  437.  
  438. {block:HasTags}<div class="tags">{block:Tags}<a href="{TagUrl}">#{Tag}</a>{/block:Tags}</div>{/block:HasTags}
  439. </div>
  440. {/block:Date}
  441.  
  442.  
  443.  
  444. {block:PermalinkPage}
  445. <br>
  446. {block:NoteCount}
  447. {NoteCount} notes
  448. {/block:NoteCount}
  449. <Br>
  450. {block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  451. {/block:PermalinkPage}
  452. </div>
  453.  
  454.  
  455. {/block:Posts}
  456.  
  457. <div id="cred">
  458. <a href="http://littleflowerthemes.tumblr.com/"
  459. title= "Theme By: Little Flower Themes">❖</a>
  460. </div>
  461. </div>
  462.  
  463. </body>
  464. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement