Advertisement
Themes_Mandrakescry

Theme 19

Aug 27th, 2013
1,305
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.99 KB | None | 0 0
  1. <html>
  2.  
  3. <!-------------------------------------------
  4. Theme by Clara Schueller
  5. http://mandrakescry.tumblr.com/
  6. DON'T REMOVE THE CREDITS
  7. -------------------------------------------->
  8.  
  9.  
  10. <head>
  11.  
  12. <title>{Title}</title>
  13. <link rel="shortcut icon" href="{Favicon}">
  14. <link rel="altertnate" type="application/rss+xml" href="{RSS}">
  15. <meta name="description" content="" />
  16.  
  17. <meta name="color:Background" content="#ffffff"/>
  18. <meta name="color:Blockquote" content="#293239">
  19. <meta name="color:Posts Text" content="#5e5e5e"/>
  20. <meta name="color:Links" content="#424e57"/>
  21. <meta name="color:Links Hover" content="#647886"/>
  22. <meta name="color:Title" content="#3d3d3d" />
  23. <meta name="color:Sidebar" content="#ffffff" />
  24. <meta name="color:Description" content="#616161" />
  25. <meta name="color:Border" content="#e4e4e4" />
  26. <meta name="color:Navigation" content="#8b8989" />
  27. <meta name="color:Posts border" content="#cecfcf">
  28. <meta name="color:Question background" content="#f8f8f8">
  29. <meta name="color:Permalink background" content="#ebebeb">
  30. <meta name="color:Askborder" content="#293239">
  31.  
  32.  
  33. <meta name="image:sidebar" content="http://static.tumblr.com/xkrznpq/h4Kms7953/owl.png" />
  34.  
  35.  
  36. <meta name="text:Link 1 Title" content="Link 1 Title" />
  37. <meta name="text:Link 1 URL" content="Link 1 URL" />
  38. <meta name="text:Link 2 Title" content="Link 2 Title" />
  39. <meta name="text:Link 2 URL" content="Link 2 URL" />
  40. <meta name="text:Link 3 Title" content="Link 3 Title" />
  41. <meta name="text:Link 3 URL" content="Link 3 URL" />
  42. <meta name="text:Link 4 Title" content="Link 4 Title" />
  43. <meta name="text:Link 4 URL" content="Link 4 URL" />
  44. <meta name="text:Link 5 Title" content="Link 5 Title" />
  45. <meta name="text:Link 5 URL" content="Link 5 URL" />
  46. <meta name="text:Link 6 Title" content="Link 6 Title" />
  47. <meta name="text:Link 6 URL" content="Link 6 URL" />
  48.  
  49.  
  50.  
  51. <style type="text/css">
  52.  
  53. ::-webkit-scrollbar { width: 4px; height: 4px; }
  54. ::-webkit-scrollbar-button:start:decrement;
  55. ::-webkit-scrollbar-button:end:increment { height: 0px; display: block; background: #9C9C9C; }
  56. ::-webkit-scrollbar-track-piece { background-color: {color:scrollbar background}; }
  57. ::-webkit-scrollbar-thumb { border-radius: 0px; height: 50px; background-color: {color:scrollbar}; }
  58.  
  59. body {
  60. font-family: Cambria;
  61. font-size: 10px;
  62. color: {color:Posts Text};
  63. text-align: justify;
  64. background-color: {color:Background};
  65. }
  66.  
  67. body a {
  68. text-decoration: none;
  69. color: {color:Links};
  70. }
  71.  
  72. body a:hover {
  73. text-decoration: none;
  74. color: {color:Links hover};
  75. -webkit-transition-duration: 0.5s
  76. }
  77.  
  78. small {
  79. font-size: 9px;
  80. }
  81.  
  82. blockquote {
  83. border-left: solid;
  84. border-left-width: 2px;
  85. border-color: {color:Blockquote};
  86. padding-left: 7px;
  87. margin-left: 10px;
  88. }
  89.  
  90. #qTip {
  91. font-family:trebuchet ms;
  92. display: none;
  93. text-align:left;
  94. position:absolute;
  95. letter-spacing:1px;
  96. text-transform:uppercase;
  97. font-weight:normal;
  98. z-index:99;
  99. font-size:7px;
  100. padding:2px 4px;
  101. line-height:13px;
  102. color:#eeeeee;
  103. border: 1px solid {color:border};
  104. background:#616161;
  105. border-radius:2px;
  106. }
  107.  
  108. .postcol {
  109. margin-top: 0px;
  110. margin-left: 420px;
  111. width: 500px;
  112. margin-bottom: 80px;
  113. }
  114.  
  115. .posts {
  116. margin-top: 35px;
  117. width: 500px;
  118. max-width: 100%;
  119. word-wrap: normal;
  120. }
  121.  
  122. .posts h2 {
  123. font-size: 12px;
  124. font-style: italic;
  125. text-transform: uppercase;
  126. }
  127.  
  128. .posts img, .posts li, .posts blockquote {
  129. max-width: 100%;
  130. }
  131.  
  132. #side {
  133. margin-left: 150px;
  134. margin-top: 110px;
  135. position: fixed;
  136. }
  137.  
  138.  
  139. .sidebarimage {
  140. position: float;
  141. width: 149px;
  142. margin-left: 0px;
  143. margin-top: 30px;
  144. }
  145.  
  146. .sidebarimage img {
  147. width: 170px;
  148. }
  149.  
  150. #desc {
  151. text-align:justify;
  152. width:150px;
  153. position:fixed;
  154. margin-top:10px;
  155. margin-left:20px;
  156. font-family:cambria;
  157. font-size:9px;
  158. color:{color:description};
  159. }
  160.  
  161.  
  162. #desc:first-letter {
  163. width:15px;
  164. height:15px;
  165. padding:5px;
  166. margin-bottom:0px;
  167. margin-right:4px;
  168. float:left;
  169. color:#fff;
  170. font-family:times;
  171. font-size:20px;
  172. font-style:italic;
  173. line-height:16px;
  174. text-transform:uppercase;
  175. text-align:center;
  176. background-color:{color:description};
  177. }
  178.  
  179. #pagination {
  180. color: {color:Sidebar};
  181. font-size: 10px;
  182. }
  183.  
  184. #nav {
  185. margin-top: 6px;
  186. margin-left: 15px;
  187. line-height: 12pt;
  188. width: 150px;
  189. text-align: center;
  190. text-transform: uppercase;
  191. letter-spacing: 1px;
  192. }
  193.  
  194. #nav a{
  195. color: {color:Navigation};
  196. padding: 1px;
  197. }
  198.  
  199. .pagi {
  200. position:fixed;
  201. padding:10px;
  202. width:100px;
  203. text-align:center;
  204. margin-top:75px;
  205. margin-left:190px;
  206. font-family:trebuchet ms;
  207. font-size:7px;
  208. letter-spacing:4px;
  209. text-transform:uppercase;
  210. font-style:normal;
  211. z-index:100;
  212. }
  213.  
  214.  
  215.  
  216. .pagi a {
  217. color:#999999;
  218. }
  219.  
  220. .current_page {
  221. padding: 4px 3px;
  222. }
  223.  
  224. .permalink {
  225. background-color: {color:Permalink background};
  226. padding: 3px;
  227. padding-bottom: 5px;
  228. margin-top: -5px;
  229. font-family: cambria;
  230. font-size: 8px;
  231. text-transform: uppercase;
  232. text-align: center;
  233. }
  234.  
  235. #tags {
  236. margin-right:5px;
  237. margin-top: 0px;
  238. font-family:cambria;
  239. text-align:center;
  240. text-transform:lowercase;
  241. font-size:9px;
  242. font-style:italic;
  243. }
  244.  
  245.  
  246. /*POSTS*/
  247.  
  248. .quote {
  249. font-family: Cambria;
  250. font-size: 15px;
  251. text-align: center;
  252. }
  253.  
  254. .quotesource {
  255. margin-top: -5px;
  256. text-align: center;
  257. }
  258.  
  259. .links {
  260. font-size: 18px;
  261. font-weight: bold;
  262. text-align: center;
  263. padding: 5px;
  264. }
  265.  
  266. .links a {
  267. color: {color:Links};
  268. }
  269.  
  270. .links a:hover {
  271. color: {color:Links hover};
  272. -webkit-transition-duration: 0.5s
  273. }
  274.  
  275. #quest {
  276. margin-left:70px;
  277. padding-top:6px;
  278. padding-bottom:6px;
  279. position: relative;
  280. width: 410px;
  281. height: auto;
  282. background: {color:background};
  283. border-bottom:1px solid {color:Blockquote};
  284. color: {Color: Links}
  285. }
  286.  
  287. #quest:after {
  288. content: "";
  289. position: absolute;
  290. top: 6px;
  291. left: -8px;
  292. border-style: solid;
  293. border-width: 6px 8px 6px 0;
  294. border-color: transparent {color:Permalink};
  295. display: block;
  296. width: 0;
  297. z-index: 1;
  298.  
  299. }
  300.  
  301. blockquote {
  302. padding-left:5px;
  303. margin:5px;
  304. border-left:4px solid {color:Blockquote};
  305. }
  306.  
  307. #ask {
  308. padding: 5px;
  309. width:490px;
  310. font-size:9px;
  311. letter-spacing: 1px;
  312. color: {color:text};
  313. text-transform: uppercase;
  314. }
  315.  
  316. #asker {
  317. border-top: 1px solid {color:Border};
  318. border-bottom: 1px solid {color:Border};
  319. background-color: {color:info bg};
  320. padding: 5px;
  321. font-size:10px;
  322. color: {color:text};
  323. text-align: center;
  324. text-transform: uppercase;
  325. float:left;
  326. margin-right:5px;
  327. }
  328.  
  329. .audio {
  330. position: relative;
  331. z-index: 100;
  332. font-family: Cambria;
  333. background-color: {color:Posts};
  334. padding: 3px;
  335. height: 100px;
  336. width: 494px;
  337. }
  338.  
  339. .albumart {
  340. position: relative;
  341. z-index: 100;
  342. height: 100px;
  343. width: 100px;
  344. }
  345.  
  346. .noart {
  347. height: 100px;
  348. width: 100px;
  349. position: relative;
  350. z-index: 100;
  351. }
  352.  
  353. .playbutton {
  354. height: 40px;
  355. width: 100px;
  356. position: absolute;
  357. z-index; 1000;
  358. overflow: hidden;
  359. margin-top: -33px;
  360. margin-left: 3px;
  361. }
  362.  
  363. .playbox {
  364. background-color: #000000;
  365. position: absolute;
  366. z-index: 1000;
  367. opacity: 0.5;
  368. -moz-transition-duration: 0.5s;
  369. -o-transition-duration: 0.5s;
  370. -webkit-transition-duration: 0.5s;
  371. transition-duration: 0.5s;
  372. }
  373.  
  374. .playbox:hover {
  375. opacity: 1.0;
  376. -moz-transition-duration: 0.5s;
  377. -o-transition-duration: 0.5s;
  378. -webkit-transition-duration: 0.5s;
  379. transition-duration: 0.5s;
  380. }
  381.  
  382. .trackname {
  383. position: absolute;
  384. z-index: 10000;
  385. margin-top: -100px;
  386. margin-left: 110px;
  387. font-family: Cambria;
  388. font-size: 10px;
  389. text-transform: uppercase;
  390. }
  391.  
  392. #info{
  393. color:{color:tag};
  394. float:left;
  395. width:500px;
  396. text-align:left;
  397. font-size:8px;
  398. font-family: 'Calibri', serif;
  399. text-transform:uppercase;
  400. padding-top:4px;
  401. }
  402.  
  403. #reblog {
  404. text-align:right;
  405. float:right;
  406. margin-right:10px;
  407. }
  408.  
  409. #like {
  410. text-align:right;
  411. float:right;
  412. }
  413.  
  414.  
  415. @font-face {
  416. font-family: 'ballpark';
  417. src: url('http://static.tumblr.com/c5gdi2k/2fhn63ifn/ballw___.ttf');
  418. }
  419.  
  420. .credit {
  421. position:fixed;
  422. bottom:5px;
  423. right:5px;
  424. font: 15px Ballpark;
  425. background: transparent;
  426. color: #000;
  427. text-transform:uppercase;
  428. letter-spacing: 0px;
  429. padding: 5px; }
  430.  
  431. .credit a{
  432. color:#000;
  433. opacity:0.8;}
  434.  
  435. .credit a:hover{
  436. color:#000;
  437. opacity:1.0;}
  438.  
  439. {CustomCSS}
  440. </style>
  441.  
  442. </head>
  443.  
  444. <body>
  445.  
  446. <div id="side">
  447. <div class="sidebar">
  448. <div class="sidebarimage"><img src="{image:sidebar}"></div>
  449.  
  450.  
  451. <div id="nav">
  452. <a href="/" title="home">i</a>
  453. <a href="/ask" title="mssg">ii</a>
  454. <a href="{text:Link 1 URL}" title="{text:Link 1 Title}">iii</a>
  455. <a href="{text:Link 2 URL}" title="{text:Link 2 Title}">iv</a>
  456. <a href="{text:Link 3 URL}" title="{text:Link 3 Title}">v</a>
  457. <a href="{text:Link 4 URL}" title="{text:Link 4 Title}">vi</a>
  458. <a href="{text:Link 5 URL}" title="{text:Link 5 Title}">vii</a>
  459. <a href="{text:Link 6 URL}" title="{text:Link 6 Title}">viii</a>
  460.  
  461. </div>
  462.  
  463.  
  464. <div id="desc">{Description}<br>
  465.  
  466. </div>
  467. </div>
  468. </div>
  469.  
  470. <br>
  471. <div class="pagi">
  472. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">←</a>
  473. {/block:PreviousPage}{block:JumpPagination length="4"}
  474. {block:CurrentPage}<span class="current_page" style="color:#aaaaaa;">{PageNumber}</span>{/block:CurrentPage}{block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  475. {/block:JumpPagination}{block:NextPage}<a href="{NextPage}">→</a>
  476. {/block:NextPage}</div>{/block:Pagination}</div>
  477.  
  478.  
  479. <div class="postcol">
  480. <div id="posts">
  481. {block:Posts}
  482.  
  483.  
  484. <div class="posts">
  485. {block:Text}
  486. {block:Title}<h2>{Title}</h2>{/block:Title}
  487. {Body}
  488. {/block:Text}
  489.  
  490.  
  491.  
  492. {block:Answer}
  493. <div id="asker">{Asker} asked: </div>
  494. <div id="ask">{Question}</div>{Answer}
  495. {/block:Answer}
  496.  
  497.  
  498.  
  499. {block:Quote}
  500. <div class="quote">❝ <em>{Quote}</em> ❞</div>
  501. {block:Source}<p><div class="quotesource"><em>— {Source}</em></div></p>{/block:Source}
  502. {/block:Quote}
  503.  
  504.  
  505.  
  506.  
  507. {block:Link}
  508. <div class="links"><a href="{URL}">{Name}</a></div>
  509. {block:Description}{Description}{/block:Description}
  510. {/block:Link}
  511.  
  512.  
  513.  
  514.  
  515. {block:Chat}
  516. {block:Title}<h2>{Title}</h2>{/block:Title}
  517. {block:Lines}
  518. {block:Label}<b>{Label}</b> {Line}<br>{/block:Label}
  519. {/block:Lines}
  520. {/block:Chat}
  521.  
  522.  
  523. {block:Photo}
  524. {LinkOpenTag}
  525. <img src="{PhotoURL-500}" alt="{PhotoAlt}">
  526. {LinkCloseTag}
  527. {block:Caption}{Caption}{/block:Caption}
  528. {/block:Photo}
  529.  
  530. {block:Photoset}
  531. {Photoset-500}
  532. {block:Caption}{Caption}{/block:Caption}
  533. {/block:Photoset}
  534.  
  535. {block:Video}
  536. {Video-500}
  537. {block:Caption}{Caption}{/block:Caption}
  538. {/block:Video}
  539.  
  540. {block:Audio}
  541. <div class="audio">
  542. {block:AlbumArt}<img src="{AlbumArtURL}" class="albumart">{/block:AlbumArt}
  543.  
  544.  
  545. </div>
  546. <div class="playbutton"><div class="playbox">
  547. {AudioPlayerWhite}
  548. </div></div>
  549. <div class="trackname">
  550. {block:TrackName}<b>TRACK:</b> {TrackName}{/block:TrackName}
  551. {block:Artist}<br><b>ARTIST:</b> {Artist}{/block:Artist}
  552. {block:Album}<br><b>ALBUM:</b> {Album}{/block:Album}
  553. <br>
  554. </div>
  555. {block:Caption}{Caption}{/block:Caption}
  556. {/block:Audio}
  557.  
  558.  
  559.  
  560. <hr size="1px" color="{color:Posts border}">
  561. <div class="permalink">POSTED <a href="{Permalink}">{TimeAgo}</a> WITH <a href="{Permalink}">{NoteCountWithLabel}</a><div id="tags">{block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}</div>
  562. </div>{block:PermalinkPage}<p>{PostNotes-16}</p>{/block:PermalinkPage}
  563. </div>
  564.  
  565. <div id="info">
  566. {block:RebloggedFrom}
  567. <b>via</b>: <a title="via: {ReblogParentName}" href="{ReblogParentURL}">{ReblogParentName}</a>&nbsp; / <b>source</b>:
  568. <a title="source: {ReblogRootName}" href="{ReblogRootURL}">{ReblogRootName}</a>
  569. {/block:RebloggedFrom}
  570. <div id="like">{LikeButton size="13"}</div>
  571. <div id="reblog">{ReblogButton size="13"}</div>
  572. <div id="permalink">
  573. {block:PermalinkPage}
  574. {/block:PermalinkPage}
  575. </div>
  576.  
  577. </div>
  578.  
  579. {/block:Posts}
  580.  
  581. <div class="credit"><a href="http://adf.ly/WipQG"><center>M</center></a></div>
  582.  
  583. </body>
  584.  
  585. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement