Advertisement
legilimens

theme 018: voicemail

Aug 9th, 2014
506
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.65 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. <!--------------------------------------------------------------
  5.  
  6. theme 018: voicemail by legilimen.
  7. shoot me a message if you need help!
  8.  
  9. ---------------------------------------------------------->
  10.  
  11. <html>
  12. <head>
  13.  
  14. <link rel="shortcut icon" href="{Favicon}">
  15. <meta name="description" content="{MetaDescription}" />
  16.  
  17. <meta name="color:background" content="#ffffff"/>
  18. <meta name="color:text" content="#919191"/>
  19. <meta name="color:link" content="#7e7f80"/>
  20. <meta name="color:scrollbar" content="#000">
  21. <meta name="color:scrollbarbg" content="#000">
  22. <meta name="color:link hover" content="#141212"/>
  23. <meta name="color:links" content="#fff">
  24.  
  25. <meta name="text:your font options are" content="Arial, Calibri, Helvetica, Times. type one into the box below.">
  26. <meta name="text:font" content="Arial, Calibri, Helvetica, Times"/>
  27. <meta name="image:sidebar" content=""/>
  28.  
  29. <meta name="text:link1head" content="">
  30. <meta name="text:link1head url" content="/">
  31. <meta name="text:link2head" content="">
  32. <meta name="text:link2head url" content="/">
  33. <meta name="text:link3head" content="">
  34. <meta name="text:link3head url" content="/">
  35. <meta name="text:link4head" content="">
  36. <meta name="text:link4head url" content="/">
  37. <meta name="text:link5head" content="">
  38. <meta name="text:link5head url" content="/">
  39. <meta name="text:link6head" content="">
  40. <meta name="text:link6head url" content="/">
  41. <meta name="text:link7head" content="">
  42. <meta name="text:link7head url" content="/">
  43.  
  44.  
  45. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  46. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  47. <link rel="shortcut icon" href="{Favicon}" />
  48. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  49. <link href='http://fonts.googleapis.com/css?family=Nova+Oval|Fira+Sans|Macondo+Swash+Caps' rel='stylesheet' type='text/css'>
  50. <style type="text/css">
  51.  
  52. *, body, a, a:hover {cursor: url(http://i1347.photobucket.com/albums/p715/breezeblocks/themes/cursor_zpsc12dc478.png), auto;}
  53.  
  54.  
  55. a {
  56. color:{color:link};
  57. text-decoration:none;
  58. -moz-transition-duration:0.6s;
  59. -webkit-transition-duration:0.6s;
  60. -o-transition-duration:0.6s;
  61. }
  62.  
  63. a:hover {
  64. color:{color:link hover};
  65. }
  66.  
  67.  
  68. ::-webkit-scrollbar {background-color:{color:scrollbarbg}; opacity:0; height:8px; width:.5px}
  69. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; opacity:0; height:50px}
  70. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; opacity:0; height:8px!important}
  71.  
  72.  
  73. body {
  74. background-color:{color:background};
  75. font-family:{text:font};
  76. font-weight:lighter;
  77. font-size:10px;
  78. letter-spacing:0px;
  79. }
  80.  
  81. h1 {
  82. font-weight:normal;
  83. font-size:11px;
  84. text-align:justify;
  85. font-family:{text:font};
  86. line-height:100%;
  87. text-transform:none;
  88. color:{color:text};
  89. }
  90.  
  91. h2 {
  92. font-size:11px;
  93. text-align:left;
  94. line-height:100%;
  95. letter-spacing:0px;
  96. color:{color:text};
  97. font-style:none;
  98. text-transform:none;
  99. }
  100.  
  101. blockquote {
  102. border-left:1px solid {color:text};
  103. padding-left:20px;
  104. padding-top:10px;
  105. padding-bottom:10px;
  106. margin:10px;
  107. }
  108.  
  109. #theme {
  110. background-color:{color:background};
  111. width:700px;
  112. margin: 0 auto -12px auto;
  113. text-align: center;
  114. }
  115.  
  116. #sidebar {
  117. color:{color:text};
  118. width:100px;
  119. margin-top:90px;
  120. margin-left:70px;
  121. text-align:left;
  122. position:fixed;
  123. left:0;
  124.  
  125. }
  126.  
  127. #sidebar img{
  128. width: 60px;
  129. padding: 0px;
  130. margin-left:0px;
  131. margin-top:20px;
  132. }
  133.  
  134. .links2 {
  135.  
  136. margin-bottom:10px;
  137. padding-right:2px;
  138. font-size:11px;
  139. text-transform:lowercase;
  140. position:relative;
  141. font-family:{text:font};
  142. text-align:left;
  143. line-height:150%;
  144. letter-spacing:10px;
  145. margin-top:40px;
  146. margin-left:0px;
  147. }
  148.  
  149. .links2 a{
  150. letter-spacing:0px;
  151. color:{color:links};
  152. -moz-transition-duration:.2s;
  153. -webkit-transition-duration:.2s;
  154. -o-transition-duration:.2s;
  155. }
  156.  
  157. .links2 a:hover{
  158. color:{color:links};
  159. font-style:italic;
  160. -moz-transition-duration:.2s;
  161. -webkit-transition-duration:.2s;
  162. -o-transition-duration:.2s;
  163. }
  164.  
  165.  
  166.  
  167. .desc {
  168. margin-left:0px;
  169. margin-bottom:10px;
  170. margin-top:30px;
  171. text-align:justify;
  172. font-style:none;
  173. font-size:11px;
  174. font-family: {text:font};
  175. color:{color:text};
  176. letter-spacing:0px;
  177. line-height:120%;
  178. border-width:2px;
  179. padding-top: 3px;
  180. width:150px;
  181. }
  182.  
  183.  
  184. .pagination {
  185. text-transform:uppercase;
  186. letter-spacing:0px;
  187. text-align:center;
  188. font-family:{text:font};
  189. margin-left:0px;
  190. margin-top:50px;
  191. opacity:1;
  192. text-align:center;
  193. }
  194.  
  195. .pagination a {
  196. color:{color:text};
  197. }
  198.  
  199. .jump_page {
  200. padding: 5px;
  201. color:#585858;
  202. font-family:{text:font};
  203. font-size:9px;
  204. opacity:1;
  205. text-decoration:none;
  206. }
  207.  
  208. .current_page, .jump_page:hover {
  209. padding: 5px;
  210. color: #585858;
  211. font-family:{text:font};
  212. font-size:9px;
  213. font-style:bold;
  214. }
  215.  
  216. #stuffcontainer {
  217. float:left;
  218. margin-left:100px;
  219. margin-top:-10px;
  220. margin-bottom:0px;
  221. text-align:justify;
  222. text-transform:none;
  223. background-color:{color:background};
  224. color:{color:text};
  225. margin-bottom: 35px;
  226. }
  227.  
  228. #stuff {
  229. width:500px;
  230. margin-top:75px;
  231. text-align:justify;
  232. font-size:11px;
  233. margin-bottom:175px;
  234. line-height:100%;
  235. letter-spacing:0px;
  236. color:{color:text};
  237. }
  238.  
  239. .caption {
  240. width:500px;
  241. text-align:justify;
  242. line-height:120%;
  243. text-transform:none;
  244. }
  245.  
  246.  
  247. /**Ask Posts**/
  248.  
  249. .ask {
  250. padding:0px;
  251. font-size:11px;
  252. text-align:left;
  253. padding-bottom:2px
  254. color:{color:text};
  255. }
  256.  
  257. .ans {
  258. text-align:left;
  259. padding:0px;
  260. color:{color:text};
  261. }
  262.  
  263. /**Audio Posts**/
  264.  
  265. .audio {
  266. height:60px;
  267. padding:5px;
  268. margin-bottom:55px;
  269. }
  270.  
  271. .audio-player {
  272. opacity:1;
  273. filter:alpha(opacity=90);
  274. width:500px;
  275. height:30px;
  276. padding:0px;
  277. overflow:hidden;
  278. position:absolute;
  279. z-index:.1;
  280. }
  281.  
  282. .audio-info {
  283. margin-top:4px;
  284. position:relative;
  285. margin-left:120px;
  286. line-height:120%;
  287. padding:2px;
  288. font-size:11px;
  289. z-index:2;
  290. }
  291.  
  292. .audiocaption {
  293. width:500px;
  294. margin-top:-75px;
  295. text-align:justify;
  296. line-height:120%;
  297. text-transform:none;
  298. }
  299.  
  300.  
  301.  
  302. /**Chat Posts**/
  303.  
  304. ul.chat, .chat ol, .chat li {
  305. list-style:none;
  306. margin:0px;
  307. padding:2px;
  308. }
  309.  
  310. .label {
  311. text-decoration:bold;
  312. font-weight:700;
  313. margin-right:5px;
  314. }
  315.  
  316. /**Post Info, Notes**/
  317.  
  318. #postinfo {
  319. font-family:{text:font};
  320. width:480px;
  321. font-size:9px;
  322. text-transform:lowercase;
  323. font-style:normal;
  324. text-align:left;
  325. margin-top:-16px;
  326. padding:5px 10px 0px 0px;
  327. }
  328.  
  329. #postinfo a {
  330. color:{color:text};
  331. -moz-transition-duration:.2s;
  332. -webkit-transition-duration:.2s;
  333. -o-transition-duration:.2s;
  334. }
  335.  
  336. #postinfo a:hover {
  337. color:{color:link hover};
  338. font-style:italic;
  339. -moz-transition-duration:.2s;
  340. -webkit-transition-duration:.2s;
  341. -o-transition-duration:.2s;
  342. }
  343.  
  344. #tags {
  345. text-transform:lowercase;
  346. font-size:9px;
  347. font-family:{text:font};
  348. text-align:left;
  349. margin-top:-11px;
  350. width:480px;
  351. letter-spacing:0px;
  352. padding:3px 10px 5px 0px;
  353. }
  354.  
  355. #tags a{
  356. color:{color:text};
  357. -moz-transition-duration:.2s;
  358. -webkit-transition-duration:.2s;
  359. -o-transition-duration:.2s;
  360. }
  361.  
  362. #tags a:hover {
  363. color:{color:link hover};
  364. font-style:italic;
  365. -moz-transition-duration:.2s;
  366. -webkit-transition-duration:.2s;
  367. -o-transition-duration:.2s;
  368. }
  369.  
  370. .note {
  371. text-transform:lowercase;
  372. font-style:normal;
  373. letter-spacing:0px;
  374. font-size: 9px;
  375. text-align:left;
  376. line-height:90%;
  377. margin-left:0px;
  378. margin-top: 50px;
  379. }
  380.  
  381. .note li {
  382. list-style-type:none;
  383. padding:10px 10px 10px 10px;
  384. text-align:left;
  385. -moz-transition-duration:0.5s;
  386. -webkit-transition-duration:0.5s;
  387. -o-transition-duration:0.5s;
  388. }
  389.  
  390. .note img{
  391. display:none;
  392. }
  393.  
  394. .note li a{
  395. font-style: none;
  396. background-color: {color:background};
  397. padding:10px 10px 10px 10px;
  398. }
  399.  
  400. .note li a:hover{
  401. font-style:none;
  402. background-color: {color:askbg};
  403. padding:10px 10px 10px 10px;
  404. }
  405.  
  406. #credit {
  407. position:fixed;
  408. font-size:10px;
  409. font-weight:normal;
  410. line-height:150%;
  411. letter-spacing:2px;
  412. right:10px;
  413. bottom:10px;
  414. text-transform:uppercase;
  415. text-align:center;
  416. }
  417.  
  418. #credit a {
  419. padding:3px;
  420. color:{color:text};
  421. -moz-transition-duration:0.5s;
  422. -webkit-transition-duration:0.5s;
  423. -o-transition-duration:0.5s;
  424. }
  425.  
  426.  
  427.  
  428. {CustomCSS}
  429.  
  430. #s-m-t-tooltip {
  431.  
  432. max-width:300px;
  433.  
  434. padding:6px 8px 6px 8px;
  435.  
  436. margin:20px 0px 0px 20px;
  437.  
  438. background-color:#fff; /* change the background color */
  439.  
  440. font-family:{text:font}; /* change the font */
  441.  
  442. font-style:none;
  443.  
  444. font-size:9px; /* change the font size */
  445.  
  446. line-height:130%;
  447.  
  448. letter-spacing:0px; /* change the letter spacing */
  449.  
  450. text-transform:lowercase; /* can be uppercase, lowercase, none*/
  451.  
  452. color:{color:text}; /* change the text color */
  453.  
  454. z-index: 100;
  455.  
  456. }
  457.  
  458. </style></head>
  459. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  460.  
  461. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  462.  
  463. <script>
  464.  
  465. (function($){
  466.  
  467. $(document).ready(function(){
  468.  
  469. $("a[title]").style_my_tooltips({
  470.  
  471. tip_follows_cursor:true,
  472.  
  473. tip_delay_time:10,
  474.  
  475. tip_fade_speed:100,
  476.  
  477. attribute:"title"
  478.  
  479. });
  480.  
  481. });
  482.  
  483. })(jQuery);
  484.  
  485. </script>
  486.  
  487. <body>
  488.  
  489.  
  490. <div id="theme">
  491.  
  492. <div id="sidebar">
  493.  
  494.  
  495. <div id="sidebarimage"><a href="/"><img src="{image:sidebar}"></a></div><P>
  496. <div class="desc">
  497. {Description}
  498. </div>
  499. <div class="links2">
  500. {block:IfLink1head}
  501. <a href="{text:link1head url}">{text:link1head}</a>
  502. {/block:IfLink1head}<br>
  503. {block:IfLink2head}
  504. <a href="{text:link2head url}">{text:link2head}</a>
  505. {/block:IfLink2head}<br>
  506. {block:IfLink3head}
  507. <a href="{text:link3head url}">{text:link3head}</a>
  508. {/block:IfLink3head}<br>
  509. {block:IfLink4head}
  510. <a href="{text:link4head url}">{text:link4head}</a>
  511. {/block:IfLink4head}<br>
  512. {block:IfLink5head}
  513. <a href="{text:link5head url}">{text:link5head}</a>
  514. {/block:IfLink5head}<br>
  515. {block:IfLink6head}
  516. <a href="{text:link6head url}">{text:link6head}</a>
  517. {/block:IfLink6head}<br>
  518. {block:IfLink7head}
  519. <a href="{text:link7head url}">{text:link7head}</a>
  520. {/block:IfLink7head}
  521. </div>
  522. <div class="pagination"><div style="color:#fff;">{block:Pagination}
  523. {block:PreviousPage}<a href="{PreviousPage}" class="jump_page">&larr;</a>{/block:PreviousPage}
  524. {block:JumpPagination length="3"}
  525. {block:CurrentPage}<span class="current_page">{PageNumber}</span>{/block:CurrentPage}
  526. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}
  527. {block:NextPage}<a href="{NextPage}" class="jump_page">&rarr;</a>{/block:NextPage}
  528. {/block:Pagination}</div></div>
  529. </div>
  530.  
  531. <div id="stuffcontainer">
  532.  
  533. {block:Posts}
  534.  
  535. <div id="stuff">
  536.  
  537. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  538.  
  539. {block:Quote}<h2>“{Quote}”</h2><h1>– {Source}</h1>{/block:Quote}
  540.  
  541. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  542. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  543.  
  544. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  545.  
  546. {block:Photoset}<center>{Photoset-500}</center>
  547. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  548.  
  549. {block:Chat}<ul class="chat">{block:Title}<h2>{Title}</h2>{/block:Title}{block:Lines}<li>{block:Label}<span class="label"><u>{Label}</u></span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  550.  
  551. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  552.  
  553. {block:Answer}<div class="ask"><b>{Asker} is typing...</b><br> {Question}</div><div class="ans">{Answer}</div>
  554. <div style= text-align:center;></div>{/block:answer}
  555.  
  556. {block:Audio}
  557. <div class="audio">
  558. <div class="audio-player">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div>
  559.  
  560. <div class="audio-info">
  561. {block:TrackName}<i>{TrackName}{/block:TrackName}</i> by
  562. {block:Artist}{Artist}{/block:Artist}
  563. </div></div>
  564. <div class="audiocaption">{block:Caption}{Caption}{/block:Caption}</div>
  565. {/block:Audio}<br><br>
  566.  
  567. <div id="postinfo">{block:Date}<a href="{Permalink}">{TimeAgo}{/block:Date}</a> with {block:NoteCount}<a href="{Permalink}">{NoteCount} notes</a>{/block:NoteCount} {block:PermalinkPage}<div style="float:right">{block:RebloggedFrom}<a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}&nbsp&nbsp{block:ContentSource} <a href="{SourceURL}">©</a>{/block:ContentSource}</div>{/block:PermalinkPage}</div><br><div id="tags">{block:HasTags}<u>filed under:</u>{block:Tags} &nbsp&nbsp&nbsp&nbsp<a href="{TagURL}">{Tag},</a>{/block:Tags}{/block:HasTags}</div></div>
  568. <div class="note"> {block:PostNotes}{PostNotes}{/block:PostNotes} </div>
  569. {/block:Posts}
  570.  
  571. <div id="credit"><a href="http://legilimen.tumblr.com/" title="@legilimenthemes">☼</a></div>
  572.  
  573. </div>
  574. </div>
  575. </div>
  576. </body>
  577. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement