Advertisement
Themes_Mandrakescry

Theme 16

Jun 9th, 2013
308
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.51 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4.  
  5. <!-------------------------------------------
  6. Theme by Clara Schueller
  7. http://mandrakescry.tumblr.com/
  8. DON'T REMOVE THE CREDITS
  9. -------------------------------------------->
  10.  
  11.  
  12. <head>
  13.  
  14.  
  15. <meta name="color:background" content="#ffffff">
  16. <meta name="color:sidebar background" content="#222222">
  17. <meta name="color:post" content="#ffffff">
  18. <meta name="color:link" content="#aaaaaa">
  19. <meta name="color:hover" content="#454545">
  20. <meta name="color:hover links" content="#222222">
  21. <meta name="color:chat" content="#f3f3f3">
  22. <meta name="color:text" content="#9a9a9a">
  23. <meta name="color:tags" content="#fafafa">
  24. <meta name="color:scrollbar" content="#d6d5d5">
  25. <meta name="color:border" content="#eeeeee">
  26. <meta name="color:ask" content="#eeeeee">
  27.  
  28.  
  29. <meta name="image:sidebar" content=""/>
  30.  
  31. <meta name="text:link 1" content="link 1" />
  32. <meta name="text:link 1 url" content="/" />
  33. <meta name="text:link 2" content="link 2" />
  34. <meta name="text:link 2 url" content="/" />
  35. <meta name="text:link 3" content="link 3" />
  36. <meta name="text:link 3 url" content="/" />
  37. <meta name="text:link 4" content="link 4" />
  38. <meta name="text:link 4 url" content="/" />
  39.  
  40.  
  41. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  42. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  43. <link rel="shortcut icon" href="{Favicon}" />
  44. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  45.  
  46. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  47.  
  48. <link href='http://fonts.googleapis.com/css?family=IM+Fell+DW+Pica:400,400italic|Playfair+Display:400,400italic|Lora:400,400italic|IM+Fell+English:400,400italic' rel='stylesheet' type='text/css'>
  49.  
  50.  
  51. <style type="text/css">
  52.  
  53.  
  54. a {
  55. color:{color:link};
  56. text-decoration:none;
  57. -moz-transition-duration:0.5s;
  58. -webkit-transition-duration:0.5s;
  59. -o-transition-duration:0.5s;
  60. }
  61.  
  62. a:hover {
  63. color:{color:hover};
  64. text-decoration:none;
  65. -moz-transition-duration:0.5s;
  66. -webkit-transition-duration:0.5s;
  67. -o-transition-duration:0.5s;
  68. }
  69.  
  70.  
  71. ::-webkit-scrollbar {width: 5px; height:5px; background:{color:background};}
  72. ::-webkit-scrollbar-corner {background:{color:scrollbar};}
  73. ::-webkit-scrollbar-thumb:vertical {background:{color:scrollbar};}
  74. ::-webkit-scrollbar-thumb:horizontal {background:{color:scrollbar};}
  75.  
  76.  
  77. body {
  78. color:#999999;
  79. text-transform:none;
  80. background-color:{color:background};
  81. font-family:trebuchet ms;
  82. font-size:8px;
  83. line-height:100%;
  84. font-style:none;
  85. font-weight:normal;
  86. }
  87.  
  88.  
  89.  
  90.  
  91. #qTip {
  92. font-family:trebuchet ms;
  93. display: none;
  94. text-align:left;
  95. position:absolute;
  96. letter-spacing:1px;
  97. text-transform:uppercase;
  98. font-weight:normal;
  99. z-index:99;
  100. font-size:7px;
  101. padding:1px 4px;
  102. line-height:13px;
  103. color:#828282;
  104. background:#ffffff;
  105. border: 1px solid #e8e8e8;
  106. border-radius:2px;
  107. }
  108.  
  109.  
  110. h1 {
  111. font-weight:normal;
  112. font-size:10px;
  113. text-align:center;
  114. font-style:normal;
  115. line-height:80%;
  116. letter-spacing:1px;
  117. text-transform:uppercase;
  118. color:{color:text};
  119. }
  120.  
  121. h2 {
  122. font-size:15px;
  123. text-align:center;
  124. line-height:100%;
  125. letter-spacing:-0.5px;
  126. color:{color:text};
  127. font-weight:normal;
  128. padding:5px;
  129. padding-bottom:2px;
  130. }
  131.  
  132. h3 {
  133. font-family:trebuchet ms;
  134. border-left:3px solid #999;
  135. padding:8px;
  136. background-color:#fafafa;
  137. font-size:10px;
  138. text-transform:none;
  139. font-weight:normal;
  140. }
  141.  
  142.  
  143. blockquote {
  144. font-family:trebuchet ms;
  145. border-left:2px solid #e6cec8;
  146. padding-left:5px;
  147. margin:5px;
  148. color:{color:text};
  149. }
  150.  
  151.  
  152. #theme {
  153. width:700px;
  154. margin: 0 auto -12px -12px;
  155. text-align: center;
  156. }
  157.  
  158.  
  159.  
  160.  
  161. #sidebar {
  162. color:{color:text};
  163. position:fixed;
  164. width:200px;
  165. height:101%;
  166. margin-top:-140px;
  167. margin-left:100px;
  168. text-align:left;
  169. }
  170.  
  171.  
  172. #sidebarimage img{
  173. width:130px;
  174. max-height:400px;
  175. border:1px solid {color:border}; padding: 5px;
  176. }
  177.  
  178.  
  179. #sidebarimage {
  180. margin-left:130px;
  181. background:{color:background};
  182. padding:8px;
  183. border-radius:px;
  184. margin-top:210px;
  185.  
  186. }
  187.  
  188.  
  189. #sidebarimage:hover .links{
  190. opacity: 1;
  191. text-align: left;
  192. width: 60px;
  193. height:95px;
  194. margin-left:-70px;
  195. position: absolute;
  196. z-index:99999;
  197.  
  198. }
  199.  
  200.  
  201. .desc {
  202. position:absolute;
  203. font-family:cambria;
  204. font-size:8px;
  205. letter-spacing:1px;
  206. font-style:italic;
  207. width:125px;
  208. margin-top:0px;
  209. padding:10px;
  210. margin-left:0px;
  211. text-align:justify;
  212. color:{color:sbtext};
  213. }
  214.  
  215.  
  216. .links {
  217. position:absolute;
  218. width:0px;
  219. line-height: 50%;
  220. text-transform: normal;
  221. position:fixed;
  222. margin-top:-208px;
  223. opacity:0;
  224. text-align: justify;
  225. padding:2px;
  226. display:block;
  227.  
  228. }
  229.  
  230. .links a{
  231. margin-left:63px;
  232. font-family:trebuchet ms;
  233. font-size:7px;
  234. text-transform:uppercase;
  235. display:block;
  236. width:50px;
  237. line-height:12px;
  238. margin-bottom:3px;
  239. padding-left:155px;
  240. padding-top:2px;
  241. padding-bottom:2px;
  242. padding-right:-50px;
  243. letter-spacing:1px;
  244. text-decoration:none;
  245. }
  246.  
  247.  
  248.  
  249.  
  250.  
  251.  
  252.  
  253.  
  254. .pagi {
  255. position:fixed;
  256. padding:10px;
  257. width:100px;
  258. text-align:center;
  259. margin-top:-385px;
  260. border-top: 1px solid #e8e8e8;
  261. margin-left:10px;
  262. font-family:trebuchet ms;
  263. font-size:7px;
  264. letter-spacing:4px;
  265. text-transform:uppercase;
  266. font-style:normal;
  267. z-index:100;
  268. }
  269.  
  270.  
  271.  
  272. .pagi a {
  273. color:#999999;
  274. }
  275.  
  276.  
  277.  
  278.  
  279. #container {
  280. float:left;
  281. margin-left:480px;
  282. margin-top:35px;
  283. text-align:justify;
  284. background-color:{color:background};
  285. color:{color:text};
  286. margin-bottom: 35px;
  287. }
  288.  
  289.  
  290. #post {
  291. width:500px;
  292. margin-top:15px;
  293. text-align:justify;
  294. padding:10px;
  295. margin-bottom:20px;
  296. font-size:9px;
  297. line-height:90%;
  298. letter-spacing:0px;
  299. color:{color:text};
  300. background-color:{color:post};
  301. }
  302.  
  303.  
  304. #post:hover .musicplayer{
  305. opacity:1;
  306. -webkit-transition: all 0.7s ease-in-out;
  307. -moz-transition: all 0.7s ease-in-out;
  308. -o-transition: all 0.7s ease-in-out;
  309. }
  310.  
  311.  
  312. .caption {
  313. width:500px;
  314. text-align:justify;
  315. line-height:120%;
  316. }
  317.  
  318. .question {
  319. padding:10px;
  320. text-align:justify;
  321. font-style:italic;
  322. background-color:{color:ask};
  323. }
  324.  
  325. .asker {
  326. font-size:8px;
  327. font-weight:bold;
  328. text-transform:uppercase;
  329. text-align:right;
  330. margin-right:10px;
  331. margin-top:-2px;
  332. font-family:calibri;
  333. }
  334.  
  335. .musicplayer{
  336. background-color:#fff;
  337. padding: 38px 38px 35px 35px;
  338. position:absolute;
  339. opacity:0;
  340. filter:alpha(opacity=70);
  341. width:27px;
  342. height:27px;
  343. overflow:hidden;
  344. position:absolute;
  345. z-index:2;
  346. -webkit-transition: all 0.7s ease-in-out;
  347. -moz-transition: all 0.7s ease-in-out;
  348. -o-transition: all 0.7s ease-in-out;
  349. }
  350.  
  351.  
  352. .audio{
  353. position:absolute;
  354. width:40px;
  355. height:40px;
  356. }
  357.  
  358. .audioimg{
  359. width:100px;
  360. height:100px;
  361. position:absolute;
  362. }
  363.  
  364. .audioimg img{
  365. float:left;
  366. opacity:1;
  367. width:100px;
  368. }
  369.  
  370. .audioinfo{
  371. font-size:13px;
  372. font-style:italic;
  373. font-family:'playfair display';
  374. color:#9a9a9a;
  375. margin-bottom: 1px;
  376. margin-left:101px;
  377. height:65px;
  378. display:block;
  379. width:399px;
  380. text-align:center;
  381. background-color:#fafafa;
  382. padding-top:35px;
  383. }
  384.  
  385. .note {
  386. text-transform:uppercase;
  387. font-style:normal;
  388. letter-spacing:0px;
  389. font-size: 9px;
  390. text-align:left;
  391. line-height:90%;
  392. margin-left:-40px;
  393. }
  394.  
  395. .note li {
  396. list-style-type:none;
  397. font-size:7px;
  398. border-bottom:1px solid {color:border};
  399. padding:10px 25px 10px 25px;
  400. text-align:left;
  401. margin:0px;
  402. -moz-transition-duration:0.5s;
  403. -webkit-transition-duration:0.5s;
  404. -o-transition-duration:0.5s;
  405.  
  406. }
  407.  
  408.  
  409.  
  410. .tagS {
  411. font-style:normal;
  412. width:500px;
  413. color:{color:tags};
  414. text-transform:uppercase;
  415. font-style:normal;
  416. letter-spacing:1px;
  417. font-size:7px;
  418. line-height:100%;
  419. text-align:right;
  420. padding:1px;
  421. -moz-transition-duration:0.5s;
  422. -webkit-transition-duration:0.5s;
  423. -o-transition-duration:0.5s;
  424. }
  425.  
  426. .tagS a{
  427. display:inline;
  428. background-color:{color:tags};
  429. padding:-3px;
  430. text-align:left;}
  431.  
  432. .tagS a:hover {
  433. color:#000;
  434. }
  435.  
  436.  
  437.  
  438. .bottomline {
  439. margin-top:10px;
  440. padding:5px;
  441. border-top:1px solid #f1f1f1;
  442. }
  443.  
  444. .doubleline {
  445. padding-top:5px;
  446. border-bottom:3px double #f1f1f1;
  447. }
  448.  
  449. .date {
  450. text-transform:none;
  451. font-family:trebuchet ms;
  452. font-size:10px;
  453. color:#fff;
  454. padding:5px 10px 5px 10px;
  455. background:#f2f2f2; }
  456.  
  457. .box, .box a {
  458. font-family:trebuchet ms;
  459. text-transform:uppercase;
  460. font-size:7px;
  461. margin-top:9px;
  462. margin-bottom:-3px;}
  463.  
  464. .chat {
  465. font-size:8px;
  466. line-height:12px;
  467. text-transform:uppercase;
  468. list-style:none
  469. font-family:calibri;
  470. }
  471. .chat ul {
  472. line-height:15px;
  473. list-style:none;
  474. padding:0px;
  475. line-height:20px;
  476. }
  477. .person1 {
  478. background-color:{color:chat};
  479. padding-left:6px;
  480. padding-right:6px;
  481. font-family:calibri;
  482. }
  483. .person1 .label {
  484. font-weight:bold;
  485. font-family:calibri;
  486. }
  487. .person2 {
  488. background-color:{color:entries};
  489. padding-left:6px;
  490. padding-right:6px;
  491. font-family:calibri;}
  492. .person2 .label {
  493. font-weight:bold;
  494. font-family:calibri;
  495. }
  496. .person3 {
  497. background-color:{color:chat};
  498. padding-left:6px;
  499. padding-right:6px;
  500. font-family:calibri; }
  501. .person3 .label {
  502. font-weight:bold;
  503. font-family:calibri;
  504. }
  505. .person4 {
  506. background-color:{color:entries};
  507. padding-left:6px;
  508. padding-right:6px;
  509. font-family:calibri;
  510. }
  511. .person4 .label {
  512. font-weight:bold;
  513. font-family:calibri;
  514. }
  515. .person5 {
  516. background-color:{color:chat};
  517. padding-left:6px;
  518. padding-right:6px;
  519. font-family:calibri;
  520. }
  521. .person5 .label {
  522. font-weight:bold;
  523. font-family:calibri;
  524. }
  525. .person6 {
  526. background-color:{color:entries};
  527. padding-left:6px;
  528. padding-right:6px;
  529. }
  530. .person6 .label {
  531. font-weight:bold;
  532. }
  533.  
  534. @font-face {
  535. font-family: 'ballpark';
  536. src: url('http://static.tumblr.com/c5gdi2k/2fhn63ifn/ballw___.ttf');
  537. }
  538.  
  539. .credit {position:fixed; bottom:5px; right:5px; font: 20px Ballpark; background: transparent; color: #cccccc; text-transform:uppercase; letter-spacing: 0px; padding: 5px; }
  540. .credit a{ #e7e7e7; opacity:0.8;}
  541. .credit a:hover{color:{color:linkhovercolor}; opacity:1.0;}
  542.  
  543. {CustomCSS}
  544.  
  545. </style></head>
  546.  
  547. <body>
  548. <div id="theme">
  549. <div id="sidebar">
  550.  
  551.  
  552. <div id="sidebarimage">
  553. <img src="{image:sidebar}" />
  554. <div class="desc">
  555. {Description}
  556. </div>
  557. <div class="links">
  558. <a href="/">home</a>
  559. <a href="/ask">ask</a>
  560. {block:IfLink1}<a href="{text:link 1 url}">{text:link 1}</a>
  561. {/block:IfLink1}
  562. {block:IfLink2}<a href="{text:link 2 url}">{text:link 2}</a>{/block:IfLink2}
  563. {block:IfLink3}<a href="{text:link 3 url}">{text:link 3}</a>{/block:IfLink3}
  564. {block:IfLink4}<a href="{text:link 4 url}">{text:link 4}</a>{/block:IfLink4}
  565. </div>
  566.  
  567.  
  568.  
  569. <div class="pagi">
  570. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">←</a>
  571. {/block:PreviousPage}{block:JumpPagination length="4"}
  572. {block:CurrentPage}<span class="current_page" style="color:#aaaaaa;">{PageNumber}</span>{/block:CurrentPage}{block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  573. {/block:JumpPagination}{block:NextPage}<a href="{NextPage}">→</a>
  574. {/block:NextPage}</div>{/block:Pagination}
  575.  
  576. </div>
  577. </div></div>
  578.  
  579. <div id="container">
  580. {block:Posts}
  581.  
  582. <div id="post">
  583. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  584.  
  585. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  586.  
  587. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  588. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  589.  
  590. {block:ContentSource}
  591. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  592. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  593. {/block:SourceLogo}
  594. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  595. {/block:ContentSource}
  596.  
  597. {block:Photo}
  598. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}<br>{block:Caption}<h3>{Caption}</h3>{/block:Caption}
  599. {/block:Photo}
  600.  
  601. {block:Photoset}
  602. {Photoset-500}{block:Caption}<h3>{Caption}</h3>{/block:Caption}
  603. {/block:Photoset}
  604.  
  605.  
  606.  
  607. {block:Chat}
  608. {block:Title}<a href="{Permalink}"><h1>{Title}</h1></a>{/block:Title}
  609. <div class="chat"><ul>{block:Lines}
  610. <li class="person{UserNumber}">{block:Label}
  611. <span class="label"><u>{Label}</u></span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  612. {/block:Chat}
  613.  
  614.  
  615. {block:Video}{Video-500}{block:Caption}<h3>{Caption}</h3>{/block:Caption}{/block:Video}
  616.  
  617. {block:Answer}<div class="question">{Question}</div><div class="asker"><span style="font-size:20px;color:{color:ask};">◥</span> {Asker}</div>{Answer}{/block:Answer}
  618.  
  619. {block:Audio}
  620. <div class="audio"><div class="musicplayer">{AudioPlayer}</div>
  621. <div class="audioimg"><img src="http://static.tumblr.com/jn9hrij/20Ul2zzsr/albumart.jpg"></div>{block:AlbumArt}<div class="audioimg"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}</div>
  622. <div class="audioinfo">{block:TrackName}{TrackName}{/block:TrackName}<br>
  623. <div style="font-size:8px;font-family:calibri;letter-spacing:1px;margin-top:5px;text-transform:uppercase;font-style:normal;">{block:Artist}{Artist}{/block:Artist}{block:Album} - {Album}{/block:Album}</div></div>
  624. {block:Caption}<div class="postbody">{Caption}</div>{/block:Caption}{/block:Audio}
  625.  
  626. <div class="doubleline"> </div>{block:Date}
  627. <div class="box"><span class="date"><a href="{Permalink}">{TimeAgo}</a></span> &nbsp;&nbsp;<a href="{ReblogURL}" target="_blank"> reblog</a> &emsp; at {24Hour}:{Minutes} &nbsp;&nbsp; {block:NoteCount}<a href="{Permalink}"><font color="fc0707">&hearts;</font></span> {NoteCount} NOTES</a> {/block:NoteCount}{block:RebloggedFrom}&nbsp; &nbsp;via <a href="{ReblogParentURL}">{ReblogParentName}</a> &nbsp; © <a href="{ReblogRootURL}">{ReblogRootName}</a> {/block:RebloggedFrom}</div>
  628. {/block:Date}
  629.  
  630. <div class="bottomline"></div><div class="tagS">{block:HasTags}<span style="text-transform:uppercase;font-size:7px;color:{color:text}">tagged as:</span> {block:Tags} <a href="{TagURL}">#{Tag}</a>&nbsp;{/block:Tags}{/block:HasTags}</div></div>
  631.  
  632. {/block:Posts}
  633.  
  634. <div class="note">
  635. {block:PostNotes}{PostNotes}{/block:PostNotes}
  636. </div>
  637. </div>
  638. {/block:Posts}
  639.  
  640. <div class="credit"><a href="http://mandrakescry.tumblr.com/"><center>M</center></a></div>
  641.  
  642. </div>
  643. </div>
  644. </div>
  645. </div>
  646. </body>
  647. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement