Advertisement
britsandbands

theme 2

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