Advertisement
redfez

Theme 10

May 26th, 2015
589
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.07 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 10 --->
  4. <!--- BY EDVARDELRIC // RUNETHEMES --->
  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:Scroller" content="#000000"/>
  20. <meta name="color:Link" content="#b8b8b8"/>
  21. <meta name="color:Background" content="#ffffff"/>
  22. <meta name="color:Header" content="#ffffff"/>
  23. <meta name="color:Ask" content="#ededed">
  24. <meta name="color:Follow" content="#ededed">
  25.  
  26. <meta name="text:Title" content=""/>
  27. <meta name="text:Link1" content=""/>
  28. <meta name="text:Link1 URL" content =""/>
  29. <meta name="text:Link2" content=""/>
  30. <meta name="text:Link2 URL" content =""/>
  31. <meta name="text:Link3" content=""/>
  32. <meta name="text:Link3 URL" content =""/>
  33. <meta name="text:Link4" content=""/>
  34. <meta name="text:Link4 URL" content =""/>
  35. <meta name="text:Link5" content=""/>
  36. <meta name="text:Link5 URL" content=""/>
  37. <meta name="text:Link6" content=""/>
  38. <meta name="text:Link6 URL" content=""/>
  39.  
  40. <meta name="image:Background" content=""/>
  41.  
  42. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  43. <script>
  44. $(document).ready(function(){
  45.  
  46. $(".linki").hide();
  47. $(".show_hide1").show();
  48.  
  49. $('.show_hide1').toggle(function(){
  50. $(".linki").slideDown();
  51. },function(){
  52. $(".linki").slideUp();
  53. });
  54. });
  55. </script>
  56. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  57. <script>
  58. (function($){
  59. $(document).ready(function(){
  60. $("[title]").style_my_tooltips({
  61. tip_follows_cursor:true,
  62. tip_delay_time:100,
  63. tip_fade_speed:50
  64. }
  65. );
  66. });
  67. })(jQuery);
  68. </script>
  69.  
  70. <style type="text/css">
  71.  
  72. #s-m-t-tooltip {
  73. position: absolute;
  74. background-color:#000000;
  75. color:#ffffff;
  76. border:1px solid #ffffff;
  77. text-transform:lowercase;
  78. line-height:100%;
  79. letter-spacing:2px;
  80. font-family:Helvetica;
  81. font-size:10px;
  82. margin:15px;
  83. padding:3px;
  84. z-index:999999999999999999999;
  85. -moz-transition-duration:0.5s;
  86. -webkit-transition-duration:0.5s;
  87. -o-transition-duration:0.5s;
  88. }
  89.  
  90. ::-webkit-scrollbar{
  91. background:{color:background};
  92. width:3px;
  93. }
  94.  
  95. ::-webkit-scrollbar-thumb{
  96. background:{color:Scroller};
  97. width:3px;
  98. height:auto;
  99. }
  100.  
  101. ::selection {
  102. color:#ffffff;
  103. background-color:{color:link};
  104. }
  105.  
  106. body {
  107. background:{color:background};
  108. background-image:url('{Image:background}');
  109. background-attachment:fixed;
  110. margin:0px;
  111. color:{color:text};
  112. font-family:Calibri;
  113. font-size:10px;
  114. line-height:100%;
  115. text-align:justify;
  116. }
  117.  
  118. a {
  119. text-decoration:none;
  120. outline:none;
  121. color:{color:link};
  122. -moz-outline-style:none;
  123. -moz-transition-duration:0.7s;
  124. -webkit-transition-duration:0.7s;
  125. -o-transition-duration:0.7s;
  126. }
  127.  
  128. a:hover {
  129. color:{color:linkhov};
  130. }
  131.  
  132. img {
  133. border:none;
  134. }
  135.  
  136. blockquote {
  137. padding-left:5px;
  138. border-left:2px solid;
  139. }
  140.  
  141. blockquote blockquote {
  142. padding-left:5px;
  143. border-left:2px solid;
  144. }
  145.  
  146. h1 {
  147. font-size:15px;
  148. }
  149.  
  150. #entries {
  151. padding-top:200px;
  152. width:400px;
  153. margin-left:auto;
  154. margin-right:auto;
  155. }
  156.  
  157. #post {
  158. width:400px;
  159. margin-bottom:100px;
  160. background-color:{color:header};
  161. padding:20px;
  162. margin-left:auto;
  163. margin-right:auto;
  164. border:1px solid {color:border};
  165. }
  166.  
  167. #sidebar {
  168. width:100%;
  169. padding-top:25px;
  170. padding-bottom:25px;
  171. margin-bottom:50px;
  172. height:auto;
  173. z-index:99;
  174. position:fixed;
  175. margin-left:auto;
  176. margin-right:auto;
  177. background:{color:header};
  178. -moz-box-shadow:0px 1px 5px {color:border};
  179. -webkit-box-shadow:0px 1px 5px {color:border};
  180. box-shadow:0px 1px 5px {color:border};
  181. }
  182.  
  183. #title {
  184. font-size:17px;
  185. line-height:115%;
  186. text-align:center;
  187. margin-bottom:5px;
  188. text-transform:uppercase;
  189. letter-spacing:3px;
  190. width:250px;
  191. margin-left:auto;
  192. margin-right:auto;
  193. text-align:left;
  194. font-family:helvetica;
  195. }
  196.  
  197. #description {
  198. padding-top:10px;
  199. padding-bottom:10px;
  200. width:250px;
  201. line-height:120%;
  202. margin-left:auto;
  203. margin-right:auto;
  204. text-align:right;
  205. }
  206.  
  207. #navi {
  208. margin-left:auto;
  209. margin-right:auto;
  210. width:250px;
  211. font-family:arial;
  212. font-size:9.5px;
  213. text-transform:lowercase;
  214. text-align:left;
  215. padding:5px;
  216. }
  217.  
  218. #pagination {
  219. font-size:12px;
  220. text-align:center;
  221. margin-bottom:50px;
  222. padding:5px;
  223. line-height:150%;
  224. }
  225.  
  226. .paginationf {
  227. width:30px;
  228. margin-left:53%;
  229. background-color:{color:header};
  230. }
  231.  
  232. .paginationb {
  233. width:30px;
  234. margin-bottom:-18px;
  235. margin-left:49%;
  236. background-color:{color:header};
  237. }
  238.  
  239. #info {
  240. text-align:right;
  241. padding-left:5px;
  242. padding-right:5px;
  243. margin-top:10px;
  244. padding-top:10px;
  245. }
  246.  
  247. #tag {
  248. text-align:left;
  249. padding-top:3px;
  250. }
  251.  
  252. #quest {
  253. background:{color:ask};
  254. text-align:left;
  255. padding:5px;
  256. }
  257.  
  258. /* don't touch this i stg*/
  259. #tumblr_controls {
  260. display:none;
  261. }
  262. /*alright you can mess with it again*/
  263.  
  264. .controllf {
  265. z-index:999;
  266. top:40px;
  267. right:40px;
  268. text-align:center;
  269. text-transform:uppercase;
  270. font-family:helvetica;
  271. font-size:10px;
  272. width:47px;
  273. position:fixed;
  274. }
  275.  
  276. .controlld {
  277. z-index:999;
  278. top:40px;
  279. right:110px;
  280. text-align:center;
  281. text-transform:uppercase;
  282. font-family:helvetica;
  283. font-size:10px;
  284. width:66px;
  285. position:fixed;
  286. }
  287.  
  288. .controllr {
  289. z-index:999;
  290. top:40px;
  291. right:185px;
  292. text-align:center;
  293. text-transform:uppercase;
  294. font-family:helvetica;
  295. font-size:10px;
  296. width:66px;
  297. position:fixed;
  298. }
  299.  
  300. #controll a {
  301. padding:5px;
  302. font-style:none;
  303. color:{color:header};
  304. background-color:{color:follow};
  305. }
  306.  
  307. #controll a:hover {
  308. padding:5px;
  309. font-style:normal;
  310. color:{color:follow};
  311. background-color:{color:header};
  312. }
  313.  
  314. ol.notes {
  315. display:block;
  316. list-style-type:none;
  317. width:440px;
  318. padding:0px;
  319. background:{color:background};
  320. margin-bottom:40px;
  321. }
  322.  
  323. ol.notes li.note{
  324. padding:10px;
  325. border-bottom:1px solid {color:border};
  326. }
  327.  
  328. .pagenotes {
  329. text-align:left;
  330. background:transparent;
  331. text-transform:lowercase;
  332. font-size:10px;
  333. }
  334.  
  335. ol.notes img{
  336. display:none;
  337. }
  338.  
  339. .playerbuttonbg {
  340. position: absolute;
  341. left: 20px;
  342. top: 20px;
  343. width: 19px;
  344. height: 19px;
  345. background-color: #ffffff;
  346. padding: 10px;
  347. -webkit-border-radius: 40px;
  348. -moz-border-radius: 40px;
  349. border-radius: 40px;
  350. opacity: .4;
  351. filter: alpha(opacity=40);
  352. -moz-opacity: 0.4;
  353. -khtml-opacity: 0.4;
  354. transition: opacity .7s ease-in-out;
  355. -moz-transition: opacity .7s ease-in-out;
  356. -webkit-transition: opacity .7s ease-in-out;
  357. }
  358.  
  359. .playerbuttonbg:hover {
  360. opacity: 1;
  361. filter: alpha(opacity=100);
  362. -moz-opacity: 1;
  363. -khtml-opacity: 1;
  364. }
  365.  
  366. .newplayerbutton {
  367. position: relative;
  368. width: 19px;
  369. height: 19px;
  370. overflow: hidden;
  371. }
  372.  
  373. .playerbuttonhug {
  374. position: absolute;
  375. top: -35px;
  376. left: -15px;
  377. height: 10px;
  378. width: 10px;
  379. }
  380.  
  381. .tumblr_audio_player {
  382. height: 90px;
  383. width: 270px;
  384. -moz-transform: scale(0.60, 0.60);
  385. -webkit-transform: scale(0.60, 0.60);
  386. -o-transform: scale(0.60, 0.60);
  387. -ms-transform: scale(0.60, 0.60);
  388. transform: scale(0.60, 0.60);
  389. -moz-transform-origin: top left;
  390. -webkit-transform-origin: top left;
  391. -o-transform-origin: top left;
  392. -ms-transform-origin: top left;
  393. transform-origin: top left;
  394. }
  395.  
  396. .audioimgwrapper {
  397. position: absolute;
  398. left: 0px;
  399. top: 0px;
  400. -webkit-border-radius: 40px;
  401. -moz-border-radius: 40px;
  402. border-radius: 40px;
  403. overflow: hidden;
  404. width: 79px;
  405. height: 79px;
  406. }
  407.  
  408. .audioimgwrapper img {
  409. width: 100%;
  410. height: auto;
  411. -webkit-border-radius: 40px;
  412. -moz-border-radius: 40px;
  413. border-radius: 40px;
  414. }
  415.  
  416. .trackdetails {
  417. width: auto;
  418. display:inline-block;
  419. margin-left: 90px;
  420. min-height: 85px;
  421. }
  422.  
  423. .audiowrapper {
  424. position: relative;
  425. display:inline-block;
  426. }
  427.  
  428. #credit a {
  429. background-color:{color:background};
  430. color:{color:scroller};
  431. font-size:10px;
  432. font-family:georgia;
  433. padding:5px;
  434. padding-right:6px;
  435. right:20px;
  436. bottom:20px;
  437. position:fixed;
  438. text-align:center;
  439. border:1px solid {color:scroller};
  440. }
  441.  
  442. #credit a:hover {
  443. background-color:{color:scroller};
  444. color:{color:background};
  445. }
  446.  
  447. {CustomCSS}</style></head><body>
  448.  
  449. <div id="sidebar">
  450.  
  451. <div id="title">{text:Title};</div>
  452.  
  453. <div id="description">{Description}</div>
  454.  
  455. <div id="navi">
  456. {block:IfLink1}<a href="{text:link1 url}">{text:link1}</a>{/block:IfLink1}
  457. {block:IfLink2}&nbsp;&nbsp;<a href="{text:link2 url}">{text:link2}</a>{/block:IfLink2}
  458. {block:IfLink3}&nbsp;&nbsp;<a href="{text:link3 url}">{text:link3}</a>{/block:IfLink3}
  459. {block:IfLink4}&nbsp;&nbsp;<a href="{text:link4 url}">{text:link4}</a>{/block:IfLink4}
  460. {block:IfLink5}&nbsp;&nbsp;<a href="{text:link5 url}">{text:link5}</a>{/block:IfLink5}
  461. {block:IfLink6}&nbsp;&nbsp;<a href="{text:link6 url}">{text:link6}</a>{/block:IfLink6}
  462. </div>
  463.  
  464. </div>
  465.  
  466. <div id="entries">{block:Posts}<div id="post">
  467.  
  468. <div id="controll">
  469. <div class="controllf"><a href="https://www.tumblr.com/follow/{Name}">follow</a></div>
  470. <div class="controlld"><a href="https://www.tumblr.com/dashboard">dashboard</a></div>
  471. {block:Date}<div class="controllr">{block:PermalinkPage}<a href="{ReblogURL}" target="_blank">reblog</a>{/block:PermalinkPage}</div>{/block:Date}
  472. </div>
  473.  
  474. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  475.  
  476. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  477.  
  478. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  479.  
  480. {block:Quote}<big><big>{Quote}</big></big>{block:Source}<br><div style="text-align:right"><br><big>{Source}</big></div>{/block:Source}{/block:Quote}
  481.  
  482. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  483.  
  484. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  485.  
  486. {block:AudioPlayer}
  487. <div class="audiowrapper">
  488. {block:AlbumArt}
  489. <div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>
  490. {/block:AlbumArt}
  491.  
  492. <div class="playerbuttonbg">
  493. <div class="newplayerbutton">
  494. <div class="playerbuttonhug">
  495.  
  496. {AudioPlayerWhite}
  497.  
  498. </div>
  499. </div>
  500. </div>
  501.  
  502. <div class="trackdetails">
  503.  
  504. {block:TrackName}<big>{TrackName}</big>{/block:TrackName}<br/>
  505. {block:Artist}<b>Artist</b>: {Artist}{/block:Artist}<br/>
  506. {block:Album}<b>Album</b>: {Album}{/block:Album}<br/>
  507.  
  508. </div>
  509. </div>
  510. {block:Caption}{Caption}{/block:Caption}{/block:AudioPlayer}
  511.  
  512. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  513.  
  514. {block:Answer}<div id="quest">{Asker}: {Question}</div>{Answer}{/block:Answer}
  515.  
  516. {block:Date}<div id="info">
  517. {TimeAgo} with <a href="{Permalink}" title="notes">{NoteCount} notes</a>{/block:Date}{block:RebloggedFrom}<br><a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a>{block:ContentSource} // <a href="{SourceURL}"title="{ReblogRootTitle}">source</a>{/block:ContentSource}{/block:RebloggedFrom}{/block:PermalinkPage}</div><div id="tag">{block:HasTags}{block:Tags}<a href="{TagURL}">{Tag}</a>,&nbsp;&nbsp;{/block:Tags}{/block:HasTags}</div>
  518.  
  519. </div>
  520. {block:PostNotes}{PostNotes}{/block:PostNotes}
  521. {/block:Posts}</div>
  522.  
  523. {block:Pagination}<div id="pagination">
  524. {block:PreviousPage}<div class="paginationb"><a href="{PreviousPage}">back</a></div>{/block:PreviousPage}{block:NextPage}
  525. <div class="paginationf"><a href="{NextPage}">next</a></div>{/block:NextPage}{/block:Pagination}
  526. </div>
  527.  
  528. <div id="credit"><a href="http://royed.tk/" title="credit">BN</a></div>
  529.  
  530. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement