Advertisement
Themes_Mandrakescry

Theme 14

Apr 28th, 2013
386
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.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. <!-- 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:Post Background" content="#ffffff"/>
  15. <meta name="color:Font" content="#b1b1b1"/>
  16. <meta name="color:Sidebar Link" content="#4e4d4d" />
  17. <meta name="color:Links" content="#757575"/>
  18. <meta name="color:Links Hover" content="#a5a5a5"/>
  19. <meta name="color:Bold" content="#a7a6a5"/>
  20. <meta name="color:Blog Title" content="#adacab"/>
  21. <meta name="color:Text Hover" content="#d6d5d5"/>
  22. <meta name="color:Post Border" content="#eeecec"/>
  23. <meta name="color:Text Description" content="#cecccc"/>
  24. <meta name="color:Scrollbar" content="#c4c2c1"/>
  25. <meta name="color:Ask Background" content="#e4e2e1"/>
  26.  
  27.  
  28. <meta name="image:sidebar" content=""/>
  29.  
  30. <meta name="text:Link1 URL" content="/" />
  31. <meta name="text:Link1 Title" content="first" />
  32. <meta name="text:Link2 URL" content="/" />
  33. <meta name="text:Link2 Title" content="second" />
  34. <meta name="text:Link3 URL" content="/" />
  35. <meta name="text:Link3 Title" content="third" />
  36. <meta name="text:Link4 URL" content="/" />
  37. <meta name="text:Link4 Title" content="fourth" />
  38.  
  39.  
  40. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  41. <title>{title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  42. <link rel="shortcut icon" href="{Favicon}" />
  43. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  44. <link href='http://fonts.googleapis.com/css?family=Playfair+Display+SC' rel='stylesheet' type='text/css'>
  45. <link href='http://fonts.googleapis.com/css?family=Lora:400italic' rel='stylesheet' type='text/css'>
  46.  
  47. <style type="text/css">
  48.  
  49.  
  50. ::selection {
  51. background:{color:Text hover};
  52. }
  53. ::-moz-selection {
  54. background:{color:Text hover};
  55. }
  56. ::-webkit-selection {
  57. background:{color:Text hover};
  58. }
  59.  
  60.  
  61.  
  62. body {
  63. font-family:calibri;
  64. font-size: 11px;
  65. line-height: 100%;
  66. text-align: justify;
  67. color: {color:Font};
  68. background-color: {color:Background};
  69. background-image: url('{image:Background Image}');
  70. background-attachment: fixed;
  71. background-position: left top;
  72. background-repeat: repeat; }
  73.  
  74. a:link, a:visited, a:active {
  75. text-decoration: none;
  76. color: {color:Links};
  77. -webkit-transition: all 0.4s ease-in-out;
  78. -moz-transition: all 0.4s ease-in-out;
  79. -o-transition: all 0.4s ease-in-out;
  80. transition: all 0.4s ease-in-out;
  81. }
  82.  
  83. a:hover {
  84.  
  85. -webkit-transition: all 0.5s ease-out;
  86. -moz-transition: all 0.5s ease-out;
  87. transition: all 0.5s ease-out;
  88. text-shadow: 0px 1px 5px rgba(0,0,0,0.13);
  89. color: {color:Links hover};}
  90.  
  91. l {
  92. padding: 1px 7px 2px 3px;
  93. text-decoration: none;
  94. font-size: 12px;
  95. font-family:calibri;
  96. color: {color:Links};
  97. border: 1px solid {color:Background};
  98. -webkit-transition: all 0.4s ease-in-out;
  99. -moz-transition: all 0.4s ease-in-out;
  100. -o-transition: all 0.4s ease-in-out;
  101. transition: all 0.4s ease-in-out;
  102. border-bottom: 0px solid transparent; }
  103.  
  104. b, strong {
  105. color: {color:Bold}; }
  106.  
  107. blockquote {
  108. margin-left: 2px;
  109. padding-left:6px;
  110. border-left: 2px solid {color:Post Border}; }
  111.  
  112. #title {
  113. padding-bottom: 4px;
  114. font-family:georgia;
  115. font-size: 13px;
  116. text-align: center;
  117. color:{color:title}
  118. }
  119.  
  120. #link {
  121. margin-top: 10px;
  122. padding-bottom: 4px;
  123. font-size: 16px;
  124. text-align: center;}
  125.  
  126. h1 {
  127. font-size: 15px;
  128. line-height: 15px;
  129. letter-spacing: 0px;
  130. text-transform: none;
  131. font-weight: normal;
  132. text-align: center;
  133. margin-top: 0px;
  134. margin-bottom: -5px;
  135. padding: 0px;
  136. color: {color:Posts Title}; }
  137.  
  138.  
  139.  
  140. #entries {
  141. font-family:georgia;
  142. margin-left: 570px;
  143. margin-top: 50px;
  144. margin-bottom: 20px;
  145. width: 520px; }
  146.  
  147. #posts {
  148. overflow: hidden;
  149. font-family: Cambria;
  150. margin-bottom: 10px;
  151. padding: 10px 10px 0px 10px;
  152. border:1px solid {color:Post border};
  153. background: {color:Post Background};
  154. padding-bottom:10px;
  155. }
  156.  
  157.  
  158.  
  159. #info {
  160. font-size:8px;
  161. text-align:center;
  162. padding: 3px;
  163. font-family:cambria;
  164. border-top: 2px solid {color:Post border};
  165. margin-top:4px;
  166. border:1px solid {color:Post border};
  167. opacity:10%;
  168. text-transform: uppercase;
  169. }
  170.  
  171.  
  172.  
  173. #quote {
  174. font-size: 15px;
  175. font-style:italic;
  176. margin: 3px 0px 0px 35px;
  177. }
  178.  
  179. #source {
  180. font-size: 12px;
  181. margin-top: 10px;
  182. text-align:right;}
  183.  
  184. #speechmark {
  185. position: absolute;
  186. margin: 13px 0 0 -1px;
  187. font-style:italic;
  188. font-family: times new roman;
  189. font-size: 60px;
  190. font-weight: bold;
  191. color: {color:Post Border}; }
  192.  
  193.  
  194.  
  195. #audio { padding: 0px; }
  196.  
  197. .qu {
  198. opacity: 0.7;
  199. font-family: georgia;
  200. font-size: 25px;
  201. font-weight: bold;
  202. line-height: 33px;}
  203.  
  204. .ote {
  205. opacity: 0.9;
  206. margin-top: -34px;
  207. text-indent: 15px; }
  208.  
  209. .audio {
  210. background-color :white;
  211. display: block; }
  212.  
  213.  
  214.  
  215. #questions {background-color: {color: ask background}; color: {color:text}; border-top: solid 0px #eeeeee; margin-left:0px; padding:11px; margin-top: 5px; margin-bottom:5px; font-family:times new roman; text-transform:lowercase; font-size:10px; font-style:italic; text-align:left; border-bottom: 1px solid #eeeeee;}
  216.  
  217.  
  218. margin:8px;
  219. .user_1 .label {color:{color:links}; font-weight:bold;}
  220. .user_2 .label {color:{color:links}; font-weight:bold;}
  221. .user_3 .label {color:{color:links}; font-weight:bold;}
  222. .user_4 .label {color:{color:links}; font-weight:bold;}
  223. .user_5 .label {color:{color:links}; font-weight:bold;}
  224. .user_6 .label {color:{color:links}; font-weight:bold;}
  225. .user_7 .label {color:{color:links}; font-weight:bold;}
  226. .user_8 .label {color:{color:links}; font-weight:bold;}
  227. .user_9 .label {color:{color:links}; font-weight:bold;}
  228. .user_10 .label {color:{color:links}; font-weight:bold;}
  229. .user_11 .label {color:{color:links}; font-weight:bold;}
  230. .user_12 .label {color:{color:links}; font-weight:bold;}
  231. .user_13 .label {color:{color:links}; font-weight:bold;}
  232. .user_14 .label {color:{color:links}; font-weight:bold;}
  233. .user_15 .label {color:{color:links}; font-weight:bold;}
  234. .user_16 .label {color:{color:links}; font-weight:bold;}
  235. .user_17 .label {color:{color:links}; font-weight:bold;}
  236. .user_18 .label {color:{color:links}; font-weight:bold;}
  237. .user_19 .label {color:{color:links}; font-weight:bold;}
  238. .user_20 .label {color:{color:links}; font-weight:bold;}
  239.  
  240. ul.chat, .chat ol, .chat li {
  241. padding:0px;
  242. list-style:none;}
  243.  
  244.  
  245.  
  246. ::-webkit-scrollbar-thumb:vertical {
  247. height:10px;
  248. background-color: {color:Scrollbar};
  249. }
  250. ::-webkit-scrollbar-thumb:horizontal {
  251. height:10px;
  252. background-color: {color:Scrollbar};
  253. }
  254.  
  255. ::-webkit-scrollbar {
  256. height: 10px;
  257. width: 5px;
  258. background-color: {color:Post Background};
  259. }
  260.  
  261.  
  262.  
  263. #postnotes {
  264. margin:0px 0px 0px 0px;
  265. width:510px;
  266. padding:5px;
  267. font-family:calibri headings;
  268. font-size: 8px;
  269. background-color: none; }
  270.  
  271. #postnotes a {
  272. margin-top:5px; }
  273.  
  274. ol.notes li.note {
  275. padding:2px;
  276. border-bottom: solid 0px;}
  277.  
  278. ol.notes li.note img.avatar {
  279. vertical-align:-4px;
  280. margin-right:0px;
  281. width:16px;
  282. height:16px; }
  283.  
  284. #theme {
  285. background-color:{color:bg};
  286. width:750px;
  287. text-align: center;
  288. margin: 0 auto -12px auto;
  289. position:fixed;
  290. }
  291.  
  292. #sbar {
  293. color:{color:text};
  294. position:fixed;
  295. width:180px;
  296. height:auto;
  297. text-align:left;
  298. margin-top:130px;
  299. margin-left:280px;
  300. }
  301.  
  302. #sbar img {
  303. width:150px;
  304. height:150px;
  305. border-radius:500px;
  306. background-color:{color:infobg};
  307. }
  308.  
  309. #sbar:hover .links {
  310. opacity:1;
  311. -moz-transition-duration:0.6s;
  312. -webkit-transition-duration:0.6s;
  313. -o-transition-duration:0.6s;
  314. }
  315.  
  316. .links {
  317. opacity:0;
  318. border-radius:500px;
  319. margin:10px;
  320. position:fixed;
  321. width:80px;
  322. height:80px;
  323. font-size:8px;
  324. text-transform:uppercase;
  325. text-align:center;
  326. padding:25px;
  327. letter-spacing:2px;
  328. line-height:100%;
  329. z-index:999;
  330. background-color:{color:background};
  331. -moz-transition-duration:0.6s;
  332. -webkit-transition-duration:0.6s;
  333. -o-transition-duration:0.6s;
  334. }
  335.  
  336. .links a{
  337. color:{color:link};
  338. display:block;
  339. padding:3px;
  340. letter-spacing:0px;
  341. text-decoration:none;
  342. -moz-transition-duration:1s;
  343. -webkit-transition-duration:1s;
  344. -o-transition-duration:1s;
  345. }
  346.  
  347. .links a:hover{
  348. color:{color:hover};
  349. -moz-transition-duration:1s;
  350. -webkit-transition-duration:1s;
  351. -o-transition-duration:1s;
  352. }
  353.  
  354. .desc {
  355. padding-top:10px;
  356. padding-bottom:10px;
  357. font-size:9px;
  358. letter-spacing:1px;
  359. text-align:justify;
  360. line-height:100%;
  361. color:{color:text};
  362. font-family:Glegoo;
  363. width:130px;
  364. margin-left:15px;
  365. margin-top:10px;
  366. }
  367.  
  368. .desc a {
  369. color:{color:link};
  370. }
  371.  
  372. .desc2 {
  373. padding:10px;
  374. text-align:left;
  375. font-size:10px;
  376. color:{color:text};
  377. background-color:{color:infobg};
  378. }
  379.  
  380. .desc2 a {
  381. color:{color:link};
  382. }
  383.  
  384. .title {
  385. font-family:"Libre Baskerville";
  386. font-style:italic;
  387. font-weight:normal;
  388. margin-left:20px;
  389. font-size:18px;
  390. letter-spacing:-1px;
  391. color:{color:hover};
  392. }
  393.  
  394. .pagi {
  395. text-align:center;
  396. font-size:8px;
  397. letter-spacing:3px;
  398. text-transform:uppercase;
  399. font-style:normal;
  400. color:{color:link};
  401. }
  402.  
  403. .pagi a {
  404. color:{color:text};
  405. }
  406.  
  407.  
  408. @font-face {
  409. font-family: 'ballpark';
  410. src: url('http://static.tumblr.com/c5gdi2k/2fhn63ifn/ballw___.ttf');
  411. }
  412.  
  413.  
  414. .credit {position:fixed; bottom:5px; right:5px; font: 20px Ballpark; background: transparent; color: #cccccc; text-transform:uppercase; letter-spacing: 0px; padding: 5px; }
  415. .credit a{ #e7e7e7; opacity:0.8;}
  416. .credit a:hover{color:{color:linkhovercolor}; opacity:1.0;}
  417.  
  418.  
  419.  
  420.  
  421.  
  422. {CustomCSS}
  423.  
  424. </style></head>
  425.  
  426. <body>
  427.  
  428.  
  429. <div id="theme">
  430. <div id="sbar">
  431. <div class="links">
  432. <a href="/">home</a>
  433. <a href="/ask">ask</a>
  434. <a href="{text:Link1 URL}">{text:Link1 Title}</a>
  435. <a href="{text:Link2 URL}">{text:Link2 Title}</a>
  436. <a href="{text:Link3 URL}">{text:Link3 Title}</a>
  437. <a href="{text:Link4 URL}">{text:Link4 Title}</a>
  438. </div>
  439. <img src="{image:sidebar}">
  440. <div class="desc">
  441. {Description}
  442. </div>
  443.  
  444.  
  445. {block:Pagination}
  446. <div class="pagi">
  447. {block:PreviousPage}
  448. <a href="{PreviousPage}">back</a>
  449. {/block:PreviousPage}
  450. {block:NextPage}
  451. <a href="{NextPage}">next</a>
  452. {/block:NextPage}
  453. </div>
  454. {/block:Pagination}
  455. </div></div></div>
  456.  
  457. <div id="entries">
  458.  
  459. {block:Posts}
  460. <div id="posts">
  461.  
  462. <div id="title">
  463. {block:Title}
  464. <h1>{Title}&nbsp;</h1>
  465. {/block:Title}
  466. </div>
  467. {block:Text}
  468. {Body}
  469. {/block:Text}
  470.  
  471. {block:Quote}<div id="speechmark">“</div>
  472. <div id="quote">
  473. {Quote}
  474. </div>
  475.  
  476. {block:Source}
  477. <div id="source">
  478.  
  479. -{Source}
  480.  
  481. </div>{/block:Source}
  482. {/block:Quote}
  483.  
  484. {block:Link}
  485. <a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  486. {block:Description}{Description}{/block:Description}
  487. {/block:Link}
  488.  
  489. {block:Photo}
  490. {LinkOpenTag}
  491. <img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
  492. {LinkCloseTag}<br>
  493. {block:Caption}
  494. {Caption}
  495. {/block:Caption}
  496. {/block:Photo}
  497.  
  498. {block:Photoset}
  499. {Photoset-500}
  500. {block:Caption}
  501. {Caption}
  502. {/block:Caption}
  503. {/block:Photoset}
  504.  
  505. {block:Chat}
  506. <ul class="chat">
  507. {block:Lines}
  508. <li class="user_{UserNumber}">
  509. {block:Label}
  510. <span class="label">{Label}</span>
  511. {/block:Label}
  512. &nbsp;{Line}</li>
  513. {/block:Lines}</ul>
  514. {/block:Chat}
  515.  
  516. {block:Video}
  517. {Video-500}
  518. {block:Caption}
  519. {Caption}
  520. {/block:Caption}
  521. {/block:Video}
  522.  
  523. {block:Answer}<div style="font-size: 8px;"><div id="questions"><img src="{AskerPortraitURL-16}"> {Asker} asked:<br/> "{Question}"</div></div>
  524. {Answer}{/block:answer}
  525.  
  526. {block:Audio}
  527. <div id="audio">
  528. {block:AlbumArt}
  529. <img src="{AlbumArtURL}" width="55px" height="55px" align="left" style="margin-right:10px" />
  530. {/block:AlbumArt}
  531. {block:TrackName}
  532. Song: <b>{TrackName}</b><br>
  533. {/block:TrackName}
  534. {block:Artist}
  535. Artist: <b>{Artist}</b><br><br>
  536. {/block:Artist}<br>
  537. {AudioPlayerBlack}<br>
  538. </div>
  539. {block:Caption}
  540. {Caption}
  541. {/block:Caption}
  542. {/block:Audio}
  543.  
  544. <div id="info">
  545. <a href="{Permalink}">{TimeAgo}</a>{/block:Date}{block:NoteCount}&nbsp;-&nbsp;<a href="{Permalink}">• {NoteCount} notes</a>{/block:NoteCount}{block:RebloggedFrom}&nbsp;&nbsp;-&nbsp;<a href="{ReblogParentURL}"><a href="{ReblogParentURL}"> via</a>{/block:RebloggedFrom}
  546. {block:ContentSource}&nbsp;-&nbsp;<a href="{SourceURL}"> source</a>
  547. </a>{block:ContentSource}{/block:RebloggedFrom}<br></div><center><i>
  548. {block:HasTags}{block:Tags}&nbsp • <a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</i></center></div><br>
  549.  
  550. {/block:Posts}
  551. {block:PostNotes}{PostNotes}{/block:PostNotes}
  552. {/block:Posts}</div></div>
  553.  
  554. </div>
  555.  
  556. <div class="credit"><a href="http://mandrakescry.tumblr.com/"><center>M</center></a></div>
  557.  
  558. </body>
  559. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement