Advertisement
rachaelsux

time machine

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