Advertisement
qutzalcoatl

Vampire Smile

Oct 18th, 2014
251
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.00 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:Top 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:Background" content=""/>
  34.  
  35. <meta name="text:post width" content="250"/>
  36. <meta name="text:post spacing" content="50"/>
  37. <meta name="text:Normal title" content="" />
  38. <meta name="text:Underline title" 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:8px; background:{color:caption background};
  118. margin-left:0px; width:92%;
  119. }
  120.  
  121. body {
  122. background:{color:background} url('{image:background}') center center fixed repeat;
  123. color:{color:text};
  124. font-family:arial;
  125. font-size:11px;
  126. text-align:justify;
  127. margin:0;
  128. line-height:14px;}
  129.  
  130.  
  131.  
  132. a {color:{color:link};
  133. text-decoration:none;
  134. }
  135.  
  136.  
  137. img{opacity:1;
  138. border:none;
  139. text-decoration:none}
  140.  
  141.  
  142. small {
  143. font-size:8px;}
  144.  
  145. big {
  146. font-size:12px;}
  147.  
  148.  
  149. #title {font-size:12px;
  150. line-height:18px;
  151. font-weight:bold;
  152. margin-bottom:10px;
  153. text-transform:uppercase;
  154. text-align:justify;}
  155.  
  156.  
  157. /*sidebar*/
  158. #sidebar {text-align:left;
  159. position:absolute;
  160. margin-left:40%;
  161. margin-top:-200px;
  162. width:170px;
  163. }
  164.  
  165.  
  166. #blogt {text-transform:uppercase;font-size:20px;font-style:italic; margin-top:-20px;color:{color:title};}
  167.  
  168.  
  169. #description {
  170. text-align:center;font-size:7px;padding:5px;text-transform:lowercase;color:{color:description};font-family: 'calibri'';margin-top:20px;letter-spacing:1px;line-height:8px; position: center;
  171. {block:ifNotShowDescription}display:none;{/block:ifNotShowDescription}}
  172.  
  173.  
  174. #links {
  175. width:200px;
  176. position:center;
  177. font-size: 10px;
  178. letter-spacing:1px;
  179. margin-top: 180px; margin-left: 120px;
  180. }
  181. #links a { color: {color:top links}; text-decoration:underline;}
  182.  
  183.  
  184.  
  185.  
  186. /*pagination*/
  187. #pagination {margin-left:0px;
  188. text-align:center;
  189. padding-top:2px;
  190. width:{text:post width}px;
  191. margin-bottom:15px;
  192. font-size:8px;
  193. letter-spacing:1px;color:{color:text};
  194. }
  195.  
  196. #pagination a {
  197. padding:5px;color:{color:text};
  198. }
  199.  
  200. #pagination a.currentpage {
  201. border:1px solid {color:Top links};font-weight: bold;}
  202.  
  203. /*container*/
  204. #con {padding:center;margin-left: 40%;
  205. position:absolute;
  206. }
  207.  
  208.  
  209.  
  210. /*posts*/
  211.  
  212. #entries {margin-left:40%;
  213. margin-top:15%; margin-bottom: 10%;
  214. width:{text:post width}px; border: 2px solid {color:borders}; padding:50px; padding-top:70px; background:{color:Background} ;
  215. }
  216.  
  217.  
  218.  
  219. #posts {
  220. width:{text:post width}px;
  221. {block:IndexPage}
  222. margin-bottom:{text:post spacing}px;
  223. {/block:IndexPage}
  224. {block:PermalinkPage}
  225. margin-bottom:50px;
  226. {/block:PermalinkPage}
  227. }
  228. #posts img {
  229. max-width:700px;
  230. }
  231.  
  232. #posts img, #posts li, #posts blockquote {max-width:{text:post width}px;}
  233. .caption {width:{text:post width}px;
  234. padding:3px;
  235. background:{color:post background};{block:ifNotShowCaptions}{block:IndexPage}display:none;{/block:IndexPage}{/block:ifNotShowCaptions}
  236. }
  237.  
  238. /*quote*/
  239.  
  240. #titlequote{text-align:left;
  241. font-size:14px;
  242. line-height:18px;
  243. font-weight:bold;
  244. }
  245. #source {
  246. margin-top:15px;
  247. margin-left:15px;}
  248.  
  249. /*audio*/
  250.  
  251. .player {
  252. width:25px;
  253. height:25px;
  254. overflow:hidden;
  255. position:absolute;
  256. background:{color:caption background};}
  257.  
  258. .audioinfo {
  259. margin-left:50px;font-size:9px;color:{color:text};
  260. padding:5px;
  261. letter-spacing:1px;background:{color:caption background};
  262. }
  263.  
  264.  
  265. /*asks*/
  266. .q {margin-bottom:10px;
  267. }
  268. .as {
  269. font-weight:bold;}
  270.  
  271. .a {
  272. margin-top:10px;
  273. }
  274.  
  275.  
  276. /*chat*/
  277.  
  278. .chat ol {
  279. padding:0;
  280. list-style:none;
  281. }
  282. .line {padding:5px 0;}
  283.  
  284. .label {font-weight:bold;
  285. }
  286.  
  287.  
  288.  
  289. .video iframe {
  290. display:block;
  291. width:100%;
  292. }
  293.  
  294. /*permalink and notes*/
  295.  
  296. #permalink {
  297. margin-top:10px;
  298. text-transform:uppercase;
  299. font-size:9px;color:{color:info text};
  300. font-family:'calibri';text-decoration:underline;
  301. letter-spacing:1px; width:{text:post width}px;
  302. }
  303.  
  304.  
  305.  
  306. .tags {
  307.  
  308. text-transform:uppercase;
  309. font-size:6px;
  310. letter-spacing:1px;width:{text:post width}px;
  311. {block:ifNotShowTags}{block:IndexPage}display:none;{/block:IndexPage}{/block:ifNotShowTags}}
  312.  
  313. .info {
  314.  
  315. text-transform:uppercase;
  316. font-size:10px;
  317. font-family:'courier new', monospace;
  318. letter-spacing:1px;
  319. {block:ifNotShowTags}{block:IndexPage}display:none;{/block:IndexInfo}{/block:ifNotShowTags}}
  320.  
  321. .pagenotes {
  322. {block:IndexPage}
  323. display: none!important;
  324. {/block:IndexPage}
  325. width:{text:post width}px;
  326. text-align:left;
  327. {block:ifNotShowTags}{block:IndexPage}display:none;{/block:IndexPage}{/block:ifNotShowTags}
  328. }
  329. .pagenotes img {
  330. display:none!important;}
  331. .pagenotes li {
  332. list-style-type:none;
  333. padding:5px 0px;
  334. text-align:left;
  335. margin:0 0 0 -40px;
  336. }
  337.  
  338.  
  339.  
  340.  
  341. {CustomCSS}
  342.  
  343.  
  344. </style>
  345.  
  346.  
  347.  
  348. </head>
  349.  
  350. <body>
  351.  
  352. <div id="con">
  353.  
  354. <div id="sidebar"><div id="links">
  355. <a href="/">{text:Home text}</a>
  356. <a href="/ask">{text:Ask text}</a>
  357. <a href="{text:Link 1 URL}">{text:Link 1}</a>
  358. <a href="{text:Link 2 URL}" >{text:Link 2}</a>
  359. <a href="{text:Link 3 URL}">{text:Link 3}</a>
  360. </div>
  361.  
  362.  
  363. </div>
  364. <div id="blogt"> {text:normal title} <u>{text:underline title}</u></div>
  365. </div>
  366.  
  367.  
  368.  
  369.  
  370.  
  371.  
  372. <div id="entries">
  373.  
  374. {block:Posts}
  375. <div id="posts">
  376.  
  377.  
  378. {block:Quote}
  379.  
  380.  
  381. <div id="titlequote">“{Quote}”</div>
  382. {block:Source}<div id="source">&mdash; {Source}</div>{/block:Source}
  383. {/block:Quote}
  384.  
  385.  
  386.  
  387. {block:Text}
  388.  
  389. {block:Title}
  390. <div id="title">{Title}</div>{/block:Title}
  391. {Body}
  392. {/block:Text}
  393.  
  394. {block:Link}
  395. <div id="title"><a href="{URL}">{Name}</a></div>{block:Description}{Description}{/block:Description}
  396. {/block:Link}
  397.  
  398. {block:Chat}
  399. {block:Title}
  400. <h1>{Title}</h1>
  401. {/block:Title}
  402. <div class="chat">
  403. <ol>{block:Lines}
  404. <li class="line {Alt}">
  405. {block:Label}
  406. <span class="label">
  407. {Label}</span>
  408. {/block:Label}{Line}</li>
  409. {/block:Lines}
  410. </ol></div>
  411. {/block:Chat}
  412.  
  413. {block:Photo}
  414. {LinkOpenTag}<img src="{PhotoURL-HighRes}" alt="{PhotoAlt}"/>{LinkCloseTag}
  415. {/block:Photo}
  416.  
  417. {block:Photoset}
  418. {Photoset}
  419. {/block:Photoset}
  420.  
  421. {block:Video}<!-- video --><div class="media video">{Video-250}</div>{/block:Video}
  422.  
  423. {block:Audio}
  424. <div class="player">{AudioPlayerWhite}</div>
  425. <div class="audioinfo">
  426. {block:TrackName}{TrackName}{/block:TrackName}{block:Artist}<br>{Artist}{/block:Artist}
  427. </div>
  428. {/block:Audio}
  429.  
  430. {block:Answer}
  431. <div class="q">
  432. <div class="as">{Asker} said: </div>
  433. {Question}</div>
  434. <div class="a">{Answer}</div>
  435. {/block:Answer}
  436.  
  437. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  438.  
  439. {block:Date}
  440. <div id="permalink">
  441. <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> {block:HasTags}<div class="tags"> {block:Tags} <a href="{TagUrl}">{Tag}</a>{/block:Tags}</div>{/block:HasTags}
  442. </div>
  443. {/block:Date}
  444.  
  445.  
  446.  
  447. </div>
  448.  
  449.  
  450. {block:PostNotes}
  451. <div class="pagenotes">
  452. {PostNotes}
  453. </div>
  454. {/block:PostNotes}
  455.  
  456.  
  457. {/block:Posts}
  458.  
  459.  
  460.  
  461. {block:IndexPage}<div id="pagination">
  462. {block:PreviousPage}
  463. <a href="{PreviousPage}">BACK </a>
  464. {/block:PreviousPage}
  465. {block:JumpPagination length="5"}
  466. {block:CurrentPage}
  467. <a href="#" class="currentpage"><b>{PageNumber}</b></a>
  468. {/block:CurrentPage}
  469. {block:JumpPage}
  470. <a class="jump_page" href="{URL}">{PageNumber}</a>
  471. {/block:JumpPage}
  472. {/block:JumpPagination}
  473. {block:NextPage}
  474. <a href="{NextPage}"> FORTH</a>
  475. {/block:NextPage}</div>
  476. {/block:IndexPage}
  477.  
  478.  
  479. <div id="pagination"><p><a href="kovuhs.tumblr.com/tagged/my%20theme">BY <i>DATIEL</i></a>
  480. <p><div id="description">
  481. <b>{Description}</div></div>
  482.  
  483. </div>
  484.  
  485.  
  486. {block:ContentSource}
  487. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  488. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  489. {/block:SourceLogo}
  490. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  491. {/block:ContentSource}
  492.  
  493. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement