Advertisement
eleanorcalder

theme 5

Oct 7th, 2014
836
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.41 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4.  
  5. <head>
  6.  
  7. <script type="text/javascript" src="http://static.tumblr.com/3ikgvxs/0TGl4zgpu/jquery.min.js"></script>
  8. <script type="text/javascript">
  9. $(document).ready(function(){
  10. $(".updates_body").hide();
  11. $(".updates_head").click(function(){
  12. $(this).next(".updates_body").slideToggle('fast');
  13. }); }); </script>
  14.  
  15. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  16.  
  17. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  18.  
  19. <script>
  20.  
  21. (function($){
  22.  
  23. $(document).ready(function(){
  24.  
  25. $("a[title]").style_my_tooltips({
  26.  
  27. tip_follows_cursor:true,
  28.  
  29. tip_delay_time:90,
  30.  
  31. tip_fade_speed:600,
  32.  
  33. attribute:"title"
  34.  
  35. });
  36.  
  37. });
  38.  
  39. })(jQuery);
  40.  
  41. </script>
  42.  
  43.  
  44. <title>{Title}</title>
  45. <link rel="shortcut icon" href="{Favicon}">
  46. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  47. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  48.  
  49. <!---- base code by themesbyvanne.tumblr.com
  50. theme by theycalluslarrystylinson, don't remove credit!
  51. --->
  52.  
  53. <meta name="image:Sidebar" content="http://static.tumblr.com/37e69b2b8a849833d6210bef007ea3ea/kiklm1s/djunchlah/tumblr_static_9nst5ywz7e8sg4cccokcwok4c.gif"/>
  54. <meta name="image:Background Image" content=""/>
  55.  
  56. <meta name="color:Background" content="#d9f4ff"/>
  57. <meta name="color:Border" content="#000000"/>
  58. <meta name="color:Text" content="#4c4c4c"/>
  59. <meta name="color:Link" content="#00acea"/>
  60. <meta name="color:Link Hover" content="#000"/>
  61. <meta name="color:Question Background" content="#bdbdbd"/>
  62. <meta name="color:Nav BG" content="#fff"/>
  63. <meta name="color:Nav Border" content="#bdbdbd"/>
  64. <meta name="color:Nav Text" content="#000"/>
  65.  
  66. <meta name="text:Font Size" content="12"/>
  67. <meta name="text:Navigation Title" content="navigation"/>
  68. <meta name="text:Ask Title" content="ask"/>
  69. <meta name="text:Updates Title" content="Updates"/>
  70. <meta name="text:Updates Body" content="this is where you can add updates or any extra info!"/>
  71. <meta name="text:Link 1 URL" content="/"/>
  72. <meta name="text:Link 1 Text" content=""/>
  73. <meta name="text:Link 2 URL" content="/"/>
  74. <meta name="text:Link 2 Text" content=""/>
  75. <meta name="text:Link 3 URL" content="/"/>
  76. <meta name="text:Link 3 Text" content=""/>
  77. <meta name="text:Link 4 URL" content="/"/>
  78. <meta name="text:Link 4 Text" content=""/>
  79. <meta name="text:Link 5 URL" content="/"/>
  80. <meta name="text:Link 5 Text" content=""/>
  81.  
  82. <meta name="select:Font" content="Arial" title="Arial">
  83. <meta name="select:Font" content="Helvetica" title="Helvetica">
  84. <meta name="select:Font" content="Calibri" title="Calibri">
  85. <meta name="select:Font" content="Consolas" title="Consolas">
  86. <meta name="select:Font" content="Courier" title="Courier">
  87. <meta name="select:Font" content="Avalon" title="Avalon">
  88.  
  89. <meta name="select:Border" content="solid" title="solid">
  90. <meta name="select:Border" content="dotted" title="dotted">
  91. <meta name="select:Border" content="dashed" title="dashed">
  92.  
  93. <meta name="if:400px" content="0">
  94. <meta name="if:Ask" content="1">
  95. <meta name="if:Updates Tab" content="0">
  96. <meta name="if:Right Updates Tab" content="0">
  97. <meta name="if:Drop Down" content="1">
  98. <meta name="if:Text Nav" content="0">
  99. <meta name="if:No Arrow On Dropdown" content="1">
  100. <meta name="if:Custom Dropdown" content="1">
  101. <meta name="if:Show Tags" content="1">
  102. <meta name="if:Sidebar Image" content="1">
  103. <meta name="if:Semi Transparent Posts" content="1">
  104. <meta name="if:Transparent Posts" content="0">
  105. <meta name="if:Rounded Borders" content="0">
  106. <meta name="if:Borders" content="0">
  107. <meta name="if:Mini Cursor" content="1">
  108. <meta name="if:Underlined Links" content="0">
  109. <meta name="if:Underline On Hover" content="1">
  110.  
  111.  
  112. <style type="text/css">
  113.  
  114. body {
  115. background: {color:Background};
  116. background-image:url('{image:Background Image}');
  117. background-attachment:fixed;
  118. background-position:bottom right;
  119. background-repeat:no-repeat;
  120. background-size:cover;
  121. font-family: {select:Font};
  122. font-size: {text:Font Size}px;
  123. color: {color:Text};
  124. }
  125.  
  126. blockquote {
  127. padding-left:7px;
  128. margin-left:15px;
  129. border-left:1px solid gray;
  130. }
  131.  
  132. a {
  133. text-decoration: none;
  134. color: {color:Link};
  135. {block:ifUnderlinedLinks}text-decoration:underline;{/block:ifUnderlinedLinks}
  136. }
  137.  
  138. a:hover {
  139. color: {color:link hover};
  140. {block:ifUnderlineOnHover}text-decoration:underline;{/block:ifUnderlineOnHover}
  141. {block:ifMiniCursor}cursor: url("http://media.tumblr.com/tumblr_m2umkqvNUT1qfamg6.gif"), default;{/block:ifMiniCursor}
  142. }
  143.  
  144. #sidebar {
  145. position: fixed;
  146. margin-left:200px;
  147. margin-top: 100px;
  148. width: 175px;
  149. padding: 10px;
  150. background:white;
  151. {block:ifBorders} border: 1px {select:Border} {color:border};{/block:ifBorders}
  152. {block:ifSemiTransparentPosts} background:rgba(255,255,255,0.5); {/block:ifSemiTransparentPosts}
  153. {block:ifTransparentPosts} background:transparent; {/block:ifTransparentPosts}
  154. {block:ifRoundedBorders}border-radius: 7px;{/block:ifRoundedBorders}
  155. }
  156.  
  157. #sidebar img {
  158. width: 210px;
  159. height:auto;
  160. }
  161.  
  162.  
  163. #description {
  164. position: relative;
  165. margin: 0px;
  166. padding: 10px;
  167. width: 155px;
  168. text-align: center;
  169. }
  170.  
  171. #navi {
  172. position: relative;
  173. margin-left:0px;
  174. margin-top: 10px;
  175. width: 150px;
  176. padding: 10px;
  177. text-align:center;
  178. }
  179.  
  180. .updates_list { margin:0px; padding:0px; width:100px;}
  181. .updates_head { cursor:pointer; {block:ifMiniCursor}cursor: url("http://media.tumblr.com/tumblr_m2umkqvNUT1qfamg6.gif"), default;{/block:ifMiniCursor} position:relative; text-align:center; font-style:bold;}
  182. .updates_body { text-align:center; color: {color:text}; display:none; padding:5px;}
  183.  
  184. #updates {
  185. position: fixed;
  186. margin-left:20px;
  187. margin-top: -5px;
  188. width: 100px;
  189. padding:5px;
  190. background:white;
  191. text-align:center;
  192. {block:ifRightUpdatesTab}margin-left:1175px;
  193. margin-top:15px;{/block:ifRightUpdatesTab}
  194. {block:ifSemiTransparentPosts} background:rgba(255,255,255,0.5); {/block:ifSemiTransparentPosts}
  195. {block:ifTransparentPosts} background:transparent; {/block:ifTransparentPosts}
  196. {block:ifBorders} border: 1px {select:Border} {color:border};{/block:ifBorders}
  197. {block:ifRoundedBorders}border-radius: 7px;{/block:ifRoundedBorders}
  198. }
  199.  
  200. #container {
  201. margin-top: 20px;
  202. margin-bottom: 20px;
  203. margin-left: 520px;
  204. width: 500px;
  205. {block:if400px}
  206. width: 400px;
  207. {/block:if400px}
  208. }
  209.  
  210. #quote {
  211. font-family:georgia;
  212. font-size:20px;
  213. }
  214.  
  215. #link {
  216. font-family:{select:Font};
  217. font-weight:bold;
  218. font-size:18px;
  219. }
  220.  
  221. #question {
  222. font-size:{text:Font Size}px;
  223. font-style:none;
  224. padding:5px;
  225. padding-bottom:10px;
  226. background:{color:QuestionBackground};
  227. {block:ifSemiTransparentPosts} background:rgba(255,255,255,0.5); {/block:ifSemiTransparentPosts}
  228. {block:ifTransparentPosts} background:rgba(255,255,255,0.5); {/block:ifTransparentPosts}
  229. }
  230.  
  231. #asker {
  232. font-weight:bold;
  233. font-size: 13px;
  234. padding:5px;
  235. background:{color:QuestionBackground};
  236. {block:ifSemiTransparentPosts} background:rgba(255,255,255,0.5); {/block:ifSemiTransparentPosts}
  237. {block:ifTransparentPosts} background:rgba(255,255,255,0.5); {/block:ifTransparentPosts}
  238.  
  239. }
  240.  
  241. #answer {
  242. padding:5px;
  243. }
  244.  
  245. .entry {
  246. margin-top:50px;
  247. float:left;
  248. position: relative;
  249. width:500px;
  250. padding: 10px;
  251. margin-bottom:25px;
  252. margin-left:-30px;
  253. background:white;
  254. {block:if400px}
  255. width: 400px;
  256. {/block:if400px}
  257. {block:ifSemiTransparentPosts} background:rgba(255,255,255,0.5); {/block:ifSemiTransparentPosts}
  258. {block:ifTransparentPosts} background:transparent; {/block:ifTransparentPosts}
  259. {block:ifBorders} border: 1px {select:Border} {color:border};{/block:ifBorders}
  260. {block:ifRoundedBorders}border-radius: 7px;{/block:ifRoundedBorders}
  261. }
  262.  
  263. select {
  264. {block:ifCustomDropDown}
  265. background-color:{color:Nav BG};
  266. border-color:{color:Nav Border};
  267. border-width:1px;
  268. color:{color:Nav Text};
  269. text-align:center;
  270. {block:ifCustomDropDown}
  271. {block:ifNoArrowOnDropdown}
  272. -webkit-appearance:none;
  273. -moz-appearance:none;
  274. {/block:ifNoArrowOnDropdown}
  275. }
  276.  
  277. img {
  278. max-width: 100%;
  279. }
  280.  
  281. h1 {
  282. text-align: center;
  283. font-size: 15px;
  284. color: {color:Title};
  285. }
  286.  
  287. #pagination {
  288. position: relative;
  289. padding: 2px;
  290. margin-top: 10px;
  291. font-size:20px;
  292. }
  293.  
  294. #pagination a {
  295. display: inline-block;
  296. padding: 3px 6px 3px 6px;
  297. margin: 4px;
  298. text-align:center;
  299. }
  300.  
  301. #pagination a {
  302. text-decoration:none;
  303. }
  304.  
  305. #portrait img {
  306. float: left;
  307. margin-right: 5px;
  308. -moz-border-radius:30px;
  309. -webkit-border-radius:30px;
  310. }
  311.  
  312. #permalink {
  313. text-align: left;
  314. border-top: 1px solid #bdbdbd;
  315. position: relative;
  316. margin-top: 7px;
  317. padding-top: 5px;
  318. }
  319.  
  320. #tags {
  321. text-align: left;
  322. position: relative;
  323. margin-top: 3px;
  324. padding-top: 3px;
  325. }
  326.  
  327. #credit {
  328. font-family:arial;
  329. font-size: 13px;
  330. letter-spacing:1px;
  331. bottom:15px;
  332. font-style:none;
  333. left:15px;
  334. position:fixed;
  335. background:white;
  336. padding:2px;
  337. {block:ifSemiTransparentPosts} background:rgba(255,255,255,0.5); {/block:ifSemiTransparentPosts}
  338. {block:ifTransparentPosts} background:transparent; {/block:ifTransparentPosts}
  339. {block:ifBorders} border: 1px {select:Border} {color:border};{/block:ifBorders}
  340. {block:ifRoundedBorders}border-radius: 7px;{/block:ifRoundedBorders}
  341. }
  342.  
  343. #s-m-t-tooltip {
  344.  
  345. max-width:300px; /* maximum width */
  346. background-color:white; /* color background */
  347. font-family:{select:Font}; /* font of lyrics */
  348. font-size:{text:Font Size}px; /* font size */
  349. color:{color:Text}; /* font color */
  350. letter-spacing:1px; /* font spacing */
  351. text-transform:none; /* uppercase, lowercase, none */
  352. padding:3px 4px 3px 4px; /* padding size */
  353. margin:20px 0px 0px 20px; /* margin size */
  354. z-index:999999999999999999999999999999999999;
  355. background:white;
  356. {block:ifBorders} border: 1px {select:Border} {color:border};{/block:ifBorders}
  357. {block:ifRoundedBorders}border-radius: 7px;{/block:ifRoundedBorders}
  358. }
  359.  
  360. {block:ifMiniCursor}html {cursor: url("http://static.tumblr.com/obptcxj/QvHmo0l0g/cursor__6_.png"), default;}
  361. {/block:ifMiniCursor}
  362.  
  363.  
  364. </style>
  365.  
  366. </head>
  367.  
  368. <body>
  369.  
  370. <div id="credit"><a href="http://theycalluslarrystylinson.tumblr.com/" title="theme by theycalluslarrystylinson">☮</a></div>
  371.  
  372. <div id="sidebar">
  373.  
  374. {block:ifSidebarImage}<a href="/"><img src="{image:Sidebar}"></a>{/block:ifSidebarImage}
  375.  
  376. <div id="description">{Description}
  377.  
  378. <br>
  379.  
  380. {block:ifTextNav} <div id="navi">
  381.  
  382. <a href="/">home</a> &nbsp;
  383.  
  384. <a href="/ask">ask</a> &nbsp;
  385.  
  386. {block:ifLink1Text} <a href="{text:Link 1 URL}">{text:Link 1 Text}</a>{/block:ifLink1Text}
  387.  
  388. {block:ifLink2Text} &nbsp;<a href="{text:Link 2 URL}">{text:Link 2 Text}</a>{/block:ifLink2Text}
  389.  
  390. {block:ifLink3Text}&nbsp; <a href="{text:Link 3 URL}">{text:Link 3 Text}</a>{/block:ifLink3Text}
  391.  
  392. {block:ifLink4Text}&nbsp;<a href="{text:Link 4 URL}">{text:Link 4 Text}</a>{/block:ifLink4Text}
  393.  
  394. {block:ifLink5Text}&nbsp; <a href="{text:Link 5 URL}">{text:Link 5 Text}</a>{/block:ifLink5Text}
  395.  
  396. </div>
  397. {/block:ifTextNav}
  398.  
  399.  
  400. {block:ifDropDown}<br><select onchange='location=this.options[this.selectedIndex].value;' style="font-size:{text:Font Size}px; {block:ifRoundedBorders}-moz-border-radius:3px; -webkit-border-radius:3px;{/block:ifRoundedBorders}">
  401.  
  402. <option>{text:Navigation Title}</option>
  403.  
  404. <option value="/">home</option>
  405.  
  406. {block:ifAsk} <option value="/ask">{text:Ask Title}</option>{/block:ifAsk}
  407.  
  408. <option value="/archive">archive</option>{block:IfLink1Text}
  409.  
  410. <option value="{text:Link 1 URL}">{text:Link 1 Text}</option>{/block:IfLink1Text} {block:IfLink2Text}
  411.  
  412. <option value="{text:Link 2 URL}">{text:Link 2 Text}</option>{/block:IfLink2Text} {block:IfLink3Text}
  413.  
  414. <option value="{text:Link 3 URL}">{text:Link 3 Text}</option>{/block:IfLink3Text} {block:IfLink4Text}
  415.  
  416. <option value="{text:Link 4 URL}">{text:Link 4 Text}</option>{/block:IfLink4Text} {block:IfLink5Text}
  417.  
  418. <option value="{text:Link 5 URL}">{text:Link 5 Text}</option>{/block:IfLink5Text}
  419.  
  420. </select>{/block:ifDropDown}
  421.  
  422.  
  423. <div id="pagination">
  424. {block:PreviousPage}<a href="{PreviousPage}">←</a>&nbsp;&nbsp;{/block:PreviousPage}
  425. {block:NextPage} <a href="{NextPage}">→</a>{/block:NextPage}
  426. </div>
  427.  
  428.  
  429. </div>
  430.  
  431.  
  432. </div>
  433.  
  434. {block:ifUpdatesTab}
  435. <div id="updates">
  436. <div class="updates_list">
  437. <p class="updates_head"><strong>{text:Updates Title}</strong></p>
  438. <div class="updates_body">
  439. {text:Updates Body}
  440. {/block:ifUpdatesTab}
  441. </div>
  442. </div>
  443. </div>
  444.  
  445.  
  446. </div>
  447.  
  448. <div id="container">
  449. {block:Posts}
  450. <div class="entry">
  451.  
  452. {block:ContentSource}
  453. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  454. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  455. {/block:SourceLogo}
  456. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  457. {/block:ContentSource}
  458.  
  459. {block:Text}
  460. <h1>{block:Title}{Title}{/block:Title}</h1>
  461. {Body}
  462. {/block:Text}
  463.  
  464. {block:Photo}
  465. {LinkOpenTag}{block:ifnot400px}<center><img src="{PhotoURL-500}" alt="{PhotoAlt}" width="{PhotoWidth-500}" height="{PhotoHeight-500}"></center>{/block:ifnot400px}{block:if400px}<center><img src="{PhotoURL-400}" width="{PhotoWidth-400}" height="{PhotoHeight-400}"></center>{/block:if400px}{LinkCloseTag}
  466. {block:Caption}{Caption}{/block:Caption}
  467. {/block:Photo}
  468.  
  469. {block:Photoset}
  470. {block:ifnot400px}{Photoset-500}{/block:ifnot400px}{block:if400px}{Photoset-400}{/block:if400px}
  471. {block:Caption}{Caption}{/block:Caption}
  472. {/block:Photoset}
  473.  
  474.  
  475. {block:Quote}
  476. <div id="quote">
  477. "{Quote}"
  478. </div>
  479. {block:Source}<br>—{Source}{/block:Source}
  480. {/block:Quote}
  481.  
  482.  
  483.  
  484. {block:Link}
  485. <div id="link">
  486. <h1><a href="{URL}" {Target}>{Name}</a></h1></div>
  487. {block:Description}{Description}{/block:Description}
  488. {/block:Link}
  489.  
  490. {block:Chat}
  491. {block:Title}<h1>{Title}</h1>{/block:Title}
  492. {block:Lines}
  493. {block:Label}<b>{Label}</b>{/block:Label} {Line}<br></br>
  494. {/block:Lines}
  495. {/block:Chat}
  496.  
  497. {block:Audio}
  498. {AudioPlayerWhite}
  499. {block:Caption}{Caption}{/block:Caption}
  500. {/block:Audio}
  501.  
  502. {block:Video}
  503. {block:ifnot400px}{Video-500}{/block:ifnot400px}{block:if400px}{Video-400}{/block:if400px}
  504. {block:Caption}{Caption}{/block:Caption}
  505. {/block:Video}
  506.  
  507. {block:Answer}
  508. <div id="portrait"><img src="{AskerPortraitURL-40}"></div>
  509. <div id="asker">{Asker}</div><div id="question">{Question}</div><p>
  510. <div id="answer">{Answer}</div>
  511. {/block:Answer}
  512.  
  513.  
  514.  
  515. <div id="permalink">
  516. {block:Date} <a href="{Permalink}">{TimeAgo}</a> with <a href="{Permalink}">
  517. {NoteCountWithLabel}</a>{/block:Date}{block:RebloggedFrom} <div style="float:right"><a href="{ReblogParentURL}"title="{ReblogParentTitle}">{ReblogParentName}</a> / <a href="{ReblogRootURL}"title="{ReblogRootTitle}">{ReblogRootName}</a></a></div>{/block:RebloggedFrom}
  518. {block:ifShowTags}<br>{block:HasTags} <div id="tags">{block:Tags} <a href="{TagURL}">#{Tag}</a> &nbsp; {/block:Tags}</div> {block:HasTags}{/block:ifShowTags}
  519. </div>
  520.  
  521. {block:PermalinkPage}
  522. {block:PostNotes}
  523. <div id="note">{PostNotes}</div>
  524. {/block:PostNotes}
  525. {/block:PermalinkPage}
  526.  
  527.  
  528. </div> <!-- /div entry --->
  529.  
  530. {/block:Posts}
  531.  
  532. </div><!-- /div container --->
  533.  
  534.  
  535. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
  536. <script type="text/javascript">
  537. window.onload = function() {
  538. $('iframe.photoset').contents().find('.photoset_row').attr("style", "width:500px; margin-bottom: -4px;");
  539. $('iframe.photoset').contents().find('.photoset_row').find('img').attr("style", "width:500px;");
  540. $('iframe.photoset').contents().find('.photoset_row_2').find('img').attr("style", "width:245px; margin-right: 0px;");
  541. $('iframe.photoset').contents().find('.photoset_row_3').find('img').attr("style", "width:160px; margin-right: 0px;");
  542. }
  543. </script>
  544.  
  545.  
  546. </body>
  547.  
  548. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement