Advertisement
qutzalcoatl

TENTSONYO

Jan 20th, 2014
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.33 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <html>
  5. <title>{Title}</title>
  6.  
  7. <link rel="shortcut icon" href="{Favicon}">
  8. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  9. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  10.  
  11. <!-- THEME BY DATIEL -->
  12. <!-- BASE BY SUPPISUN -->
  13.  
  14.  
  15. <!-- DEFAULT VARIABLES -->
  16. <meta name="color:Background" content="#FFFFFF" />
  17. <meta name="color:Body" content="#000000" />
  18. <meta name="color:Link" content="#999999" />
  19. <meta name="color:Link Hover" content="#CCCCCC" />
  20. <meta name="text:link 1" content="Link1"/>
  21. <meta name="text:link 1 url" content="/"/>
  22. <meta name="text:link 2" content="Link2"/>
  23. <meta name="text:link 2 url" content="/"/>
  24. <meta name="text:link 3" content="Link3"/>
  25. <meta name="text:link 3 url" content="/"/>
  26. <meta name="text:link 4" content="Link4"/>
  27. <meta name="text:link 4 url" content="/"/>
  28. <meta name="text:link 5" content="Link5"/>
  29. <meta name="text:link 5 url" content="/"/>
  30.  
  31.  
  32.  
  33.  
  34. <meta name="font:Body" content="Arial" />
  35.  
  36. <!-- END DEFAULT VARIABLES -->
  37.  
  38.  
  39. <head>
  40. <style type="text/css">
  41.  
  42.  
  43. /* CSS */
  44. body {
  45. background:{color:background};
  46. margin:0px;
  47. color:{color:text};
  48. font-family:arial;
  49. font-size:11px;
  50. line-height:100%;
  51. }
  52.  
  53. a {
  54. text-decoration:none;
  55. outline:none;
  56. -moz-outline-style:none;
  57. color:{color:link};
  58. -moz-transition-duration:0.8s;
  59. -webkit-transition-duration:0.8s;
  60. -o-transition-duration:0.8s;
  61. }
  62.  
  63. a:hover {
  64. text-decoration:bold;
  65. outline:none;
  66. -moz-outline-style:none;
  67. color:{color:link hover};
  68. }
  69.  
  70. img {
  71. border:none;
  72. }
  73.  
  74. blockquote {
  75. padding: 5px 0 5px 20px;
  76. border-left: 1px solid #030303;
  77. margin-left: 30px;
  78. }
  79.  
  80. blockquote blockquote {
  81. padding-left:5px;
  82. border-left:1px solid;
  83. }
  84.  
  85.  
  86. #still {
  87. left:50%;
  88. margin-left:250px;
  89. position:absolute;
  90. }
  91.  
  92. #title {
  93. text-shadow: #E0E0E0 0px 0px 0px;
  94. line-height: 70%;
  95. text-transform: uppercase;
  96.  
  97. width:500px;
  98. padding top: 300px;
  99. font-size:25px;
  100. font-family: arial;
  101. text-align:center;
  102. word-spacing: 2px;
  103. }
  104. #post {
  105.  
  106. width:400px;
  107.  
  108. width:400px;
  109.  
  110. padding-bottom:20px!important;
  111.  
  112. padding-bottom:20px;
  113. }
  114.  
  115. #entries {
  116. padding:480px;
  117.  
  118. width:400px;
  119.  
  120. width:400px;
  121.  
  122. margin-top:-300px;
  123. }
  124.  
  125. #sidebar {
  126. margin-top: 50px;
  127.  
  128. margin-left:570px;
  129.  
  130. margin-left:470px;
  131.  
  132. background-color: transparent;
  133. height: 110%;
  134. overflow: hidden;
  135. top: 1px;
  136. width:180px;
  137. position:fixed;
  138. }
  139.  
  140.  
  141.  
  142. #links {
  143. text-align:center;
  144. font-size:7px;
  145. line-height:px;
  146. padding: 8px 0px 8px 0px;
  147. font-family:arial;
  148. text-transform:uppercase;
  149. }
  150.  
  151. #links a {
  152. color:{color:link};
  153. padding: 6px 5px 5px 5px;
  154. letter-spacing: 2px;
  155. -webkit-transition: all 0.5s ease-in-out;
  156. -moz-transition: all 0.5s ease-in-out;
  157. -o-transition: all 0.5s ease-in-out;
  158. -ms-transition: all 0.5s ease-in-out;
  159. transition: all 0.5s ease-in-out;
  160. }
  161.  
  162. #links a:hover {
  163. color:{color:link hover};
  164. background:{color:Sidebar Background};
  165. padding: 6px 5px 5px 5px;
  166. -webkit-transition: all 0.5s ease-in-out;
  167. -moz-transition: all 0.5s ease-in-out;
  168. -o-transition: all 0.5s ease-in-out;
  169. -ms-transition: all 0.5s ease-in-out;
  170. transition: all 0.5s ease-in-out;
  171. }
  172.  
  173. #description {
  174. text-align:justify;
  175.  
  176. font-size:10px;
  177. font-family:arial;
  178. letter-spacing: 1px;
  179. word-spacing:1px;
  180. line-height:12px;
  181. margin-left: 350px;
  182. padding:20px;
  183. border-bottom:1px solid #e4e4e4;
  184. }
  185.  
  186. #description a {
  187. padding:0px;
  188. }
  189.  
  190. #pagination {
  191. position:center;
  192. {block:ifNot400pxposts}
  193. width:400px;
  194. {/block:ifNot400pxposts}
  195. {block:if400pxposts}
  196. width:400px;
  197. {/block:if400pxposts}
  198. text-align:center;
  199. margin-top:20px;
  200. font-family:'helvetica';
  201. font-size:11px;
  202. word-spacing:10px;
  203. text-transform:lowercase;
  204. color:{color:text};
  205. z-index:10000;
  206. background:{color:background};
  207. opacity:50%;
  208. bottom:0;
  209. padding:0px;
  210. }
  211.  
  212. #pagination a {
  213. color:{color:link};
  214. }
  215.  
  216. #info {
  217. padding:0 22px;
  218. font-weight:bold;
  219. font-size:10px;
  220. padding-top:10px;
  221. text-align:center;
  222. margin-top:15px;
  223. border-top:1px dotted rgba(0,0,0,0.1);
  224. }
  225.  
  226. .tags {
  227. padding:5px;
  228. font-weight:normal!important;
  229. }
  230.  
  231. .tags a {
  232. text-decoration:underline;
  233. }
  234.  
  235. #ask {
  236. {block:ifnot400pxposts}
  237. width:460px;
  238. {/block:ifnot400pxposts}
  239. {block:if400pxposts}
  240. width:360px;
  241. {/block:if400pxposts}
  242. word-spacing:2px;
  243. line-height:13px;
  244. padding:20px;
  245. background:#f7f7f7;
  246. }
  247.  
  248. .askimg {
  249. width: 48px;
  250. float: left;
  251. margin-left:10px;
  252. }
  253.  
  254. .question {
  255. {block:ifnot400pxposts}
  256. width:380px;
  257. {/block:ifnot400pxposts}
  258. {block:if400pxposts}
  259. width:280px;
  260. {/block:if400pxposts}
  261. float: right;
  262. margin-right:5px;
  263. min-height: 43px;
  264. text-align: left;
  265. line-height:13px;
  266. }
  267.  
  268. .asker {
  269. text-transform:lowercase;
  270. font-weight:bold;
  271. }
  272.  
  273. .answer {
  274. padding-bottom:4px;
  275. }
  276.  
  277. .clear {
  278. clear: both;
  279. }
  280.  
  281. #quote {
  282. {block:ifNot400pxposts}
  283. width:400px;
  284. {/block:ifNot400pxposts}
  285. {block:if400pxposts}
  286. width:400px;
  287. {/block:if400pxposts}
  288. padding:0px 0px 8px 0px;
  289. font-family:helvetica;
  290. text-align:justify;
  291. word-spacing: 2px;
  292. line-height:130%;
  293. font-size:12px;
  294. text-transform:lowercase;
  295. }
  296.  
  297. #source {
  298. padding:0px 0px 8px 0px;
  299. font-size:11px;
  300. font-style:oblique;
  301. font-family:justus, georgia, arial, times;
  302. text-align:center;
  303. word-spacing: 2px;
  304. line-height:110%;
  305. text-transform:lowercase;
  306. margin-top:-7px;
  307. }
  308.  
  309. #source a {
  310. background:{background};
  311. }
  312.  
  313. #border {
  314. margin-top:15px;
  315. border-top:1px solid #eee;
  316. }
  317.  
  318. #linkpost {
  319. {block:ifNot400pxposts}
  320. width:400px;
  321. {/block:ifNot400pxposts}
  322. {block:if400pxposts}
  323. width:400px;
  324. {/block:if400pxposts}
  325. padding:0px 0px 8px 0px;
  326. font-size:23px;
  327. font-family:justus, georgia, arial, times;
  328. text-align:left;
  329. word-spacing: 2px;
  330. line-height:90%;
  331. text-transform:200;
  332. font-weight:lighter;
  333. margin-left: 30px;
  334. }
  335.  
  336. .audio-post { text-align: left; }
  337.  
  338.  
  339. #caption {
  340. font-size:10px;
  341. border-left: 0px solid white;
  342. font-style:normal;
  343. }
  344.  
  345. #cap {
  346. padding: 5px;
  347. margin-top: 5px;
  348. }
  349.  
  350. #caps {
  351. background:{color:Sidebar background};
  352. padding: 20px;
  353. }
  354.  
  355. .caption img {
  356. {block:if400pxPosts}
  357. max-width:345px!important;
  358. {/block:if400pxPosts}
  359. {block:ifnot400pxPosts}
  360. max-width:445px!important;
  361. {/block:ifnot400pxPosts}
  362. }
  363.  
  364. /* END CSS */
  365.  
  366.  
  367. {CustomCSS}
  368. </style>
  369. </head>
  370.  
  371.  
  372. <!-- HTML -->
  373.  
  374. <body><i>
  375.  
  376.  
  377. <!-- TITLE -->
  378.  
  379. {block:title}title{/block:title}
  380.  
  381. {block:ifsidebarimage}<div id="sidebarimage"><img src="{image:sidebar}"></div>{/block:ifsidebarimage}
  382.  
  383.  
  384. <div id="title">{title}</div>
  385. <div id="description">{description}</div>
  386.  
  387. <!-- NAVIGATION -->
  388. <div id="links"><a href="/">Home</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  389. <a href="/ask">ask</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  390. {block:iflink1}<a href="{text:link 1 url}">{text:link 1}</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  391. {/block:iflink1}
  392. {block:iflink2}<a href="{text:link 2 url}">{text:link 2}</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  393. {/block:iflink1}
  394. {block:iflink3}<a href="{text:link 3 url}">{text:link 3}</a><br/>
  395. {/block:iflink3}
  396.  
  397. </br>{/block:links}</div>
  398.  
  399.  
  400.  
  401. <!-- POSTS -->
  402.  
  403. {block:Posts}
  404.  
  405. <div id="entries">
  406.  
  407. <!-- Text -->
  408. {block:Text}
  409. {block:Title}<h3>{Title}</h3>{/block:Title}
  410. {Body}
  411. {/block:Text}
  412.  
  413. <!-- Photo -->
  414. {block:Photo}
  415. {LinkOpenTag}
  416. <img src="{PhotoURL-400}" alt="{PhotoAlt}">
  417. {LinkCloseTag}
  418. {block:Caption}<p>{Caption}</p>{/block:Caption}
  419. {/block:Photo}
  420.  
  421. <!-- Photoset -->
  422. {block:Photoset}
  423. {Photoset-400}
  424. {block:Caption}<p>{Caption}</p>{/block:Caption}
  425. {/block:Photoset}
  426.  
  427. <!-- Quote -->
  428. {block:Quote}
  429. <h4>"{Quote}"</h4>
  430. {block:Source}<p>{Source}</p>{/block:Source}
  431. {/block:Quote}
  432.  
  433. <!-- Link -->
  434. {block:Link}
  435. <h3><a href="{URL}" target="_blank">{Name}</a></h3>
  436. {block:Description}<p>{Description}</p>{/block:Description}
  437. {/block:Link}
  438.  
  439. <!-- Chat -->
  440. {block:Chat}
  441. {block:Title}<h3>{Title}</h3>{/block:Title}
  442. {block:Lines}
  443. {block:Label}{Label}{/block:Label} {Line}</br>
  444. {/block:Lines}
  445. {/block:Chat}
  446.  
  447. <!-- Audio -->
  448. {block:Audio}
  449. {AudioPlayerBlack}
  450. {block:Caption}{Caption}{/block:Caption}
  451. {/block:Audio}
  452.  
  453. <!-- Video -->
  454. {block:Video}
  455. {Video-400}
  456. {block:Caption}{Caption}{/block:Caption}
  457. {/block:Video}
  458.  
  459. <!-- Message -->
  460. {block:Answer}
  461. {Asker} said: "{Question}"
  462. {Answer}
  463. {/block:Answer}
  464.  
  465.  
  466. <!-- Date -->
  467. {block:Date}<p><a href="{Permalink}">{TimeAgo}</a>{/block:Date}
  468.  
  469. <!-- Reblogged from -->
  470. {block:RebloggedFrom}via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  471.  
  472. <!-- Notes -->
  473. {block:NoteCount} with {NoteCountWithLabel}</p>{/block:NoteCount}
  474.  
  475. <!-- Tags -->
  476. {block:HasTags}<p>{block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;&nbsp;{/block:Tags}</p>{/block:HasTags}
  477.  
  478. <!-- Permalink page -->
  479. {block:PermalinkPage}
  480.  
  481. {block:PostNotes}
  482. {PostNotes}
  483. {/block:PostNotes}
  484.  
  485. {/block:PermalinkPage}
  486.  
  487. <!-- Other -->
  488. {block:ContentSource}
  489. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  490. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  491. {/block:SourceLogo}
  492. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  493. {/block:ContentSource}
  494.  
  495. </div>
  496.  
  497. {/block:Posts}
  498. <!-- PAGINATION --><center>
  499. <div id="pagination">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">&laquo;</a>&nbsp;{/block:PreviousPage}{CurrentPage} of {TotalPages}{block:NextPage}&nbsp;<a href="{NextPage}">&raquo;</a>{/block:NextPage}{/block:Pagination}
  500. </div>
  501. </div><P><P>
  502. <a href="http://datiel.tumblr.com" target="_blank"><i>C R E D I T
  503.  
  504. <!-- END POSTS -->
  505.  
  506.  
  507. </body>
  508. </html>
  509.  
  510. <!-- END HTML -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement