Advertisement
jessewertsson

theme 15 by darvll

Jul 23rd, 2013
12,881
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.31 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <head>
  5.  
  6.  
  7. <script type="text/javascript"src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  8.  
  9. <script type="text/javascript" src="http://static.tumblr.com/z5o2pr2/4jEm2giux/jquery.style-my-tooltip.js"></script>
  10.  
  11. <script type="text/javascript">
  12.  
  13. $().ready(function() {
  14.  
  15. //applies to all elements with title attribute. Change to “.class[title]” to select only elements with specific .class and title
  16.  
  17. $("[title]").style_my_tooltips({
  18.  
  19. tip_follows_cursor: "on", //on/off
  20.  
  21. tip_delay_time: 40 //milliseconds
  22.  
  23. });
  24.  
  25. });
  26.  
  27. </script>
  28.  
  29.  
  30.  
  31. <title>{Title}</title>
  32. <link rel="shortcut icon" href="{Favicon}">
  33. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  34. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  35.  
  36. <!--THEME 15 by darvll.tumblr.com (do not claim this theme as your own, and please leave the theme credit where it is)-->
  37.  
  38. <meta name="color:Background" content="#ffffff"/>
  39. <meta name="color:Text" content="#999595"/>
  40. <meta name="color:Link" content="#b8b8b8"/>
  41. <meta name="color:Link hover" content="#616161"/>
  42. <meta name="color:sidelink" content="#b8b8b8"/>
  43. <meta name="color:sidelink hover" content="#b6b5b5"/>
  44. <meta name="color:sidelink bg" content="#fcff00"/>
  45. <meta name="color:border" content="#fbfbfb"/>
  46. <meta name="color:Scrollbar" content="#eeeeee">
  47. <meta name="image:sidebar" content="/" />
  48. <meta name="text:Link 1" content="link" />
  49. <meta name="text:Link 1 URL" content="/" />
  50. <meta name="text:Link 2" content="link" />
  51. <meta name="text:Link 2 URL" content="/" />
  52. <meta name="text:Link 3" content="link" />
  53. <meta name="text:Link 3 URL" content="/" />
  54.  
  55. <style type="text/css">
  56.  
  57. iframe#tumblr_controls {
  58. top: 0% !important;
  59. right:0% !important;
  60. opacity:0.17;
  61. position: fixed !important;
  62. filter:alpha(opacity=30);
  63. -webkit-transition: all 0.7s ease;
  64. -moz-transition: all 0.7s ease;
  65. -o-transition: all 0.7s ease;
  66. }
  67. iframe#tumblr_controls:hover{
  68. top: 0% !important;
  69. right:0% !important;
  70. opacity:0.7;
  71. position: fixed !important;
  72. filter:alpha(opacity=80);
  73. -webkit-transition: all 0.7s ease;
  74. -moz-transition: all 0.7s ease;
  75. -o-transition: all 0.7s ease;
  76. }
  77.  
  78. ::-webkit-scrollbar-thumb:vertical {background-color:{color:Scrollbar};height:5px;}
  79. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:Scrollbar};height:5px!important;}
  80. ::-webkit-scrollbar {background-color:{color:Background};height:5px;width:7px;}
  81.  
  82.  
  83. body {
  84. background:{color:Background};
  85. font-family:'cambria';
  86. color:{color:text};
  87. font-size:9px;
  88. line-height:12px;
  89. }
  90.  
  91. a {
  92. text-decoration:none;
  93. outline:none;
  94. -moz-outline-style:none;
  95. color:{color:Link};
  96. -webkit-transition: all 0.7s ease;
  97. -moz-transition: all 0.7s ease;
  98. -o-transition: all 0.7s ease;
  99. }
  100.  
  101. a:hover {
  102. -webkit-transition: all 0.5s ease-out;
  103. -moz-transition: all 0.5s ease-out;
  104. transition: all 0.5s ease-out;
  105. color: {color:Link hover};
  106. }
  107.  
  108. img {
  109. border:none;
  110. }
  111.  
  112. blockquote {
  113. padding-left:5px;
  114. border-left:1px solid;
  115. margin-top:-0px;
  116. margin-left:5px;
  117. }
  118.  
  119. h1 {
  120. font-size:12px;
  121. }
  122.  
  123. h1 a {-webkit-transition: all 0.7s ease;
  124. -moz-transition: all 0.7s ease;
  125. -o-transition: all 0.7s ease;}
  126.  
  127. h1 a:hover {font-size:12px; -webkit-transition: all 0.7s ease;
  128. -moz-transition: all 0.7s ease;
  129. -o-transition: all 0.7s ease;}
  130.  
  131. .quote {
  132. font-size:10px;
  133. font-style:italic;
  134. margin-bottom:6px;
  135. }
  136.  
  137. .source {font-size:10px; font-style:normal;}
  138.  
  139. .chat{
  140. font-size:9px;
  141. text-transform:none;
  142. line-height:12px;
  143. letter-spacing:1px;
  144. font-style:italic;
  145. margin-bottom:7px;
  146. }
  147.  
  148. .entries {
  149. padding:10px;
  150. margin-left:470px;
  151.  
  152. margin-top:20px;
  153. margin-bottom:50px;
  154. }
  155.  
  156.  
  157. .post {
  158. opacity:1;
  159. width:500px;
  160. padding-bottom:22px;
  161. padding-top: 25px;
  162. margin-bottom:50px;
  163. -webkit-transition: all 0.2s ease;
  164. -moz-transition: all 0.2s ease;
  165. -o-transition: all 0.2s ease;
  166. }
  167. .post:hover{
  168. opacity:1;
  169. -webkit-transition: all 0.2s ease;
  170. -moz-transition: all 0.2s ease;
  171. -o-transition: all 0.2s ease;
  172. }
  173.  
  174. #sidebar {
  175. width:auto;
  176. position:fixed;
  177. left:190px;
  178. margin-top:200px;
  179. }
  180.  
  181.  
  182. .sidelinks {
  183. width:180px;
  184. position:fixed;
  185. text-align:center;
  186. margin-left:9px;
  187. margin-top:7px;
  188. margin-bottom:0px;
  189. line-height:10px;
  190. -webkit-transition: all 0.3s ease;
  191. -moz-transition: all 0.3s ease;
  192. -o-transition: all 0.3s ease;
  193. }
  194.  
  195. .sidelinks a {
  196. font-family:'cambria';
  197. margin-right:2px;
  198. padding-top:1px;
  199. padding-bottom:1px;
  200. padding-right:1px;
  201. padding-left:2px;
  202. margin-left:2px;
  203. margin-bottom:7px;
  204. letter-spacing:1px;
  205. text-transform:uppercase;
  206. color:{color:sidelink};
  207. font-size:7px;
  208. }
  209. .sidelinks a:hover {
  210. background-color:{color:sidelink bg};
  211. color:#616161;
  212.  
  213. }
  214.  
  215.  
  216. .sidebarimage {
  217. position:fixed;
  218. width:180px;
  219. -webkit-transition: all 0.3s ease;
  220. -moz-transition: all 0.3s ease;
  221. -o-transition: all 0.3s ease;
  222. }
  223.  
  224. .sidebarimage img {
  225. margin-left:9px;
  226. margin-top:0px;
  227. width:180px;
  228. -webkit-transition: all 0.3s ease;
  229. -moz-transition: all 0.3s ease;
  230. -o-transition: all 0.3s ease;
  231. }
  232.  
  233.  
  234. .description {
  235. font-size:9px;
  236. margin-left:9px;
  237. display:block;
  238. opacity:1;
  239. color:{color:Text};
  240. letter-spacing:0px;
  241. margin-top:24px;
  242. line-height:11px;
  243. text-align:center;
  244. width:180px;
  245. position:fixed;
  246. text-transform:lowercase;
  247. padding-bottom:3px;
  248. -webkit-transition: all 0.3s ease;
  249. -moz-transition: all 0.3s ease;
  250. -o-transition: all 0.3s ease;
  251. }
  252.  
  253.  
  254. .description a{
  255. text-transform:lowercase;
  256. font-size:9px;
  257. letter-spacing:0px;
  258. margin-left:2px;
  259. margin-right:1px;
  260. }
  261.  
  262.  
  263. .info {
  264. padding-top:1px;
  265. text-transform:uppercase;
  266. letter-spacing:1px;
  267. line-height:11px;
  268. font-size:8px;
  269. display:block;
  270. width:500px;
  271. margin-top:-2px;
  272. position:absolute;
  273. margin-left:0px;
  274. text-align:right;
  275. border-top: 1px solid #f2f2f2;
  276. -webkit-transition: all 0.3s ease;
  277. -moz-transition: all 0.3s ease;
  278. -o-transition: all 0.3s ease;;
  279. }
  280.  
  281. .index {
  282. opacity:1;
  283. padding-top:0px;
  284. padding-bottom:0px;
  285. text-transform:uppercase;
  286. letter-spacing:1px;
  287. line-height:11px;
  288. font-size:7px;
  289. display:block;
  290. width:500px;
  291. margin-top:-15px;
  292. position:absolute;
  293. margin-left:0px;
  294. text-align:right;
  295. padding-left:2px;
  296. border-bottom: 3px solid #fbfbfb;
  297. -webkit-transition: all 0.5s ease;
  298. -moz-transition: all 0.5s ease;
  299. -o-transition: all 0.5s ease;;
  300. }
  301.  
  302.  
  303. .permapage {
  304. opacity:1;
  305. padding-top:0px;
  306. padding-bottom:0px;
  307. text-transform:uppercase;
  308. letter-spacing:1px;
  309. line-height:11px;
  310. font-size:7px;
  311. display:block;
  312. width:500px;
  313. margin-top:-15px;
  314. position:absolute;
  315. margin-left:0px;
  316. text-align:right;
  317. padding-left:2px;
  318. border-bottom: 3px solid #fbfbfb;
  319. -webkit-transition: all 0.5s ease;
  320. -moz-transition: all 0.5s ease;
  321. -o-transition: all 0.5s ease;;
  322. }
  323.  
  324.  
  325. .tagsINDEX{
  326. opacity:1;
  327. padding-top:2px;
  328. padding-bottom:32px;
  329. text-transform:none;
  330. letter-spacing:1px;
  331. line-height:12px;
  332. font-size:8px;
  333. display:block;
  334. width:500px;
  335. margin-top:-3px;
  336. position:absolute;
  337. margin-left:0px;
  338. text-align:left;
  339. padding-left:2px;
  340. border-top: 3px solid #fbfbfb;
  341. -webkit-transition: all 0.5s ease;
  342. -moz-transition: all 0.5s ease;
  343. -o-transition: all 0.5s ease;;
  344. }
  345. .tagsINDEX a{
  346. margin-right:4px;
  347. padding:1px;
  348. }
  349. .tagsINDEX a:hover{
  350. color:#616161;
  351. background-color:{color:sidelink bg};
  352. }
  353.  
  354.  
  355.  
  356. .tagsPERMA{
  357. opacity:1;
  358. padding-top:2px;
  359. padding-bottom:32px;
  360. text-transform:none;
  361. letter-spacing:1px;
  362. line-height:12px;
  363. font-size:8px;
  364. display:block;
  365. width:500px;
  366. margin-top:-3px;
  367. position:absolute;
  368. margin-left:0px;
  369. text-align:left;
  370. padding-left:2px;
  371. border-top: 3px solid #fbfbfb;
  372. -webkit-transition: all 0.5s ease;
  373. -moz-transition: all 0.5s ease;
  374. -o-transition: all 0.5s ease;;
  375. }
  376. .tagsPERMA a{
  377. margin-right:4px;
  378. padding:1px;
  379. }
  380. .tagsPERMA a:hover{
  381. color:#616161;
  382. background-color:{color:sidelink bg};
  383. }
  384.  
  385.  
  386.  
  387. .pagination{
  388. position:fixed;
  389. font-size:7px;
  390. letter-spacing:4px;
  391. width:180px;
  392. background-color:transparent;
  393. text-align:center;
  394. margin-top:-5px;
  395. margin-left:0px;
  396. color:{color:text};
  397. }
  398. .pagination a{
  399. letter-spacing:4px;
  400. font-size:7px;
  401. color:{color:link};
  402. }
  403. .pagination a:hover{
  404. font-size:7px;
  405. letter-spacing:4px;
  406. text-decoration:none;
  407. color:{color:Link hover};
  408. }
  409.  
  410. .question{
  411. background-color:#fcfcfc;
  412. text-transform:none;
  413. letter-spacing:1px;
  414. padding:6px;
  415. }
  416.  
  417. .title{
  418. opacity:0;
  419. color:#cac8c8;
  420. font-size:7px;
  421. text-transform:uppercase;
  422. letter-spacing:1px;
  423. width:200px;
  424. text-align:center;
  425. margin-top:-8px;
  426. margin-left:4px;
  427. -webkit-transition: all 0.2s ease;
  428. -moz-transition: all 0.2s ease;
  429. -o-transition: all 0.2s ease;
  430. }
  431.  
  432. #credit {
  433. position:fixed;
  434. right:0px;
  435. bottom:0px;
  436. padding:5px;
  437. text-transform:uppercase;
  438. letter-spacing:1px;
  439. font-size:8px;
  440. }
  441.  
  442. #audio {
  443. margin-bottom:5px;
  444. width:500px;
  445. height:justify;
  446. }
  447.  
  448. .cover {
  449. width:78px;
  450. height:78px;
  451. position:absolute;
  452. }
  453.  
  454. .cover img {
  455. width:73px;
  456. height:73px;
  457. float:left;
  458. }
  459.  
  460. .player {
  461. opacity: 0.05;
  462. position:absolute;
  463. z-index:1;
  464. background:#fff
  465. ;width:80px;
  466. height:80px;
  467. display:block;
  468. -webkit-transition: all 0.7s ease;-moz-transition: all 0.7s ease;-o-transition: all 0.7s ease;
  469. }
  470. .player:hover{
  471. opacity:0.5;
  472. -webkit-transition: all 0.7s ease;-moz-transition: all 0.7s ease;-o-transition: all 0.7s ease;
  473. }
  474.  
  475. .player2 {
  476. width:25px;
  477. height:25px;
  478. margin-top:20px;
  479. margin-left:20px;
  480. overflow:hidden;
  481. padding:3px;
  482. }
  483.  
  484. .track {
  485. text-transform:uppercase;
  486. margin-left:80px;
  487. line-height:15px;
  488. padding-top:0px;
  489. }
  490.  
  491. .notes img{
  492. opacity:0;
  493. width:16px;
  494. }
  495.  
  496. .notes ol, .notes li{
  497. margin-left:-27px;
  498. line-height:10px;
  499. font-size:8px;
  500. letter-spacing:1px;
  501. text-transform:uppercase;
  502. list-style:none;
  503. }
  504.  
  505.  
  506.  
  507.  
  508. #s-m-t-tooltip {
  509.  
  510. position:absolute;
  511.  
  512. background:#fbfbfb;
  513.  
  514. padding:3px 5px;
  515.  
  516. z-index:9999;
  517.  
  518. display:inline-block;
  519.  
  520. font-size:7px;
  521.  
  522. font-family:'cambria';
  523. letter-spacing:1px;
  524.  
  525.  
  526. text-transform:uppercase;
  527.  
  528. line-height:12px;
  529.  
  530. color:{color:text};
  531.  
  532. }
  533.  
  534.  
  535.  
  536.  
  537.  
  538. {CustomCSS}</style>
  539. </head><body>
  540.  
  541. <div id="sidebar">
  542.  
  543.  
  544.  
  545. <div class="sidebarimage">
  546.  
  547. <a href="/"><img src="{image:sidebar}"></a>
  548.  
  549.  
  550. <div class="sidelinks">
  551.  
  552. <a href="/ask">message</a>
  553. {block:IfLink1} <a href="{text:Link 1 URL}">{text:Link 1}</a>{/block:IfLink1}
  554. {block:IfLink2} <a href="{text:Link 2 URL}">{text:Link 2}</a>{/block:IfLink2}
  555. {block:IfLink3} <a href="{text:Link 3 URL}">{text:Link 3}</a>{/block:IfLink3}
  556. </div>
  557.  
  558.  
  559. <div class="description">{Description}
  560. <br><br>
  561. <div class="pagination">{block:Pagination}
  562. {block:PreviousPage}
  563. <a href="{PreviousPage}"><</a>
  564. {/block:PreviousPage}
  565.  
  566. {block:JumpPagination length="5"}
  567. {block:CurrentPage}
  568. <span class="current_page">{PageNumber}</span>
  569. {/block:CurrentPage}
  570.  
  571. {block:JumpPage}
  572. <a class="jump_page" href="{URL}">{PageNumber}</a>
  573. {/block:JumpPage}
  574. {/block:JumpPagination}
  575.  
  576. {block:NextPage}
  577. <a href="{NextPage}">></a>
  578. {/block:NextPage}
  579. {/block:Pagination}</div></div>
  580. </div></div>
  581.  
  582.  
  583.  
  584. <div class="entries">{block:Posts}<div class="post">
  585.  
  586.  
  587. {block:IndexPage}
  588. <div class="index">
  589. {block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date}{block:NoteCount} with <font style="font-size:8px;margin-right:7px;"><a href="{Permalink}"><font style="color:{color:text};">♥{NoteCount}</font></a></font>{/block:NoteCount}</div>{/block:IndexPage}
  590.  
  591. {block:PermalinkPage}
  592. <div class="permapage">
  593. {block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date}{block:NoteCount} with <font style="font-size:8px;margin-right:7px;"><a href="{Permalink}"><font style="color:{color:text};">♥{NoteCount}</font></a></font>{/block:NoteCount}</div>{/block:PermalinkPage}
  594.  
  595. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  596.  
  597. {block:Photo}<img src="{PhotoURL-500}"/><font style="font-size:11px;">{Caption}</font>{/block:Photo}
  598.  
  599. {block:Photoset}{Photoset-500}{block:Caption}<font style="font-size:11px;">{Caption}</font>{/block:Caption}{/block:Photoset}
  600.  
  601. {block:Quote}<div class="quote">{Quote}{block:Source} —<span class="source">{Source}</span>{/block:Source}</div>{/block:Quote}
  602.  
  603. {block:Link}<h1>&raquo; <a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  604.  
  605. {block:Chat}<div class="chat">{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}</div>{/block:Chat}
  606.  
  607. {block:Audio}<div id="audio">{block:AlbumArt}<div class="cover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}
  608. <div class="player">
  609. <div class="player2">
  610. {AudioPlayerWhite}</div></div><div class="track">{block:TrackName}<b>Title:</b> {TrackName}{/block:TrackName}<br />{block:Artist}<b>Artist:</b> {Artist}{/block:Artist}<br />{block:Album}<b>Album:</b> {Album}{/block:Album}<br />{PlayCountWithLabel}</div><br><font style="font-size:11px;">{Caption}</font></div>
  611. {/block:Audio}
  612.  
  613. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  614.  
  615. {block:Answer}
  616. <div class="question"> <b>{Asker}</b> whispered: {Question}</div><blockquote>{Answer}</blockquote>{/block:Answer}
  617.  
  618. {block:ContentSource}
  619. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  620. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  621. {/block:SourceLogo}
  622. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  623. {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  624.  
  625.  
  626.  
  627.  
  628.  
  629.  
  630.  
  631.  
  632.  
  633.  
  634. {block:IndexPage}
  635. <div class="tagsINDEX">
  636. {block:HasTags}{block:Tags} #<font style="letter-spacing:1px;font-style:italic;text-transform:none;font-family:'cambria';font-size:8px;"><a href="{TagURL}">{Tag}</a></font>{/block:Tags}{/block:HasTags}
  637. </div>{/block:IndexPage}
  638.  
  639.  
  640.  
  641.  
  642.  
  643. {block:PermalinkPage}
  644. <div class="tagsPERMA">
  645. {block:HasTags}{block:Tags} #<font style="letter-spacing:1px;font-style:italic;text-transform:none;font-family:'cambria';font-size:8px;"><a href="{TagURL}">{Tag}</a></font>{/block:Tags}{/block:HasTags}
  646. </div>{/block:PermalinkPage}
  647.  
  648. {block:PostNotes}<br/><br/><br/><br/><br/><div class="notes">{PostNotes}</div>{/block:PostNotes}
  649. </div>{/block:Posts}</div>
  650.  
  651.  
  652.  
  653.  
  654. <div id="credit"><a href="http://www.darvll.tumblr.com" target="_blank">darvll</a></div>
  655.  
  656. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement