Advertisement
Themes_Mandrakescry

Theme 27

Jan 16th, 2014
1,987
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.22 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  2.  
  3. <!-------------------------------------------
  4. Theme 27 by Clara
  5. http://mandrakescry.tumblr.com/
  6. DON'T REMOVE THE CREDITS
  7. -------------------------------------------->
  8.  
  9.  
  10. <html>
  11. <head>
  12.  
  13. <title>{Title}</title>
  14. <link rel="shortcut icon" href="{Favicon}"/>
  15.  
  16. <meta name="color:Background" content="#ffffff"/>
  17. <meta name="color:Text" content="#b3aeae"/>
  18. <meta name="color:Link" content="#5e5243"/>
  19. <meta name="color:Link Hover" content="#8cb1b1"/>
  20. <meta name="color:Link Hover Bkgd" content="#f8f8f8"/>
  21. <meta name="color:Border" content="#b5c9c3"/>
  22. <meta name="color:Scrollbar Background" content="#ffffff"/>
  23. <meta name="color:Scrollbar" content="#e6e7e7"/>
  24. <meta name="color:Ask Background" content="#f8f8f8"/>
  25. <meta name="color:Answer Background" content="#b9aa99"/>
  26. <meta name="color:Shadow" content="#b5c9c3"/>
  27. <meta name="color:Nav Links" content="#cdd8d5"/>
  28. <meta name="color:Nav" content="#cdd8d5"/>
  29. <meta name="color:Nav Hover" content="#b5c9c3"/>
  30. <meta name="color:Blog Title" content="#b8c8e0" />
  31. <meta name="color:Desc Background" content="#f8f8f8"/>
  32. <meta name="color:Questionbg" content="#b8c8e0" />
  33. <meta name="color:Question" content="#ffffff" />
  34.  
  35.  
  36.  
  37. <meta name="text: Link1" content="link 1" />
  38. <meta name="text: Link1 url" content="/" />
  39. <meta name="text: Link2" content="Link 2" />
  40. <meta name="text: Link2 url" content="/" />
  41. <meta name="text: Link3" content="Link 3" />
  42. <meta name="text: Link3 url" content="/" />
  43. <meta name="text: Link4" content="Link 4" />
  44. <meta name="text: Link4 url" content="/" />
  45.  
  46.  
  47.  
  48. <meta name="image:sidebar" content="" />
  49.  
  50. <link href='http://fonts.googleapis.com/css?family=Berkshire+Swash' rel='stylesheet' type='text/css'>
  51.  
  52. </head>
  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.  
  70. <style>
  71.  
  72. #s-m-t-tooltip{
  73. max-width:250px;
  74. z-index:999999;
  75. margin-top:-15px;
  76. margin-left:-40px;
  77. padding:2px 2px;
  78. border-radius:3px;
  79. text-transform:uppercase;
  80. border:1px solid {color:desc background};
  81. background:{color:border};
  82. color:{color:link};
  83. font-family:trebuchet ms;
  84. font-size:8px;
  85. box-shadow:1px 1px 3px rgba(0,0,0,.1);
  86. }
  87.  
  88. img{
  89. opacity: .8;
  90. filter:alpha(opacity=10);
  91. -moz-opacity: 0.1;
  92. -moz-transition: all .9s ease;
  93. -o-transition: all .9s ease;
  94. transition: all .9s ease;
  95. -webkit-transition: all .9s ease;}
  96.  
  97.  
  98.  
  99. img:hover{
  100. opacity: 1;
  101. filter:alpha(opacity=100);
  102. -moz-opacity: 1;
  103. -moz-transition: all .9s ease;
  104. -o-transition: all .9s ease;
  105. transition: all .9s ease;
  106. -webkit-transition: all .9s ease;}
  107.  
  108.  
  109.  
  110.  
  111. .photo {
  112. opacity: .8;
  113. filter:alpha(opacity=10);
  114. -moz-opacity: 0.1;
  115. -moz-transition: all .9s ease;
  116. -o-transition: all .9s ease;
  117. transition: all .9s ease;
  118. -webkit-transition: all .9s ease;}
  119.  
  120.  
  121.  
  122. .photo:hover{
  123. opacity: 1;
  124. filter:alpha(opacity=100);
  125. -moz-opacity: 1;
  126. -moz-transition: all .9s ease;
  127. -o-transition: all .9s ease;
  128. transition: all .9s ease;
  129. -webkit-transition: all .9s ease;}
  130.  
  131.  
  132.  
  133. iframe#tumblr_controls {right:3px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.2;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  134.  
  135.  
  136. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: .9;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  137.  
  138. ::-webkit-scrollbar {width: 5px; height: 5px; background:{color:Scrollbar Background}; }
  139. ::-webkit-scrollbar-thumb { background-color: {color:Scrollbar};}
  140.  
  141.  
  142.  
  143. @font-face {font-family: "print";src: url('http://static.tumblr.com/iuggpng/oQfm4mzne/princ___.ttf');}
  144.  
  145. body{
  146. background-color: {color:Background};
  147. background-image: url({image:Background});
  148. background-attachment: fixed;
  149. background-repeat: repeat;
  150. background-position: center;
  151. font-family:cambria;
  152. font-size:11px;
  153. line-height:12px;
  154. color:{color:Text};
  155. }
  156.  
  157.  
  158. ::selection { color: {color:Link Hover};
  159. background: {color:Link Hover Bkgd}; }
  160. ::-moz-selection { color: {color:Link Hover};
  161. background: {color:Link Hover Bkgd}; }
  162.  
  163. a:link, a:active, a:visited{
  164. color: {color:Link};
  165. text-decoration:none;
  166. transition: all 0.5s ease-out;
  167. -o-transition-transition: all 0.5s ease-out;
  168. -webkit-transition: all 0.5s ease-out;
  169. -moz-transition: all 0.5s ease-out;
  170. }
  171. a:hover{
  172. color: {color:Link Hover};
  173. {block:iftinycursor}cursor: url(http://i.imgur.com/IepP2.jpg), progress{/block:iftinycursor};
  174. }
  175.  
  176. #container {
  177. margin:auto;
  178. width:700px;
  179. }
  180.  
  181. #entry {
  182. width:500px;
  183. margin-left:450px;
  184. margin-top:25px;
  185. padding:7px;
  186. background:transparent;
  187. }
  188.  
  189. #entry .permalink{
  190. width:100px;
  191. position:absolute;
  192. font-size:10px;
  193. font-family:calibri;
  194. text-transform:justify;
  195. margin-left:507px;
  196. padding-left:4px;
  197. opacity:0;
  198. -webkit-transition: all 0.3s linear;
  199. -moz-transition: all 0.3s linear;
  200. transition: all 0.3s linear;
  201. }
  202.  
  203. #entry:hover .permalink{
  204. overflow:visible;
  205. opacity:0.8;
  206. -webkit-transition: opacity 0.3s linear;
  207. -webkit-transition: all 0.3s linear;
  208. -moz-transition: all 0.3s linear;
  209. transition: all 0.3s linear;
  210. }
  211.  
  212. #permalink{
  213. position:relative;
  214. margin-top:9px;
  215. padding-top:7px;
  216. font-size:9px;
  217. font-family:calibri;
  218. letter-spacing:1px;
  219. text-align:center;
  220. text-transform:justify;
  221. border-top:1px solid {color:Border};
  222. }
  223.  
  224. #sidebar {
  225. width: 150px;
  226. float: left;
  227. margin-top: 10%;
  228. margin-left:250px;
  229. position: fixed;
  230. }
  231.  
  232. #sidebar img{
  233. width:118px;
  234. height:118px;
  235. border: 1px solid {color:border};
  236. margin-left:-5px;
  237. padding:4px;
  238. margin-bottom:20px;
  239. border-radius: 200px 200px 200px 200px;
  240. -moz-border-radius: 200px 200px 200px 200px;
  241. -webkit-border-radius: 200px 200px 200px 200px;
  242. }
  243.  
  244.  
  245. .sidebar {
  246. width: 150px;
  247. }
  248.  
  249.  
  250.  
  251. .description {
  252. font-style: italic;
  253. padding: 0px;
  254. line-height: 8px;
  255. width: 101px;
  256. text-align: justify;
  257. position: absolute;
  258. -webkit-transition: 0.432s;
  259. font-family: cambria;
  260. background:{color:desc background};
  261. padding:10px 10px 10px 10px;
  262. border:1px double {color:border};
  263. }
  264.  
  265.  
  266.  
  267. .navbar {
  268. margin-left:0px;
  269. width: 120px;
  270. opacity: 0.0;
  271. -webkit-transition: 0.432s;
  272. margin-top: -300px;
  273. }
  274.  
  275. .navbar a{
  276. color:{color:nav links};
  277. }
  278. .navbar a:hover{
  279. color:{color:nav hover};
  280. }
  281.  
  282.  
  283. #sidebar:hover .navbar {
  284. opacity: 1.0;
  285. margin-top: 0px;
  286. }
  287.  
  288. #sidebar:hover .description {
  289. margin-top: 100px;
  290. }
  291.  
  292.  
  293. .nav {
  294. text-align: center;
  295. font-size: 12px;
  296. height: 11px;
  297. font-style: italic;
  298. margin-bottom: 16px;
  299. font-family: cambria;
  300. padding-bottom: 1px;
  301. width: 120px;}
  302.  
  303. .box1 {
  304. background: {color:nav};
  305. width: 57px;
  306. padding: 5px 0px 5px 0px;
  307. border: 1px solid {color:border};
  308. text-shadow: 1px 1px 0px {color:shadow};
  309. -webkit-transition: 0.432s;
  310. }
  311.  
  312.  
  313. .box2 {
  314. background: {color:nav};
  315. width: 57px;
  316. text-shadow: 1px 1px 0px {color:shadow};
  317. border: 1px solid {color:border};
  318. margin-top: -24px;
  319. margin-left: 61px;
  320. position: absolute;
  321. padding: 5px 0px 5px 0px;
  322. -webkit-transition: 0.432s;
  323. }
  324.  
  325. #blogtitle {
  326. position:absolute;
  327. text-align:center;
  328. margin-left:-10px;
  329. margin-top:180px;
  330. width:130px;
  331. font-size:30px;
  332. height:50px;
  333. line-height:80%;
  334. font-family: 'Berkshire Swash', cursive;
  335. text-shadow: 1px 1px 0px {color:shadow};
  336. font-style:italic;
  337. text-transform:lowercase;
  338. ransform: rotate(-5deg);
  339. -ms-transform: rotate(-5deg);
  340. -webkit-transform: rotate(-5deg);
  341. -o-transform: rotate(-5deg);
  342. -moz-transform: rotate(-5deg);
  343. }
  344.  
  345.  
  346. .pags {
  347. color: {color:links};
  348. text-align: center;
  349. font-size: 8px;
  350. width: 120px;
  351. margin-top: 130px;
  352. position: absolute;
  353. letter-spacing: 1px;
  354. font-family: cambria;
  355. }
  356. .pags a{
  357. color:{color:hover};
  358. }
  359.  
  360.  
  361. .posttitle{
  362. font-family:cambria;
  363. font-style:italic;
  364. font-size: 17px;
  365. line-height: 17px;
  366. text-align:center;
  367. }
  368.  
  369. blockquote{
  370. padding:0px 0px 2px 5px;
  371. margin-left:10px;
  372. border-left: 3px solid {color:Border};}
  373. blockquote p, ul{margin:0px; padding:0px;
  374. }
  375.  
  376. .chat .line{
  377. padding: 2px;
  378. }
  379.  
  380. .label {font-weight:bold; color:{color:text}}
  381.  
  382. a img{border: 0px;}
  383.  
  384. .p { padding-top: 5px; }
  385. .ol, ul { margin-left: 10px; padding: 5px; }
  386. .ul { list-style-type: square; }
  387.  
  388. .cover {position: absolute; z-index: 1; width:65px;}
  389.  
  390. .playbox {background-color: #000; position: absolute; z-index: 1000;}
  391.  
  392. .playbutton {width: 20px; height: 30px; overflow: hidden; position: relative; z-index: 1000; margin: 11px 20px 8px 11px;}
  393.  
  394. .playbox {background-color: #000; position: absolute; z-index: 1000; margin-top: 8px; margin-left: 8px; opacity:.5;
  395. -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s linear;-webkit-border-radius: 45px;
  396. -moz-border-radius: 45px;
  397. border-radius: 45px;}
  398.  
  399. .playbox:hover {opacity:.8;}
  400.  
  401. .title{
  402. width:
  403. position:absolute;
  404. line-height:14px;
  405. margin-left:65px;
  406. padding:4px;
  407. z-index: 1000;
  408. text-transform:uppercase;
  409. }
  410.  
  411. .artist{
  412. width:
  413. position:absolute;
  414. line-height:14px;
  415. margin-left:65px;
  416. padding:5px;
  417. z-index: 1000;
  418. text-transform:uppercase;
  419. }
  420.  
  421. .video embed, .post div.video object {width:250px; height:187px}
  422.  
  423. .notes img{width:10px; position:left; top:3px;}
  424.  
  425.  
  426. @font-face {
  427. font-family: "04b03";
  428. src: url('http://static.tumblr.com/icz5xqv/ZUmlobzpk/bonjourlindas.blgspt_upload_pxl.ttf');
  429. format("truetype");
  430. }
  431.  
  432. #question {
  433. margin-bottom:2px;
  434. padding:5px;
  435. font-style:normal;
  436. font-size:10px;
  437. text-align:left;
  438. background-color:{color:questionbg};
  439. color:{color:question};
  440. -moz-border-radius:5px;
  441. -webkit-border-radius:5px;
  442. }
  443.  
  444. #answer {
  445. padding:5px;
  446. font-style:normal;
  447. text-align:left;
  448. color:{color:text};
  449. }
  450.  
  451. .roda {
  452. -webkit-border-radius: 50px;
  453. -moz-border-radius: 50px;
  454. border-radius: 50px;
  455. -webkit-transition-duration: 0.8s;
  456. width:60px;
  457. }
  458.  
  459. .roda:hover {
  460. -webkit-transform: rotate(360deg);
  461. }
  462.  
  463.  
  464. div#qTip {
  465. margin-top:-30px;
  466. margin-left:auto;
  467. display:none;
  468. text-align:left;
  469. position:absolute;
  470. letter-spacing:1px;
  471. text-transform:uppercase;
  472. font-family:calibri;
  473. font-size:8px;
  474. font-weight:bold;
  475. z-index:99;
  476. padding:1px 3px;
  477. line-height:13px;
  478. color:{color:navi links text};
  479. background:{color:navi links bg};
  480. }
  481.  
  482. #credit{
  483. width:20px;
  484. position:fixed;
  485. bottom:10px;
  486. right:10px;
  487. opacity:1;
  488. z-index:1;
  489. }
  490.  
  491. #credit:hover{
  492. opacity:0.3;
  493. }
  494.  
  495.  
  496. {CustomCSS}
  497. </style>
  498.  
  499.  
  500.  
  501. <body><div id="content">
  502.  
  503.  
  504. <div id="sidebar">
  505. <div class="sidebar">
  506. <div class="pags">
  507. {block:Pagination}
  508. {block:PreviousPage}
  509. <a href="{PreviousPage}">newer</a>
  510. {/block:PreviousPage}
  511. {block:NextPage}
  512. <a href="{NextPage}">older</a>
  513. {/block:NextPage}
  514. {/block:Pagination}</div>
  515.  
  516. <div id="sidebar img"></div><img src="{image:sidebar}"></div>
  517. <div class="description">{description}</div>
  518.  
  519.  
  520. <div class="navbar">
  521. <div class="nav">
  522.  
  523. <div class="box1"><a href="/">home</a></div>
  524. <div class="box2"><a href="/ask">mssg</a></div>
  525. </div>
  526. <div class="nav">
  527. <div class="box1"><a href="{text: link1 url}">{text: link1}</a></div>
  528. <div class="box2"><a href="{text: link2 url}">{text: link2}</a></div>
  529. </div>
  530. <div class="nav">
  531. <div class="box1"><a href="{text: link3 url}">{text: link3}</a></div>
  532. <div class="box2"><a href="{text: link4 url}">{text: link4}</a></div>
  533. </div>
  534. <div id="blogtitle"><font color="{color:blog title}">{Title}</font></div>
  535. </div>
  536. </div>
  537. </div>
  538.  
  539. {block:Posts}
  540. <div id="entry">
  541. {block:IndexPage}
  542. <div class="permalink">
  543. {block:HasTags}
  544. TAGGED AS:<br>
  545. {block:Tags}<a href="{TagURL}">#{Tag}</a><br>
  546. {/block:Tags}
  547. {/block:HasTags}
  548. </div>
  549. {/block:IndexPage}
  550.  
  551. {block:Answer}
  552. <div id="question"><img src="{AskerPortraitURL-24}" width="24px" align="left" style="margin-right:10px; -moz-border-radius:3px; -webkit-border-radius:3px;" />{Asker} asked: <br />{Question}</div>
  553. <div id="answer">{Answer}</div>{/block:Answer}
  554.  
  555. {block:Text}
  556. {block:Title}
  557. <div class="posttitle">{Title}</div>
  558. {/block:Title}
  559. {Body}
  560. {/block:Text}
  561.  
  562. {block:Link}
  563. <div class="posttitle">
  564. <a href="{URL}">{Name}</a>
  565. </div>
  566. {block:Description}{Description}{/block:Description}
  567. {/block:Link}
  568.  
  569. {block:Photo}
  570. <center>
  571. {LinkOpenTag}
  572. <div id="pic">
  573. <a href="{permalink}">
  574. <img src="{PhotoURL-500}" alt="{PhotoAlt}" width="500px"></a>
  575. </div>
  576. {LinkCloseTag}
  577. </center>
  578. {block:Caption}{Caption}{/block:Caption}
  579. {block:ContentSource}
  580. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  581. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  582. {/block:SourceLogo}
  583. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  584. {/block:ContentSource}
  585. {block:ReblogParentURL}
  586. <!-- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  587. {/block:ReblogParentURL}
  588. {/block:Photo}
  589.  
  590. {block:Photoset}
  591. <center>
  592. <div class="photo">
  593. {Photoset-500}
  594. </div>
  595. </center>
  596. {block:Caption}{Caption}{/block:Caption}
  597. {/block:Photoset}
  598.  
  599. {block:Quote}
  600. <div class="posttitle">"{Quote}"</div>
  601. {block:Source}
  602. <i> - {Source}</i>
  603. {/block:Source}
  604. {/block:Quote}
  605.  
  606. {block:Chat}
  607. {block:Title}
  608. <div id="posttitle">
  609. {Title}
  610. </div>
  611. {/block:Title}
  612. <div class="chat">
  613. {block:Lines}
  614. <div class="chat">
  615. <div class="line {Alt}">
  616. <div class="{Alt} user_{UserNumber}">
  617. {block:Label}
  618. <b>{Label} </b>
  619. {/block:Label}
  620. {Line}
  621. </div>
  622. </div>
  623. </div>
  624. {/block:Lines}
  625. </div>
  626. {/block:Chat}
  627.  
  628. {block:Audio}
  629. <div class="playbox">
  630. <div class="playbutton">
  631. {block:AudioPlayer}{AudioPlayerBlack}{/block:AudioPlayer}
  632. </div></div>
  633. {block:AlbumArt}
  634. <img src="{AlbumArtURL}" class="cover">
  635. {/block:AlbumArt}
  636.  
  637. <div class="title">
  638. {block:TrackName}
  639. <b>Title</b>:{TrackName}
  640. {/block:TrackName}
  641. </div>
  642.  
  643. <div class="artist">
  644. {block:Artist}
  645. <b>Artist:</b>{Artist}
  646. {/block:Artist}
  647. </div>
  648.  
  649. <div class="title">
  650. {PlayCountWithLabel}
  651. </div>
  652.  
  653. <br>
  654. {block:Caption}{Caption}{/block:Caption}
  655. {/block:Audio}
  656.  
  657. {block:Video}
  658. <center>
  659. <div class="photo">
  660. {Video-500}
  661. </div>
  662. </center>
  663. {block:Caption}{Caption}{/block:Caption}
  664. {/block:Video}
  665.  
  666. {block:IndexPage}
  667. <div id="permalink">posted
  668. <a href="{Permalink}"> {TimeAgo}</a>
  669. with
  670. <a href="{Permalink}">{NoteCountWithLabel}</a>
  671. {block:RebloggedFrom}· <a href="{ReblogParentURL}" target="_blank">via</a> · (<a href="{ReblogRootURL}" target="_blank">©</a>) {/block:RebloggedFrom}
  672. </div>
  673. {/block:IndexPage}
  674.  
  675. {block:PermalinkPage}
  676. <center>
  677. <div id="permalink">
  678. {block:Date}
  679. {TimeAgo} on
  680. {ShortMonth} {DayofMonth},{Year}
  681. {/block:Date}
  682. {block:NoteCount} · {NoteCountWithLabel}
  683. {/block:NoteCount}
  684. {block:HasTags} · Tags:
  685. {block:Tags}<a href="{TagURL}">#{Tag} </a>
  686. {/block:Tags}
  687. {/block:HasTags}
  688. <br>{block:RebloggedFrom}via: <a href="{ReblogParentURL}" target="_blank">{ReblogParentName}</a> · (©: <a href="{ReblogRootURL}" target="_blank">{ReblogRootName}</a>) {/block:RebloggedFrom}
  689. </div>
  690. </center>
  691. {/block:PermalinkPage}
  692.  
  693. {block:PostNotes}
  694. {PostNotes}
  695. {/block:PostNotes}
  696. </div>
  697. {/block:Posts}
  698.  
  699.  
  700. <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>
  701.  
  702. </body>
  703. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement