Advertisement
eleanorcalder

theme 2 - updated

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