Advertisement
Themes_Mandrakescry

Theme 04

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