Advertisement
Themes_Mandrakescry

Theme 40

Jun 20th, 2014
573
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.74 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. Theme by Clara
  6. http://mandrakescry.tumblr.com/
  7. DON'T REMOVE THE CREDITS
  8. -------------------------------------------->
  9. <html>
  10. <head>
  11.  
  12. <meta name="color:background" content="#FFFFFF">
  13. <meta name="color:sidebar link" context="#413f3f">
  14. <meta name="color:link" content="#f37ce5">
  15. <meta name="color:post links" content="#FFFFFF">
  16. <meta name="color:hover" content="#454545">
  17. <meta name="color:info" content="#000">
  18. <meta name="color:desc bg" content="#f2f2f2">
  19. <meta name="color:text" content="#9A9A9A">
  20. <meta name="color:title" content="#0a0a0a">
  21. <meta name="color:sidebar text" content="#a8a6a6">
  22. <meta name="color:tags" content="#dddddd">
  23. <meta name="color:scrollbar" content="#a9c108">
  24. <meta name="color:border" content="#a9c108">
  25. <meta name="color:blog title" content="#ffffff" />
  26. <meta name="color:sidebar background" content="#0b0b0b" />
  27. <meta name="color:ask bg" content="#0b0b0b" />
  28.  
  29. <meta name="image:sidebar" content=""/>
  30. <meta name="text:blogtitle" content="The Lion <br>Sleeps Tonight" />
  31.  
  32. <meta name="text:Link1" content="" />
  33. <meta name="text:Link1 Title" content="link 1" />
  34. <meta name="text:Link2" content="" />
  35. <meta name="text:Link2 Title" content="link 2" />
  36. <meta name="text:Link3" content="" />
  37. <meta name="text:Link3 Title" content="link 3" />
  38. <meta name="text:Link4" content="" />
  39. <meta name="text:Link4 Title" content="link 4" />
  40.  
  41.  
  42. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  43. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  44. <link rel="shortcut icon" href="{Favicon}" />
  45. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  46.  
  47. <script type="text/javascript"
  48. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  49.  
  50. <link href='http://fonts.googleapis.com/css?family=Yeseva+One' rel='stylesheet' type='text/css'>
  51.  
  52. <link href='http://fonts.googleapis.com/css?family=Berkshire+Swash' rel='stylesheet' type='text/css'>
  53.  
  54. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  55. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  56. <script>
  57. (function($){
  58. $(document).ready(function(){
  59. $("a[title]").style_my_tooltips({
  60. tip_follows_cursor:true,
  61. tip_delay_time:90,
  62. tip_fade_speed:600,
  63. attribute:"title"
  64. });
  65. });
  66. })(jQuery);
  67. </script>
  68.  
  69. <style type="text/css">
  70.  
  71. #s-m-t-tooltip{
  72. max-width:250px;
  73. z-index:999999;
  74. margin-top:-20px;
  75. margin-left:auto;
  76. padding-left:2px;
  77. padding-right:2px;
  78. letter-spacing:1px;
  79. text-transform:uppercase;
  80. border:1px solid {color:sidebar};
  81. background:{color:sidebar background};
  82. color:{color:background};
  83. font-family:trebuchet ms;
  84. font-size:8px;
  85. box-shadow:1px 1px 3px rgba(0,0,0,.1);}
  86.  
  87.  
  88. a {
  89. color:{color:link};
  90. text-decoration:none;
  91. -moz-transition-duration:0.5s;
  92. -webkit-transition-duration:0.5s;
  93. -o-transition-duration:0.5s;
  94. }
  95.  
  96. a:hover {
  97. color:{color:hover};
  98. text-decoration:none;
  99. -moz-transition-duration:0.5s;
  100. -webkit-transition-duration:0.5s;
  101. -o-transition-duration:0.5s;
  102. }
  103.  
  104. ::-webkit-scrollbar-thumb:vertical {
  105. height:12px;
  106. border:2px solid {color:background};
  107. background-color:{color:scrollbar};
  108. }
  109. ::-webkit-scrollbar-thumb:horizontal {
  110. background-color:{color:background};
  111. }
  112. ::-webkit-scrollbar {
  113. width:11px;
  114. height:7px;
  115. border:5px solid {color:background};
  116. background-color:{color:scrollbar};
  117. }
  118.  
  119. body {
  120. background-color:{color:background};
  121. font-family:cambria;
  122. font-weight:normal;
  123. }
  124.  
  125.  
  126.  
  127.  
  128. h1 {
  129. font-weight:normal;
  130. font-size:10px;
  131. text-align:center;
  132. font-style:normal;
  133. line-height:80%;
  134. letter-spacing:1px;
  135. text-transform:uppercase;
  136. color:{color:text};
  137. }
  138.  
  139. h2 {
  140. font-size:20px;
  141. text-align:justify;
  142. line-height:100%;
  143. letter-spacing:-0.5px;
  144. font-family: 'Yeseva One', cursive;
  145. color:{color:title};
  146. font-weight:normal;
  147. padding:5px;
  148. padding-bottom:2px;
  149. }
  150.  
  151.  
  152. blockquote {
  153. border-left:2px solid {color:text};
  154. padding-left:5px;
  155. margin:5px;
  156. }
  157.  
  158. #sb{
  159. position:fixed;
  160. height: 100%;
  161. width: 400px;
  162. background-color: {color:Sidebar Background};
  163. top: 0;
  164. left: 0;
  165. }
  166.  
  167.  
  168. #sidebar {
  169. position:fixed;
  170. margin-left:70px;
  171. width: 150px;
  172. margin-top:15%;
  173. background-color: transparent ;
  174. padding:0px 5px 0px;
  175. }
  176.  
  177.  
  178. #simg img {
  179. width:80px;
  180. height:80px;
  181. margin-left:25px;
  182. padding:4px;
  183. border-radius: 200px 200px 200px 200px;
  184. -moz-border-radius: 200px 200px 200px 200px;
  185. -webkit-border-radius: 200px 200px 200px 200px;
  186. border: 5px outset {color:border};
  187. }
  188.  
  189. #description {
  190. width:80px;
  191. height:75px;
  192. overflow:auto;
  193. margin-top:-110px;
  194. margin-left:130px;
  195. font-size: 10px;
  196. color:{color:sidebar text};
  197. background:{color:desc bg};
  198. padding:10px;
  199. line-height: 18px;
  200. text-align:center;
  201. line-height:10px;
  202. border:1px dotted {color:border};
  203. }
  204.  
  205. .pagination {
  206. margin-top:-115px;
  207. margin-left:80px;
  208. text-align:right;
  209. font-size:9px;
  210. width:150px;
  211. color:{color:blog title};
  212. }
  213.  
  214. #blogtitle {
  215. position:fixed;
  216. text-align:center;
  217. margin-left:-5px;
  218. margin-top:-30px;
  219. margin-bottom:10px;
  220. width:110px;
  221. font-size:15px;
  222. letter-spacing:1px;
  223. height:50px;
  224. line-height:100%;
  225. color:{color:blog title};
  226. font-family: 'Berkshire Swash', cursive;
  227. text-transform:lowercase;
  228. ransform: rotate(-20deg);
  229. -ms-transform: rotate(-20deg);
  230. -webkit-transform: rotate(-20deg);
  231. -o-transform: rotate(-20deg);
  232. -moz-transform: rotate(-20deg);
  233. }
  234.  
  235. .links {
  236. margin-top:5px;
  237. width: 250px;
  238. font-size: 7px;
  239. font-family: verdana;
  240. text-transform: uppercase;
  241. text-align: center;
  242. color:{color:blog title};
  243. }
  244.  
  245. .links a {
  246. padding:3px;
  247. color: {color:sidebar link};
  248. margin-bottom: 8px;
  249. width: 70px;
  250. -webkit-transition:0.3s linear;
  251. }
  252.  
  253. .links a:hover {
  254. color:{color:hover};
  255. }
  256.  
  257.  
  258. #stuffcontainer {
  259. float:left;
  260. margin-left:500px;
  261. margin-top:-10px;
  262. text-align:justify;
  263. background-color:{color:bg};
  264. color:{color:text};
  265. margin-bottom: 35px;
  266. }
  267.  
  268.  
  269. #stuff {
  270. width:500px;
  271. margin-top:45px;
  272. text-align:justify;
  273. font-size:11px;
  274. line-height:90%;
  275. letter-spacing:0x;
  276. color:{color:text};
  277. }
  278.  
  279. .caption {
  280. width:500px;
  281. text-align:justify;
  282. line-height:120%;
  283. }
  284.  
  285. .asker {
  286. padding:10px;
  287. font-family:cambria;
  288. letter-spacing:1px;
  289. text-align:left;
  290. text-transform:none;
  291. color:{color:blog title};
  292.  
  293. }
  294.  
  295. .asker a {
  296. color:{color:blog title};
  297. letter-spacing:1px;
  298. }
  299.  
  300. .ans {
  301. text-align:left;
  302. padding:10px;
  303. color:{color:text};
  304. }
  305.  
  306. .audio {
  307. width:500px;
  308. padding-bottom:10px;
  309. background-color:{color:infobg};
  310. }
  311.  
  312. .albumart {
  313. float:left;
  314. padding:0px 10px 10px 0px;
  315. }
  316.  
  317. .albumart img {
  318. width:45px;
  319. height:45px;
  320. }
  321.  
  322. .playercontainer {
  323. text-align:left;
  324. padding:10px;
  325. background-color:#ffffff;
  326. width:480px;
  327. }
  328.  
  329. .audioinfo {
  330. padding:10px;
  331. color:{color:text};
  332. }
  333.  
  334. #postinfo {
  335. width:490px;
  336. padding:2px;
  337. font-size:8px;
  338. color:{color:info};
  339. text-transform:uppercase;
  340. font-style:normal;
  341. letter-spacing:2px;
  342. text-align:left;
  343. -moz-transition-duration:0.5s;
  344. -webkit-transition-duration:0.5s;
  345. -o-transition-duration:0.5s;
  346. border-top:1px dotted {color:text};
  347. }
  348.  
  349. #postinfo a {
  350. color:{color:info};
  351. text-align:center;
  352. letter-spacing:1px;
  353. font-style:normal;
  354. }
  355.  
  356. #postinfo a:hover {
  357. color:{color:hover};
  358. }
  359.  
  360. .note {
  361. text-transform:uppercase;
  362. font-style:normal;
  363. letter-spacing:0px;
  364. font-size: 9px;
  365. text-align:left;
  366. line-height:90%;
  367. margin-left:-40px;
  368. }
  369.  
  370. .note li {
  371. list-style-type:none;
  372. padding:10px 25px 10px 25px;
  373. text-align:left;
  374. margin:0px;
  375. -moz-transition-duration:0.5s;
  376. -webkit-transition-duration:0.5s;
  377. -o-transition-duration:0.5s;
  378. }
  379.  
  380. .tags {
  381. font-style:normal;
  382. width:500px;
  383. text-transform:uppercase;
  384. font-style:normal;
  385. color:{color:link};
  386. letter-spacing:2px;
  387. line-height:100%;
  388. margin-left:2px;
  389. margin-top:-3px;
  390. font-size:8px;
  391. text-align:left;
  392. -moz-transition-duration:0.5s;
  393. -webkit-transition-duration:0.5s;
  394. -o-transition-duration:0.5s;
  395. }
  396.  
  397. .tags a {
  398. color:{color:tags};
  399. letter-spacing:1px;
  400. padding:1px;
  401. }
  402.  
  403. .tags a:hover {
  404. color:{color:link};
  405. }
  406.  
  407. ul.chat, .chat ol, .chat li {
  408. list-style:none;
  409. margin:0px;
  410. padding:2px;
  411. }
  412.  
  413. .label {
  414. text-decoration:underline;
  415. font-weight:700;
  416. background-color:{color:infobg};
  417. margin-right:5px;
  418. }
  419.  
  420.  
  421. #credit{
  422. width:20px;
  423. position:fixed;
  424. bottom:10px;
  425. right:10px;
  426. opacity:1;
  427. -webkit-transition: all 0.3s linear;
  428. -moz-transition: all 0.3s linear;
  429. -o-transition: all 0.3s linear;
  430. -ms-transition: all 0.3s linear;
  431. -webkit-filter: grayscale(100%);
  432. -moz-filter: grayscale(100%);
  433. -ms-filter: grayscale(100%);
  434. -o-filter: grayscale(100%);
  435. }
  436.  
  437. #credit:hover{
  438. opacity:0.1;
  439. -webkit-filter: grayscale(0%);
  440. -moz-filter: grayscale(0%);
  441. -ms-filter: grayscale(0%);
  442. -o-filter: grayscale(0%);
  443. }
  444.  
  445.  
  446. {CustomCSS}
  447. </style>
  448. </head>
  449.  
  450. <div id="sb">
  451. <div id="sidebar">
  452. <div id="blogtitle"><font color="{color:blog title}">{text:blogtitle}</font></div>
  453. <div id="simg"><img src="{image:sidebar}"/></div>
  454.  
  455. <div class="links">
  456. <a href="/">home</a> •
  457. <a href="/ask">ask</a>
  458. {block:IfLink1title}• <a href="{text:Link1}">{text:Link1 title}</a>{/block:IfLink1title}
  459. {block:IfLink2title}• <a href="{text:Link2}">{text:Link2 title}</a>{/block:IfLink2title}
  460. {block:IfLink3title}• <a href="{text:Link3}">{text:Link3 title}</a>{/block:IfLink3title}
  461. {block:IfLink4title}• <a href="{text:Link4}">{text:Link4 title}</a>{/block:IfLink4title}
  462. </div>
  463.  
  464. <div id="description">
  465. {block:Description}{Description}{/block:Description}
  466. </div>
  467.  
  468.  
  469.  
  470.  
  471. <div class="pagination">
  472. {block:Pagination}
  473. {block:PreviousPage}<a href="{PreviousPage}"><b><big>-</big></b></a>{/block:PreviousPage} {CurrentPage} of {TotalPages} {block:NextPage}<a href="{NextPage}"><b><big>+</big></b></a>
  474. {/block:NextPage}
  475. {/block:Pagination}
  476. </div>
  477. </div>
  478.  
  479. </div>
  480. </div>
  481. <div id="stuffcontainer">
  482.  
  483. {block:Posts}
  484.  
  485. <div id="stuff">
  486.  
  487. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  488.  
  489. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  490.  
  491. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  492. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  493.  
  494. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  495.  
  496. {block:Photoset}<center>{Photoset-500}</center>
  497. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  498.  
  499. {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}
  500.  
  501. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  502.  
  503. {block:Answer}<div id="asker" style="margin-left:5px;width:500px;"><img align="left" src="{AskerPortraitURL-30}"style="width:20px;border: 2px solid {color:border}; padding:2px; margin-left:5px;margin-top:-10px; background:{color:background};"><span style="font-family:cambria; font-size:9px;font-style:italic; background:{color:border};color:{color:blog title}; padding:1px;">{Asker} whispered:&nbsp;&nbsp;&nbsp;</span><div style="background:{color:ask bg}; padding:15px; margin-top:-7px; color:{color:blog title};">&nbsp;&nbsp;{Question}</div><span style="font-family:cambria;font-size:10px; marging-left:10px; color:{color:text};">{Answer}</span></div>{/block:Answer}
  504.  
  505. {block:Audio}<div class="audio">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  506. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  507. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  508. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  509. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  510.  
  511.  
  512.  
  513. {block:Date}<div id="postinfo"><big>■</big> <a href="{Permalink}">{TimeAgo}</a> </span>{24Hour}:{Minutes} {block:NoteCount}<a href="{Permalink}"></span> {NoteCount} NOTES</a> {/block:NoteCount}{block:RebloggedFrom} <a href="{ReblogParentURL}">via</a> <a href="{ReblogRootURL}">source</a> {/block:RebloggedFrom} <a href="{ReblogURL}" target="_blank"> reblog</a></font>{/block:Date}</div>
  514. {block:HasTags}
  515. <div class="tags"><big>■</big>
  516. {block:Tags}<a href="{TagURL}">#{Tag}</a>{/block:Tags}</div>
  517. {/block:HasTags}
  518. <div class="note">
  519. {block:PostNotes}{PostNotes}{/block:PostNotes}
  520. </div>
  521. </div>
  522. {/block:Posts}
  523.  
  524.  
  525. </div>
  526.  
  527. <a href="http://mandrakescry.tumblr.com/" title="theme by mandrakescry"><img src="http://static.tumblr.com/xkrznpq/PMOmud849/m.png" id="credit"></a>
  528.  
  529. </body>
  530.  
  531.  
  532. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement