Advertisement
taurielic

theme 02

Jan 10th, 2014
1,198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.16 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><title>{Title}</title>
  5.  
  6. <link rel="shortcut icon" href="{Favicon}">
  7. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  8. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  9.  
  10.  
  11. <!------------------------------------------------------------------------
  12.  
  13. theme 02 by sara (taurielic.tumblr.com) *EDITED*
  14.  
  15. edit as much as you want
  16. just don't remove the credit, please
  17.  
  18. ------------------------------------------------------------------------>
  19.  
  20. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  21.  
  22. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  23.  
  24. <script>
  25.  
  26. (function($){
  27. $(document).ready(function(){
  28. $("a[title]").style_my_tooltips({
  29. tip_follows_cursor:true,
  30. tip_delay_time:30,
  31. tip_fade_speed:300,
  32. attribute:"title"
  33.  
  34. });
  35.  
  36. });
  37.  
  38. })(jQuery);
  39.  
  40. </script>
  41.  
  42. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  43.  
  44. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  45.  
  46.  
  47.  
  48. <script type="text/javascript" src="http://code.jquery.com/jquery-latest.js"></script>
  49. <script>
  50. $(document).ready(function() {
  51.  
  52. var div = $('#links');
  53. var start = $(div).offset().top;
  54.  
  55. $.event.add(window, "scroll", function() {
  56. var p = $(window).scrollTop();
  57. $(div).css('position',((p)>start) ? 'fixed' : 'static');
  58. $(div).css('top',((p)>start) ? '0px' : '');
  59. });
  60.  
  61.  
  62. });
  63. </script>
  64.  
  65.  
  66.  
  67. <link rel="shortcut icon" href="{Favicon}">
  68.  
  69. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  70.  
  71. <meta name="color:Audio background" content="#f3f3f3"/>
  72. <meta name="color:Description" content="#808080"/>
  73. <meta name="color:Description background" content="#f3f3f3"/>
  74. <meta name="color:Header links" content="#000000"/>
  75. <meta name="color:Header title" content="#000000"/>
  76. <meta name="color:Link hover" content="#000000"/>
  77. <meta name="color:Link" content="#515151"/>
  78. <meta name="color:Pagination" content="#000000"/>
  79. <meta name="color:Post" content="#ffffff"/>
  80. <meta name="color:Scrollbar" content="#000000"/>
  81. <meta name="color:Text" content="#9d9d9d"/>
  82. <meta name="color:Title" content="#000000"/>
  83.  
  84. <meta name="image:Header image" content=""/>
  85.  
  86. <meta name="text:Header title" content="">
  87.  
  88. <meta name="text:link1" content="Link 1"/>
  89. <meta name="text:link1 url" content="/"/>
  90. <meta name="text:link2" content="Link 2"/>
  91. <meta name="text:link2 url" content="/"/>
  92. <meta name="text:link3" content="Link 3"/>
  93. <meta name="text:link3 url" content="/"/>
  94. <meta name="text:link4" content="Link 4"/>
  95. <meta name="text:link4 url" content="/"/>
  96. <meta name="text:link5" content="Link 5"/>
  97. <meta name="text:link5 url" content="/"/>
  98. <meta name="text:link6" content="Link 6"/>
  99. <meta name="text:link6 url" content="/"/>
  100.  
  101.  
  102. <link href='http://fonts.googleapis.com/css?family=Raleway:400,800,100' rel='stylesheet' type='text/css'>
  103. <link href='http://fonts.googleapis.com/css?family=Quicksand:300,400' rel='stylesheet' type='text/css'>
  104.  
  105.  
  106.  
  107.  
  108. <style type="text/css">
  109.  
  110. ::-webkit-scrollbar {
  111. width: 8px;
  112. background-color: #F5F5F5;
  113. }
  114.  
  115. ::-webkit-scrollbar-thumb {
  116. border-radius: 8px;
  117. -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  118. background-color: #555;
  119. }
  120.  
  121. #s-m-t-tooltip {
  122. max-width:300px;
  123. margin:12px 0px 0px 12px;
  124. padding:1px 3px;
  125. background:#fff;
  126. text-transform:lowercase;
  127. font-style: none;
  128. font-family: calibri;
  129. font-size:10px;
  130. letter-spacing: 1px;
  131. color:{color:text};
  132. border-bottom: 0px solid #aaa;
  133. box-shadow: 1px 1px 2px #a5a5a5;
  134. z-index:999;
  135. }
  136.  
  137.  
  138. *, body, a, a:hover {cursor: url(http://www.totallylayouts.com/cursors/random/tiny_cursor.png), auto;}
  139.  
  140. blockquote {
  141. border-left:1px solid #ccc;
  142. padding-top:1px;
  143. padding-bottom:1px;
  144. padding-left:10px;
  145. margin-top:8px;
  146. margin-right:2px;
  147. margin-left:29px;
  148. }
  149.  
  150. body {
  151. background:{color:background};
  152. margin:0px;
  153. margin-right:40px;
  154. color:{color:text};
  155. font-family:calibri;
  156. font-size:11px;
  157. line-height:130%;
  158. }
  159.  
  160. a {
  161. text-decoration:none;
  162. outline:none;
  163. -moz-outline-style:none;
  164. color:{color:link};
  165. -moz-transition-duration:0.5s;
  166. -webkit-transition-duration:0.5s;
  167. -o-transition-duration:0.5s;
  168. }
  169.  
  170. a:hover {
  171. text-decoration:underline;
  172. outline:none;
  173. }
  174.  
  175. img {
  176. border:none;
  177. }
  178.  
  179. #entries {
  180. padding:15px;
  181. width:500px;
  182. font-weight: normal;
  183. line-height:11px;
  184. color:{color:text};
  185. }
  186.  
  187.  
  188. #posts {
  189. width:500px;
  190. font-weight: normal;
  191. line-height:100%;
  192. color:{color:text};
  193. background:#fff;
  194. width:500px;
  195. padding-bottom:30px;
  196. margin-bottom:60px;
  197. }
  198.  
  199.  
  200.  
  201. /* HEADER */
  202.  
  203. #container {
  204. width: 500px;
  205. margin-top: 90px
  206. margin-bottom:0px;
  207. margin-left: auto;
  208. margin-right: auto;
  209. }
  210.  
  211. #headertitle {
  212. margin-top:200px;
  213. color:{color:header title};
  214. }
  215.  
  216. #headertitle a{
  217. color:{color:header title};
  218. text-decoration:none;
  219. }
  220.  
  221. #headertitle a:hover{
  222. text-decoration:none;
  223. }
  224.  
  225. #header {
  226. width:520px;
  227. opacity:100%;
  228. text-align:center;
  229. margin-left:5px;
  230. margin-bottom:10px;
  231. margin-top: 90px;
  232. padding-bottom: 20px;
  233. }
  234.  
  235. #headerimage img {
  236. width:auto;
  237. max-height:150px;
  238. left:auto;
  239. }
  240.  
  241.  
  242. .description {
  243. width:200px;
  244. padding-top:20px;
  245. padding-bottom:20px;
  246. padding-left:40px;
  247. padding-right:40px;
  248. font-family:corbel;
  249. font-size:10px;
  250. line-height: 118%;
  251. margin:10px auto 7px;
  252. text-align:center;
  253. height:auto;
  254. top:60px;
  255. color:{color:description};
  256. position:none;
  257. background-color:{color:description background};
  258. z-index:66666;
  259. opacity:1;
  260. }
  261.  
  262. .description a{
  263. color:{color:description};
  264. }
  265.  
  266.  
  267. #links{
  268. width:500px;
  269. color:{color:header links};
  270. font-size:11px;
  271. font-family:franklin gothic book;
  272. letter-spacing:1px;
  273. word-spacing:10px;
  274. margin-left:10px;
  275. top:20px;
  276. text-align:center;
  277. background:#fff;
  278. line-height:210%;
  279. z-index:999;
  280. opacity:0.98;
  281. }
  282.  
  283. #links a{
  284. color:{color:header links};
  285. }
  286.  
  287. #links a:hover{
  288. text-decoration:none;
  289. color: transparent;
  290. text-shadow: 0 0 1px rgba(0,0,0,0.5);
  291. -moz-outline-style:none;
  292. -moz-transition-duration:0.2s;
  293. -webkit-transition-duration:0.2s;
  294. -o-transition-duration:0.2s;
  295. }
  296.  
  297. /* INFO */
  298.  
  299. #info {
  300. font-family:calibri;
  301. width:500px;
  302. margin-top:-2px;
  303. padding-top:7px;
  304. font-size:8px;
  305. color:{color:info};
  306. letter-spacing:1px;
  307. line-height:50%;
  308. font-style:normal;
  309. text-align:center;
  310. opacity:1;
  311. background:#f3f3f3;
  312. padding-bottom:2px;
  313. -moz-transition-duration:0.9s;
  314. -webkit-transition-duration:0.9s;
  315. -o-transition-duration:0.9s;
  316. }
  317.  
  318. #info a {
  319. color:{color:text};
  320. font-style:normal;
  321. }
  322.  
  323. #info a:hover {
  324. text-decoration:none;
  325. color: transparent;
  326. text-shadow: 0 0 1px rgba(0,0,0,0.4);
  327. -moz-outline-style:none;
  328. -moz-transition-duration:0.7s;
  329. -webkit-transition-duration:0.7s;
  330. -o-transition-duration:0.7s;
  331. }
  332.  
  333. #posts:hover #info{
  334. opacity:1;
  335. background:#fff;
  336. -moz-transition-duration:0.9s;
  337. -webkit-transition-duration:0.9s;
  338. -o-transition-duration:0.9s;
  339. }
  340.  
  341.  
  342. #tags {
  343. font-family:calibri;
  344. font-style:normal;
  345. width:500px;
  346. text-transform:normal;
  347. font-style:normal;
  348. line-height:120%;
  349. padding-top:5px;
  350. padding-bottom:5px;
  351. font-size:9px;
  352. opacity:0;
  353. letter-spacing:0.5px;
  354. text-align:center;
  355. -moz-transition-duration:0.9s;
  356. -webkit-transition-duration:0.9s;
  357. -o-transition-duration:0.9s;
  358. }
  359.  
  360. #tags a{
  361. color:{color:text};
  362. }
  363.  
  364. #tags a:hover{
  365. text-decoration:none;
  366. color: transparent;
  367. text-shadow: 0 0 1px rgba(0,0,0,0.2);
  368. -moz-outline-style:none;
  369. -moz-transition-duration:0.7s;
  370. -webkit-transition-duration:0.7s;
  371. -o-transition-duration:0.7s;
  372. }
  373.  
  374. #posts:hover #tags{
  375. opacity:1;
  376. background:#f3f3f3;
  377. -moz-transition-duration:0.9s;
  378. -webkit-transition-duration:0.9s;
  379. -o-transition-duration:0.9s;
  380. }
  381.  
  382.  
  383. /* PAGINATION*/
  384.  
  385. #pagination {
  386. bottom:0px;
  387. font-family:franklin gothic book;
  388. width:500px;
  389. font-size:10px;
  390. padding:11px;
  391. letter-spacing:1px;
  392. word-spacing:15px;
  393. text-align:center;
  394. background:#fff;
  395. text-transform:lowercase;
  396. opacity:0.98;
  397. }
  398.  
  399. #pagination a {
  400. color:{color:pagination};
  401. opacity:1;
  402. }
  403.  
  404. #pagination a:hover{
  405. text-decoration:none;
  406. color: transparent;
  407. text-shadow: 0 0 1px rgba(0,0,0,0.5);
  408. -moz-outline-style:none;
  409. -moz-transition-duration:0.5s;
  410. -webkit-transition-duration:0.5s;
  411. -o-transition-duration:0.5s;
  412. }
  413.  
  414.  
  415. /* AUDIO */
  416.  
  417. .cover {
  418. position: relative;
  419. z-index: 1;
  420. width: 90px;
  421. float:left;
  422. }
  423.  
  424. .button {
  425. width:20px;
  426. height:30px;
  427. overflow: hidden;
  428. position: relative;
  429. z-index: 99;
  430. margin: 15px 24px 13px 16px;
  431. }
  432.  
  433. .player {
  434. background-color: #fff;
  435. position: absolute;
  436. z-index: 99;
  437. margin-top: 16px;
  438. margin-left: 15px;
  439. opacity: 0.3;
  440. -webkit-transition: opacity 0.2s linear;
  441. -webkit-transition: all 0.2s linear;
  442. -moz-transition: all 0.2s linear;
  443. -o-transition: all 0.2s linear;
  444. }
  445.  
  446. .player:hover {
  447. opacity:0.85;
  448. }
  449.  
  450. .musicinfo {
  451. padding:13px;
  452. font-size:12px;
  453. margin-left:100px;
  454. text-align:left;
  455. line-height:110%;
  456. background:{color:Audio background};
  457. }
  458.  
  459.  
  460.  
  461. /* ASKS */
  462.  
  463. #ask {
  464. padding:5px;
  465. padding-bottom:10px;
  466. padding-left:10px;
  467. text-align:right;
  468. color:{color:text};
  469. line-height:130%;
  470. border:0px solid #f3f3f3 opacity:0.5;
  471. }
  472. #ask img {
  473. margin-left:-2px;
  474. margin-bottom:-9px;
  475. padding:3px;
  476. }
  477.  
  478. #answer {
  479. text-align:left;
  480. padding:6px;
  481. color:{color:text};
  482. }
  483.  
  484.  
  485. /* CREDIT */
  486.  
  487. #credit {
  488. position:fixed;
  489. right:0px;
  490. bottom:0px;
  491. color:{color:body};
  492. font-family:corbel;
  493. text-transform:lowercase;
  494. margin:4px;
  495. font-size:12px;
  496. letter-spacing:1px;
  497. padding:8px;
  498. }
  499.  
  500. #credit a:hover{
  501. text-decoration:none;
  502. }
  503.  
  504.  
  505.  
  506. /* LABELS */
  507.  
  508. h1 {
  509. color:{color:title};
  510. font-size:20px;
  511. font-family:quicksand;
  512. font-weight:normal;
  513. background-color:#fff;
  514. text-align:justify;
  515. line-height:4px;
  516. line-height:100%;
  517. }
  518.  
  519. h2 {
  520. color:{color:title};
  521. font-size:16px;
  522. background-color:#f3f3f3;
  523. width:460px;
  524. padding:20px;
  525. font-family:corbel;
  526. opacity:1;
  527. margin:0px 0px;
  528. text-align:justify;
  529. font-weight:100;
  530. line-height:100%;
  531. }
  532.  
  533. h3 {
  534. color:{color:header title};
  535. font-size:36px;
  536. font-family:quicksand;
  537. font-weight:100;
  538. padding:5px 15px 0px 15px;
  539. text-align:center;
  540. opacity:1;
  541. margin:0px 0px;
  542. line-height:100%;
  543. letter-spacing:0px;
  544. }
  545.  
  546.  
  547. </style>
  548. <style type="text/css">{CustomCSS}</style>
  549. </head>
  550.  
  551. <body>
  552.  
  553.  
  554.  
  555.  
  556. <div id="container">
  557.  
  558.  
  559.  
  560. <div id="header">
  561.  
  562. <div id="headerimage">
  563. <a href="/"><img src="{image:header image}"></a></div>
  564.  
  565. <div class="headertitle"><h3><a href="/" title="home" style="text-decoration:none; color:{color:header title}">{text:header title}</a></h3></div>
  566.  
  567. <div class="description">
  568. {Description}
  569. </div>
  570.  
  571. <div id="links">
  572. {block:IfLink1}
  573. <a href="{text:link1 url}"title="{text:link1}">i.</a>
  574. {/block:IfLink1}
  575. {block:IfLink2}
  576. <a href="{text:link2 url}"title="{text:link2}">ii.</a>
  577. {/block:IfLink2}
  578. {block:IfLink3}
  579. <a href="{text:link3 url}"title="{text:link3}">iii.</a>
  580. {/block:IfLink3}
  581. {block:IfLink4}
  582. <a href="{text:link4 url}"title="{text:link4}">iv.</a>
  583. {/block:IfLink4}
  584. {block:IfLink5}
  585. <a href="{text:link5 url}"title="{text:link5}">v.</a>
  586. {/block:IfLink5}
  587. {block:IfLink6}
  588. <a href="{text:link6 url}"title="{text:link6}">vi.</a>
  589. {/block:IfLink6}
  590. </div>
  591. </div>
  592.  
  593. <div id="credit"><a href="http://taurielic.tumblr.com/" title="theme">©</a></div>
  594.  
  595. <br><br>
  596. <div id="entries">
  597. {block:Posts}
  598. <div id="posts">
  599.  
  600. {block:Audio}<div class="player"><div class="button">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div></div>{block:AlbumArt}<img src="{AlbumArtURL}" class="cover">{/block:AlbumArt}<div class="musicinfo">
  601. {block:TrackName}<div style="font-size:12px;">{TrackName}</div>{/block:Trackname}<br>{block:Artist}<span style="font-size:10px;">{Artist}{/block:Artist}<br>{block:Album} {Album}{/block:Album}<br>{block:PlayCount}{PlayCount} plays </span>{/block:PlayCount}<br></div><div><style="margin-top:20px;"><br>{block:caption}{Caption}{/block:caption}</div>{/block:Audio}
  602.  
  603. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  604.  
  605. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  606.  
  607. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}<br>{/block:Photoset}
  608.  
  609. {block:Quote}<h2>"{Quote}"</h2>{block:Source}<br> <div style="text-align: right;">— {Source}</div><br>{/block:Source}{/block:Quote}
  610.  
  611.  
  612. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  613.  
  614. {block:Chat}<ul class="chat">{block:Title}<h1>{Title}</h1>{/block:Title} {block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  615.  
  616. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  617.  
  618.  
  619. {block:Answer}<div id="ask"><img src="{AskerPortraitURL-24}" style="border-radius:90px; opacity:.85;margin-left:3px;"></div> &nbsp;<em>{Asker}:<br> &nbsp; <big>{Question}</big></em><br><br>{Answer}{/block:Answer}
  620.  
  621. {block:Date}<div id="info"><a href="{Permalink}">{TimeAgo}</a> {block:NoteCount} with <a href="{Permalink}">{NoteCount} notes</a>{/block:NoteCount}<p>
  622.  
  623. {block:RebloggedFrom}<a href="{ReblogParentURL}">via</a> —{/block:RebloggedFrom}
  624. {block:ContentSource} <a href="{SourceURL}">source</a> {/block:ContentSource}
  625.  
  626.  
  627. {/block:Date}
  628. </div>
  629. {block:HasTags}
  630. <div id="tags">
  631. {block:Tags} <a href="{TagURL}"> #{Tag} </a> {/block:Tags}</div>
  632. {/block:HasTags}
  633.  
  634.  
  635. </div>
  636.  
  637. {/block:posts}{block:PostNotes}{PostNotes}{/block:PostNotes}
  638. {block:Pagination}
  639. <div id="pagination">
  640. {block:PreviousPage}
  641. <a href="{PreviousPage}">back</a>
  642. {/block:PreviousPage}
  643. {block:JumpPagination length="0"}
  644. {block:CurrentPage}
  645. <span class="current_page">{PageNumber}</span>
  646. {/block:CurrentPage}
  647. {block:JumpPage}
  648. <a class="jump_page" href="{URL}">{PageNumber}</a>
  649. {/block:JumpPage}
  650. {/block:JumpPagination}
  651. {block:NextPage}
  652. <a href="{NextPage}">forth</a>
  653. {/block:NextPage}
  654. </div>
  655. {/block:Pagination}
  656. </div>
  657.  
  658.  
  659.  
  660. </div>
  661.  
  662.  
  663.  
  664.  
  665. </body>
  666. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement