Advertisement
malfoymannor

Theme Eight (previously mmtheme20)

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