Advertisement
Themes_Mandrakescry

Theme 12

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