Advertisement
qutzalcoatl

DATIEL

Mar 11th, 2014
291
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.93 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3.  
  4.  
  5. <title>{Title}</title>
  6. <!-- THEME BY EDMOUND -->
  7. <!-- BASE BY FARAHMIR -->
  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="#ffffff"/>
  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.  
  39. <script>
  40.  
  41. (function($){
  42.  
  43. $(document).ready(function(){
  44.  
  45. $("a[title]").style_my_tooltips({
  46.  
  47. tip_follows_cursor:true,
  48.  
  49. tip_delay_time:30,
  50.  
  51. tip_fade_speed:300,
  52.  
  53. attribute:"title"
  54.  
  55. });
  56.  
  57. });
  58.  
  59. })(jQuery);
  60.  
  61. </script>
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68. <!--CSS customization here. -->
  69.  
  70. <style type="text/css">
  71.  
  72. #s-m-t-tooltip{
  73. position:absolute;
  74. margin-top: 15px;
  75. z-index:9999;
  76. background:{color:background};
  77. }
  78.  
  79.  
  80.  
  81. /*basics*/
  82. blockquote {padding:5px 0 5px 30px;
  83. border-left:1px solid {color:text};
  84. margin-left:30px;
  85. }
  86.  
  87. body {
  88. background:{color:background};
  89. color:{color:text};
  90. font-family:arial;
  91. font-size:11px;
  92. text-align:justify;
  93. margin:0;
  94. line-height:16px;}
  95.  
  96.  
  97. a {
  98. color:{color:link};
  99. text-decoration:none;
  100. }
  101.  
  102. a:hover {
  103. text-decoration:underline;}
  104.  
  105. img{opacity:1;
  106. border:none;
  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:12px;
  118. line-height:18px;
  119. font-weight:bold;
  120. margin-bottom:10px;
  121. text-transform:uppercase;
  122. text-align:left;
  123. color:{color:blog title};}
  124.  
  125.  
  126. /*sidebar*/
  127.  
  128. #sidebar { text-align:left;
  129. position:fixed;
  130. margin-left:500px;
  131. margin-top:300px;
  132. width:220px;
  133.  
  134. }
  135.  
  136. #sidebarim {margin-bottom:-50px}
  137.  
  138. #sidebarim img {220x100RECOMMENDED;
  139. width:220px;}
  140.  
  141. #blogt {width:200px;margin-left:5px;font-size:20px;
  142. font-weight:bold;
  143. letter-spacing:2px;
  144. text-shadow: 1px 1px 3px rgba(150, 150, 150, 0.52);
  145. color:{color:blog title};}
  146.  
  147. #links {
  148. width:250px;line-height:12px;
  149. margin-left:0px;
  150. margin-top:0px;
  151. text-transform:uppercase;
  152. position: fixed;
  153. }
  154.  
  155.  
  156. #links a {margin-right:15px;
  157. display:inline-block;margin-top:10px;
  158. margin-bottom:0px;font-family:courier new;background-color:#f5f5f5;padding:3px 5px 4px 5px;;
  159. }
  160.  
  161.  
  162.  
  163. #description { CHANGE FOR LONGER DESCRIPTION HERE;
  164.  
  165. margin-top:35px;
  166. text-align:justify;background: #f8f8f8;
  167. }
  168.  
  169.  
  170. /*pagination*/
  171. #pagination {
  172. margin:50px 0;
  173. text-transform:lowercase;
  174. font-weight:bold;
  175. }
  176. #pagination a {
  177. padding:0 15px;
  178. }
  179.  
  180. /*container*/
  181. #con {
  182. left:50%;
  183. margin-left:-250px;
  184. position:absolute;
  185. }
  186.  
  187.  
  188.  
  189. /*posts*/
  190.  
  191. #entries {
  192. margin-top:75px;
  193. width:400px;
  194. }
  195.  
  196.  
  197.  
  198. #posts {
  199. width:400px;
  200. {block:IndexPage}
  201. margin-bottom:175px;
  202. {/block:IndexPage}
  203. {block:PermalinkPage}
  204. margin-bottom:50px;
  205. {/block:PermalinkPage}
  206.  
  207. }
  208. #posts img {border: 4px solid #eee;
  209. max-width:400px;
  210. }
  211.  
  212. #posts img, #posts li, #posts blockquote {max-width: 100%;}
  213. .caption {width:100%;
  214. margin-top:10px;
  215.  
  216. }
  217.  
  218. /*quote*/
  219.  
  220. #titlequote{text-align:left;
  221. font-size:14px;
  222. line-height:18px;
  223. font-weight:bold;
  224. }
  225. #source {
  226. margin-top:15px;
  227. margin-left:15px;}
  228.  
  229. /*audio*/
  230.  
  231. .player {
  232. width:25px;
  233. height:25px;
  234. overflow:hidden;
  235. position:absolute;
  236. background:white;}
  237.  
  238. .audioinfo {
  239. margin-left:50px;
  240. }
  241.  
  242.  
  243. /*asks*/
  244. .q {margin-bottom:10px;
  245. }
  246. .as {
  247. font-weight:bold;}
  248.  
  249. .a {
  250. margin-top:10px;
  251. }
  252.  
  253.  
  254. /*chat*/
  255.  
  256. .chat ol {
  257. padding:0;
  258. list-style:none;
  259. }
  260. .line {padding:5px 0;}
  261.  
  262. .label {font-weight:bold;
  263. }
  264.  
  265.  
  266.  
  267.  
  268.  
  269. /*permalink and notes*/
  270.  
  271. #permalink {
  272. margin-top:15px;
  273. font-size:9px;
  274. text-transform:uppercase;
  275. }
  276. #permalink a {margin-right:10px;
  277. }
  278.  
  279.  
  280. .tags {
  281. word-break:break-all;
  282. font-size:9px;
  283. }
  284.  
  285. .pagenotes {
  286. {block:IndexPage}
  287. display: none!important;
  288. {/block:IndexPage}
  289. width:400px;
  290. text-align:left;
  291.  
  292. }
  293. .pagenotes img {
  294. display:none!important;}
  295. .pagenotes li {
  296. list-style-type:none;
  297. padding:5px 0px;
  298. text-align:left;
  299. margin:0 0 0 -40px;
  300. }
  301.  
  302.  
  303.  
  304.  
  305. {CustomCSS}
  306.  
  307.  
  308. </style>
  309.  
  310.  
  311.  
  312. </head>
  313.  
  314. <body>
  315.  
  316. <div id="con">
  317.  
  318. <div id="sidebar">
  319. <div id="sidebarim"><img src="{image:Sidebar Image}"></div>
  320. <div id="blogt">{Title}</div>
  321. <div id="description">{Description}</div>
  322. <div id="links">
  323. <a href="/">home</a>/ &nbsp;&nbsp;&nbsp;
  324. <a href="/ask">ask</a>/&nbsp;&nbsp;&nbsp;
  325. {block:ifLink1}<a href="{text:Link 1 URL}">{text:Link 1}</a>{/block:ifLink1} / &nbsp;&nbsp;&nbsp;
  326. {block:ifLink2}<a href="{text:Link 2 URL}" >{text:Link 2}</a>{/block:ifLink2} / &nbsp;&nbsp;&nbsp;
  327. {block:ifLink3}<a href="{text:Link 3 URL}">{text:Link 3}</a> {/block:ifLink3} /&nbsp;&nbsp;&nbsp;
  328. {block:ifLink4}<a href="{text:Link 4 URL}">{text:Link 4}</a> {/block:ifLink4}
  329. </div>
  330.  
  331.  
  332.  
  333.  
  334. </div>
  335.  
  336.  
  337.  
  338.  
  339. <div id="entries">
  340.  
  341. {block:Posts}
  342. <div id="posts">
  343.  
  344.  
  345. {block:Quote}
  346.  
  347.  
  348. <div id="titlequote">“{Quote}”</div>
  349. {block:Source}<div id="source">&mdash; {Source}</div>{/block:Source}
  350. {/block:Quote}
  351.  
  352.  
  353.  
  354. {block:Text}
  355.  
  356. {block:Title}
  357. <div id="title">{Title}</div>{/block:Title}
  358. {Body}
  359. {/block:Text}
  360.  
  361. {block:Link}
  362. <div id="title"><a href="{URL}">{Name}</a></div>{block:Description}{Description}{/block:Description}
  363. {/block:Link}
  364.  
  365. {block:Chat}
  366. {block:Title}
  367. <h1>{Title}</h1>
  368. {/block:Title}
  369. <div class="chat">
  370. <ol>{block:Lines}
  371. <li class="line {Alt}">
  372. {block:Label}
  373. <span class="label">
  374. {Label}</span>
  375. {/block:Label}{Line}</li>
  376. {/block:Lines}
  377. </ol></div>
  378. {/block:Chat}
  379.  
  380. {block:Photo}
  381. {LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{LinkCloseTag}
  382. {/block:Photo}
  383.  
  384. {block:Photoset}<div class="tuerie"><div class="photoset"><div style="width:400px;background:#f7f7f7;padding:20px 0px 0px 0px;border:0px solid #f1f1f1;margin-bottom:175px;"><center>{Photoset-250}</center>{/block:Photoset}
  385.  
  386. {block:Video}
  387. {Video-500}
  388. {/block:Video}
  389.  
  390. {block:Audio}
  391. <div class="player">{AudioPlayerWhite}</div>
  392. <div class="audioinfo">
  393. {block:TrackName}{TrackName}{/block:TrackName}{block:Artist}<br>{Artist}{/block:Artist}
  394. </div>
  395. {/block:Audio}
  396.  
  397. {block:Answer}
  398. <div class="q">
  399. <div class="as">{Asker} said: </div>
  400. {Question}</div>
  401. <div class="a">{Answer}</div>
  402. {/block:Answer}
  403.  
  404. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  405.  
  406. {block:Date}
  407. <div id="permalink">
  408. <a href="{Permalink}" >{12Hour}:{Minutes} {AmPm}</a>{block:NoteCount}<a href="{Permalink}">+ {NoteCount}</a>{/block:NoteCount}{block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{block:ContentSource}<a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>{/block:ContentSource}{/block:RebloggedFrom}
  409. {block:HasTags}<div class="tags">{block:Tags}<a href="{TagUrl}">#{Tag}</a>{/block:Tags}</div>{/block:HasTags}
  410. </div>
  411. {/block:Date}
  412.  
  413.  
  414.  
  415. </div>
  416.  
  417.  
  418. {block:PostNotes}
  419. <div class="pagenotes">
  420. {PostNotes}
  421. </div>
  422. {/block:PostNotes}
  423.  
  424.  
  425. {/block:Posts}
  426.  
  427. <div id="pagination">
  428. {block:Pagination}
  429. {block:PreviousPage}
  430. <a href="{PreviousPage}">&larr; previous </a>
  431. {/block:PreviousPage}
  432.  
  433.  
  434. {block:NextPage}
  435. <a href="{NextPage}">next &rarr;</a>
  436. {/block:NextPage}
  437. {/block:Pagination}
  438. </div>
  439.  
  440.  
  441.  
  442. </div>
  443. <I>
  444. <a href="http://edmound.tumblr.com/"><strong>C R E D I T</strong></a>
  445. </I>
  446. </div>
  447.  
  448.  
  449. {block:ContentSource}
  450. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  451. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  452. {/block:SourceLogo}
  453. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  454. {/block:ContentSource}
  455.  
  456. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement