Advertisement
sydnisthemes

Theme #001 - Wanderlust

Jul 28th, 2014
537
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.97 KB | None | 0 0
  1. <!-------------------------------------------------------------------------
  2.  
  3. Theme #001 - Wanderlust : By Sydni - Dumbledores
  4.  
  5. Please do not steal, remove the credit, or claim as your own.
  6.  
  7. Thank you for using. xx
  8.  
  9. --------------------------------------------------------------------------->
  10.  
  11. <!DOCTYPE html>
  12. <head>
  13.  
  14.  
  15. <title>{Title}</title>
  16.  
  17. <link rel="shortcut icon" href="{Favicon}">
  18. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  19. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  20.  
  21. <!--Default Variables-->
  22.  
  23. <meta name="color:Background" content="#ffffff"/>
  24. <meta name="color:Text" content="#aaaaaa"/>
  25. <meta name="color:Link" content="#000000"/>
  26. <meta name="color:Perma" content="#a2bbdb">
  27. <meta name="color:Borders" content="#bbd0ec">
  28. <meta name="color:Blog Title" content="#bbd0ec">
  29. <meta name="color:Inside Borders" content="#d0e2fa">
  30. <meta name="color:Scrollbar" content="#d0e2fa">
  31.  
  32. <meta name="image:Sidebar Image" content=""/>
  33.  
  34. <meta name="text:Link 1 URL" content="" />
  35. <meta name="text:Link 1" content="" />
  36. <meta name="text:Link 2 URL" content="" />
  37. <meta name="text:Link 2" content="" />
  38. <meta name="text:Link 3 URL" content="" />
  39. <meta name="text:Link 3" content="" />
  40.  
  41.  
  42. <!-- jquery for tooltips-->
  43.  
  44.  
  45. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  46.  
  47. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  48.  
  49. <script>
  50.  
  51. (function($){
  52.  
  53. $(document).ready(function(){
  54.  
  55. $("a[title]").style_my_tooltips({
  56.  
  57. tip_follows_cursor:true,
  58.  
  59. tip_delay_time:30,
  60.  
  61. tip_fade_speed:300,
  62.  
  63. attribute:"title"
  64.  
  65. });
  66.  
  67. });
  68.  
  69. })(jQuery);
  70.  
  71. </script>
  72.  
  73.  
  74.  
  75.  
  76.  
  77.  
  78. <!--CSS customization here. -->
  79.  
  80. <style type="text/css">
  81.  
  82.  
  83. *, body, a, a:hover {cursor: url(http://media.tumblr.com/tumblr_lqs4qoKE1V1qfoi4t.png), auto;}
  84.  
  85. iframe#tumblr_controls { white-space:nowrap; -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%); filter: invert(100%); opacity:.2;transition: .8s ease-in-out; -webkit-transition: .8s ease-in-out;-moz-transition: .8s ease-in-out;-o-transition: .8s ease-in-out; }
  86.  
  87. iframe#tumblr_controls:hover { white-space:nowrap; -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%); filter: invert(100%); opacity:1; }
  88.  
  89.  
  90. #s-m-t-tooltip{
  91. position:absolute;
  92. margin-top: 15px;
  93. z-index:9999;
  94. background:{color:Perma};
  95. padding:3px;
  96. border:1px solid {color:Borders};
  97. color:black;
  98. font-size:9px;
  99. }
  100.  
  101.  
  102. ::-webkit-scrollbar {width: 5px; height: 3px; background: {color:Background};}
  103. ::-webkit-scrollbar-thumb {background-color:{color:Scrollbar} ; border: 1px solid {color:Border};}
  104.  
  105.  
  106. /*basics*/
  107. blockquote {padding:5px 0 5px 30px;
  108. border-left:1px solid {color:text};
  109. margin-left:30px;
  110. }
  111.  
  112. body {
  113. background:{color:Background};
  114. color:{color:text};
  115. font-family:arial;
  116. font-size:11px;
  117. text-align:justify;
  118. margin:0;
  119. line-height:16px;}
  120.  
  121.  
  122. a {
  123. color:{color:link};
  124. text-decoration:none;
  125. }
  126.  
  127. a:hover {
  128. text-decoration:underline;}
  129.  
  130. img{opacity:1;
  131. border:none;
  132. text-decoration:none}
  133.  
  134.  
  135. small {
  136. font-size:9px;}
  137.  
  138. big {
  139. font-size:12px;}
  140.  
  141.  
  142. #title {font-size:12px;
  143. line-height:18px;
  144. font-weight:bold;
  145. margin-bottom:10px;
  146. text-transform:uppercase;
  147. text-align:left;}
  148.  
  149.  
  150. #free {
  151. background:{color:Borders};
  152. width:15px;
  153. height:100%;
  154. left:28%;
  155. top:0%;
  156. position:fixed;
  157. border-right: 3px solid {color:Inside Borders};
  158. }
  159.  
  160. #growl {
  161. background:{color:Borders};
  162. width:15px;
  163. height:100%;
  164. right:33%;
  165. top:0%;
  166. position:fixed;
  167. border-left: 3px solid {color:Inside Borders};
  168. }
  169.  
  170.  
  171. /*sidebar*/
  172. #sidebar {text-align:left;
  173. position:fixed;
  174. margin-left:-225px;
  175. margin-top:100px;
  176. width:125px;
  177. }
  178.  
  179. #sidebarim {
  180. margin-bottom:20px;
  181. position:fixed;
  182. }
  183.  
  184. #sidebarim img {
  185. width:80px;
  186. height:80px;
  187. position:fixed;
  188. padding:5px;
  189. border:2px solid {color:Borders};
  190. left:17.5%;
  191. top:60%;
  192. background:{color:background};
  193. z-index:99999;
  194. }
  195.  
  196. #conn1 {
  197. position:fixed;
  198. width:100px;
  199. height:2px;
  200. background:{color:Borders};
  201. left:21%;
  202. top:57%;
  203. }
  204.  
  205. #conn2 {
  206. position:fixed;
  207. width:2px;
  208. height:50px;
  209. background:{color:Borders};
  210. left:21%;
  211. top:57%;
  212. }
  213.  
  214. #conn3 {
  215. position:fixed;
  216. width:100px;
  217. height:2px;
  218. background:{color:Borders};
  219. right:25.2%;
  220. z-index:9;
  221. top:35.5%;
  222. }
  223.  
  224. @font-face{font-family:basic l;src:url(http://static.tumblr.com/9wzbixa/Cf3mj2g0f/basicl.ttf);}
  225.  
  226. #blogt {
  227. font-size:18px;
  228. font-weight:bold;
  229. position:fixed;
  230. color:{color:Blog Title};
  231. left:17.2%;
  232. top:74%;
  233. font-family:basic l;
  234. }
  235.  
  236. #links {
  237. position:fixed;
  238. line-height:16px;
  239. text-transform:lowercase;
  240. right:10%;
  241. top:28%;
  242. word-spacing:3px;
  243. }
  244.  
  245.  
  246. #links a {
  247. margin-right:5px;
  248. display:inline-block;
  249. margin-bottom:5px;
  250. border:1px solid {color:Borders};
  251. padding:5px;
  252. height:12px;
  253. background:{color:Background};
  254. }
  255.  
  256. #links img {
  257. width:12px;
  258. }
  259.  
  260.  
  261. #description {
  262. margin:20px 0;
  263. position:fixed;
  264. font-family:basic l;
  265. font-size:12px;
  266. left:73%;
  267. text-align:center;
  268. width:200px;
  269. top:30%;
  270. color:#97b4d9;
  271. border:1px solid {color:Borders};
  272. z-index:99999;
  273. padding:5px;
  274. background:{color:Background};
  275. }
  276.  
  277.  
  278. /*pagination*/
  279. #pagination {
  280. margin:50px 0;
  281. text-transform:lowercase;
  282. font-weight:bold;
  283. position:fixed;
  284. right:24%;
  285. top:22%;
  286. }
  287. #pagination a {
  288. padding:0 5px;
  289. }
  290.  
  291. /*container*/
  292. #con {
  293. left:50%;
  294. margin-left:-230px;
  295. max-height: 700px;
  296. max-width:500px;
  297. height: 700px;
  298. position:absolute;
  299. top:15px;
  300. padding-right:20px;
  301. overflow-x:hidden;
  302. }
  303.  
  304.  
  305.  
  306. /*posts*/
  307.  
  308. #entries {
  309. margin-top:10px;
  310. width:400px;
  311. }
  312.  
  313.  
  314.  
  315. #posts {
  316. width:400px;
  317. {block:IndexPage}
  318. margin-bottom:75px;
  319. {/block:IndexPage}
  320. {block:PermalinkPage}
  321. margin-bottom:50px;
  322. {/block:PermalinkPage}
  323.  
  324. }
  325. #posts img {
  326. max-width:400px;
  327. }
  328.  
  329. #posts img, #posts li, #posts blockquote {max-width: 100%;}
  330. .caption {width:100%;
  331. margin-top:10px;
  332.  
  333. }
  334.  
  335. /*quote*/
  336.  
  337. #titlequote{text-align:left;
  338. font-size:14px;
  339. line-height:18px;
  340. font-weight:bold;
  341. }
  342. #source {
  343. margin-top:15px;
  344. margin-left:15px;}
  345.  
  346. /*audio*/
  347.  
  348. .player {
  349. width:25px;
  350. height:25px;
  351. overflow:hidden;
  352. position:absolute;
  353. background:white;}
  354.  
  355. .audioinfo {
  356. margin-left:50px;
  357. }
  358.  
  359.  
  360. /*asks*/
  361. .q {margin-bottom:10px;
  362. }
  363. .as {
  364. font-weight:bold;}
  365.  
  366. .a {
  367. margin-top:10px;
  368. }
  369.  
  370.  
  371. /*chat*/
  372.  
  373. .chat ol {
  374. padding:0;
  375. list-style:none;
  376. }
  377. .line {padding:5px 0;}
  378.  
  379. .label {font-weight:bold;
  380. }
  381.  
  382.  
  383.  
  384.  
  385.  
  386. /*permalink and notes*/
  387.  
  388. #permalink {
  389. margin-top:15px;
  390. font-size:9px;
  391. text-transform:uppercase;
  392. text-align:center;
  393. background:{color:Perma};
  394. }
  395. #permalink a {margin-right:10px;
  396. }
  397.  
  398.  
  399. .tags {
  400. word-break:break-all;
  401. font-size:9px;
  402. }
  403.  
  404. .pagenotes {
  405. {block:IndexPage}
  406. display: none!important;
  407. {/block:IndexPage}
  408. width:400px;
  409. text-align:left;
  410.  
  411. }
  412. .pagenotes img {
  413. display:none!important;}
  414. .pagenotes li {
  415. list-style-type:none;
  416. padding:5px 0px;
  417. text-align:left;
  418. margin:0 0 0 -40px;
  419. }
  420.  
  421.  
  422. @font-face {font-family:Caviar Dreams;src:url(http://static.tumblr.com/4yxykdm/xXTlrecqr/caviardreams.ttf); }
  423.  
  424. #cred {
  425. position:fixed;
  426. background:black;
  427. bottom:1%;
  428. right:1%;
  429. font-size:10px;
  430. color:black;
  431. font-family:Caviar Dreams;
  432. text-align:center;
  433. padding:2px;
  434. border:1px solid black;
  435. }
  436.  
  437.  
  438. #cred a {
  439. color:white;
  440. font-size:9px;
  441. text-align:center;
  442. }
  443.  
  444.  
  445. {CustomCSS}
  446.  
  447.  
  448. </style>
  449.  
  450. </script>
  451.  
  452.  
  453. </head>
  454.  
  455. <body>
  456.  
  457. </script>
  458. <style>html, body, a { cursor:url("http://i.imgur.com/2qleX.jpg"), auto !important; }
  459. a:hover{cursor:url("http://i.imgur.com/IepP2.jpg"), auto !important; }
  460. </style>
  461.  
  462. <div id="free"></div>
  463. <div id="growl"></div>
  464. <div id="conn1"></div>
  465. <div id="conn2"></div>
  466.  
  467. <div id="con">
  468.  
  469. <div id="sidebar">
  470. <div id="sidebarim"><img src="{image:Sidebar Image}"></div>
  471. <div id="blogt">{Title}</div>
  472. <div id="description">{Description}</div>
  473. <div id="conn3"></div>
  474. <div id="links">
  475. <a href="/" title="refresh"><img src="https://31.media.tumblr.com/tumblr_marqoqfIFc1r28np7.png"></a>
  476. <a href="/faq" title="message"><img src="https://31.media.tumblr.com/tumblr_marqoz9ufZ1r28np7.png"></a>
  477. <a href="{text:Link 1 URL}" title="{text:Link 1}"><img src="https://31.media.tumblr.com/tumblr_marqp3day31r28np7.png"></a>
  478. <a href="{text:Link 2 URL}" title="{text:Link 2}"><img src="https://31.media.tumblr.com/tumblr_marqpg8wQn1r28np7.png"></a>
  479. <a href="{text:Link 3 URL}" title="{text:Link 3}"><img src="https://31.media.tumblr.com/tumblr_marqp9bZWS1r28np7.png"></a>
  480. </div>
  481.  
  482. <div id="pagination">
  483. {block:Pagination}
  484. {block:PreviousPage}
  485. <a href="{PreviousPage}">-</a>
  486. {/block:PreviousPage}
  487.  
  488.  
  489. {block:NextPage}
  490. <a href="{NextPage}">+</a>
  491. {/block:NextPage}
  492. {/block:Pagination}
  493. </div>
  494.  
  495.  
  496. </div>
  497.  
  498.  
  499.  
  500.  
  501. <div id="entries">
  502.  
  503. {block:Posts}
  504. <div id="posts">
  505.  
  506.  
  507. {block:Quote}
  508.  
  509.  
  510. <div id="titlequote">“{Quote}”</div>
  511. {block:Source}<div id="source">&mdash; {Source}</div>{/block:Source}
  512. {/block:Quote}
  513.  
  514.  
  515.  
  516. {block:Text}
  517.  
  518. {block:Title}
  519. <div id="title">{Title}</div>{/block:Title}
  520. {Body}
  521. {/block:Text}
  522.  
  523. {block:Link}
  524. <div id="title"><a href="{URL}">{Name}</a></div>{block:Description}{Description}{/block:Description}
  525. {/block:Link}
  526.  
  527. {block:Chat}
  528. {block:Title}
  529. <h1>{Title}</h1>
  530. {/block:Title}
  531. <div class="chat">
  532. <ol>{block:Lines}
  533. <li class="line {Alt}">
  534. {block:Label}
  535. <span class="label">
  536. {Label}</span>
  537. {/block:Label}{Line}</li>
  538. {/block:Lines}
  539. </ol></div>
  540. {/block:Chat}
  541.  
  542. {block:Photo}
  543. {LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{LinkCloseTag}
  544. {/block:Photo}
  545.  
  546. {block:Photoset}
  547. {Photoset-400}
  548. {/block:Photoset}
  549.  
  550. {block:Video}
  551. {Video-400}
  552. {/block:Video}
  553.  
  554. {block:Audio}
  555. <div class="player">{AudioPlayerWhite}</div>
  556. <div class="audioinfo">
  557. {block:TrackName}{TrackName}{/block:TrackName}{block:Artist}<br>{Artist}{/block:Artist}
  558. </div>
  559. {/block:Audio}
  560.  
  561. {block:Answer}
  562. <div style="background:#d0e2fa; padding:5px; color:black; text-align:center;" class="q">
  563. <div class="as">{Asker} said: </div>
  564. {Question}</div>
  565. <div class="a">{Answer}</div>
  566. {/block:Answer}
  567.  
  568. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  569.  
  570. {block:Date}
  571. <div id="permalink">
  572. <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}
  573. {block:HasTags}<div class="tags">{block:Tags}<a href="{TagUrl}">#{Tag}</a>{/block:Tags}</div>{/block:HasTags}
  574. </div>
  575. {/block:Date}
  576.  
  577.  
  578.  
  579. </div>
  580.  
  581.  
  582. {block:PostNotes}
  583. <div class="pagenotes">
  584. {PostNotes}
  585. </div>
  586. {/block:PostNotes}
  587.  
  588.  
  589. {/block:Posts}
  590.  
  591.  
  592.  
  593.  
  594. </div>
  595.  
  596. </div>
  597.  
  598.  
  599. {block:ContentSource}
  600. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  601. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  602. {/block:SourceLogo}
  603. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  604. {/block:ContentSource}
  605.  
  606.  
  607. <div id="cred"><a href="http://dumbledores.tumblr.com">dumbledores</a></div>
  608.  
  609.  
  610. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement