Advertisement
miecroft

theme 13- plethora

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