Advertisement
qutzalcoatl

CENTURIES

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