Advertisement
Themes_Mandrakescry

Theme 11

Apr 6th, 2013
613
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.94 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. <!-- Theme by Clara | MANDRAKESCRY.tumblr.com -->
  4.  
  5.  
  6. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  7.  
  8.  
  9. <head>
  10.  
  11.  
  12.  
  13. <meta name="color:background" content="#fff" />
  14. <meta name="color:font" content="#c1bab2" />
  15. <meta name="color:links" content="#75879c" />
  16. <meta name="color:blockquote" content="#7789a0" />
  17. <meta name="color:desc background" content="#fff" />
  18. <meta name="color:title" content="#7789a0" />
  19. <meta name="color:ntc" content="#7789a0" />
  20. <meta name="color:pagination links" content="#b1b2b3" />
  21. <meta name="color:posts" content="#fff" />
  22. <meta name="color:notecount" content="#b1b2b3" />
  23. <meta name="color:post info border" content="#e3e7e7" />
  24. <meta name="color:post title underline" content="#e3e7e7" />
  25. <meta name="color:question background" content="#f4f2ec" />
  26. <meta name="color:border" content="#eeeeee" />
  27. <meta name="color:sidebarbg" content="#eeeeee" />
  28. <meta name="color:descriptiontext" content="#8f8686" />
  29.  
  30.  
  31. <meta name="image:sidebar" content=""/>
  32.  
  33. <meta name="text:Link1 URL" content="/" />
  34. <meta name="text:Link1 Title" content="first" />
  35. <meta name="text:Link2 URL" content="/" />
  36. <meta name="text:Link2 Title" content="second" />
  37. <meta name="text:Link3 URL" content="/" />
  38. <meta name="text:Link3 Title" content="third" />
  39. <meta name="text:Link4 URL" content="/" />
  40. <meta name="text:Link4 Title" content="fourth" />
  41.  
  42.  
  43. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  44. <title>{title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  45. <link rel="shortcut icon" href="{Favicon}" />
  46. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  47. <link href='http://fonts.googleapis.com/css?family=Playfair+Display+SC' rel='stylesheet' type='text/css'>
  48. <link href='http://fonts.googleapis.com/css?family=Lora:400italic' rel='stylesheet' type='text/css'>
  49.  
  50. <style type="text/css">
  51.  
  52.  
  53. body {
  54. background-color: {color:background};
  55. background-repeat: repeat;
  56. background-attachment: fixed;
  57. color: {color:font};
  58. font-family: 'calibri';
  59. font-size:10px;
  60. line-height: 8px;
  61. text-align: justify;
  62. }
  63.  
  64. a:link, a:active, a:visited {
  65. color: {color:links};
  66. text-decoration:none;
  67. -webkit-transition-duration: 0.7s;
  68. -moz-transition-duration: 0.7s;
  69. }
  70.  
  71. a:hover {
  72. color: {color:links hover};
  73. -webkit-transition-duration:0.3s;
  74. -moz-transition-duration: 0.3s;
  75. }
  76.  
  77. blockquote {
  78. border-left:4px {color:blockquote} solid;
  79. padding-left:3px;
  80. margin-left:4px;
  81. }
  82.  
  83. #theme {
  84. background-color:#fff;
  85. width:700px;
  86. margin: 0 auto -12px -12px;
  87. text-align: center;
  88. }
  89.  
  90. #sidebro {
  91. color:{color:text};
  92. background-color:#fff;
  93. background-position: center bottom;
  94. position:fixed;
  95. background-repeat: no-repeat;
  96. width:100px;
  97. height:101%;
  98. margin-top:50px;
  99. margin-left:0 px;
  100. text-align:left;
  101. }
  102.  
  103. #sidebro:hover .title{
  104. opacity:1;
  105. margin-left:20px;
  106. margin-left:155px;
  107. -webkit-transition:0.5s linear;
  108. -webkit-transition: all .7s ease;
  109. -moz-transition: all .7s ease;
  110. -o-transition: all .7s ease;
  111. transition: all .7s ease;
  112. -webkit-transition: opacity .5s linear;
  113. -webkit-transition: all .5s linear;
  114. -moz-transition: all .5s linear;
  115. transition: all .5s linear;
  116. }
  117.  
  118. #sidebro .title{
  119. opacity:0;
  120. margin-left:-150px;
  121. -webkit-transition:0.5s linear;
  122. -webkit-transition: all .7s ease;
  123. -moz-transition: all .7s ease;
  124. -o-transition: all .7s ease;
  125. transition: all .7s ease;
  126. -webkit-transition: opacity .5s linear;
  127. -webkit-transition: all .5s linear;
  128. -moz-transition: all .5s linear;
  129. transition: all .5s linear;
  130. }
  131.  
  132.  
  133. .title{
  134. width:500px;
  135. color:{color:title};
  136. text-transform:none;
  137. font-size:14px;
  138. font-family: 'arial', serif;
  139. line-height:100%;
  140. display:block;
  141. text-align:right;
  142. font-weight:normal;
  143. font-style:italic;
  144. padding:5px;
  145. height:20px;
  146. margin-bottom:0px;
  147. margin-left:10px;
  148. margin-top:10px;
  149. position:relative;
  150. z-index:1000;
  151. }
  152.  
  153.  
  154.  
  155. #sidebroimage img{
  156. width:120px;
  157. height:120px;
  158. MARGIN-TOP:20PX;
  159. margin-left:20px;
  160. padding:5px;
  161. border:1px solid #f3f3f3;
  162. }
  163.  
  164.  
  165. #sidebroimage {
  166. MARGIN-LEFT:130PX;
  167. width:140px;
  168. height:200px;
  169. margin-bottom:10px;
  170. background-color:#fff;
  171. padding:5px;
  172. border:1px solid #fff;
  173. border-radius:2px;
  174. margin-top:150px;
  175. -webkit-transition: opacity 0.6s linear;
  176. -webkit-transition: all 0.6s ease-in-out;
  177. -moz-transition: all 0.6s ease-in-out;
  178. -o-transition: all 0.6s ease-in-out;
  179. }
  180.  
  181.  
  182. #sidebro:hover .links{
  183. opacity: 1;
  184. -webkit-transition: all .7s ease;
  185. -moz-transition: all .7s ease;
  186. -o-transition: all .7s ease;
  187. transition: all .7s ease;
  188. -webkit-transition: opacity .5s linear;
  189. -webkit-transition: all .5s linear;
  190. -moz-transition: all .5s linear;
  191. transition: all .5s linear;
  192. }
  193.  
  194. #sidebro .links{
  195. opacity: 0;
  196. -webkit-transition: all .7s ease;
  197. -moz-transition: all .7s ease;
  198. -o-transition: all .7s ease;
  199. transition: all .7s ease;
  200. -webkit-transition: opacity .5s linear;
  201. -webkit-transition: all .5s linear;
  202. -moz-transition: all .5s linear;
  203. transition: all .5s linear;
  204. }
  205.  
  206. .links {
  207. position:absolute;
  208. width:155px;
  209. line-height: 100%;
  210. text-transform: uppercase;
  211. position:fixed;
  212. margin-left: 10px;
  213. margin-top: 0px;
  214. opacity:1;
  215. height:100px;
  216. background-color:;
  217. text-align: center;
  218. margin-bottom:0px;
  219. padding: 0px;
  220. text-transform:uppercase;
  221. -webkit-transition:0.5s linear;
  222. }
  223.  
  224. .links a{
  225. font-family:calibri;
  226. font-style:normal;
  227. font-size:8px;
  228. text-transform:uppercase;
  229. color:#adadad;
  230. background-color:#fff;
  231. width:45px;
  232. line-height:15px;
  233. display:inline-block;
  234. border:px dashed #e9e9e9;
  235. margin-bottom:5px;
  236. padding-left:3px;
  237. letter-spacing:2px;
  238. text-decoration:none;
  239. -moz-transition-duration:1s;
  240. -webkit-transition-duration:1s;
  241. -o-transition-duration:1s;
  242. }
  243.  
  244. .links a:hover{
  245. color:#111;
  246. opacity:1;
  247. -webkit-transition: all 0.3s ease;
  248. -moz-transition: all 0.3s ease;
  249. -o-transition: all 0.3s ease;
  250. }
  251.  
  252. #desc {
  253. margin-top:05px;
  254. margin-left:21px;
  255. font-family:cambria;
  256. margin-bottom:10px;
  257. background:#fafafa;
  258. width:118px;
  259. font-style:italic;
  260. text-align:left;
  261. padding:5px;
  262. border-top:1px solid #f1f1f1;
  263. color:{color:text};
  264. font-size:9px;
  265. letter-spacing:0px;
  266. text-align:justify;
  267. line-height:90%;
  268. z-index:99999;
  269.  
  270. }
  271.  
  272. #desc a {
  273. color:{color:link};
  274.  
  275. }
  276.  
  277.  
  278. .pagi {
  279. position:fixed;
  280. width:70px;
  281. text-align:center;
  282. margin-top:-210px;
  283. margin-left:220px;
  284. font-family:cambria;
  285. font-size:8px; padding:3px;
  286. background-color:;
  287. letter-spacing:2px;
  288. text-transform:uppercase;
  289. font-style:normal;
  290. z-index:100;}
  291.  
  292.  
  293. .pagi a {
  294. color:#999999;
  295. }
  296.  
  297.  
  298.  
  299. #cunt{width:250px; height:auto;}
  300. {block:PermalinkPage}
  301. width:410px;
  302. {/block:PermalinkPage}
  303. }
  304.  
  305.  
  306. #background {
  307. width:500px;
  308. padding:50px;
  309. height:100%;
  310. margin-left:460px;
  311. position:fixed;
  312. background-color:{color:main bg};
  313. z-index:-3;
  314. }
  315.  
  316. #postcage {
  317. padding-top:50px;
  318. margin-left:400px;
  319. margin-top:-10px;
  320. z-index:99;
  321. width:500px;
  322. padding-left:30px;
  323. padding-right:30px;
  324.  
  325. }
  326.  
  327. #post {
  328. background-color:{color:posts};
  329. width:500px;
  330. padding:-5px;
  331. margin-bottom:40px;
  332. }
  333.  
  334.  
  335.  
  336. #tags {
  337. font-size:8px;
  338. text-transform:uppercase;
  339. text-align:center;
  340. line-height:7px;
  341. margin-top:3px;
  342. }
  343.  
  344. #tags a {
  345. padding-right:2px;
  346. padding-left:2px;
  347. }
  348.  
  349. #notecount {
  350. font-family:'georgia';
  351. font-size:8px;
  352. font-style:italic;
  353. color:{color:notecount};
  354. line-height:12px;
  355. text-align:center;
  356. margin-bottom:-6px;
  357. }
  358.  
  359. #notecount a {
  360. color:{color:ntc};
  361. }
  362.  
  363. #notecount a:hover {
  364. opacity:0.5;
  365. }
  366.  
  367. #when {
  368. text-transform:uppercase;
  369. font-size:7px;
  370. line-height:6px;
  371. border-bottom:1px solid {color:post info border};
  372. }
  373.  
  374. #post:hover .ago {
  375. opacity:1;
  376. -webkit-transition-duration: 0.7s;
  377. -moz-transition-duration: 0.7s;
  378. }
  379.  
  380. #post:hover .via {
  381. opacity:1;
  382. -webkit-transition-duration: 0.7s;
  383. -moz-transition-duration: 0.7s;
  384. }
  385.  
  386. .ago {
  387. text-align:left;
  388. opacity:0;
  389. -webkit-transition-duration: 0.7s;
  390. -moz-transition-duration: 0.7s;
  391. }
  392.  
  393. .via {
  394. margin-top:-6px;
  395. text-align:right;
  396. opacity:0;
  397. -webkit-transition-duration: 0.7s;
  398. -moz-transition-duration: 0.7s;
  399. }
  400.  
  401.  
  402.  
  403. .title {
  404. font-family:'georgia';
  405. font-size:16px;
  406. font-style:italic;
  407. color:{color:title};
  408. line-height:13px;
  409. text-align:center;
  410. border-bottom:1px solid {color:post title underline};
  411. }
  412.  
  413. .asker {
  414. padding:20px;
  415. font-family:cambria;
  416. letter-spacing:1px;
  417. text-align:left;
  418. text-transform:none;
  419. }
  420.  
  421. .ans {
  422. text-align:left;
  423. margin-top:40px;
  424. padding:10px;
  425. color:{color:text};
  426. }
  427.  
  428. .tracktitle {
  429. width:290px;
  430. font-family:'georgia';
  431. font-size:16px;
  432. font-style:italic;
  433. color:{color:title};
  434. line-height:13px;
  435. text-align:center;
  436. border-bottom:1px solid {color:post title underline};
  437. }
  438.  
  439.  
  440. @font-face {
  441. font-family: 'ballpark';
  442. src: url('http://static.tumblr.com/c5gdi2k/2fhn63ifn/ballw___.ttf');
  443. }
  444.  
  445.  
  446. .credit {position:fixed; bottom:5px; right:5px; font: 20px Ballpark; background: transparent; color: #cccccc; text-transform:uppercase; letter-spacing: 0px; padding: 5px; }
  447. .credit a{ #e7e7e7; opacity:0.8;}
  448. .credit a:hover{color:{color:linkhovercolor}; opacity:1.0;}
  449.  
  450.  
  451.  
  452.  
  453.  
  454. {CustomCSS}
  455.  
  456. </style></head>
  457.  
  458. <body>
  459. <div id="theme">
  460. <div id="sidebro">
  461.  
  462. <div id="sidebroimage">
  463.  
  464. <img src="{image:sidebar}">
  465.  
  466. <div id="desc">
  467. {Description}
  468. </div>
  469. <div class="links">
  470.  
  471. <a href="/">home</a>
  472.  
  473. <a href="/ask">ask</a>
  474.  
  475. <a href="{text:Link1 URL}">{text:Link1 Title}</a>
  476.  
  477. <a href="{text:Link2 URL}">{text:Link2 Title}</a>
  478.  
  479. <a href="{text:Link3 URL}">{text:Link3 Title}</a>
  480.  
  481. <a href="{text:Link4 URL}">{text:Link4 Title}</a>
  482.  
  483.  
  484. </div>
  485.  
  486.  
  487.  
  488.  
  489. </div>
  490.  
  491.  
  492. {block:Pagination}
  493. <div class="pagi">
  494. {block:PreviousPage}
  495. <a href="{PreviousPage}">back</a>
  496. {/block:PreviousPage}
  497. {block:NextPage}
  498. <a href="{NextPage}">next</a>
  499. {/block:NextPage}
  500. </div>
  501. {/block:Pagination}
  502. </div></div></div>
  503.  
  504. <div id="postcage">
  505.  
  506. {block:Posts}
  507.  
  508. <div id="post">
  509.  
  510. {block:Text}
  511. {block:Title}
  512. <div class="title">{Title}</div>
  513. {/block:Title}
  514. {Body}
  515. {/block:Text}
  516.  
  517. {block:Photo}
  518. <img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
  519. {block:Caption}
  520. <div class="text">{Caption}</div>
  521. {/block:Caption}
  522. {/block:Photo}
  523.  
  524. {block:Photoset}
  525. {Photoset-500}
  526. {block:Caption}
  527. <div class="text">{Caption}</div>
  528. {/block:Caption}
  529. {/block:Photoset}
  530.  
  531. {block:Quote}
  532. <div class="title"><big>"</big>{Quote}<big>"</big></div>
  533. {block:Source}
  534. <div class="text">{Source}</div>
  535. {/block:Source}
  536. {/block:Quote}
  537.  
  538. {block:Link}
  539. <div class="title"><a href="{URL}">{Name}</a></div>
  540. {block:Description}
  541. <div class="text">{Description}</div>
  542. {/block:Description}
  543. {/block:Link}
  544.  
  545. {block:Chat}
  546. {block:Title}
  547. <div class="title">{Title}</div>
  548. {/block:Title}
  549. <div class="text">{block:Lines}
  550. {block:Label}
  551. <b>{Label}</b>
  552. {/block:Label}
  553. {Line}<br>
  554. {/block:Lines}</div>
  555. {/block:Chat}
  556.  
  557. {block:Video}
  558. {Video-400}
  559. {block:Caption}
  560. <div class="text">{Caption}</div>
  561. {/block:Caption}
  562. {/block:Video}
  563.  
  564. {block:Audio}
  565.  
  566. <table><tr><td>
  567. {block:AlbumArt}
  568. <img src="{AlbumArtURL}" style="width:100px; height:100px;">
  569. {/block:AlbumArt}
  570. </td><td>
  571. {block:TrackName}
  572. <div class="tracktitle">
  573. {TrackName}
  574. </div>
  575. {/block:TrackName}
  576. {block:Artist}
  577. <div class="audioartist">
  578. <center>{Artist}</center>
  579. </div>
  580. {/block:Artist}
  581. <center>
  582. {AudioPlayerWhite}
  583. </center></td>
  584. </tr>
  585. </table>
  586. {block:Caption}
  587. {Caption}
  588. {/block:Caption}
  589. {/block:Audio}
  590.  
  591. {block:Answer}<div id="asker" style="margin-left:25px;width:500px;"><img align="left" src="{AskerPortraitURL-30}"style="border-radius:140px;margin-left:-35px;margin-top:-15px;"><span style="font-family:cambria;font-size:10px;font-style:italic;">{Asker} whispered:&nbsp;</span>{Question}</div><br><left><font face="cambria"><span style="font-family:cambria;font-size:9px;font-style:italic;">{Answer}</span></font>{/block:Answer}
  592.  
  593. {block:NoteCount}
  594. <div id="notecount">
  595. <a href="{Permalink}">{FormattedNoteCount}</a>
  596. </div>
  597. {/block:NoteCount}
  598.  
  599. <div id="when">
  600. <div class="ago"><a href="{Permalink}">{TimeAgo}</a></div>
  601. {block:RebloggedFrom}
  602. <div class="via">
  603. <a href="{ReblogParentURL}">VIA</a> /
  604. <a href="{ReblogRootURL}">SOURCE</a>
  605. </div>
  606. {/block:RebloggedFrom}
  607. </div>
  608.  
  609. {block:HasTags}
  610. <div id="tags">
  611. {block:Tags}
  612. <a href="/tagged/{Tag}">{Tag}</a>
  613. {/block:Tags}
  614. </div>
  615. {/block:HasTags}
  616.  
  617. </div>
  618.  
  619. {/block:Posts}
  620.  
  621. {PostNotes}
  622.  
  623. </div>
  624.  
  625. <div class="credit"><a href="http://mandrakescry.tumblr.com/"><center>M</center></a></div>
  626.  
  627. </body>
  628. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement