Advertisement
legilimens

theme 012: stone

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