Advertisement
becky4268

theme 36

Jan 25th, 2014
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.34 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><title>{Title}</title>
  5. <link rel="shortcut icon" href="{Favicon}">
  6. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  7. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  8.  
  9. <!--
  10.  
  11. *❄*.¸¸.*✳*.¸¸.* ❉
  12.  
  13. code вy oғjαcĸ
  14.  
  15. do ɴoт вreαĸ тнeѕe rυleѕ:
  16. - do ɴoт υѕe αѕ α вαѕe code.
  17. - do ɴoт clαιм αѕ yoυr owɴ.
  18. - do ɴoт reмove тнe credιт.
  19.  
  20. ❉ *.¸¸.*✳*.¸¸.*❄*
  21.  
  22. ---->
  23.  
  24. <meta name="color:Background" content="#ffffff"/>
  25. <meta name="color:Text" content="#000000"/>
  26. <meta name="color:Hover" content="#f2f2f2"/>
  27. <meta name="image:Sidebar" content=""/>
  28.  
  29. <meta name="text:link1" content="">
  30. <meta name="text:link1 url" content="/">
  31. <meta name="text:link2" content="">
  32. <meta name="text:link2 url" content="/">
  33. <meta name="text:link3" content="">
  34. <meta name="text:link3 url" content="/">
  35. <meta name="text:link4" content="">
  36. <meta name="text:link4 url" content="/">
  37.  
  38. <style type="text/css">
  39.  
  40. ::-webkit-scrollbar-thumb{
  41. background-color: #111;
  42. border: 2px solid #fff;
  43. height:auto;
  44. border-radius:200px;
  45. }
  46.  
  47. ::-webkit-scrollbar {
  48. height:9px;
  49. width:9px;
  50. background-color: #111;
  51. border: 4px solid #fff;
  52. }
  53.  
  54. ::selection {
  55. background-color:#111;
  56. }
  57.  
  58. body {
  59. background:{color:background} top left;
  60. margin:0px;
  61. color:{color:text};
  62. font-family:arial;
  63. font-size:10px;
  64. line-height:100%;
  65. letter-spacing:0px;
  66. overflow-x: hidden;
  67. text-align:justify;
  68. background-image:url('');
  69. background-repeat:repeat;
  70. background-size:;
  71. background-attachment:fixed;
  72. cursor: url(http://media.tumblr.com/tumblr_lqs4idHqTZ1qfoi4t.png), auto;
  73. }
  74.  
  75. a {
  76. text-decoration:none;
  77. outline:none;
  78. -moz-outline-style:none;
  79. color:#111;
  80. -moz-transition-duration:0.5s;
  81. -webkit-transition-duration:0.5s;
  82. -o-transition-duration:0.5s;
  83. }
  84.  
  85. img {
  86. border:none;
  87. }
  88.  
  89. blockquote {
  90. padding-left:5px;
  91. border-left:2px solid;
  92. }
  93.  
  94. blockquote blockquote {
  95. padding-left:5px;
  96. border-left:2px solid;
  97. }
  98.  
  99. h1 {
  100. font-size:12px;
  101. font-family:baskerville;
  102. font-style:none;
  103. line-height:100%;
  104. text-align:left;
  105. padding:0px;
  106. text-transform:lowercase;
  107. letter-spacing:2px;
  108. color:#000;
  109. }
  110.  
  111. a:hover {
  112. color:{color:hover};
  113. -moz-transition-duration:0.5s;
  114. -webkit-transition-duration:0.5s;
  115. -o-transition-duration:0.5s;
  116. cursor: url(http://media.tumblr.com/tumblr_m2umkqvNUT1qfamg6.gif), auto;
  117. }
  118.  
  119. #entries {
  120. padding:10px;
  121. width:400px;
  122. margin-left:520px;
  123. margin-top:5px;
  124. font-size:10px;
  125. letter-spacing:0px;
  126. }
  127.  
  128. #post {
  129. width:400px;
  130. padding:10px;
  131. margin-top:40px;
  132. background:#fff;
  133. border-radius:1em;
  134. }
  135.  
  136. #sidebar {
  137. position:fixed;
  138. margin-left:285px;
  139. margin-top:190px;
  140. padding:3px;
  141. width:0px;
  142. height:0px;
  143. -moz-transition-duration:1s;
  144. -webkit-transition-duration:1s;
  145. -o-transition-duration:1s;
  146. }
  147.  
  148. #sidebarimage img {
  149. width:100px;
  150. margin-top:-20px;
  151. position:fixed;
  152. margin-left:-10px;
  153. border-radius:200px;
  154. border:1px solid #eee;
  155. padding:2px;
  156. cursor:help;
  157. -moz-transition-duration:1s;
  158. -webkit-transition-duration:1s;
  159. -o-transition-duration:1s;
  160. }
  161.  
  162. #sidebar:hover{
  163. -webkit-filter:grayscale(100%);
  164. -webkit-transition: all 0.6s ease-in-out;
  165. }
  166.  
  167. #links {
  168. text-align:center;
  169. font-family:baskerville;
  170. width:180px;
  171. position:fixed;
  172. margin-top:50px;
  173. margin-left:-55px;
  174. font-size:9px;
  175. position:fixed;
  176. line-height:120%;
  177. opacity:0;
  178. padding:8px;
  179. z-index:9;
  180. color:#111;
  181. -moz-transition-duration:1s;
  182. -webkit-transition-duration:1s;
  183. -o-transition-duration:1s;
  184. }
  185.  
  186. #links a {
  187. text-align:center;
  188. font-family:baskerville;
  189. padding:3px;
  190. display:block;
  191. font-size:9px;
  192. color:#111;
  193. -moz-transition-duration:1s;
  194. -webkit-transition-duration:1s;
  195. -o-transition-duration:1s;
  196. }
  197.  
  198. #links a:hover{
  199. letter-spacing:3px;
  200. -moz-transition-duration:1s;
  201. -webkit-transition-duration:1s;
  202. -o-transition-duration:1s;
  203. }
  204.  
  205. #sidebar:hover #links {
  206. margin-top:150px;
  207. opacity:1;
  208. transform: rotateY(360deg);
  209. -webkit-transform: rotateY(360deg);
  210. -moz-transform: rotateY(360deg);
  211. -webkit-transition: all .6s ease-in-out;
  212. -moz-transition: all .6s ease-in-out;
  213. transition: all .6s ease-in-out;
  214. }
  215.  
  216. #description {
  217. text-align:center;
  218. font-family:baskerville;
  219. width:100px;
  220. position:fixed;
  221. margin-top:90px;
  222. margin-left:-15px;
  223. font-size:9px;
  224. position:fixed;
  225. line-height:120%;
  226. opacity:1;
  227. z-index:9;
  228. padding:8px;
  229. color:#111;
  230. -moz-transition-duration:1s;
  231. -webkit-transition-duration:1s;
  232. -o-transition-duration:1s;
  233. }
  234.  
  235. #pagination {
  236. font-style:bold;
  237. padding:3px;
  238. font-family:times;
  239. font-size:10px;
  240. text-align:center;
  241. margin-top:-20px;
  242. text-transform:uppercase;
  243. color:#111;
  244. margin-left:200px;
  245. bottom:0px;
  246. padding-bottom:10px;
  247. }
  248.  
  249. #pagination a {
  250. padding:5px;
  251. color:#111;
  252. font-size:10px;
  253. width:auto;
  254. letter-spacing:2px;
  255. }
  256.  
  257. #pagination a:hover {
  258. cursor:help;
  259. -moz-transition-duration:0.3s;
  260. -webkit-transition-duration:0.3s;
  261. -o-transition-duration:0.3s;
  262. text-decoration:none;
  263. }
  264.  
  265. #info {
  266. margin-top:3px;
  267. width:auto;
  268. text-align:left;
  269. font-family:'arial';
  270. letter-spacing:0px;
  271. font-size:7px;
  272. font-style:none;
  273. text-transform:lowercase;
  274. padding-top:5px;
  275. padding-bottom:5px;
  276. border-top:2px solid #eee;
  277. }
  278.  
  279. #info a {
  280. text-align:left;
  281. color:#000;
  282. }
  283.  
  284. #info a:hover {
  285. color:{color:hover};
  286. -moz-transition-duration:0.3s;
  287. -webkit-transition-duration:0.3s;
  288. -o-transition-duration:0.3s;
  289. }
  290.  
  291. #tags {
  292. width:395px;
  293. margin-top:5px;
  294. margin-left:0px;
  295. text-align:left;
  296. font-size:6px;
  297. opacity:1;
  298. transition-duration: 0.5s;
  299. -moz-transition-duration: 0.5s;
  300. -webkit-transition-duration: 0.5s;
  301. -o-transition-duration: 0.5s
  302. color:#000;
  303. }
  304.  
  305. #tags a {
  306. letter-spacing:0px;
  307. font-size:6px;
  308. text-align:left;
  309. text-decoration:none;
  310. display:inline-block;
  311. color:#000;
  312. }
  313.  
  314. #tags a:hover {
  315. -moz-transition-duration:0.3s;
  316. -webkit-transition-duration:0.3s;
  317. -o-transition-duration:0.3s;
  318. }
  319.  
  320. .ask {padding:3px;font-style:normal;margin-top:-5px;text-align:left;margin-bottom:10px;color:#111;background-color:#fff;padding-bottom:10px;padding-top:5px;border:1px solid #eee;}
  321.  
  322. .answer {text-align:left;padding:2px;color:{color:text};}
  323.  
  324. #s-m-t-tooltip {max-width:300px;padding:0px 1px 0px 1px;margin:10px 0px 0px 10px;font-family:trebuchet ms;font-size:6px;letter-spacing:1px;text-transform:uppercase;color:#fff;z-index:999999999999999999999999999999999999;}
  325.  
  326. #cred {
  327. position:fixed;
  328. font-size:8px;
  329. font-family:calibri;
  330. letter-spacing:1px;
  331. right:10px;
  332. bottom:10px;
  333. text-transform:uppercase;
  334. text-align:center;
  335. border:1px solid #c9c9c9;
  336. padding:5px;
  337. background-color:#fafafa;
  338. }
  339.  
  340. #cred a {
  341. padding:0px;
  342. color:{color:link};
  343. -moz-transition-duration:0.5s;
  344. -webkit-transition-duration:0.5s;
  345. -o-transition-duration:0.5s;
  346. }
  347.  
  348. {CustomCSS}</style></head><script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  349.  
  350. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  351.  
  352. <script>
  353.  
  354. (function($){
  355.  
  356. $(document).ready(function(){
  357.  
  358. $("a[title]").style_my_tooltips({
  359.  
  360. tip_follows_cursor:true,
  361.  
  362. tip_delay_time:90,
  363.  
  364. tip_fade_speed:600,
  365.  
  366. attribute:"title"
  367.  
  368. });
  369.  
  370. });
  371.  
  372. })(jQuery);
  373.  
  374. </script><body>
  375.  
  376. <div id="sidebar">
  377.  
  378. <div id="sidebarimage">
  379. <img src="{image:Sidebar}">
  380. </a>
  381. </div>
  382.  
  383. <div id="description">{Description}</div>
  384.  
  385. <div id="links">
  386. {block:IfLink1}
  387. <a href="{text:link1 url}">{text:link1}</a>
  388. {/block:IfLink1}
  389. -
  390. {block:IfLink2}
  391. <a href="{text:link2 url}">{text:link2}</a>
  392. {/block:IfLink2}
  393. -
  394. {block:IfLink3}
  395. <a href="{text:link3 url}">{text:link3}</a>
  396. {/block:IfLink3}
  397. -
  398. {block:IfLink4}
  399. <a href="{text:link4 url}">{text:link4}</a>
  400. {/block:IfLink4}
  401. </div>
  402.  
  403. </div></div>
  404.  
  405. <div id="entries">
  406. {block:Posts}
  407. <div id="post">
  408.  
  409. {block:Text}
  410. <h1>{block:Title}{Title}{/block:Title}</h1>
  411. {Body}{/block:Text}
  412.  
  413. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}
  414. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  415.  
  416. {block:Photoset}{Photoset-400}{block:Caption}{Caption}
  417. {/block:Caption}{/block:Photoset}
  418.  
  419. {block:Quote}<h1>"{Quote}"</h1>
  420. {block:Source}<div class="qsource"> —{Source}</div>
  421. {/block:Source}{/block:Quote}
  422.  
  423. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  424.  
  425. {block:Chat}{block:Title}{Title}{/block:Title}{block:Lines}{block:Label}<b><u>{Label}</u></b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  426.  
  427. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="70px" height="70px" align="left" style="margin-right:10px;" />{/block:AlbumArt}<span class="audio">{AudioPlayerWhite}</left></span><p></p>
  428. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  429. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  430. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times <br>
  431. {/block:Audio}<br>
  432.  
  433. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  434.  
  435. {block:Answer}<div class="ask"><i>{Asker}</i> asked: <b>{Question}</b></div><div class="answer">{Answer}</div>{/block:answer}
  436.  
  437. <div id="info">
  438. <a href="{Permalink}">{Month} {DayOfMonth}{DayOfMonthSuffix} // </a>
  439.  
  440. {block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank" style="color:#000"></a> {/block:RebloggedFrom} {NoteCountWithLabel} </a></a>
  441.  
  442. {block:RebloggedFrom} / <a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
  443.  
  444. {block:ContentSource} - <a href="{SourceURL}">source</a>{/block:ContentSource} </a>
  445.  
  446. {block:HasTags}<div id="tags"> Filed under:
  447.  
  448. {block:Tags}<a href="/tagged/{Tag}">#{Tag},</a>&nbsp;{/block:Tags}
  449. </div>{block:HasTags}
  450. </div>
  451. </div>
  452.  
  453. {/block:Posts}
  454. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  455. {/block:Posts}</div></div></div>
  456.  
  457. <br><br><br><br>
  458.  
  459. {block:Pagination}
  460. <div id="pagination">
  461. {block:PreviousPage}<a href="{PreviousPage}">< future </a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}"> past ></a>{/block:NextPage}
  462. </div>
  463. {/block:Pagination}
  464. </div>
  465.  
  466. <div style="padding:10px;"></div>
  467.  
  468. <div id="cred">
  469. <a href="http://ofjack.tumblr.com">OFJACK</a>
  470. </div>
  471.  
  472. </div>
  473. </div>
  474. </div>
  475. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement