Advertisement
dansmilth

Wanderess

Apr 23rd, 2015
6,869
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.62 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head><title>{Title}</title>
  3. <link rel="shortcut icon" href="{Favicon}">
  4. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  5. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  6.  
  7.  
  8. <!-----------
  9.  
  10. THEME 05 by clumhood
  11. base code by mrsmilicevic
  12.  
  13. :> ------------>
  14.  
  15.  
  16. <!--------default variables-------->
  17. <meta name="color:background" content="#ffffff"/>
  18. <meta name="color:text" content="#333333"/>
  19. <meta name="color:title" content="#333333"/>
  20. <meta name="color:links" content="#5b5b5b"/>
  21. <meta name="color:links hover" content="#c9c9c9"/>
  22. <meta name="color:side links" content="#5b5b5b"/>
  23. <meta name="color:sidelinks bg hover" content="#ffff00"/>
  24. <meta name="color:sidelinks hover" content="#000000"/>
  25. <meta name="color:date background" content="#ffff00"/>
  26. <meta name="color:scrollbar bg" content="#ffffff"/>
  27. <meta name="color:scrollbar" content="#eeeeee">
  28.  
  29. <meta name="image:sidebar image" content=""/>
  30. <meta name="image:background image" content=""/>
  31.  
  32. <meta name="text:link 1 title" content="link 1">
  33. <meta name="text:link 1 url" content=" ">
  34. <meta name="text:link 2 title" content="link 2">
  35. <meta name="text:link 2 url" content=" ">
  36. <meta name="text:link 3 title" content="link 3">
  37. <meta name="text:link 3 url" content=" ">
  38.  
  39.  
  40.  
  41.  
  42.  
  43. <!------------------------TOOLTIPS SCRIPT--------------------->
  44.  
  45. <link href="http://static.tumblr.com/5omyijl/bzrn2yg7i/style-my-tooltips.css" rel="stylesheet" type="text/css" />
  46. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  47. <script src="http://static.tumblr.com/5omyijl/RZtn2yg9v/jquery.style-my-tooltips.js"></script>
  48. <script>
  49. (function($){
  50. $(document).ready(function(){
  51. $("[title]").style_my_tooltips({
  52. tip_follows_cursor:true,
  53. tip_delay_time:200,
  54. tip_fade_speed:300
  55. });
  56. });
  57. })(jQuery);
  58. </script>
  59.  
  60.  
  61. <!-------------------------------------------------------------------->
  62.  
  63. <style type="text/css">
  64.  
  65. /*----------tooltips---------*/
  66.  
  67. #s-m-t-tooltip {
  68. max-width:300px;
  69. margin:15px;
  70. padding:5px;
  71. border:1px solid #eeeeee;
  72. border-radius:0px;
  73. background:#ffffff;
  74. color:{color:text};
  75. z-index:999999;
  76. font-size:7px;
  77. font-style:none;
  78. font-weight:lighter;
  79. letter-spacing:2px;
  80. font-family:helvetica;
  81. text-transform:uppercase;
  82. box-shadow:1px 1px 3px rgba(0,0,0,.0);
  83. }
  84.  
  85.  
  86. /*----------scrollbar---------*/
  87.  
  88. ::-webkit-scrollbar {
  89. background-color: {color:scrollbar bg};
  90. height:8px;
  91. width:5px
  92. }
  93.  
  94. ::-webkit-scrollbar-thumb:vertical {
  95. background-color:{color:scrollbar};
  96. height:50px
  97. }
  98.  
  99. ::-webkit-scrollbar-thumb:horizontal {
  100. background-color:{color:scrollbar bg};
  101. height:8px!important
  102. }
  103.  
  104.  
  105. /*----------basics---------*/
  106.  
  107. body {
  108. background:{color:background} url({image:background image}) repeat right top fixed;
  109. color:{color:text};
  110. font-family:calibri;
  111. line-height:15px;
  112. font-size:10px;
  113. margin:0;
  114. text-align:left;
  115. letter-spacing:1px;
  116. }
  117.  
  118. blockquote {
  119. padding-left:10px;
  120. border-left:1px solid;
  121. border-color:#eeeeee;
  122. margin:10px;
  123. letter-spacing:1px;
  124. padding:10px;
  125. }
  126.  
  127. a {
  128. color:{color:links};
  129. text-decoration:none;
  130. }
  131.  
  132. a:hover {
  133. text-decoration:none;
  134. color: {color:links hover};
  135. -webkit-transition:all 0.5s;
  136. -moz-transition:all 0.5s;
  137. -ms-transition:all 0.5s;
  138. -o-transition:all 0.5s;
  139. transition:all 0.5s;
  140. }
  141.  
  142. small {
  143. font-size:10px;
  144. }
  145.  
  146. big {
  147. font-size:13px;
  148. }
  149.  
  150. img {
  151. opacity:1;
  152. text-decoration:none;
  153. }
  154.  
  155. h1 {
  156. font-size:20px;
  157. font-weight:bold;
  158. font-style:italic;
  159. }
  160.  
  161.  
  162. /*----------posts---------*/
  163.  
  164. .container {
  165. left:50%;
  166. width:800px;
  167. position:absolute;
  168. }
  169.  
  170. .posts {
  171. {block:IndexPage}
  172. margin-bottom:80px;
  173. {/block:IndexPage}
  174. {block:PermalinkPage}
  175. margin-bottom:40px;
  176. {/block:PermalinkPage}
  177. width:500px;
  178. }
  179.  
  180. .entries {
  181. margin-left:-60px;
  182. margin-top:50px;
  183. margin-bottom:50px;
  184. width:500px;
  185. }
  186.  
  187. .posts img, .posts li, .posts blockquote {
  188. max-width: 100%;
  189. }
  190.  
  191. .posts li {
  192. list-style: square;
  193. }
  194.  
  195. blockquote img {
  196. max-width:320px!important;
  197. }
  198.  
  199.  
  200. /*----------post info---------*/
  201.  
  202. .info {
  203. border-top:1px solid #eeeeee;
  204. padding-top:15px;
  205. text-transform:uppercase;
  206. font-size:8px;
  207. letter-spacing:1px;
  208. margin-top:15px;
  209. }
  210.  
  211.  
  212. .tags {
  213. margin-top:5px;
  214. font-size:8px;
  215. letter-spacing:1px;
  216. text-transform:uppercase;
  217. font-weight:bold;
  218. }
  219.  
  220. .tags a {
  221. margin-right:8px;
  222. }
  223.  
  224.  
  225. /*----------post notes---------*/
  226.  
  227. ol.notes {
  228. padding:0px;
  229. margin:25px 0px 0px -10px;
  230. list-style-type:none;
  231. }
  232.  
  233. ol.notes li.note {
  234. padding:10px;
  235. }
  236.  
  237. ol.notes li.note img.avatar {
  238. vertical-align:-4px;
  239. margin-right:10px;
  240. width:16px;
  241. height:16px;
  242. }
  243.  
  244. ol.notes li.note span.action {
  245. font-weight:none;
  246. }
  247.  
  248. ol.notes li.note .answer_content {
  249. font-weight:normal;
  250. }
  251.  
  252. ol.notes li.note blockquote {
  253. padding:4px 10px;
  254. margin:10px 0px 0px 25px;
  255. }
  256.  
  257. ol.notes li.note blockquote a {
  258. text-decoration:none;
  259. }
  260.  
  261. /*----------sidebar---------*/
  262.  
  263. .sidebar {
  264. position:fixed;
  265. width:300px;
  266. margin-left:-400px;
  267. top:250px;
  268. }
  269.  
  270. .sidebarimage {
  271. width:64px;
  272. margin-left:-50px;
  273. }
  274.  
  275. .sidebarimage img {
  276. width:64px;
  277. margin-bottom:10px;
  278. border-radius:20px 0px 20px 0px;
  279. }
  280.  
  281. .description {
  282. width:150px;
  283. text-align:justify;
  284. margin-top:-75px;
  285. margin-left:30px;
  286. margin-bottom:20px;
  287. }
  288.  
  289. .sidetitle {
  290. margin-top:5px;
  291. margin-bottom:10px;
  292. font-size:14px;
  293. font-family:cambria;
  294. text-transform:lowercase;
  295. color:{color:title};
  296. letter-spacing:2px;
  297. font-weight:bold;
  298. font-style:italic;
  299. width:150px;
  300. text-align:center;
  301. margin-left:10px;
  302. }
  303.  
  304. .links {
  305. width:250px;
  306.  
  307.  
  308. }
  309.  
  310. .links a {
  311. padding:5px;
  312. text-align:center;
  313. color:{color: side links};
  314. text-transform:uppercase;
  315. font-family:calibri;
  316. font-weight:bold;
  317. font-size:8px;
  318. letter-spacing:1px;
  319. }
  320.  
  321. .links a:hover {
  322. background:{color:sidelinks bg hover};
  323. transition: 2s;
  324. color:{color:sidelinks hover};
  325. }
  326.  
  327. .pagination {
  328. width:150px;
  329. margin-top:20px;
  330. text-align:center;
  331. border-top:1px solid #eeeeee;
  332. margin-left:10px;
  333. padding-top:15px;
  334. text-transform:uppercase;
  335. font-weight:bold;
  336. letter-spacing:1px;
  337. }
  338.  
  339.  
  340.  
  341. /*----------quotes---------*/
  342.  
  343. .quote {
  344.  
  345. font-size:12px;
  346. font-weight:bold;
  347. text-align:center;
  348. letter-spacing:1px;
  349. }
  350.  
  351. .quotesource {
  352. text-align:center;
  353. margin-top:10px;
  354. letter-spacing:1px;
  355. }
  356.  
  357.  
  358. /*----------chat---------*/
  359.  
  360. .chat {
  361. line-height:20px;
  362. list-style:none;
  363. }
  364.  
  365. .line.odd {
  366. background:#fafafa;
  367. margin-bottom:2px;
  368. padding:5px;
  369. list-style:none;
  370. font-size:10px;
  371. }
  372.  
  373. .line.even {
  374. background:#ffffff;
  375. margin-bottom:2px;
  376. padding:5px;
  377. list-style:none;
  378. font-size:10px;
  379. }
  380.  
  381. .label {
  382. padding-right:1px;
  383. text-transform:uppercase;
  384. font-weight:bold;
  385. color:{color:links};
  386. }
  387.  
  388.  
  389. /*----------questions---------*/
  390.  
  391. .question {
  392. background:#fafafa;
  393. padding:10px;
  394. }
  395.  
  396. .asker {
  397. text-transform:uppercase;
  398. }
  399.  
  400. .answer {
  401. padding:10px;
  402. margin-top:-15px;
  403. }
  404.  
  405. /*----------audio---------*/
  406.  
  407. .playerbutton {
  408. position:absolute;
  409. width:30px;
  410. height:35px;
  411. overflow:hidden;
  412. margin-top:-53px;
  413. margin-left:16px;
  414. }
  415.  
  416. .playerbuttonhug {
  417. position: absolute;
  418. top:-7px;
  419. left:2px;
  420. }
  421.  
  422. .tumblr_audio_player {
  423. height:50px;
  424. width:500px;
  425. }
  426.  
  427. .playerbuttonbg {
  428. position:absolute;
  429. width:64px;
  430. height:64px;
  431. padding:10px;
  432. }
  433.  
  434. .trackdetails {
  435. width:auto;
  436. display:inline-block;
  437. margin-left:80px;
  438. font-size:10px;
  439. letter-spacing:1px;
  440. text-transform:lowercase;
  441. padding:15px;
  442. line-height:15px;
  443. }
  444.  
  445. .audiowrapper {
  446. position:relative;
  447. display:inline-block;
  448. }
  449.  
  450. /*----------credit---------*/
  451.  
  452. .credit {
  453. font-size:8px;
  454. position:fixed;
  455. font-weight:bold;
  456. bottom:5px;
  457. right:15px;
  458. z-index:10;
  459. text-align:right;
  460. letter-spacing:1px;
  461. padding:2px;
  462. }
  463.  
  464. .credit a {
  465. color:{color:links};
  466. text-decoration:none;
  467. }
  468.  
  469. .credit a:hover {
  470. color:{color:links hover};
  471. text-decoration:none;
  472. }
  473.  
  474.  
  475. </style>
  476. </head>
  477.  
  478. <body>
  479. <div class="container">
  480.  
  481. <div class="credit">
  482. <a title="theme" href="http://clumhood.tumblr.com/" target="_blank">C H</a></div>
  483.  
  484.  
  485. <div class="sidebar">
  486.  
  487. <div class="sidebarimage">
  488. <a href="/" title="home"><img src="{image:sidebar image}">
  489. </a>
  490.  
  491.  
  492. </div>
  493. {/block:IfShowSidebarImage}
  494.  
  495. <div class="description">{Description}</div>
  496.  
  497. <div class="sidetitle">{Title}</div>
  498.  
  499. <div class="links">
  500. <a href="/">home</a>
  501. <a href="/ask">inbox</a>
  502. <a href="{text:link 1 url}">{text:link 1 title}</a>
  503. <a href="{text:link 2 url}">{text:link 2 title}</a>
  504. <a href="{text:link 3 url}">{text:link 3 title}</a>
  505.  
  506.  
  507. </div>
  508.  
  509. <div class="pagination">
  510. {block:Pagination}
  511. {block:PreviousPage}
  512. <a href="{PreviousPage}">back</a>{/block:PreviousPage}&nbsp;
  513.  
  514. {block:NextPage}
  515. <a href="{NextPage}">forth</a>
  516. {/block:NextPage}
  517. {/block:Pagination}
  518. </div>
  519.  
  520.  
  521.  
  522.  
  523.  
  524.  
  525. </div>
  526.  
  527.  
  528.  
  529.  
  530.  
  531.  
  532.  
  533.  
  534. <div class="entries">
  535. {block:Posts}
  536. <div class="posts">
  537.  
  538. {block:Text}
  539. <h1>{block:Title}{Title}{/block:Title}</h1>
  540. {Body}{/block:Text}
  541.  
  542.  
  543. {block:Photo}
  544. {LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
  545. {block:Caption}{Caption}{/block:Caption}
  546. {/block:Photo}
  547.  
  548.  
  549. {block:Photoset}
  550. {Photoset-500}
  551. {block:Caption}{Caption}{/block:Caption}
  552. {/block:Photoset}
  553.  
  554.  
  555. {block:Quote}
  556. <div class="quote">"{Quote}"</div>
  557. {block:Source}<div class="quotesource"> — {Source}</div>
  558. {/block:Source}{/block:Quote}
  559.  
  560.  
  561. {block:Link}
  562. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  563. {block:Description}{Description}{/block:Description}
  564. {/block:Link}
  565.  
  566.  
  567. {block:Chat}
  568. {block:Title}<h1>{Title}</h1>{/block:Title} <div class="chat"> {block:Lines} <li class="line {Alt}"> {block:Label} <span class="label"> {Label}</span> {/block:Label}{Line}</li> {/block:Lines}</div>
  569. {/block:Chat}
  570.  
  571.  
  572. {block:Audio}
  573. {block:AudioPlayer}
  574. <div class="audiowrapper">
  575. <div class="playerbuttonbg">
  576. {block:AlbumArt}
  577. <img src="{AlbumArtURL}">
  578. {/block:AlbumArt}
  579. <div class="playerbutton">
  580.  
  581. <div class="playerbuttonhug">
  582.  
  583. {AudioPlayerWhite}
  584.  
  585. </div></div></div>
  586.  
  587. <div class="trackdetails">
  588. {block:TrackName}<b>TRACK:</b> {TrackName}{/block:TrackName}<br>
  589.  
  590. {block:Artist}<b>ARTIST:</b> {Artist}{/block:Artist}<br>
  591.  
  592. <b>PLAYS:</b> {FormattedPlayCount}</div></div>
  593. {/block:AudioPlayer}
  594.  
  595. {block:Caption}
  596. <div class="caption">{Caption}</div>
  597. {/block:Caption}
  598. {/block:Audio}
  599.  
  600.  
  601. {block:Video}
  602. {Video-500}
  603. {block:Caption}{Caption}{/block:Caption}
  604. {/block:Video}
  605.  
  606.  
  607. {block:Answer}
  608. <div class="question">
  609. <div class="asker"><b>{Asker} said:</b></div>
  610. {Question}</div><br>
  611. <div class="answer">
  612. {Answer}</div>
  613. {/block:Answer}
  614.  
  615.  
  616.  
  617.  
  618. {block:Date}
  619.  
  620. <div class="info">
  621.  
  622. <a href="{Permalink}" title="AT {12Hour}:{Minutes}{CapitalAmPm}" style="background-color:{color:date background};padding:2px 5px 3px 5px; font-weight:bold;">{DayOfMonthWithZero} {ShortMonth} {Year}</a>
  623. {/block:Date}
  624.  
  625. &nbsp;&nbsp;
  626. <a href="{Permalink}">{NoteCountWithLabel}</a>
  627. &nbsp;&nbsp;
  628.  
  629. <font style="float:right">
  630. {block:RebloggedFrom}
  631. <a href="{ReblogParentURL}" title="{ReblogParentName}"> via </a>
  632. {block:ContentSource}
  633. <a href="{ReblogRootURL}" "{ReblogRootName}" title="{ReblogRootName}">/ source</a>
  634. {/block:ContentSource}
  635. {/block:RebloggedFrom}
  636.  
  637. <a href="{ReblogURL}" target="_blank" class="details">/ reblog</a>
  638. </div>
  639. </font>
  640.  
  641.  
  642. {block:HasTags}
  643. <div class="tags">
  644. {block:Tags}
  645. <a href="{TagURL}">#{Tag}</a>
  646. {/block:Tags}
  647. </div>
  648. {/block:HasTags}
  649.  
  650. </div>
  651.  
  652.  
  653. {block:PostNotes}
  654. {PostNotes}
  655. {/block:PostNotes}
  656.  
  657. {/block:Posts}
  658.  
  659. {block:ContentSource}
  660. <!---{SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”
  661. width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
  662. {/block:SourceLogo}
  663. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} --->
  664. {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  665.  
  666. </body>
  667.  
  668. </div></div></div></div></div></div></div></div></div></div></div>
  669. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement