Advertisement
becky4268

theme 50

Jun 22nd, 2014
922
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.78 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.  
  3. <!--
  4.  
  5. code вy oғjαcĸ
  6.  
  7. do ɴoт вreαĸ тнeѕe rυleѕ:
  8. - do ɴoт υѕe αѕ α вαѕe code.
  9. - do ɴoт clαιм αѕ yoυr owɴ.
  10. - do ɴoт reмove тнe credιт.
  11.  
  12. ---->
  13.  
  14.  
  15. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  16. <head><title>{Title}</title>
  17. <link rel="shortcut icon" href="{Favicon}">
  18. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  19. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  20.  
  21.  
  22. <meta name="color:Background" content="#ffffff"/>
  23. <meta name="color:Text" content="#a8a8a8"/>
  24. <meta name="color:Link" content="#b8b8b8"/>
  25. <meta name="color:Tags" content="f0f0f0"/>
  26. <meta name="color:Hover" content="#f2f2f2"/>
  27. <meta name="color:Post" content="#ffffff"/>
  28.  
  29. <meta name="image:Sidebar Image" content=""/>
  30.  
  31. <meta name="text:Link 1 URL" content="" />
  32. <meta name="text:Link 1" content="" />
  33. <meta name="text:Link 2 URL" content="" />
  34. <meta name="text:Link 2" content="" />
  35. <meta name="text:Link 3 URL" content="" />
  36. <meta name="text:Link 3" content="" />
  37. <meta name="text:Link 4 URL" content="" />
  38. <meta name="text:Link 4" content="" />
  39. <meta name="text:Title" content="" />
  40.  
  41. <style type="text/css">
  42.  
  43. ::-webkit-scrollbar {
  44. width: 5px;height: 5px;}
  45. ::-webkit-scrollbar-button:start:decrement,
  46. ::-webkit-scrollbar-button:end:increment {
  47. height: 6px;display: block;background-color: {color:Link};}
  48. ::-webkit-scrollbar-track-piece {
  49. background-color: #fff;}
  50. ::-webkit-scrollbar-thumb:vertical {
  51. height: 9px;background-color: {color:Link};}
  52.  
  53. a {
  54. color:{color:link};
  55. text-decoration:none;
  56. -moz-transition-duration:0.5s;
  57. -webkit-transition-duration:0.5s;
  58. -o-transition-duration:0.5s;
  59. }
  60.  
  61. a:hover {
  62. color:#fff;
  63. text-decoration:none;
  64. -moz-transition-duration:0.5s;
  65. -webkit-transition-duration:0.5s;
  66. -o-transition-duration:0.5s;
  67. }
  68.  
  69.  
  70. body {
  71. background-color:{color:background};
  72. font-family:arial;
  73. font-weight:normal;
  74. font-size:9px;
  75. color:{color:text};
  76. line-height:100%;
  77. }
  78.  
  79. h1 {
  80. font-weight:normal;
  81. font-size:11px;
  82. text-align:left;
  83. font-style:italic;
  84. line-height:100%;
  85. letter-spacing:1px;
  86. text-transform:lowercase;
  87. color:#000000;
  88. }
  89.  
  90. h2 {
  91. font-size:10px;
  92. text-align:left;
  93. line-height:100%;
  94. letter-spacing:-0.5px;
  95. color:#000000;
  96. font-weight:bold;
  97. text-transform:uppercase;
  98. padding:5px;
  99. padding-bottom:2px;
  100. }
  101.  
  102. blockquote {
  103. border-left:2px solid #000000;
  104. padding-left:5px;
  105. margin:5px;
  106. }
  107.  
  108. #themenum {
  109. background-color:#fff;
  110. width:700px;
  111. margin: 0 auto -12px auto;
  112. text-align: left;
  113. }
  114.  
  115. #sidebar {
  116. text-align:left;
  117. position:fixed;
  118. margin-left:-20px;
  119. margin-top:40px;
  120. width:125px;
  121. -moz-transition-duration:0.5s;
  122. -webkit-transition-duration:0.5s;
  123. -o-transition-duration:0.5s;
  124. }
  125.  
  126. #sidebarim {
  127. margin-bottom:20px
  128. }
  129.  
  130. #sidebarim img {
  131. width:150px;
  132. border:5px solid #f9f9f9;
  133. padding:3px;
  134. }
  135.  
  136. #blogt {
  137. font-size:20px;
  138. text-transform:lowercase;
  139. font-family:arial;
  140. width:80px;
  141. z-index:1;
  142. position:fixed;
  143. background:#fff;
  144. letter-spacing:-2px;
  145. font-weight:bold;
  146. text-align:left;
  147. -moz-transition-duration:0.5s;
  148. -webkit-transition-duration:0.5s;
  149. -o-transition-duration:0.5s;
  150. }
  151.  
  152. #sidebar:hover #blogt{
  153. letter-spacing:5px;
  154. -moz-transition-duration:0.5s;
  155. -webkit-transition-duration:0.5s;
  156. -o-transition-duration:0.5s;
  157. }
  158.  
  159. #links {
  160. line-height:16px;
  161. text-transform:lowercase;
  162. font-family:trebuchet ms;
  163. width:500px;
  164. margin-left:-5px;
  165. margin-top:10px;
  166. }
  167.  
  168. #links a {
  169. display:inline-block;
  170. color:#111;
  171. padding:4px;
  172. font-size:9px;
  173. }
  174.  
  175. #links a:hover {
  176. color:{color:Link};
  177. text-decoration:none;
  178. }
  179.  
  180. #description {
  181. margin-top:40px;
  182. width:150px;
  183. font-size:9px;
  184. width:165px;
  185. text-align:justify;
  186. }
  187.  
  188. #bx {
  189. margin-left:15px;
  190. margin-top:-20px;
  191. text-transform:lowercase;
  192. font-family:trebuchet ms;
  193. font-size:9px;
  194. width:150px;
  195. text-align:right;
  196. height: 15px; overflow: hidden;
  197. transition: all 0.4s ease-out;
  198. -o-transition: all 0.4s ease-out;
  199. -webkit-transition: all 0.4s ease-out;
  200. -moz-transition: all 0.4s ease-out;
  201. }
  202.  
  203. #bx:hover {
  204. height: 35px;
  205. transition: all 0.4s ease-out;
  206. -o-transition: all 0.4s ease-out;
  207. -webkit-transition: all 0.4s ease-out;
  208. -moz-transition: all 0.4s ease-out;
  209. }
  210.  
  211. .pagination {
  212. font-size:8px;
  213. text-transform:uppercase;
  214. letter-spacing:3px;
  215. font-style:normal;
  216. text-align:left;
  217. font-family:calibri;
  218. margin-top:10px;
  219. }
  220.  
  221. .pagination a {
  222. color:#111;
  223. }
  224.  
  225. #entries {
  226. padding:10px;
  227. width:400px;
  228. margin-left:250px;
  229. margin-top:80px;
  230. font-size:10px;
  231. padding-bottom:0px;
  232. margin-bottom:0px;
  233. }
  234.  
  235. #post {
  236. width:400px;
  237. margin-bottom: 150px;
  238. text-align: left;
  239. position:relative;
  240. background-color:{color:Post};
  241. -webkit-transition: all 0.6s ease-in-out;
  242. }
  243.  
  244. #titlequote{
  245. text-align:left;
  246. font-size:14px;
  247. line-height:18px;
  248. font-weight:bold;
  249. }
  250.  
  251. #postinfo {
  252. width:400px;
  253. font-size:8px;
  254. font-family:calibri;
  255. color:#111;
  256. margin-top:20px;
  257. letter-spacing:1px;
  258. text-transform:uppercase;
  259. font-style:normal;
  260. text-align:center;
  261. -moz-transition-duration:0.5s;
  262. -webkit-transition-duration:0.5s;
  263. -o-transition-duration:0.5s;
  264. }
  265.  
  266. #postinfo a {
  267. color:#111;
  268. text-align:center;
  269. font-style:normal;
  270. padding:2px;
  271. }
  272.  
  273. #postinfo a:hover {
  274. color:#fff;
  275. }
  276.  
  277. #posts:hover .tags {
  278. opacity:1;
  279. -moz-transition-duration:0.8s;
  280. -webkit-transition-duration:0.8s;
  281. -o-transition-duration:0.8s;
  282. }
  283.  
  284. .postnote {
  285. text-transform:uppercase;
  286. font-style:normal;
  287. letter-spacing:0px;
  288. font-size: 9px;
  289. text-align:left;
  290. line-height:110%;
  291. margin-left:-40px;
  292. width:400px;
  293. }
  294.  
  295. .postnote li {
  296. list-style-type:none;
  297. border-bottom:1px solid #fff;
  298. padding:10px 10px 10px 10px;
  299. text-align:left;
  300. margin:5px;
  301. width:400px;
  302. -moz-transition-duration:0.5s;
  303. -webkit-transition-duration:0.5s;
  304. -o-transition-duration:0.5s;
  305. }
  306.  
  307. .tags {
  308. font-family:arial;
  309. font-style:normal;
  310. width:400px;
  311. text-transform:lowercase;
  312. font-style:normal;
  313. letter-spacing:2px;
  314. line-height:120%;
  315. font-size:8px;
  316. text-align:center;
  317. position: absolute;
  318. opacity:0;
  319. margin-top:-5px;
  320. -moz-transition-duration:0.5s;
  321. -webkit-transition-duration:0.5s;
  322. -o-transition-duration:0.5s;
  323. }
  324.  
  325. #post:hover .tags {
  326. opacity:1;
  327. margin-top:10px;
  328. -moz-transition-duration:0.5s;
  329. -webkit-transition-duration:0.5s;
  330. -o-transition-duration:0.5s;
  331. }
  332.  
  333. .newplayerbutton {
  334. position: relative;
  335. width: 28px;
  336. height: 27px;
  337. overflow: hidden;
  338. }
  339.  
  340. .playerbuttonhug {
  341. position: absolute;
  342. top: -11px;
  343. left: -12px;
  344. }
  345.  
  346. .tumblr_audio_player {
  347. border: none;
  348. padding: 0px;
  349. margin: 0px;
  350. height: 50px;
  351. width: 400px;
  352. }
  353.  
  354. .playerbuttonbg {
  355. position: absolute;
  356. left: 25px;
  357. top: 25px;
  358. width: 28px;
  359. height: 28px;
  360. background-color: #ffffff;
  361. padding: 10px;
  362. opacity: .4;
  363. filter: alpha(opacity=40);
  364. -moz-opacity: 0.4;
  365. -khtml-opacity: 0.4;
  366. transition: opacity .7s ease-in-out;
  367. -moz-transition: opacity .7s ease-in-out;
  368. -webkit-transition: opacity .7s ease-in-out;
  369. }
  370.  
  371. .playerbuttonbg:hover {
  372. opacity: 1;
  373. filter: alpha(opacity=100);
  374. -moz-opacity: 1;
  375. -khtml-opacity: 1;
  376. }
  377.  
  378. .audioimgwrapper {
  379. position: absolute;
  380. left: 0px;
  381. top: 0px;
  382. overflow: hidden;
  383. width: 100px;
  384. height: 100px;
  385. }
  386.  
  387. .audioimgwrapper img {
  388. width: 100%;
  389. height: auto;
  390. }
  391.  
  392. .trackdetails {
  393. width: 270px;
  394. display:inline-block;
  395. margin-left: 110px;
  396. min-height: 85px;
  397. line-height:200%;
  398. border:1px solid #eee;
  399. padding:6px;
  400. padding-left:10px;
  401. }
  402.  
  403. .audiowrapper {
  404. position: relative;
  405. display:inline-block;
  406. }
  407.  
  408. .q {
  409. margin-bottom:10px;
  410. background:#f9f9f9;
  411. padding:5px;
  412. }
  413.  
  414. .as {
  415. font-weight:bold;
  416. text-transform:uppercase;
  417. border-bottom:2px solid #fff;
  418. }
  419.  
  420. .a {
  421. margin-top:10px;
  422. }
  423.  
  424. #s-m-t-tooltip {
  425. max-width:300px;
  426. padding:2px 2px 2px 2px;
  427. margin:10px 0px 0px 10px;
  428. font-family:arial;
  429. font-size:7px;
  430. letter-spacing:1px;
  431. text-transform:uppercase;
  432. color:#111;
  433. z-index:999999999999999999999999999999999999;
  434. }
  435.  
  436. #cred {
  437. position:fixed;
  438. right:10px;
  439. bottom:15px;
  440. text-transform:uppercase;
  441. }
  442.  
  443. #cred a {
  444. text-align:center;
  445. padding:0px;
  446. color:#111;
  447. font-size:15px;
  448. font-family:arial;
  449. letter-spacing:-1px;
  450. font-weight:bold;
  451. padding:4px;
  452. -moz-transition-duration:0.5s;
  453. -webkit-transition-duration:0.5s;
  454. -o-transition-duration:0.5s;
  455. }
  456.  
  457. #cred a:hover {
  458. background-color:#111;
  459. color:#fff;
  460. -moz-transition-duration:0.5s;
  461. -webkit-transition-duration:0.5s;
  462. -o-transition-duration:0.5s;
  463. }
  464.  
  465. {CustomCSS}</style></head><script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  466.  
  467. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  468.  
  469. <script>
  470.  
  471. (function($){
  472.  
  473. $(document).ready(function(){
  474.  
  475. $("a[title]").style_my_tooltips({
  476.  
  477. tip_follows_cursor:true,
  478.  
  479. tip_delay_time:90,
  480.  
  481. tip_fade_speed:600,
  482.  
  483. attribute:"title"
  484.  
  485. });
  486.  
  487. });
  488.  
  489. })(jQuery);
  490.  
  491. </script>
  492.  
  493. <script type="text/javascript"
  494. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  495.  
  496. <body>
  497.  
  498. <div id="themenum">
  499. <div id="sidebar">
  500. <div id="sidebarim"><img src="{image:Sidebar Image}"></div>
  501. <div id="blogt">{text:Title}</div>
  502. <div id="description">{Description}</div>
  503. <div id="links">
  504. <a href="/"><img src="https://31.media.tumblr.com/2015daae1d676432bfe8cc417be25d2b/tumblr_inline_n2aiggyMWT1r7v6wt.png"> home</a></a>
  505. <a href="/ask"><img src="https://31.media.tumblr.com/da6ec800b306286814b56c85c065973c/tumblr_inline_n2aigp3RjV1r7v6wt.png"> inbox</a>
  506. {block:ifLink1}<a href="{text:Link 1 URL}" ><img src="https://31.media.tumblr.com/a97dbde165eb0a75c550e07e0dcbfac3/tumblr_inline_n2aifw7yLU1r7v6wt.png"> {text:Link 1}</a>{/block:ifLink1}
  507. <div id="bx">
  508. <img src="http://static.tumblr.com/3yblkz0/ipgn2c5je/unlock.png"> more</span>
  509. <div style="text-align:center">
  510. {block:ifLink2}<a href="{text:Link 2 URL}">{text:Link 2}</a>{/block:ifLink2}
  511. {block:ifLink3}<a href="{text:Link 3 URL}">{text:Link 3}</a>{/block:ifLink3}
  512. {block:ifLink4}<a href="{text:Link 4 URL}">{text:Link 4}</a>{/block:ifLink4}
  513. </div></div>
  514. </div>
  515.  
  516. {block:Pagination}
  517. <div class="pagination">
  518.  
  519. {block:PreviousPage}
  520. <a href="{PreviousPage}">← P</a>
  521. {/block:PreviousPage}
  522.  
  523. {block:NextPage}
  524. <a href="{NextPage}">N →</a>
  525. {/block:NextPage}
  526. </div>
  527. {/block:Pagination}
  528.  
  529. </div>
  530.  
  531. <div id="entries">{block:Posts}<div id="post">
  532.  
  533. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  534.  
  535. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  536.  
  537. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  538.  
  539. {block:Quote}<div id="titlequote">“{Quote}”</div>{block:Source}<div id="source">&mdash; {Source}</div>{/block:Source}{/block:Quote}
  540.  
  541. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  542.  
  543. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  544.  
  545. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  546.  
  547. {block:AudioPlayer}
  548. <div class="audiowrapper">
  549. {block:AlbumArt}<div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}<div class="playerbuttonbg"><div class="newplayerbutton"><div class="playerbuttonhug">{AudioPlayerWhite}</div></div></div>
  550. <div class="trackdetails">{block:TrackName}{TrackName}{/block:TrackName}<br/>{block:Artist}Artist: {Artist}{/block:Artist}<br/>{block:Album}Album: {Album}{/block:Album}<br/>{PlayCountWithLabel}</div></div>
  551. {/block:AudioPlayer}
  552.  
  553. {block:Answer}<div class="q"><div class="as">{Asker}:</div>{Question}</div><div class="a">{Answer}</div>{/block:Answer}
  554.  
  555. {block:Date}<div id="postinfo">posted <a href="{Permalink}"><b style="color:{color:Link}">{TimeAgo}</b></a> with <a href="{Permalink}"><b style="color:{color:Link}">{NoteCount} notes</a></b><br>{block:RebloggedFrom}<a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}{block:ContentSource} <a href="{SourceURL}" >source</a> {/block:ContentSource} <a href="{ReblogURL}" target="_blank" class="details">reblog</a> {/block:Date} {/block:Date}
  556. </div>{block:HasTags}<div class="tags">filed under:{block:Tags} <a href="{TagURL}"> #{Tag} </a>{/block:Tags}</div>{/block:HasTags}</div>
  557. <div class="postnote">
  558. {block:PostNotes}{PostNotes}{/block:PostNotes}
  559.  
  560. </div>
  561. {/block:Posts}
  562.  
  563. </div>
  564.  
  565. <div id="cred"><a href="http://ofjack.tumblr.com/" title="theme made by becky">jc</a></div>
  566.  
  567. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement