Advertisement
Themes_Mandrakescry

Theme 38

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