Advertisement
Themes_Mandrakescry

Theme 02

Oct 24th, 2012
819
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.49 KB | None | 0 0
  1. <html>
  2. <head>
  3.  
  4. <!--Theme by Clara | mandrakescry.tumblr.com -->
  5.  
  6.  
  7. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  8.  
  9. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  10.  
  11.  
  12.  
  13.  
  14.  
  15. <!-- DEFAULT VARIABLES -->
  16. <meta name="color:Background" content="#ffffff" />
  17. <meta name="color:Posts" content="#ffffff" />
  18. <meta name="color:Sidebar" content="#ededf0" />
  19. <meta name="color:Text" content="#d7d7d7" />
  20. <meta name="color:Border" content="#cc9999" />
  21. <meta name="color:Linkhover" content="#e7e3e3"/>
  22. <meta name="color:Link" content="#a07171" />
  23. <meta name="color:Bold" content="#554e4e" />
  24. <meta name="color:Scrollbar Background" content="#ffffff"/>
  25. <meta name="color:Scrollbar" content="#e6e7e7"/>
  26. <meta name="color:Ask Background" content="#eeebeb"/>
  27.  
  28.  
  29. <meta name="text:Link1" content="" />
  30. <meta name="text:Link1 Title" content="Link 1" />
  31. <meta name="text:Link2" content="" />
  32. <meta name="text:Link2 Title" content="Link 2" />
  33. <meta name="text:Link3" content="" />
  34. <meta name="text:Link3 Title" content="Link 3" />
  35. <meta name="text:Link4" content="" />
  36. <meta name="text:Link4 Title" content="Link 4" />
  37. <meta name="text:Link5" content="" />
  38. <meta name="text:Link5 Title" content="Link 5" />
  39.  
  40.  
  41. <meta name="image:Sidebar" content="" />
  42.  
  43.  
  44.  
  45. <title>{Title}</title>
  46. <link rel="shortcut icon" href="{Favicon}">
  47. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  48. {block:Description}
  49. <meta name="description" content="{MetaDescription}" />
  50. {/block:Description}
  51.  
  52. <link href='http://fonts.googleapis.com/css?family=Homenaje' rel='stylesheet' type='text/css'><link href='http://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'><link href='http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz' rel='stylesheet' type='text/css'><link href='http://fonts.googleapis.com/css?family=Pontano Sans|Oranienbaum' rel='stylesheet' type='text/css'>
  53.  
  54.  
  55.  
  56. </head>
  57.  
  58. <style type="text/css">
  59.  
  60.  
  61.  
  62. body {
  63. line-height:110%;
  64. font-size:10px;
  65. font-family:calibri;
  66. text-align:justify;
  67. background-color:{color:background};
  68. color:#b1b1b1; }
  69.  
  70. a, a:active, a:visited{
  71. text-decoration: none;
  72. color: {color:Link};
  73. }
  74.  
  75.  
  76. a:hover{
  77. color: {color:linkhover};
  78. -webkit-transition: all 0.3s ease-in-out;
  79. -moz-transition: all 0.3s ease-in-out;
  80. opacity: 1;
  81. -o-transition: all 0.3s ease-in-out;
  82. -ms-transition: all 0.3s ease-in-out;
  83. transition: all 0.3s ease-in-out;}
  84.  
  85. b2, strong{
  86. color:{color:text}; font-weight: bold;}
  87.  
  88. i2, em{
  89. color:{color:text}; font-style: italic;}
  90.  
  91. i{
  92. color:{color:link}; font-style: italic;}
  93.  
  94. b{
  95. color:{color:link}; font-style: bold;}
  96.  
  97. big { font-size: 7px; }
  98.  
  99.  
  100.  
  101. blockquote {text-align:left;padding-left:10px; margin:5px; border-color:{color:border}; border-left:3px solid;}
  102. blockquote img{max-width:485px;}
  103.  
  104. /* POSTS */
  105.  
  106. #container {
  107. width: 850px;
  108. margin: auto;
  109. margin-bottom: 60px;
  110. }
  111.  
  112. #entry {
  113. font-size:10px;
  114. margin-left: 290px;
  115. float: right;
  116. text-align: justify;
  117. margin-top: -40px;
  118. }
  119.  
  120. .quote {
  121. color: #aaa;
  122. display: block;
  123. background: url(http://static.tumblr.com/cc4ocei/Y5Mkzk5s7/quote.png) no-repeat 0 10px; font-size: 15px;
  124. font-style: italic; font-family: georgia;
  125. padding: 16px 18px 10px 32px; }
  126.  
  127. #pagey { font-size: 6px; }
  128. #pagey:a { font-size: 6px; }
  129.  
  130. h1{ font-weight: 500;
  131. font-size: 18px!important; font-family:times new roman;text-transform: justify;font-style:italic;
  132. }
  133.  
  134.  
  135. #post {
  136. font-size:10px;
  137. padding: 10px;
  138. width: 500px;
  139. background-color:{color:background};
  140. color:{color:text};
  141. text-align: justify;
  142. }
  143.  
  144. small { font-size: 10px; }
  145.  
  146.  
  147.  
  148. .credit {right: 1px;bottom: 5px;text-transform: uppercase; position: fixed; font-size: 11px; right: 7px;}
  149.  
  150.  
  151. /* SIDEBAR */
  152.  
  153. #sidebar { margin-top: 60px; margin-left: 60px; position: fixed; overflow: hidden; }
  154.  
  155.  
  156. #links {
  157. border-top: 1px solid; border-bottom: 1px solid; width: 198px; padding: 10px; margin-bottom:4px;
  158. }
  159.  
  160. #links a {
  161. margin:4px; word-spacing:5px; font-size:8px; letter-spacing: 1px; font-family:calibri; text-transform:uppercase;color: {Color:Body};
  162. }
  163.  
  164.  
  165.  
  166. #sidebar img { width: 200px; height: 200px; opacity: 0.8; padding: 2px; -webkit-filter: grayscale(1); }
  167. #sidebar img:hover { -webkit-filter: grayscale(0.4);
  168. }
  169.  
  170.  
  171.  
  172. #description { display: block; no-repeat 0 3px; text-align:justify; padding-left: 21px; padding-top:10px; margin-top:0px; margin-left:-10px; width:180px; }
  173.  
  174. /* AUDIO */
  175.  
  176. .audio {
  177. position:relative;
  178. overflow:hidden;
  179. min-height:100px;
  180. }
  181.  
  182. .player {
  183. position:absolute;
  184. z-index:3;
  185. background:#FFFFFF;
  186. margin-top:63px;
  187. margin-left:63px;
  188. opacity:0.75;
  189. filter:alpha(opacity=75);
  190. border:2px {color:Accent} solid;
  191. }
  192.  
  193. .audioplayer {
  194. width:15px;
  195. height:25px;
  196. overflow:hidden;
  197. padding:3px;
  198. margin-right:11px
  199. }
  200.  
  201. .audioinfo {
  202. margin-left:112px;
  203. font-size:10px!important;
  204. }
  205.  
  206. .audiocaption {
  207. margin-left:112px;
  208. }
  209.  
  210. .audiocaption img {
  211. max-width:270px!important
  212. }
  213.  
  214. .audiocaption blockquote img {
  215. max-width:260px!important
  216. }
  217.  
  218. .audiocaption blockquote blockquote img {
  219. max-width:250px!important
  220. }
  221.  
  222.  
  223. /* CREDIT */
  224.  
  225. #credit {
  226. position:fixed !important;
  227. height:auto;
  228. font-size:10px;
  229. font-family:calibri;
  230. letter-spacing:1px;
  231. padding-bottom:4px;
  232. padding-right:4px;
  233. bottom:0;
  234. right:0;
  235. }
  236.  
  237. /* ANSWERS */
  238.  
  239. #question {padding:6px;background-color: {color:questionbg};position: relative;border: 4px solid {color:questionbg};}
  240. #question:after, #demo:before {border: solid transparent;content: ' ';height: 0;left: 100%;position: absolute;width: 0;}
  241. #question:after {border-width: 9px;border-left-color: {color:questionbg};top: 10px;}
  242. #question:before {border-width: 4px;border-left-color: {color:questionbg};top: 5px;}
  243.  
  244.  
  245.  
  246. /* INFO */
  247.  
  248. #tags {
  249. border-top: 1px solid {color:border};
  250. margin-top: 5px;
  251. padding-top: 5px;
  252. font-size: 10px;
  253. text-transform: justify;
  254. font-family: calibri;
  255. letter-spacing: 1px;
  256. color: {Color:Body}; }
  257.  
  258. #tags a, #tags a:active, #tags a:visited {
  259. font-family: calibri;
  260. letter-spacing: 1px;
  261. color: {Color:Links};
  262.  
  263. border-bottom: none;
  264. font-weight: normal; }
  265.  
  266. /* ANSWERS */
  267. .askbg {
  268. background: {color:background};
  269. padding: 25px;
  270. color: #a6a6a6; }
  271.  
  272. .asker {
  273. text-transform: justify;
  274. text-align: left;
  275. font-family: Oranienbaum, serif;
  276. font-size: 10px;
  277. text-transform: justify;
  278. letter-spacing: 2px;
  279. font-weight: normal;
  280. margin-bottom: 0px;
  281. color: #a6a6a6; }
  282.  
  283. .asker a:link, .asker a:visited, .asker a:active {
  284. text-transform: justify;
  285. text-align: left;
  286. font-family: Oranienbaum, serif;
  287. font-size: 10px;
  288. text-transform: justify;
  289. letter-spacing: 2px;
  290. font-weight: normal;
  291. margin-bottom: 5px;
  292. color: #a6a6a6; }
  293.  
  294.  
  295.  
  296.  
  297. /* CONTROLS */
  298.  
  299. iframe#tumblr_controls {
  300. right:3px !important;
  301. position: fixed !important;
  302. -webkit-transition: opacity 0.7s linear;
  303. opacity: 0.2;
  304. -webkit-transition: all 0.8s ease-out;
  305. -moz-transition: all 0.8s ease-out;
  306. transition: all 0.8s ease-out;}
  307.  
  308. iframe#tumblr_controls:hover{
  309. -webkit-transition: opacity 0.7s linear;
  310. opacity: 1;
  311. -webkit-transition: all 0.4s ease-out;
  312. -moz-transition: all 0.4s ease-out;
  313. transition: all 0.4s ease-out;}
  314.  
  315. iframe#tumblr_controls {
  316. top: 0% !important;
  317. right:0% !important;
  318. position: fixed !important;}
  319.  
  320. /* PAGINATION */
  321.  
  322. #pagination {
  323. width:200px; padding-top: 200px;
  324. font-size:7px;
  325. word-spacing:3px; }
  326.  
  327. .jump_page {
  328. padding:3px;
  329. background-color:#transparent; }
  330.  
  331. .current_page {
  332. padding:3px;
  333. background-color:#transparent;
  334. color:{color:text};}
  335.  
  336. /* SCROLLBAR */
  337.  
  338. ::-webkit-scrollbar-thumb:vertical {
  339. background-color:{color:scrollbar};
  340. height:30px;}
  341.  
  342. ::-webkit-scrollbar-thumb:horizontal {
  343. background-color:{color:scrollbar};
  344. height:10px!important;}
  345.  
  346. ::-webkit-scrollbar {
  347. background-color:{color:background};
  348. height:10px;width:08px;}
  349.  
  350.  
  351. {CustomCSS}
  352. </style>
  353.  
  354. <body>
  355.  
  356.  
  357. <div id="container">
  358.  
  359. <div id="sidebar">
  360.  
  361.  
  362.  
  363.  
  364. <div id="sidebar img">
  365. <a href="/"><img src="{image:Sidebar}" style="border:5px solid {color:border};background: {color:Background};"></a>
  366. </div>
  367.  
  368.  
  369. <div id="links">
  370. <a href="/">home</a>
  371. <a href="/ask">ask</a>
  372. <a href="{text:Link1}">{text:Link1 Title}</a>
  373. <a href="{text:Link2}">{text:Link2 Title}</a>
  374. <a href="{text:Link3}">{text:Link3 Title}</a>
  375.  
  376. </div>
  377.  
  378. <div id="description">
  379. <div style="font-family:georgia;font-size:70px;position:absolute;opacity:.7;margin-top:30px;color:{color:Link Hover};z-index:-1;">“</div>
  380. <div style="padding-left:20px;padding-right:0px;margin-top:10px;text-align:left;margin-bottom:10px;">
  381. {Description}</div>
  382.  
  383. <br />{block:Pagination}<div style="font-family:inconsolata; font-size: 12px; text-align: center; width: 230px;margin-top: 15px; padding-top: 10px; border-top: 1px solid #d8d8d8;">{block:PreviousPage}<a href="{PreviousPage}">PREVIOUS PAGE - </a>{/block:PreviousPage}
  384. {block:NextPage}<a href="{NextPage}">NEXT PAGE</a>{/block:NextPage} </div>
  385. {/block:Pagination}
  386. </div>
  387. </div>
  388. <div id="entry">
  389. {block:Posts}
  390. <div id="post">
  391. {block:ContentSource}
  392. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  393. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  394. {/block:SourceLogo}
  395. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  396. {/block:ContentSource}
  397.  
  398.  
  399. {block:Text}
  400. {block:Title}<h1>{Title}</h1>{/block:Title}
  401. {Body}
  402. {/block:Text}
  403.  
  404. {block:Photo}
  405. {LinkOpenTag}<img src="{PhotoURL-500}"/>{LinkCloseTag}
  406. {Caption}
  407. {/block:Photo}
  408.  
  409. {block:Photoset}
  410. {Photoset-500}
  411. {Caption}
  412. {/block:Photoset}
  413.  
  414. {block:Quote}
  415. <div class="quote">{Quote}</div>
  416. {block:Source}<div style="text-align: left; padding-left: 35px; text-transform: lowercase;">- {Source};</div>{/block:Source}
  417. {/block:Quote}
  418.  
  419. {block:Link}
  420. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  421. {block:Description}{Description}{/block:Description}
  422. {/block:Link}
  423.  
  424.  
  425. {block:Video}
  426. {Video-500}
  427. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  428. {/block:Video}
  429.  
  430.  
  431. {block:Chat}
  432. {block:Title}<h1>{Title}</h1>{/block:Title}
  433. {block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}
  434. {/block:Chat}
  435.  
  436.  
  437. {block:Answer}
  438. <table width=100% class="askbg"><tr><td width="40%">
  439. <center><div class="asker">{Asker}: </div></center></td><td width="60%">
  440. {Question}</td></tr></table>
  441. <p>{Answer}</p>{/block:Answer}
  442.  
  443.  
  444. {block:Audio}<div class="audio"><span style="background-color:{color:background}; position:bottom-left; width:100px; height:100px; margin-right:12px;">{block:AlbumArt}<img src="{AlbumArtURL}" width="100px" height="100px" align="left" style="margin-right:12px;" />{/block:AlbumArt}<div class="player"><div class="audioplayer">{AudioPlayerWhite}</div></div></span><div class="audioinfo"><b>Title:</b> <span{block:TrackName} style="display: none;"{block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}<br /><b>Artist:</b> <span{block:Artist} style="display: none;"{block:Artist}>Unknown</span>{block:Artist}{Artist}{/block:Artist}<br /><b>Album:</b> <span{block:Album} style="display: none;"{block:Album}>Unknown</span>{block:Album}{Album}{/block:Album}<br />{block:ExternalAudio}<b>Download:</b> <a href="{ExternalAudioURL}">Click Here</a><br />{/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div><div class="audiocaption">{block:Caption}{Caption}{/block:Caption}</div></div>{/block:Audio}
  445.  
  446. <div id="tags"> Posted <a href="{Permalink}" style="margin-right: 0px;">{TimeAgo}</a> ({NoteCountWithLabel})
  447.  
  448. <div style="float: right;">{block:RebloggedFrom} via <a href="{ReblogParentURL}" title="{ReblogParentName}">{ReblogParentName}</a> (© <a href="{ReblogRootURL}" title="{ReblogRootName}">{ReblogRootName}</a>) {/block:RebloggedFrom}</div>
  449.  
  450. <br>{block:HasTags}{block:Tags} #<a href="{TagUrl}">{Tag}</a></span>{/block:Tags}{/block:HasTags}</div><br>
  451.  
  452.  
  453. </div>
  454.  
  455.  
  456. {block:PermalinkPage}{block:PostNotes}<div style="width:500px;">{PostNotes}</div>{/block:PostNotes}{/block:PermalinkPage}
  457.  
  458. {/block:Posts}
  459.  
  460.  
  461. </div>
  462. </div>
  463. <a href="{ReblogRootURL}" title="{ReblogRootName}"></a></div>
  464.  
  465. <div id="credit">
  466. <a href="http://mandrakescry.tumblr.com/" onmouseover=
  467. "window.status=' Return to the HOME Page';return true"
  468. onMouseOut="window.status='';return true">© MANDRAKESCRY</a>
  469.  
  470. </body>
  471. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement