Advertisement
becky4268

theme 39 - left sidebar

Jan 25th, 2014
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.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. <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:520px;
  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:320px;
  150. margin-top:190px;
  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: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:left;
  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:left;
  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:#111;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="flip">Navigation</div> <!---TITLE FOR CLICK NAVIGATION--->
  405. <div id="panel">
  406. {block:IfLink1}
  407. <a href="{text:link1 url}" title="{text:link1}"></a>
  408. {/block:IfLink1}
  409.  
  410. {block:IfLink2}
  411. <a href="{text:link2 url}" title="{text:link2}"></a>
  412. {/block:IfLink2}
  413.  
  414. {block:IfLink3}
  415. <a href="{text:link3 url}" title="{text:link3}"></a>
  416. {/block:IfLink3}
  417.  
  418. {block:IfLink4}
  419. <a href="{text:link4 url}" title="{text:link4}"></a>
  420. {/block:IfLink4}
  421. </div>
  422.  
  423. </div></div>
  424.  
  425. <div id="entries">
  426. {block:Posts}
  427. <div id="post">
  428.  
  429. {block:Text}
  430. <h1>{block:Title}{Title}{/block:Title}</h1>
  431. {Body}{/block:Text}
  432.  
  433. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}
  434. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  435.  
  436. {block:Photoset}{Photoset-400}{block:Caption}{Caption}
  437. {/block:Caption}{/block:Photoset}
  438.  
  439. {block:Quote}<h1>"{Quote}"</h1>
  440. {block:Source}<div class="qsource"> —{Source}</div>
  441. {/block:Source}{/block:Quote}
  442.  
  443. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  444.  
  445. {block:Chat}{block:Title}{Title}{/block:Title}{block:Lines}{block:Label}<b><u>{Label}</u></b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  446.  
  447. {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>
  448. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  449. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  450. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times <br>
  451. {/block:Audio}<br>
  452.  
  453. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  454.  
  455. {block:Answer}<div class="ask"><i>{Asker}</i> asked: <b>{Question}</b></div><div class="answer">{Answer}</div>{/block:answer}
  456.  
  457. <div id="info">
  458. <a href="{Permalink}">{Month} {DayOfMonth}{DayOfMonthSuffix} // </a>
  459.  
  460. {block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank" style="color:#000"></a> {/block:RebloggedFrom} {NoteCountWithLabel} </a></a>
  461.  
  462. {block:RebloggedFrom} / <a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
  463.  
  464. {block:ContentSource} - <a href="{SourceURL}">source</a>{/block:ContentSource} </a>
  465.  
  466. {block:HasTags}<div id="tags"> Filed under:
  467.  
  468. {block:Tags}<a href="/tagged/{Tag}">#{Tag},</a>&nbsp;{/block:Tags}
  469. </div>{block:HasTags}
  470. </div>
  471. </div>
  472.  
  473. {/block:Posts}
  474. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  475. {/block:Posts}</div></div></div>
  476.  
  477. <br><br><br><br>
  478.  
  479. {block:Pagination}
  480. <div id="pagination">
  481. {block:PreviousPage}<a href="{PreviousPage}">< future </a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}"> past ></a>{/block:NextPage}
  482. </div>
  483. {/block:Pagination}
  484. </div>
  485.  
  486. <div style="padding:10px;"></div>
  487.  
  488. <div id="cred">
  489. <a href="http://ofjack.tumblr.com">OFJACK</a>
  490. </div>
  491.  
  492. </div>
  493. </div>
  494. </div>
  495. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement