Advertisement
becky4268

theme 39 - right sidebar

Jan 25th, 2014
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.79 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="color:Links" content="#111111"/>
  28. <meta name="image:Sidebar" 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. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js">
  40. </script>
  41. <script>
  42. $(document).ready(function(){
  43. $("#flip").click(function(){
  44. $("#panel").slideToggle("slow");
  45. });
  46. });
  47. </script>
  48.  
  49. <style type="text/css">
  50.  
  51. ::-webkit-scrollbar-thumb{
  52. background-color: #111;
  53. border: 2px solid #fff;
  54. height:auto;
  55. border-radius:200px;
  56. }
  57.  
  58. ::-webkit-scrollbar {
  59. height:9px;
  60. width:9px;
  61. background-color: #111;
  62. border: 4px solid #fff;
  63. }
  64.  
  65. ::selection {
  66. background-color:#111;
  67. }
  68.  
  69. body {
  70. background:{color:background} top left;
  71. margin:0px;
  72. color:{color:text};
  73. font-family:arial;
  74. font-size:10px;
  75. line-height:100%;
  76. letter-spacing:0px;
  77. overflow-x: hidden;
  78. text-align:justify;
  79. background-image:url('');
  80. background-repeat:repeat;
  81. background-size:;
  82. background-attachment:fixed;
  83. cursor: url(http://media.tumblr.com/tumblr_lqs4idHqTZ1qfoi4t.png), auto;
  84. }
  85.  
  86. a {
  87. text-decoration:none;
  88. outline:none;
  89. -moz-outline-style:none;
  90. color:#111;
  91. -moz-transition-duration:0.5s;
  92. -webkit-transition-duration:0.5s;
  93. -o-transition-duration:0.5s;
  94. }
  95.  
  96. img {
  97. border:none;
  98. }
  99.  
  100. blockquote {
  101. padding-left:5px;
  102. border-left:2px solid;
  103. }
  104.  
  105. blockquote blockquote {
  106. padding-left:5px;
  107. border-left:2px solid;
  108. }
  109.  
  110. h1 {
  111. font-size:12px;
  112. font-family:baskerville;
  113. font-style:none;
  114. line-height:100%;
  115. text-align:left;
  116. padding:0px;
  117. text-transform:lowercase;
  118. letter-spacing:2px;
  119. color:#000;
  120. }
  121.  
  122. a:hover {
  123. color:{color:hover};
  124. -moz-transition-duration:0.5s;
  125. -webkit-transition-duration:0.5s;
  126. -o-transition-duration:0.5s;
  127. cursor: url(http://media.tumblr.com/tumblr_m2umkqvNUT1qfamg6.gif), auto;
  128. }
  129.  
  130. #entries {
  131. padding:10px;
  132. width:400px;
  133. margin-left:60px;
  134. margin-top:5px;
  135. font-size:10px;
  136. letter-spacing:0px;
  137. }
  138.  
  139. #post {
  140. width:400px;
  141. padding:10px;
  142. margin-top:40px;
  143. background:#fff;
  144. border-radius:1em;
  145. }
  146.  
  147. #sidebar {
  148. position:fixed;
  149. margin-left:590px;
  150. margin-top:150px;
  151. padding:3px;
  152. width:0px;
  153. height:0px;
  154. -moz-transition-duration:1s;
  155. -webkit-transition-duration:1s;
  156. -o-transition-duration:1s;
  157. }
  158.  
  159. #sidebarimage img {
  160. width:100px;
  161. margin-top:-20px;
  162. position:fixed;
  163. margin-left:-10px;
  164. border-radius:200px;
  165. border:1px solid #eee;
  166. padding:2px;
  167. -moz-transition-duration:1s;
  168. -webkit-transition-duration:1s;
  169. -o-transition-duration:1s;
  170. }
  171.  
  172. #sidebar:hover #sidebarimage img {
  173. opacity:1;
  174. transform: rotateY(360deg);
  175. -webkit-transform: rotateY(360deg);
  176. -moz-transform: rotateY(360deg);
  177. -webkit-transition: all .8s ease-in-out;
  178. -moz-transition: all .8s ease-in-out;
  179. transition: all .8s ease-in-out;
  180. }
  181.  
  182. #sidebar:hover #sidebarimage img{
  183. -webkit-filter:grayscale(100%);
  184. -webkit-transition: all 0.6s ease-in-out;
  185. }
  186.  
  187. #flip {
  188. background-color:#f2f2f2;
  189. margin-top:150px;
  190. margin-left:0px;
  191. font-family:calibri;
  192. padding: 3px;
  193. text-align:center;
  194. text-transform:uppercase;
  195. border:solid 1px #f2f2f2;
  196. cursor:help;
  197. }
  198.  
  199. #panel,#flip
  200. {
  201. padding:2px;
  202. text-align:center;
  203. width:75px;
  204. }
  205.  
  206. #panel
  207. {
  208. display:none;
  209. margin-left:0px;
  210. text-align:center;
  211. background:#fff;
  212. }
  213.  
  214. #panel a {
  215. width:0px;
  216. padding:3px;
  217. font-size:3px;
  218. margin:5px;
  219. letter-spacing:1px;
  220. color:{color:Links};
  221. background:{color:Links};
  222. border-radius:200px;
  223. border:1px solid {color:Links};
  224. text-align:center;
  225. display:inline-block;
  226. }
  227.  
  228. #panel a:hover {
  229. -moz-transition-duration:0.3s;
  230. -webkit-transition-duration:0.3s;
  231. -o-transition-duration:0.3s;
  232. background:#fff;
  233. }
  234.  
  235. #description {
  236. text-align:center;
  237. font-family:baskerville;
  238. width:100px;
  239. position:fixed;
  240. margin-top:90px;
  241. margin-left:-15px;
  242. font-size:9px;
  243. position:fixed;
  244. line-height:120%;
  245. opacity:1;
  246. z-index:9;
  247. padding:8px;
  248. color:#111;
  249. -moz-transition-duration:1s;
  250. -webkit-transition-duration:1s;
  251. -o-transition-duration:1s;
  252. }
  253.  
  254. #pagination {
  255. font-style:bold;
  256. padding:3px;
  257. font-family:times;
  258. font-size:10px;
  259. text-align:left;
  260. margin-top:-20px;
  261. text-transform:uppercase;
  262. color:#111;
  263. margin-left:220px;
  264. bottom:0px;
  265. padding-bottom:10px;
  266. }
  267.  
  268. #pagination a {
  269. padding:5px;
  270. color:#111;
  271. font-size:10px;
  272. text-align:center;
  273. width:auto;
  274. letter-spacing:2px;
  275. }
  276.  
  277. #pagination a:hover {
  278. cursor:help;
  279. -moz-transition-duration:0.3s;
  280. -webkit-transition-duration:0.3s;
  281. -o-transition-duration:0.3s;
  282. text-decoration:none;
  283. }
  284.  
  285. #info {
  286. margin-top:3px;
  287. width:auto;
  288. text-align:left;
  289. font-family:'arial';
  290. letter-spacing:0px;
  291. font-size:7px;
  292. font-style:none;
  293. text-transform:lowercase;
  294. padding-top:5px;
  295. padding-bottom:5px;
  296. border-top:2px solid #eee;
  297. }
  298.  
  299. #info a {
  300. text-align:left;
  301. color:#000;
  302. }
  303.  
  304. #info a:hover {
  305. color:{color:hover};
  306. -moz-transition-duration:0.3s;
  307. -webkit-transition-duration:0.3s;
  308. -o-transition-duration:0.3s;
  309. }
  310.  
  311. #tags {
  312. width:395px;
  313. margin-top:5px;
  314. margin-left:0px;
  315. text-align:left;
  316. font-size:6px;
  317. opacity:1;
  318. transition-duration: 0.5s;
  319. -moz-transition-duration: 0.5s;
  320. -webkit-transition-duration: 0.5s;
  321. -o-transition-duration: 0.5s
  322. color:#000;
  323. }
  324.  
  325. #tags a {
  326. letter-spacing:0px;
  327. font-size:6px;
  328. text-align:left;
  329. text-decoration:none;
  330. display:inline-block;
  331. color:#000;
  332. }
  333.  
  334. #tags a:hover {
  335. -moz-transition-duration:0.3s;
  336. -webkit-transition-duration:0.3s;
  337. -o-transition-duration:0.3s;
  338. }
  339.  
  340. .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;}
  341.  
  342. .answer {text-align:left;padding:2px;color:{color:text};}
  343.  
  344. #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:#111;z-index:999999999999999999999999999999999999;}
  345.  
  346. #cred {
  347. position:fixed;
  348. font-size:8px;
  349. font-family:calibri;
  350. letter-spacing:1px;
  351. right:10px;
  352. bottom:10px;
  353. text-transform:uppercase;
  354. text-align:center;
  355. border:1px solid #c9c9c9;
  356. padding:5px;
  357. background-color:#fafafa;
  358. }
  359.  
  360. #cred a {
  361. padding:0px;
  362. color:{color:link};
  363. -moz-transition-duration:0.5s;
  364. -webkit-transition-duration:0.5s;
  365. -o-transition-duration:0.5s;
  366. }
  367.  
  368. {CustomCSS}</style></head><script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  369.  
  370. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  371.  
  372. <script>
  373.  
  374. (function($){
  375.  
  376. $(document).ready(function(){
  377.  
  378. $("a[title]").style_my_tooltips({
  379.  
  380. tip_follows_cursor:true,
  381.  
  382. tip_delay_time:90,
  383.  
  384. tip_fade_speed:600,
  385.  
  386. attribute:"title"
  387.  
  388. });
  389.  
  390. });
  391.  
  392. })(jQuery);
  393.  
  394. </script><body>
  395.  
  396. <div id="sidebar">
  397.  
  398. <div id="sidebarimage">
  399. <img src="{image:Sidebar}">
  400. </a>
  401. </div>
  402.  
  403. <div id="description">{Description}</div>
  404.  
  405. <div id="flip">Navigation</div> <!---TITLE FOR CLICK NAVIGATION--->
  406. <div id="panel">
  407. {block:IfLink1}
  408. <a href="{text:link1 url}" title="{text:link1}"></a>
  409. {/block:IfLink1}
  410.  
  411. {block:IfLink2}
  412. <a href="{text:link2 url}" title="{text:link2}"></a>
  413. {/block:IfLink2}
  414.  
  415. {block:IfLink3}
  416. <a href="{text:link3 url}" title="{text:link3}"></a>
  417. {/block:IfLink3}
  418.  
  419. {block:IfLink4}
  420. <a href="{text:link4 url}" title="{text:link4}"></a>
  421. {/block:IfLink4}
  422. </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