Advertisement
dylaenobriens

Theme #46: Daydreaming

Nov 29th, 2013
235
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.55 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <!-- theme #46 by alexgaeskarth -->
  4.  
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6.  
  7.  
  8. <head>
  9.  
  10. <title>{Title}</title>
  11.  
  12. {block:Description}<meta name="description" content="{MetaDescription}"/>
  13. {/block:Description}
  14. <link rel="shortcut icon" href="{Favicon}" />
  15. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  16.  
  17. <meta name="color:Bg" content="#ffffff">
  18. <meta name="color:Link" content="#bbb8b8">
  19. <meta name="color:Text" content="#9a9a9a">
  20. <meta name="color:Description Text" content="#9a9a9a">
  21. <meta name="color:Tags" content="#b9b8b8">
  22. <meta name="color:Ask" content="#000000">
  23. <meta name="color:Hover" content="#eeeeee">
  24. <meta name="color:Border" content="#e7e7e7">
  25. <meta name="color:Scrollbar" content="#d6d5d5">
  26. <meta name="color:Posts Title" content="#a2a0a0">
  27. <meta name="color:Bold Text" content="#8d8c8c">
  28. <meta name="color:Accent" content="#000000">
  29.  
  30.  
  31. <meta name="image:sidebar" content=""/>
  32.  
  33. <meta name="text:link 1" content="">
  34. <meta name="text:link 1 url" content="/">
  35. <meta name="text:link 2" content="">
  36. <meta name="text:link 2 url" content="/">
  37. <meta name="text:link 3" content="">
  38. <meta name="text:link 3 url" content="/">
  39. <meta name="text:link 4" content="">
  40. <meta name="text:link 4 url" content="/">
  41. <meta name="text:link 5" content="">
  42. <meta name="text:link 5 url" content="/">
  43.  
  44. <meta name="if:Cursor" content="1">
  45. <meta name="if:500pxPosts" content="1">
  46. <meta name="if:400pxPosts" content="0">
  47. <meta name="if:PostBlur" content="1">
  48.  
  49.  
  50. <style type="text/css">
  51.  
  52.  
  53. /*--scrollbar--*/
  54.  
  55. ::-webkit-scrollbar-thumb:vertical {border:3px solid #fff;height:12px; background-color:{color:scrollbar};}
  56. ::-webkit-scrollbar-thumb:horizontal {background-color:#fff;}
  57. ::-webkit-scrollbar {background-color:{color:scrollbar};height:7px;width:12px;border:5px solid #fff;}
  58. /*--body--*/
  59.  
  60.  
  61. body {
  62. margin:0px;
  63. font-style:none;
  64. background-color:{color:bg};
  65. font-family:arial;
  66. color:{color:text};
  67. font-size:8px;
  68. }
  69.  
  70.  
  71. a {
  72. color:{color:link};
  73. text-decoration:none;
  74. -webkit-transition: all 0.6s ease;
  75. -moz-transition: all 0.6s ease;
  76. -o-transition: all 0.6s ease;
  77. }
  78.  
  79. a:hover {
  80. color:{color:hover};
  81. text-decoration:underline;
  82. -webkit-transition: all 0.6s ease-out;
  83. -moz-transition: all 0.6s ease-out;
  84. transition: all 0.6s ease-out;
  85. }
  86.  
  87. img {
  88. border:none;
  89. }
  90.  
  91. blockquote {
  92. padding-left:5px;
  93. border-left:2px solid {color:border};
  94. }
  95.  
  96. h1 {
  97. font-size:15px;
  98. text-align:center;
  99. font-style:none;
  100. color:{color:Posts Title};
  101. }
  102.  
  103. h1 a {
  104. color:{color:Posts Title};
  105. }
  106.  
  107. b {
  108. color:{color:Bold Text};
  109. }
  110.  
  111. ::selection {
  112. background-color:{color:Accent};
  113. }
  114.  
  115. /*--Cursor code--*/
  116.  
  117. {block:ifCursor}
  118.  
  119. body, a{cursor:url("http://i.imgur.com/2qleX.jpg"), auto !important; }
  120.  
  121. a:hover{cursor:url("http://i.imgur.com/IepP2.jpg"), auto !important;}
  122.  
  123. {/block:ifCursor}
  124.  
  125.  
  126. #title {
  127. color:{color:Accent};
  128. margin-left:2px;
  129. font-family:arial;
  130. font-size:15px;
  131. width:110px;
  132. font-weight:bold;
  133. }
  134.  
  135.  
  136. /*--sidebar--*/
  137.  
  138. #sidebar {
  139. position:fixed;
  140. width:110px;
  141. text-align:left;
  142. margin-left:220px;
  143. margin-top:160px;
  144. }
  145.  
  146. #sidebarimage {
  147. width:140px;
  148. }
  149.  
  150. #sidebarimage img {
  151. width:110px;
  152. padding:3px;
  153. }
  154.  
  155. /*--links--*/
  156.  
  157. #links {
  158. width:115px;
  159. margin-top:10px;
  160. font-family:'times new roman';
  161. text-transform:lowercase;
  162. text-align:left;
  163. }
  164.  
  165. #links a {
  166. padding:3px;
  167. font-size:20px;
  168. display:block;
  169. color:{color:accent};
  170. }
  171.  
  172. #links a:hover {
  173. opacity:0;
  174. text-decoration:none;
  175. }
  176.  
  177. /*--description--*/
  178.  
  179. #description {
  180. margin-top:5px;
  181. margin-left:2px;
  182. font-family:'arial';
  183. font-size:9px;
  184. line-height:130%;
  185. text-align:justify;
  186. color:{color:Description Text};
  187. }
  188.  
  189. #description a {
  190. color:{color:accent};
  191. }
  192.  
  193. /*--pagination--*/
  194.  
  195. #pagination {
  196. text-align:left;
  197. text-transform:lowercase;
  198. margin-left:2px;
  199. margin-top:5px;
  200. font-size:9px;
  201. font-family:calibri;
  202. color:{color:link};
  203. }
  204.  
  205. #pagination a{
  206. color:{color:Link};
  207. }
  208.  
  209. #pagination a:hover {
  210. color:{color:Hover};
  211. }
  212.  
  213. /*--posts--*/
  214.  
  215. {block:if500pxPosts}
  216.  
  217. #posts {
  218. width:500px;
  219. margin-bottom:10px;
  220. padding:1px;
  221. font-size:11px;
  222. color:{color:Text};
  223. line-height:100%;
  224. text-align:justify;
  225. -webkit-transition: all 0.6s ease-out;
  226. -moz-transition: all 0.6s ease-out;
  227. transition: all 0.6s ease-out;
  228. }
  229.  
  230. {/block:if500pxPosts}
  231.  
  232. {block:if400pxPosts}
  233.  
  234. #posts {
  235. width:400px;
  236. margin-bottom:20px;
  237. font-size:11px;
  238. color:{color:Text};
  239. line-height:100%;
  240. text-align:justify;
  241. -webkit-transition: all 0.6s ease-out;
  242. -moz-transition: all 0.6s ease-out;
  243. transition: all 0.6s ease-out;
  244. }
  245.  
  246. {/block:if400pxPosts}
  247.  
  248. #postscontainer {
  249. margin-bottom:20px;
  250. padding:1px;
  251. margin-left:450px;
  252. margin-top:35px;
  253. }
  254. #posts img {
  255. -webkit-transition: all 0.6s ease-out;
  256. -moz-transition: all 0.6s ease-out;
  257. transition: all 0.6s ease-out;
  258. }
  259.  
  260. {block:ifPostBlur}
  261.  
  262. #posts img:hover {
  263. -webkit-filter:blur(1px);
  264. -webkit-transition: all 0.6s ease-out;
  265. -moz-transition: all 0.6s ease-out;
  266. transition: all 0.6s ease-out;
  267. }
  268.  
  269. {/block:ifPostBlur}
  270.  
  271.  
  272.  
  273. #info {
  274. letter-spacing:1px;
  275. font-family:'arial';
  276. text-align:left;
  277. border-top:solid 1px #F0F0F0;
  278. text-transform:uppercase;
  279. margin-bottom:10px;
  280. margin-top:10px;
  281. font-size:7px;
  282. padding-top:4px;
  283. color:#b9b8b8;
  284. }
  285.  
  286. #info a {
  287. color:#b9b8b8;
  288. }
  289.  
  290.  
  291. /*--tags--*/
  292.  
  293. #tags {
  294. font-family:trebuchet ms;
  295. width:490px;
  296. margin-left:0px;
  297. margin-top:-3px;
  298. font-size:8px;
  299. color:{color:Tags}:
  300. }
  301.  
  302. #tags a {
  303. color:{color:Tags};
  304. }
  305.  
  306. #tags a:hover {
  307. color:{color:Hover};
  308. }
  309.  
  310. /*--asks--*/
  311.  
  312. #ask{
  313. padding:12px;
  314. background-color:{color:Ask};
  315. color:#fff;
  316. }
  317.  
  318. #ask a {
  319. color:{color:accent};
  320. }
  321.  
  322. /*--credit--*/
  323.  
  324. #credit {
  325. right:2px;
  326. bottom:-4px;
  327. font-size:9px;
  328. padding:5px;
  329. text-transform:uppercase;
  330. position:fixed;
  331. -webkit-transition: all 0.5s ease-out;
  332. -moz-transition: all 0.5s ease-out;
  333. transition: all 0.5s ease-out;
  334. }
  335.  
  336.  
  337.  
  338. #s-m-t-tooltip {
  339. max-width:300px;
  340. padding:3px 4px 5px 4px;
  341. margin:20px 0px 0px 20px;
  342. background-color:{color:Accent}; /* change the background color */
  343. font-family:arial; /* change the font */
  344. font-size:9px; /* change the font size */
  345. font-weight:bold;
  346. color:white; /* change the text color */
  347. z-index:999999999999999999999999999999999999;
  348. }
  349.  
  350. #panel,#flip
  351. {
  352. margin-left:2px;
  353. text-align:left;
  354. font-size:10px;
  355. margin-top:3px;
  356. }
  357. #panel
  358. {
  359. text-align:center;
  360. width:110px;
  361. padding-top:3px;
  362. display:none;
  363. }
  364.  
  365. #panel a {
  366. text-align:center;
  367. color:{color:aaccent};
  368. display:inline-block;
  369. }
  370.  
  371. #flip {
  372. background-color:{color:Accent};
  373. color:#fff;
  374. padding:3px;
  375. font-size:12px;
  376. cursor:help;
  377. font-family:arial;
  378. font-weight:bold;
  379. }
  380.  
  381.  
  382.  
  383. {CustomCSS}
  384.  
  385. </style></head>
  386.  
  387. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  388.  
  389. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  390.  
  391. <script>
  392.  
  393. (function($){
  394.  
  395. $(document).ready(function(){
  396.  
  397. $("a[title]").style_my_tooltips({
  398.  
  399. tip_follows_cursor:true,
  400.  
  401. tip_delay_time:90,
  402.  
  403. tip_fade_speed:600,
  404.  
  405. attribute:"title"
  406.  
  407. });
  408.  
  409. });
  410.  
  411. })(jQuery);
  412.  
  413. </script>
  414.  
  415. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js">
  416. </script>
  417. <script>
  418. $(document).ready(function(){
  419. $("#flip").click(function(){
  420. $("#panel").slideToggle("slow");
  421. });
  422. });
  423. </script>
  424.  
  425. <body>
  426.  
  427.  
  428.  
  429. <div id="sidebar">
  430. <div id="sidebarimage">
  431. <img src="{image:sidebar}"></div>
  432. <div id="title">{title}</div>
  433.  
  434. <div id="description">{description}</div>
  435.  
  436. <div id="links">
  437. <div id="flip">links</div>
  438. <div id="panel">
  439. <a title="{text:link 1}" href="{text:link 1 url}">•</a>
  440. <a title="{text:link 2}" href="{text:link 2 url}">•</a>
  441. <a title="{text:link 3}" href="{text:link 3 url}">•</a>
  442. <a title="{text:link 4}" href="{text:link 4 url}">•</a>
  443. <a title="{text:link 5}" href="{text:link 5 url}">•</a>
  444. </div>
  445. </div>
  446.  
  447.  
  448. {block:Pagination}
  449. <div id="pagination">
  450.  
  451. {block:PreviousPage}<a href="{PreviousPage}">Prev</a>{/block:PreviousPage} -
  452. {block:NextPage}<a href="{NextPage}">Next</a>{/block:NextPage}
  453. </div>{/block:Pagination}
  454.  
  455. </div></div>
  456.  
  457.  
  458. <div id="postscontainer">
  459.  
  460. {block:Posts}
  461.  
  462. <div id="posts">
  463.  
  464.  
  465. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  466.  
  467.  
  468. {block:Photo}{LinkOpenTag}
  469.  
  470. {block:if500pxPosts}
  471. <img src="{PhotoURL-500}">
  472. {/block:if500pxPosts}
  473.  
  474. {block:if400pxPosts}
  475. <img src="{PhotoURL-400}">
  476. {/block:if400pxPosts}
  477.  
  478. {LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  479.  
  480. {block:Photoset}
  481.  
  482. {block:if500pxPosts}
  483. {Photoset-500}
  484. {/block:if500pxPosts}
  485.  
  486. {block:if400pxPosts}
  487. {Photoset-400}
  488. {/block:if400pxPosts}
  489.  
  490. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  491.  
  492. {block:Quote}{Quote}{block:Source} &#8212;{Source}{/block:Source}{/block:Quote}
  493.  
  494. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  495.  
  496. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  497.  
  498. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  499.  
  500. {block:Video}
  501.  
  502. {block:if500pxPosts}
  503. {Video-500}
  504. {/block:if500pxPosts}
  505.  
  506. {block:if400pxPosts}
  507. {Video-400}
  508. {/block:if400pxPosts}
  509.  
  510. {block:Caption}{Caption}{/block:Caption}{/block:Video}
  511. <link href='http://fonts.googleapis.com/css?family=Playball' rel='stylesheet' type='text/css'>
  512.  
  513. {block:Answer}<div id="ask"><span style="font-family:playball;font-size:18px;">{Asker}</span>: {Question}</div> {Answer}{/block:Answer}
  514.  
  515. <div id="info">{block:Date} <a href="{Permalink}">
  516. {DayOfMonth}{DayOfMonthSuffix} {Month} {Year}</a></a>{/block:Date} - {block:RebloggedFrom} <a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
  517. and {block:ContentSource} <a href="{SourceURL}"><a href="{SourceURL}">source</a>{/block:ContentSource}{/block:RebloggedFrom} with <a href="{Permalink}">
  518. {NoteCountWithLabel}</a></div>
  519. {block:HasTags} <div id="tags">tags:{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}
  520.  
  521.  
  522. </div>
  523.  
  524. {/block:Posts}
  525.  
  526. {block:PostNotes}{PostNotes}</div>{/block:PostNotes}
  527. {/block:Posts}
  528.  
  529. </div>
  530.  
  531. <div id="credit"><a href="http://alexgaeskarth.tumblr.com/"><img src="http://static.tumblr.com/ujmsumm/TJamv4jm6/sg.png" width="40px;"></div></a>
  532. </body>
  533. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement