Advertisement
qutzalcoatl

DORADO

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