Advertisement
jetpackblues

tumblr redux edit 2

Jun 3rd, 2014
9,742
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.00 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3.  
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  6. {block:Description}
  7. <meta name="description" content="{MetaDescription}" />
  8. {/block:Description}
  9.  
  10. <!---
  11.  
  12. tiny redux edit attempt #2
  13.  
  14. --->
  15.  
  16. <!---COLOUR---->
  17.  
  18. <meta name="color:Background" content="#ffffff">
  19. <meta name="color:Post BG" content="#fff">
  20. <meta name="color:Menu BG" content="#999999">
  21. <meta name="color:Menu text" content="#999999">
  22. <meta name="color:Text" content="#000000">
  23. <meta name="color:Link" content="#999999">
  24. <meta name="color:Link Hover" content="#000000">
  25. <meta name="color:Link Hover BG" content="#000000">
  26. <meta name="color:Border" content="#000">
  27. <meta name="color:Title Colour" content=""/>
  28.  
  29. <!----IF---->
  30.  
  31. <meta name="if:Maximised BG" content="0" />
  32. <meta name="if:Music Player" content="1"/>
  33. <meta name="if:Infinite Scrolling" content="0"/>
  34. <meta name="if:250" content="0" />
  35. <meta name="if:400" content="0" />
  36. <meta name="if:500" content="1" />
  37.  
  38. <!----IMAGE---->
  39.  
  40. <meta name="image:Background" content="" />
  41. <meta name="image:Pixel" content="" />
  42. <meta name="image:Sidebar" content=""/>
  43. <meta name="image:Side" content=""/>
  44.  
  45. <!----TEXT---->
  46.  
  47. <meta name="text:Menu" content="menu"/>
  48. <meta name="text:Link url1" content="/" />
  49. <meta name="text:Link 1" content="link 1" />
  50. <meta name="text:Link url2" content="/" />
  51. <meta name="text:Link 2" content="link 2" />
  52. <meta name="text:Music Player Code" content="music code here"/>
  53. <meta name="text:Sideimg distance from top" content=""/>
  54. <meta name="text:Sideimg distance from left" content=""/>
  55.  
  56. </head>
  57.  
  58. <style type="text/css">
  59.  
  60. #wrapper {
  61. width:600px;
  62. margin:0 auto;
  63. padding:10px;
  64.  
  65. }
  66.  
  67. body{
  68. margin:0px;
  69. background:{color:Background} url({image:background});
  70. background-attachment:fixed;
  71. background-repeat:repeat;
  72. background-position:top left;
  73. font-family:calibri;
  74. font-size:13px;
  75. line-height:140%;
  76. color: {color:Text};
  77. }
  78.  
  79.  
  80. a{
  81. color:{color:Link};
  82. -webkit-transition: 0.6s ease;
  83. transition: 0.6s ease;
  84. -o-transition: 0.6s ease;
  85. -moz-transition: 0.6s ease;
  86. }
  87.  
  88. a:hover{
  89. color:{color:Link Hover};
  90. -webkit-transition: 0.6s ease;
  91. transition: 0.6s ease;
  92. -o-transition: 0.6s ease;
  93. -moz-transition: 0.6s ease;
  94. background:{color:Link Hover BG};
  95. }
  96.  
  97. .post a{
  98. color:{color:Link};
  99. text-decoration:none;
  100. font-weight:normal;
  101. }
  102.  
  103. .post a:hover{
  104. color:{color:Link Hover};
  105. background:{color:Link Hover BG};
  106. text-decoration:none;
  107. }
  108.  
  109. #sidebar{
  110. margin-top:100px;
  111. margin-left:0;
  112. text-align:center;
  113. background:{color:Post BG};
  114. width:150px;
  115. padding:10px;
  116. position:fixed;
  117. border:1px solid {color:Border};
  118. }
  119.  
  120. #sidebarimg{
  121. margin-bottom:5px;
  122. }
  123.  
  124. #sidebarimg img{
  125. max-width:100%;
  126. }
  127.  
  128. #description{
  129. margin:5px 0;
  130. width:150px;
  131. text-align:center;
  132. }
  133.  
  134. #description a{
  135. color:{color:Link};
  136. text-decoration:none;
  137. }
  138.  
  139. #description a:hover{
  140. color:{color:Link Hover};
  141. }
  142.  
  143. .nav{
  144. margin:0;
  145. font-size:11px;
  146. font-style:calibri;
  147. width:150px;
  148. text-align:center;
  149. }
  150.  
  151. .nav a{
  152. text-decoration:none;
  153. padding:0 3px;
  154. }
  155.  
  156.  
  157. #content {
  158. padding:10px;
  159. width:500px;
  160. margin-left:200px;
  161. margin-top:0px;
  162. z-index: 1;
  163. }
  164.  
  165. .post{
  166. margin-top: 24px;
  167. padding:10px;
  168. background-color: {color:Posts};
  169. background-color: {color:Posts};
  170. border:1px solid {color:border};
  171. background:{color:Post BG};
  172. z-index: 1;
  173. {block:if250}
  174. width:250px;
  175. {/block:if250}
  176. {block:if400}
  177. width:400px;
  178. {/block:if400}
  179. {block:if500}
  180. width:500px;
  181. {/block:if500}
  182.  
  183. }
  184. .post img{
  185. max-width:100%;
  186. overflow:auto;
  187. {block:if250}
  188. width:250px;
  189. {/block:if250}
  190. {block:if400}
  191. width:400px;
  192. {/block:if400}
  193. {block:if500}
  194. width:500px;
  195. {/block:if500}
  196. }
  197.  
  198.  
  199. .posttitle{
  200. font-weight:courier;
  201. font-size:16px;
  202. line-height:22px;
  203. text-decoration:none;
  204. margin:3px 0 -3px 0;-
  205. }
  206.  
  207. .posttitle a{
  208. text-decoration:none;
  209. }
  210.  
  211. .quote{
  212. font-weight:courier-new;
  213. font-size:16px;
  214. font-style:courier-new;
  215. line-height:22px;text-decoration:none;
  216. }
  217.  
  218. .quotesource{
  219. text-align:right;
  220. }
  221. .question{
  222. padding-bottom:10px;
  223. margin:0;
  224. border-bottom:1px solid {color:Border};
  225. }
  226.  
  227. .caption{
  228. margin:0;
  229. }
  230.  
  231. blockquote{
  232. margin:0 0 0 15px;
  233. padding:0 0 0 10px;
  234. margin-left:5px;
  235. border-left:solid 1px {color:Border};
  236. }
  237.  
  238. .post .footer{
  239. margin:1px;
  240. font-size:11px;
  241. font-style:courier-new;
  242. line-height:13px;
  243. text-align:left;
  244. }
  245.  
  246. ol.notes li.note img {
  247. width:10px;
  248. height:10px;
  249. }
  250.  
  251. ol.notes{
  252. list-style-type:none;
  253. padding:2px 10px 2px 10px;
  254. font-size:10px;
  255. }
  256.  
  257. #side {
  258. position:fixed;
  259. margin-left:{text:Sideimg distance from left};
  260. margin-top:{text:Sideimg distance from top};
  261. z-index: -1;
  262. }
  263.  
  264. #bubble-music {
  265. position:fixed;
  266. left:20px;
  267. top:600px;
  268. width:30px;
  269. height:25px;
  270. background-color:{color:music player};
  271. -moz-border-radius:100%;
  272. overflow:hidden;
  273. -webkit-transition: all 0.5s ease-out;
  274. -moz-transition: all 0.5s ease-out;
  275. transition: all 0.5s ease-out
  276.  
  277. }
  278.  
  279. #title {
  280. color:{color:title colour};
  281. font-family:courier;
  282. font-size:14px;
  283.  
  284. }
  285.  
  286. #bubble-music:hover {
  287. width: 85px;
  288. height:25px;
  289. }
  290.  
  291. .music_embed {
  292. margin:-23px 0px 0px 40px;
  293. z-index:1;
  294. font-family:courier-new;
  295. font-size:8px;
  296. -webkit-transition: all 0.5s ease-out;
  297. -moz-transition: all 0.5s ease-out;
  298. transition: all 0.5s ease-out
  299. }
  300.  
  301. #bubble-music:hover .music_embed {
  302. margin:-23px 0px 0px 30px;
  303. opacity:1;
  304. }
  305.  
  306.  
  307. {block:IfMaximisedBG}
  308. #bg img {
  309. z-index:-1;
  310. position:fixed;
  311. top:0;
  312. left:0;
  313. height:100%;
  314. width:100%;
  315. }
  316. {block:IfMaximisedBG}
  317.  
  318. .pagination {
  319. text-align: right;
  320. padding-bottom: 35px;
  321. margin-left:20px;
  322. margin-top:8px;
  323. width:auto;
  324. text-transform: lowercase;
  325. }
  326.  
  327. .pagination a {
  328. background-color: white;
  329. color: {color:text};
  330. font-size:12px;
  331. width:110px;
  332. padding: 5px 10px;
  333. text-decoration: none;
  334. }
  335.  
  336. </style>
  337.  
  338. <body>
  339. {block:IfMaximisedBG}<div id="bg"><img src="{image:Background}"></div>{/block:IfMaximisedBG}
  340.  
  341. <div id="side"><img src="{image:Side}"></div>
  342.  
  343. <div id="wrapper">
  344. <div id="background"></div>
  345. <div id="sidebar">
  346. <div id="title">{title}</div>
  347.  
  348. <div id="sidebarimg"><img src="{image:Sidebar}"></div>
  349.  
  350. {block:Description}
  351. <div id="description">{Description}</div>
  352. {/block:Description}
  353.  
  354. <div id="pixel"><img src="{image:Pixel}"></div>
  355.  
  356. <select style="
  357. width: 100px;
  358. border: 0px solid;
  359. padding: 3px;
  360. color:{color:Menu Text};
  361. background-color:{color:Menu BG};
  362. font-family:courier-new;
  363. font-size: 9px;
  364. letter-spacing: 2px;" onChange="location.href=this.options[this.selectedIndex].value;">
  365.  
  366. <option value="/">{text:Menu}</option>
  367. <option value="/">home</option>
  368. <option value="/ask">ask</option>
  369. <option value="/submit">submit</option>
  370. <option value="{text:Link url1}">{text:Link 1}</option>
  371. <option value="{text:Link url2}">{text:Link 2}</option>
  372. <option value="http://father-fruitcake.tumblr.com/tagged/tiny-themes">theme</option></select>
  373.  
  374. </div>
  375.  
  376.  
  377. {block:ifmusicplayer}
  378. <div id="bubble-music">
  379. <img style="margin:7px;" src="http://www.myspacelyts.net/albums/ee115/yayitssteph/graphics/pixels/music/music7.gif">
  380. <div class="music_embed">
  381. {text:Music Player Code}
  382. </div>
  383. </div>
  384. {/block:ifmusicplayer}
  385.  
  386. <div id="content">
  387. {block:Posts}
  388. <div class="post">
  389. {block:Text}
  390.  
  391. {block:Title}
  392. <div class="posttitle">{Title}</div>
  393. {/block:Title}
  394.  
  395. {Body}
  396. {/block:Text}
  397. {block:Photo}
  398.  
  399. {LinkOpenTag}
  400. <img src="{PhotoURL-250}" alt="{PhotoAlt}"/>
  401. {LinkCloseTag}
  402.  
  403. {block:Caption}
  404. <div class="caption">{Caption}</div>
  405. {/block:Caption}
  406. {/block:Photo}
  407. {block:Photoset}
  408. {block:if500}{Photoset-500}{/block:if500}
  409. {block:if400}{photoset-400}{/block:if400}
  410. {block:if250}{photoset-250}{/block:if250}
  411. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  412.  
  413. {block:Quote}
  414. <div class="quote">"{Quote}"</div>
  415. {block:Source}
  416. <div class="quotesource">{Source}</div>
  417. {/block:Source}
  418. {/block:Quote}
  419.  
  420. {block:Link}
  421. <div class="posttitle"><a href="{URL}">{Name}</a></div>
  422.  
  423. {block:Description}
  424. <div class="description">{Description}</div>
  425. {/block:Description}
  426. {/block:Link}
  427.  
  428. {block:Chat}
  429. {block:Title}
  430. <div class="posttitle">{Title}</div>
  431. {/block:Title}
  432.  
  433. {block:Lines}
  434. <div class="{Alt} user_{UserNumber}">
  435. {block:Label}
  436. <b>{Label}</b>{/block:Label}
  437. &nbsp;{Line}
  438. </div>
  439. {/block:Lines}
  440. {/block:Chat}
  441.  
  442. {block:Video}
  443. {Video-250}
  444. {block:Caption}
  445. <div class="caption">{Caption}</div>
  446. {/block:Caption}
  447. {/block:Video}
  448.  
  449. {block:Audio}
  450. <div class="cover">{block:AlbumArt}
  451. {/block:AlbumArt}</div>
  452. {AudioPlayerWhite}
  453. <i>{block:TrackName}{TrackName}{/block:TrackName} - {block:Artist}{Artist}{/block:Artist} ({block:Album}{Album}{/block:Album})</i>
  454.  
  455. {block:Caption}
  456. <div class="caption">{Caption}</div>
  457. {/block:Caption}
  458. {/block:Audio}
  459.  
  460. {block:Answer}
  461. <div class="question"><i>{Asker} said:</i> {Question}</div>
  462. <div class="caption">{Answer}</div>
  463. {/block:Answer}
  464.  
  465.  
  466. <div class="footer">
  467. <a href="{Permalink}">{block:Date}posted {TimeAgo}{/block:Date}{block:NoteCount} ★ {NoteCountWithLabel}{/block:NoteCount}</a>{block:RebloggedFrom} <a href="{ReblogParentURL}">/ via {ReblogParentName}</a>{/block:RebloggedFrom}{block:ContentSource} <a href="{SourceURL}">/ src: {SourceTitle}</a>{/block:ContentSource}{block:HasTags}<br>tagged:
  468. {block:Tags}<a href="{TagURL}" title="{Tag}">{Tag}</a> {/block:Tags}{/block:HasTags}</div>
  469. {block:PermalinkPage}
  470. {block:NoteCount}
  471. {block:PostNotes}{PostNotes}{/block:PostNotes}
  472. {/block:NoteCount}
  473. {/block:PermalinkPage}
  474. </div>
  475. {/block:Posts}
  476. </div>
  477. </div>
  478. </div>
  479. </div>
  480.  
  481. {block:PostNotes}{PostNotes}{/block:PostNotes}
  482. </div>
  483. </div>
  484. {/block:Posts}
  485. {block:Pagination}
  486. <div class="pagination">
  487. {block:PreviousPage}
  488. <a class="back" href="{PreviousPage}">&larr; {lang:Previous}</a>
  489. {/block:PreviousPage}
  490. {block:NextPage}
  491. <a class="next" href="{NextPage}">{lang:Next page} &rarr;</a>
  492. {/block:NextPage}</div>
  493. {/block:Pagination}
  494. </div>
  495.  
  496.  
  497. </body>
  498. </html>
  499.  
  500. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement