Advertisement
redfez

Theme 15

Jan 10th, 2016
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.03 KB | None | 0 0
  1. <!--- PLEASE DO NOT TOUCH THE CREDIT UNLESS IT IS TO MOVE IT. DO NOT FULLY REMOVE IT THOUGH. --->
  2. <!--- THANK. --->
  3. <!--- THEME 15 --->
  4. <!--- BY MEPHAHLA.TUMBLR --->
  5.  
  6. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  7. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  8. <head><title>{Title}</title>
  9. <link rel="shortcut icon" href="{Favicon}">
  10. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  11. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  12.  
  13. <!---- base theme by enterprizer @ tumblr, for public use --->
  14.  
  15. <meta name="color:Text" content="#838282"/>
  16. <meta name="color:Link" content="#b8b8b8"/>
  17. <meta name="color:LinkHov" content="#b8b8b8"/>
  18. <meta name="color:Border" content="#ededed"/>
  19. <meta name="color:Shadow" content="#ededed"/>
  20. <meta name="color:Scroller" content="#000000"/>
  21. <meta name="color:Link" content="#b8b8b8"/>
  22. <meta name="color:Background" content="#ffffff"/>
  23. <meta name="color:PostBG" content="#ffffff"/>
  24. <meta name="color:Ask" content="#ededed">
  25.  
  26. <meta name="text:Link1" content=""/>
  27. <meta name="text:Link1 URL" content =""/>
  28. <meta name="text:Link2" content=""/>
  29. <meta name="text:Link2 URL" content =""/>
  30. <meta name="text:Link3" content=""/>
  31. <meta name="text:Link3 URL" content =""/>
  32. <meta name="text:Link4" content=""/>
  33. <meta name="text:Link4 URL" content =""/>
  34. <meta name="text:Link5" content=""/>
  35. <meta name="text:Link5 URL" content=""/>
  36. <meta name="text:Link6" content=""/>
  37. <meta name="text:Link6 URL" content=""/>
  38.  
  39. <meta name="image:Background" content="https://40.media.tumblr.com/756f3a536ecf819c8972caabdaf13248/tumblr_nwd8rhLQh91tqd2tco1_540.png"/>
  40.  
  41. <meta name="if:SmallCursor" content="/">
  42.  
  43. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  44. <script>
  45. $(document).ready(function(){
  46.  
  47. $(".linki").hide();
  48. $(".show_hide1").show();
  49.  
  50. $('.show_hide1').toggle(function(){
  51. $(".linki").slideDown();
  52. },function(){
  53. $(".linki").slideUp();
  54. });
  55. });
  56. </script>
  57. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  58. <script>
  59. (function($){
  60. $(document).ready(function(){
  61. $("[title]").style_my_tooltips({
  62. tip_follows_cursor:true,
  63. tip_delay_time:100,
  64. tip_fade_speed:50
  65. }
  66. );
  67. });
  68. })(jQuery);
  69. </script>
  70.  
  71. <style type="text/css">
  72.  
  73. {block:IfSmallCursor}*, body, a, a:hover {cursor: url(http://55.media.tumblr.com/tumblr_lqs4idHqTZ1qfoi4t.png), auto;}{/block:IfSmallCursor}
  74.  
  75. #s-m-t-tooltip {
  76. position: absolute;
  77. background-color:#ffffff;
  78. color:#000000;
  79. border:1px solid #000000;
  80. border-radius:4px;
  81. text-align:center;
  82. max-width:350px;
  83. text-transform:uppercase;
  84. line-height:115%;
  85. letter-spacing:2px;
  86. font-family:Helvetica;
  87. font-size:9px;
  88. margin:15px;
  89. padding:5px;
  90. z-index:999999999999999999999;
  91. -moz-transition-duration:0.5s;
  92. -webkit-transition-duration:0.5s;
  93. -o-transition-duration:0.5s;
  94. }
  95.  
  96. ::-webkit-scrollbar{
  97. background:{color:background};
  98. width:3px;
  99. }
  100.  
  101. ::-webkit-scrollbar-thumb{
  102. background:{color:Scroller};
  103. width:3px;
  104. height:auto;
  105. }
  106.  
  107. ::selection {
  108. color:#ffffff;
  109. background-color:{color:shadow};
  110. }
  111.  
  112. body {
  113. background-color:{color:background};
  114. background-image:url('{image:Background}');
  115. background-attachment: fixed;
  116. margin:0px;
  117. color:{color:text};
  118. font-family:Calibri;
  119. font-size:10px;
  120. line-height:125%;
  121. }
  122.  
  123. a {
  124. text-decoration:none;
  125. outline:none;
  126. -moz-outline-style:none;
  127. color:{color:link};
  128. }
  129.  
  130. a {
  131. text-decoration:none;
  132. outline:none;
  133. color:{color:link};
  134. -moz-outline-style:none;
  135. -moz-transition-duration:0.7s;
  136. -webkit-transition-duration:0.7s;
  137. -o-transition-duration:0.7s;
  138. }
  139.  
  140. a:hover {
  141. color:{color:linkhov};
  142. }
  143.  
  144. img {
  145. border:none;
  146. }
  147.  
  148. blockquote {
  149. padding-left:5px;
  150. border-left:1px solid;
  151. }
  152.  
  153. blockquote blockquote {
  154. padding-left:5px;
  155. border-left:1px solid;
  156. }
  157.  
  158. h1 {
  159. font-size:14px;
  160. line-height:125%;
  161. text-align:center;
  162. text-transform:uppercase;
  163. }
  164.  
  165. #entries {
  166. padding:10px;
  167. width:400px;
  168. margin-left:50%;
  169. margin-top:75px;
  170. }
  171.  
  172. #post {
  173. width:400px;
  174. margin-bottom:100px;
  175. padding-top:10px;
  176. padding-left:10px;
  177. padding-right:10px;
  178. padding-bottom:10px;
  179. border:1px solid {color:border};
  180. box-shadow:1px 2px 2px {color:shadow};
  181. background-color:{color:postbg};
  182. }
  183.  
  184. #sidebar {
  185. width:160px;
  186. position:fixed;
  187. margin-left:27%;
  188. margin-top:20%;
  189. padding:20px;
  190. background-color:{color:postbg};
  191. border:1px solid{color:border};
  192. box-shadow:1px 2px 2px {color:shadow};
  193. }
  194.  
  195. #dropdownmenu {
  196. z-index: 9999;
  197. position: fixed;
  198. }
  199.  
  200. select {
  201. border: 0;
  202. width: 150px;
  203. padding: 5px 20px 5px 20px;
  204. border-radius: 10px;
  205. background-color: #ffffff;
  206. border: 1px dotted #aaaaaa;
  207. box-shadow: 0px 0px 0px 4px #ffffff;
  208. text-shadow: 1px 1px 1px #ffffff;
  209. color: #aaaaaa;
  210. font-size: 10px;
  211. font-family: 'Arial', sans-serif;
  212. text-transform: uppercase;
  213. letter-spacing: 2px;
  214. -webkit-appearance: none;
  215. }
  216.  
  217. #title {
  218. font-size:15px;
  219. text-align:center;
  220. margin-bottom:5px;
  221. letter-spacing:1.25px;
  222. text-transform:uppercase;
  223. }
  224.  
  225. #description {
  226. padding:10px;
  227. line-height:125%;
  228. text-align:center;
  229. }
  230.  
  231. #pagination {
  232. font-size:10px;
  233. text-align:center;
  234. padding-top:40px;
  235. }
  236.  
  237. #iinfo {
  238. text-align:center;
  239. margin-top:-25px;
  240. padding-bottom:15px;
  241. opacity:0;
  242. -webkit-transition: all 0.5s ease-in-out;
  243. -moz-transition: all 0.5s ease-in-out;
  244. -o-transition: all 0.5s ease-in-out;
  245. -ms-transition: all 0.5s ease-in-out;
  246. transition: all 0.5s ease-in-out;
  247. }
  248.  
  249. #post:hover #iinfo {
  250. opacity:1;
  251. color:#000;
  252. }
  253.  
  254. #itag {
  255. text-align:center;
  256. margin-left:5px;
  257. margin-right:5px;
  258. margin-bottom:-40px;
  259. margin-top:30px;
  260. text-transform:uppercase;
  261. font-size:10px;
  262. border:1px solid {color:link};
  263. padding:3px;
  264. width:10px;
  265. background-color:{color:background};
  266. }
  267.  
  268. #pinfo {
  269. text-align:center;
  270. margin-top:-25px;
  271. padding-bottom:15px;
  272. -webkit-transition: all 0.5s ease-in-out;
  273. -moz-transition: all 0.5s ease-in-out;
  274. -o-transition: all 0.5s ease-in-out;
  275. -ms-transition: all 0.5s ease-in-out;
  276. transition: all 0.5s ease-in-out;
  277. }
  278.  
  279. #ptag {
  280. text-align:left;
  281. margin-left:5px;
  282. margin-right:5px;
  283. margin-bottom:-40px;
  284. margin-top:30px;
  285. text-transform:uppercase;
  286. font-size:10px;
  287. }
  288.  
  289. .playerbuttonbg {
  290. position: absolute;
  291. left: 20px;
  292. top: 20px;
  293. width: 19px;
  294. height: 19px;
  295. background-color: #ffffff;
  296. padding: 10px;
  297. -webkit-border-radius: 40px;
  298. -moz-border-radius: 40px;
  299. border-radius: 40px;
  300. opacity: .4;
  301. filter: alpha(opacity=40);
  302. -moz-opacity: 0.4;
  303. -khtml-opacity: 0.4;
  304. transition: opacity .7s ease-in-out;
  305. -moz-transition: opacity .7s ease-in-out;
  306. -webkit-transition: opacity .7s ease-in-out;
  307. }
  308.  
  309. .playerbuttonbg:hover {
  310. opacity: 1;
  311. filter: alpha(opacity=100);
  312. -moz-opacity: 1;
  313. -khtml-opacity: 1;
  314. }
  315.  
  316. .newplayerbutton {
  317. position: relative;
  318. width: 19px;
  319. height: 19px;
  320. overflow: hidden;
  321. }
  322.  
  323. .playerbuttonhug {
  324. position: absolute;
  325. top: -35px;
  326. left: -15px;
  327. height: 10px;
  328. width: 10px;
  329. }
  330.  
  331. .tumblr_audio_player {
  332. height: 90px;
  333. width: 270px;
  334. -moz-transform: scale(0.60, 0.60);
  335. -webkit-transform: scale(0.60, 0.60);
  336. -o-transform: scale(0.60, 0.60);
  337. -ms-transform: scale(0.60, 0.60);
  338. transform: scale(0.60, 0.60);
  339. -moz-transform-origin: top left;
  340. -webkit-transform-origin: top left;
  341. -o-transform-origin: top left;
  342. -ms-transform-origin: top left;
  343. transform-origin: top left;
  344. }
  345.  
  346. .audioimgwrapper {
  347. position: absolute;
  348. left: 0px;
  349. top: 0px;
  350. overflow: hidden;
  351. width: 79px;
  352. height: 79px;
  353. }
  354.  
  355. .audioimgwrapper img {
  356. width: 100%;
  357. height: auto;
  358. }
  359.  
  360. .trackdetails {
  361. width: auto;
  362. display:inline-block;
  363. margin-left: 90px;
  364. min-height: 85px;
  365. }
  366.  
  367. .audiowrapper {
  368. position: relative;
  369. display:inline-block;
  370. }
  371.  
  372. #quest {
  373. background:{color:ask};
  374. text-align:left;
  375. padding:5px;
  376. }
  377.  
  378. #credit a {
  379. background-color:{color:background};
  380. color:{color:scroller};
  381. font-size:10px;
  382. font-family:georgia;
  383. padding:5px;
  384. padding-right:6px;
  385. right:20px;
  386. bottom:20px;
  387. position:fixed;
  388. text-align:center;
  389. border:1px solid {color:scroller};
  390. }
  391.  
  392. #credit a:hover {
  393. background-color:{color:scroller};
  394. color:{color:background};
  395. }
  396.  
  397. {CustomCSS}</style></head><body>
  398.  
  399. <div id="sidebar">
  400.  
  401. <div id="title">{Title}</div>
  402.  
  403. <div id="description">{Description}</div>
  404.  
  405. <div id="dropdownmenu">
  406. <select onChange="location.href=this.options[this.selectedIndex].value;">
  407. <option value="/">navi</option>
  408.  
  409. {block:IfLink1}<option value="{text:link1 url}">{text:link1}</option>{/block:IfLink1}
  410. {block:IfLink2}<option value="{text:link2 url}">{text:link2}</option>{/block:IfLink2}
  411. {block:IfLink3}<option value="{text:link3 url}">{text:link3}</option>{/block:IfLink3}
  412. {block:IfLink4}<option value="{text:link4 url}">{text:link4}</option>{/block:IfLink4}
  413. {block:IfLink5}<option value="{text:link5 url}">{text:link5}</option>{/block:IfLink5}
  414. {block:IfLink6}<option value="{text:link6 url}">{text:link6}</option>{/block:IfLink6}
  415.  
  416. </select>
  417. </div>
  418.  
  419. <div id="pagination">
  420. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">back</a>{/block:PreviousPage} //
  421. {block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}{/block:Pagination}
  422. </div>
  423.  
  424. </div>
  425.  
  426. <div id="entries">{block:Posts}<div id="post">
  427.  
  428. {block:IndexPage}<div id="iinfo">{block:Date}
  429. {TimeAgo} with <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:Date}{block:RebloggedFrom} | via: <a href="{ReblogParentURL}">{ReblogParentName}</a> {block:ContentSource}| source: <a href="{SourceURL}">{ReblogRootName}</a>{/block:ContentSource}{/block:RebloggedFrom}</div>{/block:IndexPage}
  430. {block:PermalinkPage}<div id="pinfo">{block:Date}
  431. {TimeAgo} with <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:Date}{block:RebloggedFrom} | via: <a href="{ReblogParentURL}">{ReblogParentName}</a> {block:ContentSource}| source: <a href="{SourceURL}">{ReblogRootName}</a>{/block:ContentSource}{/block:RebloggedFrom}</div>{/block:PermalinkPage}
  432.  
  433. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  434.  
  435. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  436.  
  437. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  438.  
  439. {block:Quote}<div style="line-height:120%;font-size:14px;font-family:helvetica;">&nbsp;&nbsp;&nbsp;{Quote}</div>{block:Source}<div style="font-size:11px;padding-top:5px;text-align:right;"> —{Source}</div>{/block:Source}{/block:Quote}
  440.  
  441. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  442.  
  443. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<div style="font-size:11px;line-height:110%;"><b>{Label}</b>{/block:Label} {Line}<br></div>{/block:Lines}{/block:Chat}
  444.  
  445. {block:AudioPlayer}
  446. <div class="audiowrapper">
  447. {block:AlbumArt}
  448. <div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>
  449. {/block:AlbumArt}
  450.  
  451. <div class="playerbuttonbg">
  452. <div class="newplayerbutton">
  453. <div class="playerbuttonhug">
  454.  
  455. {AudioPlayerWhite}
  456.  
  457. </div>
  458. </div>
  459. </div>
  460.  
  461. <div class="trackdetails">
  462.  
  463. {block:TrackName}<big>{TrackName}</big>{/block:TrackName}<br/>
  464. {block:Artist}<b>Artist</b>: {Artist}{/block:Artist}<br/>
  465. {block:Album}<b>Album</b>: {Album}{/block:Album}<br/>
  466.  
  467. </div>
  468. </div>
  469. {block:Caption}{Caption}{/block:Caption}{/block:AudioPlayer}
  470.  
  471. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  472.  
  473. {block:Answer}<div id="quest">{Asker}: {Question}</div>{Answer}{/block:Answer}
  474.  
  475. {block:IndexPage}{block:HasTags}<div id="itag"><a title="tagged:
  476. {block:Tags}{Tag}, {/block:Tags}" aria-hidden="true">x</a></div>{/block:HasTags}{/block:IndexPage}
  477.  
  478. {block:PermalinkPage}<div id="ptag">{block:HasTags}tagged:&nbsp;&nbsp;&nbsp;&nbsp;{block:Tags}<a href="{TagURL}">{Tag}</a>,&nbsp;&nbsp;{/block:Tags}{/block:HasTags}</div>{/block:PermalinkPage}
  479.  
  480. </div>
  481. {block:PostNotes}{PostNotes}{/block:PostNotes}
  482. {/block:Posts}</div>
  483.  
  484. <div id="credit"><a href="http://royed.tk/" title="credit">BN</a></div>
  485.  
  486. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement