Advertisement
qutzalcoatl

SILVER RIBS

Jul 11th, 2014
343
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.73 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3.  
  4.  
  5. <title>{Title}</title>
  6. <!-- THEME BY DATIEL -->
  7.  
  8.  
  9. <link rel="shortcut icon" href="{Favicon}">
  10. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  11. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  12.  
  13. <!--Default Variables-->
  14.  
  15. <meta name="color:Background" content="#ffffff"/>
  16. <meta name="color:blog title" content="#000000"/>
  17. <meta name="color:Text" content="#000000"/>
  18. <meta name="color:Link" content="#000000"/>
  19.  
  20. <meta name="image:Sidebar Image" content=""/>
  21.  
  22. <meta name="text:Link 1 URL" content="" />
  23. <meta name="text:Link 1" content="" />
  24. <meta name="text:Link 2 URL" content="" />
  25. <meta name="text:Link 2" content="" />
  26. <meta name="text:Link 3 URL" content="" />
  27. <meta name="text:Link 3" content="" />
  28. <meta name="text:Link 4 URL" content="" />
  29. <meta name="text:Link 4" content="" />
  30.  
  31.  
  32. <!-- jquery for tooltips-->
  33.  
  34.  
  35. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  36.  
  37. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  38. <link href='http://fonts.googleapis.com/css?family=Playfair+Display:400,400italic,700italic,900italic' rel='stylesheet' type='text/css'>
  39.  
  40. <script>
  41.  
  42. (function($){
  43.  
  44. $(document).ready(function(){
  45.  
  46. $("a[title]").style_my_tooltips({
  47.  
  48. tip_follows_cursor:true,
  49.  
  50. tip_delay_time:30,
  51.  
  52. tip_fade_speed:300,
  53.  
  54. attribute:"title"
  55.  
  56. });
  57.  
  58. });
  59.  
  60. })(jQuery);
  61.  
  62. </script>
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69. <!--CSS customization here. -->
  70.  
  71. <style type="text/css">
  72.  
  73. #s-m-t-tooltip{
  74. position:center;
  75. margin-top: 15px;
  76. z-index:9999;
  77. background:{color:background};
  78. }
  79.  
  80.  
  81.  
  82. /*basics*/
  83. blockquote {padding:5px 5px 5px 20px;
  84. border-right:1px dotted #eaeaea;
  85. margin-right:10px;
  86. }
  87.  
  88. body {
  89. background:{color:background};
  90. color:{color:text};
  91. font-family:calibri ;
  92. font-size:11px;
  93. text-align:right;
  94. margin:0;
  95. line-height:16px;}
  96.  
  97.  
  98. a {
  99. color:{color:link};
  100. text-decoration:none;text-transform:uppercase;font-size:9px;
  101. }
  102.  
  103. a:hover {color:black;}
  104.  
  105. img{opacity:1;
  106. border:1px #eaeaea;
  107. text-decoration:none}
  108.  
  109.  
  110. small {
  111. font-size:9px;}
  112.  
  113. big {
  114. font-size:12px;}
  115.  
  116.  
  117. #title {font-size:11px;
  118. line-height:18px;
  119. font-weight:bold;
  120. margin-bottom:10px;
  121. text-transform:uppercase;
  122. text-align:right;
  123. color:{color:blog title};}
  124.  
  125.  
  126. /*sidebar*/
  127.  
  128. #sidebar { text-align:left;
  129. position: fixed;
  130. margin-left:-160px;
  131. margin-top:120px;padding-left:2px;
  132. width:220px;
  133. background: white;
  134. border-right:1px solid #eaeaea;
  135. }
  136.  
  137. #sidebarim {margin-bottom:25px; padding:10px 20px 10px 70px;}
  138.  
  139. #sidebarim img {border:8px solid #fbfbfb;
  140. width:60px;}
  141.  
  142. #blogt{width:200px;margin-right:25px;font-size:25px;
  143. font-weight:bold;text-align:right;line-height:20px;
  144. letter-spacing:3px;text-transform:uppercase;
  145. color:{color:blog title};font-family:lucida;margin-bottom:10px;}
  146.  
  147.  
  148. #links { width:350px;border-left:1px dotted #eaeaea;margin-left:10px;}
  149. #links a {margin-left:10px;font-size:8px; letter-spacing:2px;line-height:20px; text-align:right; color:#000; background-color:#f5f5f5; text-transform:uppercase; font-style:normal;padding:4px 6px 5px 6px;border:px solid #f1f1f1;-moz-transition: 0.3s ease-in; -webkit-transition: 0.3s ease-in; -o-transition: 0.3s ease-in; transition: 0.3s ease-in;}
  150. #links a:hover {background-color:white;padding-right:15px;}
  151. #links a:hover {background-color:#fff; color:#000000;}
  152. #links a.title:hover {background-color:transparent;}
  153.  
  154.  
  155.  
  156. #description { width:170px;margin-left:24px;margin-right:20px;
  157. margin-top:22px; margin-bottom:20px; font-size:10px;
  158. text-align:justify;font-family:calibri light;margin-bottom:24px;
  159. }
  160.  
  161.  
  162. /*pagination*/
  163. #pagination {margin-left:80px;
  164. text-align:center;
  165. border-top:1px solid #eaeaea;
  166. padding-top:2px;
  167. width:400px;
  168.  
  169. font-size:9px;
  170. letter-spacing:1px;
  171. }
  172.  
  173. #pagination a {
  174. padding:5px 5px 5px 5px
  175. }
  176.  
  177. #pagination a.currentpage {
  178. border-top:2px solid {color:Text};
  179. padding:10px 10px;
  180. }
  181.  
  182. #credit {
  183. font-size:9px;
  184. position:fixed;
  185. bottom:5px;
  186. right:5px;
  187. letter-spacing:2px;
  188. }
  189.  
  190. #credit a {
  191. color:#eaeaea;
  192. }
  193. /*container*/
  194. #con {
  195. left:50%;
  196. margin-left:-250px;
  197. position:absolute;
  198. }
  199.  
  200.  
  201.  
  202. /*posts*/
  203.  
  204. #entries {
  205. margin-top:120px;
  206. width:350px;
  207. }
  208.  
  209.  
  210.  
  211. #posts {
  212. width:350px;
  213. margin-left:50px;
  214. {block:IndexPage}
  215. margin-bottom:175px;
  216. {/block:IndexPage}
  217. {block:PermalinkPage}
  218. margin-bottom:50px;
  219. {/block:PermalinkPage}
  220.  
  221. }
  222. #posts img {border: 1px solid #eaeaea;
  223. max-width:350px;
  224. }
  225.  
  226. #posts img, #posts li, #posts blockquote {max-width: 90%;}
  227. .caption {width:90%;
  228. margin-top:10px;
  229. margin-left:40px;
  230. letter-spacing:1px;
  231. }
  232.  
  233. /*quote*/
  234.  
  235. #titlequote{text-align:right;
  236. font-size:14px;
  237. line-height:18px;
  238. font-weight:bold;
  239. }
  240. #source {letter-spacing:3px;
  241. margin-top:15px;
  242. margin-left:15px;}
  243.  
  244. /*audio*/
  245.  
  246. .player {margin-left:210px;
  247. width:25px;
  248. height:25px;
  249. overflow:hidden;
  250. position:absolute;
  251. background:white;}
  252.  
  253. .audioinfo {
  254. margin-right:150px;
  255. }
  256.  
  257.  
  258. /*asks*/
  259. .q {margin-bottom:10px;
  260. }
  261. .as {
  262. font-weight:bold;}
  263.  
  264. .a {text-align:justify;
  265. margin-top:10px;width:75%;margin-left:90px;
  266. }
  267.  
  268.  
  269. /*chat*/
  270.  
  271. .chat ol {
  272. padding:0;
  273. list-style:none;text-align:justify;
  274. margin-top:10px;width:75%;margin-left:90px;
  275. }
  276. .line {padding:5px 0;}
  277.  
  278. .label {font-weight:bold;
  279. }
  280.  
  281.  
  282.  
  283.  
  284.  
  285. /*permalink and notes*/
  286.  
  287. #permalink {
  288. margin-top:15px;
  289. font-size:6px;letter-spacing:2px;
  290. text-transform:lowercase;text-align:CENTER;display:inline-block;margin-top:10px; letter-spacing:3px;
  291. margin-bottom:0px;font-family:calibri light;background-color:#fbfbfb;padding:5px 5px 5px 5px;color:black;
  292. }
  293. #permalink a {margin-right:5px;letter-spacing:2px;
  294. text-transform:lowercase;font-size:8px;text-align:left;
  295. }
  296.  
  297. .tags {{block:IndexPage}
  298. display: none!important;
  299. {/block:IndexPage}weight: 200px;
  300. word-break:break-all;
  301. font-size:9px;margin-left: 300;text-align:left;
  302. }
  303.  
  304. .pagenotes {
  305. {block:IndexPage}
  306. display: none!important;
  307. {/block:IndexPage}
  308. margin-right:-200;
  309. width:350px;
  310. text-align:left;
  311.  
  312. }
  313. .pagenotes img {
  314. display:none!important;}
  315. .pagenotes li {
  316. list-style-type:none;
  317. padding:5px 0px;
  318. text-align:left;
  319. margin:0 0 0 40px;
  320. margin-right:-300;
  321. }
  322.  
  323.  
  324.  
  325. {CustomCSS}
  326.  
  327.  
  328. </style>
  329.  
  330.  
  331.  
  332. </head>
  333.  
  334. <body>
  335.  
  336. <div id="con">
  337.  
  338. <div id="sidebar">
  339. <right>
  340. <div id="blogt">{Title}</div></right>
  341. <div id="description">{Description}</div>
  342. <div id="links">
  343. <a href="/">cielo</a><p>
  344. <a href="/ask">cartas</a><p>
  345. {block:ifLink1}<a href="{text:Link 1 URL}">{text:Link 1}</a>{/block:ifLink1} <p>
  346. {block:ifLink2}<a href="{text:Link 2 URL}" >{text:Link 2}</a>{/block:ifLink2} <p>
  347. {block:ifLink3}<a href="{text:Link 3 URL}">{text:Link 3}</a> {/block:ifLink3} <p>
  348. {block:ifLink4}<a href="{text:Link 4 URL}">{text:Link 4}</a> {/block:ifLink4}<p>
  349. </div>
  350.  
  351.  
  352.  
  353.  
  354. </div>
  355.  
  356.  
  357.  
  358.  
  359. <div id="entries">
  360.  
  361. {block:Posts}
  362. <div id="posts">
  363.  
  364.  
  365. {block:Quote}
  366.  
  367.  
  368. <div id="titlequote">“{Quote}”</div>
  369. {block:Source}<div id="source">&mdash; {Source}</div>{/block:Source}
  370. {/block:Quote}
  371.  
  372.  
  373.  
  374. {block:Text}
  375.  
  376. {block:Title}
  377. <div id="title">{Title}</div>{/block:Title}
  378. {Body}
  379. {/block:Text}
  380.  
  381. {block:Link}
  382. <div id="title"><a href="{URL}">{Name}</a></div>{block:Description}{Description}{/block:Description}
  383. {/block:Link}
  384.  
  385. {block:Chat}
  386. {block:Title}
  387. <h1>{Title}</h1>
  388. {/block:Title}
  389. <div class="chat">
  390. <ol>{block:Lines}
  391. <li class="line {Alt}">
  392. {block:Label}
  393. <span class="label">
  394. {Label}</span>
  395. {/block:Label}{Line}</li>
  396. {/block:Lines}
  397. </ol></div>
  398. {/block:Chat}
  399.  
  400. {block:Photo}
  401. {LinkOpenTag}<img src="{PhotoURL-250}" alt="{PhotoAlt}"/>{LinkCloseTag}
  402. {/block:Photo}
  403.  
  404. {block:Photoset}
  405. {block:Photos}
  406. <img src="{PhotoURL-250}"
  407. width="{PhotoWidth-250}"height="{PhotoHeight-250}" />
  408.  
  409. {block:Caption}
  410. {Caption}
  411. {/block:Caption}
  412.  
  413. {/block:Photos}
  414.  
  415.  
  416. {/block:Photoset}
  417.  
  418. {block:Video}
  419. {Video-250}
  420. {/block:Video}
  421.  
  422. {block:Audio}
  423. <div class="player">{AudioPlayerWhite}</div>
  424. <div class="audioinfo">
  425. {block:TrackName}{TrackName}{/block:TrackName}{block:Artist}<br>{Artist}{/block:Artist}
  426. </div>
  427. {/block:Audio}
  428.  
  429. {block:Answer}
  430. <div class="q">
  431. <div class="as">{Asker} said: </div>
  432. {Question}</div>
  433. <div class="a">{Answer}</div>
  434. {/block:Answer}
  435.  
  436. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  437. <p>
  438. {block:Date}
  439. <div id="permalink">
  440. <a href="{Permalink}" >&nbsp; ☰{block:NoteCount}<a href="{Permalink}"> {NoteCount}</a>{/block:NoteCount}{block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">.</a>{block:ContentSource}<a href="{ReblogRootURL}" title="{ReblogRootName}">©</a>{/block:ContentSource}{/block:RebloggedFrom}
  441. {block:HasTags}<div class="tags">{block:Tags}<a href="{TagUrl}">#{Tag}</a>{/block:Tags}</div>{/block:HasTags}
  442. </div>
  443. {/block:Date}
  444.  
  445.  
  446.  
  447. </div>
  448.  
  449.  
  450. {block:PostNotes}
  451. <div class="pagenotes">
  452. {PostNotes}
  453. </div>
  454. {/block:PostNotes}
  455.  
  456.  
  457. {/block:Posts}
  458.  
  459. {block:IndexPage}<div id="pagination">
  460. {block:PreviousPage}
  461. <a href="{PreviousPage}">BACK </a>
  462. {/block:PreviousPage}
  463. {block:JumpPagination length="6"}
  464. {block:CurrentPage}
  465. <a href="#" class="currentpage"><b>{PageNumber}</b></a>
  466. {/block:CurrentPage}
  467. {block:JumpPage}
  468. <a class="jump_page" href="{URL}">{PageNumber}</a>
  469. {/block:JumpPage}
  470. {/block:JumpPagination}
  471. {block:NextPage}
  472. <a href="{NextPage}"> FORTH</a>
  473. {/block:NextPage}</div>
  474. {/block:IndexPage}
  475.  
  476.  
  477.  
  478. <div id="credit"><a href="http://datiel.tumblr.com/tagged/my-theme"><font style="text-transform: uppercase;">☉ datiel</a></div>
  479.  
  480. </body></html>
  481.  
  482.  
  483. {block:ContentSource}
  484. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  485. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  486. {/block:SourceLogo}
  487. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  488. {/block:ContentSource}
  489.  
  490. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement