Advertisement
qutzalcoatl

TEOIZTAC

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