Advertisement
legilimens

theme 001: ambrosia

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