Advertisement
legilimens

theme 003: dark

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