Advertisement
miecroft

theme 11- curio

Jan 13th, 2014
301
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.86 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. <!--
  4.  
  5. theme by miecroft. you can edit the code as much as you want, but please don't claim as your own.
  6.  
  7. -->
  8.  
  9.  
  10. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  11. <head>
  12.  
  13. <title>{Title}</title>
  14. <link rel="shortcut icon" href="{Favicon}">
  15. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  16. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  17.  
  18.  
  19. <meta name="color:Text" content="#bbbbbb"/>
  20. <meta name="color:Link" content="#aaaaaa"/>
  21. <meta name="color:Title" content="#000"/>
  22. <meta name="color:Tags" content="#cccccc"/>
  23. <meta name="color:Hover" content="#f1f1f1"/>
  24. <meta name="color:Line" content="#f2f2f2"/>
  25. <meta name="color:Border" content="#eeeeee"/>
  26. <meta name="color:scrollbarbg" content="ffffff"/>
  27.  
  28. <meta name="image:sidebar" content=""/>
  29. <meta name="image:bg" content=""/>
  30.  
  31. <meta name="text:linkA" content="">
  32. <meta name="text:linkA url" content="/">
  33. <meta name="text:linkB" content="">
  34. <meta name="text:linkB url" content="/">
  35. <meta name="text:linkC" content="">
  36. <meta name="text:linkC url" content="/">
  37. <meta name="text:linkD" content="">
  38. <meta name="text:linkD url" content="/">
  39.  
  40. <link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
  41.  
  42. <!-- jquery -->
  43.  
  44.  
  45. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  46.  
  47. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  48.  
  49. <script>
  50.  
  51. (function($){
  52.  
  53. $(document).ready(function(){
  54.  
  55. $("a[title]").style_my_tooltips({
  56.  
  57. tip_follows_cursor:true,
  58.  
  59. tip_delay_time:10,
  60.  
  61. tip_fade_speed:300,
  62.  
  63. attribute:"title"
  64.  
  65. });
  66.  
  67. });
  68.  
  69. })(jQuery);
  70.  
  71. </script>
  72.  
  73. <style type="text/css">
  74.  
  75.  
  76. ::-webkit-scrollbar {
  77. width: 5px;height: 5px;}
  78. ::-webkit-scrollbar-button:start:decrement,
  79. ::-webkit-scrollbar-button:end:increment {
  80. height: 6px;display: block;background-color: {color:white};}
  81. ::-webkit-scrollbar-track-piece {
  82. background-color: {color:scrollbarbg};}
  83. ::-webkit-scrollbar-thumb:vertical {
  84. height: 9px;background-color: {color:scrollbarbg};border-top:1px solid {color:scrollbarbg};border-bottom:1px solid {color:scrollbarbg};}
  85.  
  86. #s-m-t-tooltip{
  87. font-size:9px;
  88. position:absolute;
  89. margin-top: 15px;
  90. letter-spacing:1px;
  91. z-index:9999;
  92. background:#fff;
  93. color:{color:text};
  94. text-transform:lowercase;
  95. padding:3px 3px;
  96. box-shadow:2px 2px 2px #000;
  97. }
  98.  
  99.  
  100. body {
  101. background:{color:background};
  102. margin:0px;
  103. color:{color:text};
  104. font-family:'Open Sans';
  105. font-size:9px;
  106. line-height:100%;
  107. }
  108.  
  109. a {
  110. text-decoration:none;
  111. -moz-outline-style:none;
  112. color:{color:link};
  113. }
  114.  
  115. img {
  116. border:none;
  117. }
  118.  
  119.  
  120. h1 {
  121. font-size:12px;
  122. text-transform:uppercase;
  123. }
  124.  
  125. blockquote {
  126. padding-left:5px;
  127. border-left:2px solid;
  128. }
  129.  
  130. blockquote blockquote {
  131. padding-left:5px;
  132. border-left:2px solid;
  133. }
  134.  
  135.  
  136. a:hover {
  137. opacity:1;
  138. color:{color:hover};
  139. -webkit-transition: all 0.5s ease;
  140. -moz-transition: all 0.5s ease;
  141. -o-transition: all 0.5s ease
  142. }
  143.  
  144.  
  145. #sidebar {
  146. position:fixed;
  147. width:200px;
  148. margin-left:180px;
  149. margin-top:200px;
  150. opacity:1;
  151. }
  152.  
  153. #title{
  154. color:{color:title};
  155. font-size:20px;
  156. font-style:none;
  157. text-align:center;
  158. margin-left:-15px;
  159. font-family:cambria;
  160. letter-spacing:5px;
  161. text-transform:uppercase;
  162. border-bottom:solid 1px #d3d3d3;
  163. height:40px;
  164. width:250px;
  165. line-height:40px;
  166. padding-bottom:0px;
  167. }
  168.  
  169. #title a {color:{color:title};
  170. -webkit-transition:all 0.6s;
  171. -moz-transition:all 0.6s;
  172. -ms-transition:all 0.6s;
  173. -o-transition:all 0.6s;
  174. transition:all 0.6s;
  175. }
  176.  
  177. #title a:hover {letter-spacing: 3px;
  178. -webkit-filter: blur(2px);
  179. -webkit-transition:all 0.9s;
  180. -moz-transition:all 0.9s;
  181. -ms-transition:all 0.9s;
  182. -o-transition:all 0.9s;
  183. transition:all 0.9s;
  184. }
  185.  
  186.  
  187.  
  188. .desc {
  189. position:fixed;
  190. margin-top:10px;
  191. margin-left:0px;
  192. font-family:'Helvetica';
  193. line-height:110%;
  194. font-size:9px;
  195. font-style:none;
  196. width:200px;
  197. padding:9px;
  198. text-align:justify;
  199. color:{color:text};
  200. }
  201.  
  202. .desc a
  203. {color:{color:text};
  204. -moz-transition-duration:0.6s;
  205. -webkit-transition-duration:0.6s;
  206. -o-transition-duration:0.6s;
  207. }
  208.  
  209.  
  210. .links {
  211. position:right;
  212. margin-top:0px;
  213. margin-left:750px;
  214. width:250px;
  215. padding: 9px;
  216. word-spacing:2px;
  217. font-family:Arial, Helvetica;
  218. text-align:center;
  219. text-transform:uppercase;
  220. }
  221.  
  222. .links a {
  223. font-size: 20px;
  224. padding:5px 5px;
  225. text-decoration:none;
  226. -webkit-transition:all 0.9s;
  227. -moz-transition:all 0.9s;
  228. -ms-transition:all 0.9s;
  229. -o-transition:all 0.9s;
  230. transition:all 0.9s;
  231. }
  232.  
  233. .links a:hover {
  234. color:#000;
  235. -webkit-filter: blur(2px);
  236. -webkit-transition:all 0.9s;
  237. -moz-transition:all 0.9s;
  238. -ms-transition:all 0.9s;
  239. -o-transition:all 0.9s;
  240. transition:all 0.9s;
  241. }
  242.  
  243.  
  244. #pagination {
  245. font-size:9px;
  246. margin-top:60px;
  247. text-align:bottom;
  248. margin-left:90px;
  249. text-transform:uppercase;
  250. }
  251.  
  252.  
  253.  
  254. #all {
  255. padding:10px;
  256. width:500px;
  257. margin-left:450px;
  258. margin-top:50px;
  259. font-size:10px;
  260. }
  261.  
  262.  
  263.  
  264. #posts {
  265. width:500px;
  266. padding-bottom:20px;
  267. padding:10px;
  268. margin-top:30px;
  269. margin-bottom:100px;
  270. background-color:{color:Post};
  271. }
  272.  
  273. #details {
  274. text-align:right;
  275. margin-top:8px;
  276. text-transform:uppercase;
  277. font-size:8px;
  278. font-style:none;
  279. border-top:1px solid {color:Line};
  280. opacity:0;
  281. -webkit-transition: all 0.6s ease-in-out;
  282. }
  283.  
  284. #posts:hover #details {
  285. opacity:1;
  286. -webkit-transition: all 0.6s ease-in-out;}
  287. }
  288.  
  289. #details a {padding-right:5px;
  290. }
  291.  
  292.  
  293.  
  294. #tags {
  295. font-family:cambria;
  296. letter-spacing:0px;
  297. text-transform:lowercase;
  298. font-size:10px;
  299. font-style:italic;
  300. margin-top:2px;
  301. text-align:right;
  302. }
  303.  
  304. #tags a {
  305. display:inline-block;
  306. padding:-3px;
  307. text-align:right;
  308. color:{color:Tags};
  309. -webkit-transition: all 0.6s ease-in-out;
  310. -moz-transition: all 0.6s ease-in-out;
  311. -o-transition: all 0.6s ease-in-out;
  312. -ms-transition: all 0.6s ease-in-out;
  313. -transition: all 0.6s ease-in-out;
  314. }
  315.  
  316.  
  317. #question {
  318. padding:8px;
  319. font-family:cambria;
  320. letter-spacing:2px;
  321. text-align:right;
  322. font-style:italic;
  323. color:{color:text};
  324. background-color:#CEE3F6;
  325. }
  326.  
  327. .newplayerbutton {
  328. position: relative;
  329. width: 28px;
  330. height: 27px;
  331. overflow: hidden;
  332. }
  333.  
  334. .playerbuttonhug {
  335. position: absolute;
  336. top: -11px;
  337. left: -12px;
  338. }
  339.  
  340.  
  341. .tumblr_audio_player {
  342. border: none;
  343. padding: 0px;
  344. margin: 0px;
  345. height: 50px;
  346. width: 500px;
  347. }
  348.  
  349. .playerbuttonbg {
  350. position: absolute;
  351. left: 20px;
  352. top: 20px;
  353. width: 28px;
  354. height: 28px;
  355. background-color: #ffffff;
  356. padding: 10px;
  357. -webkit-border-radius: 40px;
  358. -moz-border-radius: 40px;
  359. border-radius: 40px;
  360. opacity: .4;
  361. filter: alpha(opacity=40);
  362. -moz-opacity: 0.4;
  363. -khtml-opacity: 0.4;
  364. transition: opacity .7s ease-in-out;
  365. -moz-transition: opacity .7s ease-in-out;
  366. -webkit-transition: opacity .7s ease-in-out;
  367. }
  368.  
  369. .playerbuttonbg:hover {
  370. opacity: 1;
  371. filter: alpha(opacity=100);
  372. -moz-opacity: 1;
  373. -khtml-opacity: 1;
  374. }
  375.  
  376. .audioimgwrapper {
  377. position: absolute;
  378. left: 0px;
  379. top: 0px;
  380. -webkit-border-radius: 50px;
  381. -moz-border-radius: 50px;
  382. border-radius: 50px;
  383. overflow: hidden;
  384. width: 88px;
  385. height: 88px;
  386. }
  387.  
  388. .audioimgwrapper img {
  389. width: 100%;
  390. height: auto;
  391. -webkit-border-radius: 50px;
  392. -moz-border-radius: 50px;
  393. border-radius: 50px;
  394. }
  395.  
  396. .trackdetails {
  397. width: auto;
  398. display:inline-block;
  399. margin-left: 100px;
  400. min-height: 85px;
  401. }
  402.  
  403. .audiowrapper {
  404. position: relative;
  405. display:inline-block;
  406. }
  407.  
  408. {CustomCSS}</style></head><body>
  409.  
  410. <div id="sidebar">
  411. <div id="title"><a href="/">{Title}</a></div>
  412. <div class="desc">
  413. {Description}
  414. </div>
  415. <div class="links">
  416. {block:IfLinkA}
  417. <a href="{text:linkA url}" title="{text:LinkA}">●</a>&nbsp;
  418. {/block:IfLinkA}
  419. {block:IfLinkB}
  420. <a href="{text:linkB url}"title="{text:linkB}">●</a>&nbsp;
  421. {/block:IfLinkB}
  422. {block:IfLinkC}
  423. <a href="{text:linkC url}"title="{text:linkC}">●</a>&nbsp;
  424. {/block:IfLinkC}
  425. {block:IfLinkD}
  426. <a href="{text:linkD url}"title="{text:linkD}">●</a>
  427. {/block:IfLinkD}
  428. </div>
  429. {block:Pagination}<div id="pagination">{block:PreviousPage}<a href="{PreviousPage}">&larr;</a>&nbsp;&nbsp;{/block:PreviousPage}
  430. {block:JumpPagination length="2"}
  431. {block:CurrentPage}<span class="current_page">{PageNumber}</span>&nbsp;&nbsp;{/block:CurrentPage}
  432. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>&nbsp;&nbsp;{/block:JumpPage}
  433. {/block:JumpPagination}
  434. {block:NextPage}<a href="{NextPage}">&rarr;</a>{/block:NextPage}
  435. </div>{/block:Pagination}
  436. </div>
  437.  
  438. </div>
  439.  
  440. <div id="all">{block:Posts}<div id="posts">
  441.  
  442. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  443.  
  444. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  445.  
  446. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  447.  
  448. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  449.  
  450. {block:Quote}
  451. <div id="titlequote">“{Quote}”</div>
  452. {block:Source}<div id="source">{Source}</div>{/block:Source}
  453. {/block:Quote}
  454.  
  455. {block:Audio}
  456. {block:AudioPlayer}
  457. <div class="audiowrapper">
  458. {block:AlbumArt}
  459. <div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>
  460. {/block:AlbumArt}
  461.  
  462. <div class="playerbuttonbg">
  463. <div class="newplayerbutton">
  464. <div class="playerbuttonhug">
  465.  
  466. {AudioPlayerWhite}
  467.  
  468. </div>
  469. </div>
  470. </div>
  471.  
  472. <div class="trackdetails">
  473.  
  474. {block:TrackName}{TrackName}{/block:TrackName}<br/>
  475. {block:Artist}Artist: {Artist}{/block:Artist}<br/>
  476. {block:Album}Album: {Album}{/block:Album}<br/>
  477.  
  478. </div>
  479. </div>
  480. {/block:AudioPlayer}
  481. {/block:Audio}
  482.  
  483. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  484.  
  485. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  486.  
  487.  
  488. {block:Answer}<div id="question"><span style="text-transform:uppercase;font-size:9px;font-style:italic;">— {Asker}: </span>{Question}</div><left> <font face="cambria">{Answer}</font>{/block:Answer}
  489.  
  490. <div id="details">
  491. <br> posted <a href="{Permalink}">{ShortMonth} {DayOfMonthWithZero}, {Year} at {12Hour}:{Minutes} </a> {block:RebloggedFrom} from <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource} <a href="{SourceURL}">© <a href="{SourceURL}">{SourceLink}</a> {/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom} with <a href="{Permalink}">{NoteCountWithLabel}</a>
  492. {block:HasTags}<div id="tags">tagged as:{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  493. {/block:Posts}
  494. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  495. {/block:Posts}</div></div></div>
  496.  
  497.  
  498. <div style="position:fixed;bottom:5px; right:0px; font-size:12px; letter-spacing:1px; font-family:calibri;padding:4px;"><a href="http://miecroft.tumblr.com/">M</a></center></div>
  499.  
  500.  
  501. </body>
  502. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement