Advertisement
becky4268

theme 38

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