Advertisement
jodiedamarell

theme one - jump then fall

Sep 27th, 2014
555
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.69 KB | None | 0 0
  1. <!--
  2.  
  3. JAXCKSONTELLER - THEME #1
  4. "Jump Then Fall"
  5.  
  6.  
  7. You can edit this theme as much as you like, so long as you keep the credit intact and don't edit, and then redistribute the theme for your own. The credit must remain where it is.
  8.  
  9. -->
  10.  
  11. <head>
  12.  
  13.  
  14. <title>{Title}</title>
  15. <link rel="shortcut icon" href="{Favicon}">
  16. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  17.  
  18. <meta name="color:background" content="#ffffff"/>
  19. <meta name="color:text" content="#888"/>
  20. <meta name="color:link" content="#888"/>
  21. <meta name="color:link hover" content="#b8b8b8"/>
  22. <meta name="color:linksbar" content="#000000"/>
  23. <meta name="color:navback" content="#ffffff"/>
  24. <meta name="color:navhover" content="#aaaaaa"/>
  25. <meta name="color:navtext" content="#000000"/>
  26. <meta name="color:ntexthover" content="#000000"/>
  27. <meta name="color:scrollbar" content="#888" />
  28. <meta name="color:borders" content="#333333"/>
  29.  
  30. <meta name="image:sidebar" content=""/>
  31. <meta name="image:header" content=""/>
  32.  
  33. <meta name="text:link1" content="link" />
  34. <meta name="text:link1 URL" content="/" />
  35. <meta name="text:link2" content="link" />
  36. <meta name="text:link2 URL" content="/" />
  37. <meta name="text:link3" content="link" />
  38. <meta name="text:link3 URL" content="/" />
  39.  
  40. <link rel="shortcut icon" href="{Favicon}">
  41. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  42. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  43.  
  44. <script type="text/javascript" src="http://static.tumblr.com/tiu5k68/xTkm8wqw2/tumblr-title-qtip.js"></script>
  45.  
  46. <style type="text/css">
  47.  
  48. ::-webkit-scrollbar{height: 5px; width: 5px; -webkit-border-radius: 0px; background-color:transparent;}
  49.  
  50. ::-webkit-scrollbar-thumb{background-color:{color:scrollbar};}
  51. ::-webkit-scrollbar-track{background-color:transparent;}
  52.  
  53.  
  54. body {
  55. background:{color:background};
  56. margin:0px;
  57. color:{color:text};
  58. font-family:georgia;
  59. font-size:9px;
  60. line-height:150%;
  61. text-align:justify;
  62. }
  63.  
  64. div#qTip {
  65. font-size:8px;
  66. margin-top: 3px;
  67. margin-left: 3px;
  68. display: none;
  69. text-align: center;
  70. position :absolute;
  71. letter-spacing: 0px;
  72. text-transform: uppercase;
  73. z-index: 5;
  74. padding:3px;
  75. color: {color:text};
  76. background: #ffffff;
  77. border: 1px solid {color:border}}
  78.  
  79. a {
  80. text-decoration:none;
  81. outline:none;
  82. -moz-outline-style:none;
  83. color:{color:link};
  84. -webkit-transition: all 0.5s ease-in-out;
  85. -moz-transition: all 0.5s ease-in-out;
  86. -o-transition: all 0.5s ease-in-out;
  87. }
  88.  
  89. a:hover {
  90. text-decoration:none;
  91. outline:none;
  92. -moz-outline-style:none;
  93. color:{color:link hover};
  94. -webkit-transition: all 0.5s ease-in-out;
  95. -moz-transition: all 0.5s ease-in-out;
  96. -o-transition: all 0.5s ease-in-out;
  97. }
  98.  
  99. img {
  100. border:none;
  101. }
  102.  
  103. h1 {
  104. font-size:15px;
  105. }
  106.  
  107.  
  108. #header {
  109. overflow:hidden;
  110. position:fixed;
  111. float:center;
  112. height:100px;
  113. border:1px solid {color:Borders};
  114. background-color:{color:Backbar};
  115. background-image:url('{image:Header}');
  116. top:-10px;
  117. left:0px;
  118. width:100%;
  119. padding:5px;
  120. z-index:5;
  121. }
  122.  
  123. #sidebar {
  124. width:249px;
  125. position:fixed;
  126. margin-left:190px;
  127. margin-top:70px;
  128. }
  129.  
  130.  
  131. #links {
  132. position:fixed;
  133. height:27px;
  134. width: 100%;
  135. margin-bottom:5px;
  136. margin-top:-60px;
  137. text-align:center;
  138. font-size: 8px;
  139. background-color:{color:linksbar};
  140. border:1px solid {color:borders};
  141. }
  142.  
  143.  
  144. #links a{
  145. margin-top:5px;
  146. display:inline-block;
  147. width:80px;
  148. height:10px;
  149. line-height:11.5px;
  150. font-family:georgia;
  151. font-size:9px;
  152. letter-spacing: 0px;
  153. text-transform: uppercase;
  154. padding:3px;
  155. color:{color:navtext};
  156. background-color:{color:navback};
  157. border:1px solid {color:borders};
  158. -webkit-transition: all 0.5s ease-in-out;
  159. -moz-transition: all 0.5s ease-in-out;
  160. -o-transition: all 0.5s ease-in-out;
  161. }
  162.  
  163. #links a:hover{
  164. color:{color:ntexthover};
  165. background-color:{color:navhover};
  166. -webkit-transition: all 0.5s ease-in-out;
  167. -moz-transition: all 0.5s ease-in-out;
  168. -o-transition: all 0.5s ease-in-out;
  169. }
  170.  
  171. #posttitle {
  172. letter-spacing: 1px;
  173. margin-bottom: 5px;
  174. color:{color:sidebar link};
  175. text-transform: uppercase;
  176. font-size:11px;
  177. text-align:left;
  178. }
  179.  
  180. #sidebarimage {
  181. width 245px;
  182. }
  183.  
  184. #sidebarimage img {
  185. width:220px;
  186. height:240px;
  187. border-radius:50%;
  188. margin-top:-70px;
  189. margin-left:-100px;
  190. }
  191.  
  192. #description {
  193. padding: 0px;
  194. line-height:130%;
  195. background: none;
  196. font-size: 9px;
  197. font-family:'cambria';
  198. width:204px;
  199. margin-top: 10px;
  200. margin-left: -90px;
  201. }
  202.  
  203.  
  204. #pagination {color:{color:text}; font-size:12px; text-transform:uppercase;font-family:'cambria'; text-align:center; background-color:transparent; padding-top:2px; padding-bottom:2px; margin-top:5px}
  205. #pagination a {color:{color:link}}
  206. #pagination a:hover {color:{color:text}}
  207.  
  208. #entries {
  209. padding:10px;
  210. width:500px;
  211. margin-left:490px;
  212. margin-top:160px;
  213. }
  214.  
  215. #post {
  216. width:500px;
  217. margin-bottom: 50px;
  218. }
  219.  
  220.  
  221. #info {
  222. font-size:8px;
  223. letter-spacing: 0px;
  224. text-transform: uppercase;
  225. padding-top: 3px;
  226. padding-bottom: 0px;
  227. text-align:center;
  228. margin-top:2px;
  229. font-family:'cambria';
  230. }
  231.  
  232. #tags {
  233. text-transform: lowercase;
  234. letter-spacing: 0px;
  235. margin-top:0px;
  236. font-size: 9px;
  237. text-align:center;
  238. }
  239.  
  240. b, strong {
  241. color:{color:link}
  242. }
  243.  
  244. i, em {
  245. color:{color:text}
  246. }
  247.  
  248. #p, p {
  249. margin-top:5px;
  250. margin-bottom:5px
  251. }
  252.  
  253. #audio {
  254. border-radius:0%;
  255. width:100%;
  256. height:100px;
  257. margin-bottom:10px}
  258.  
  259. .albumart {
  260. border-radius:0%;
  261. padding: 2px;
  262. border: 1px #f1f1f1 solid;
  263. float:left;
  264. width:100px;
  265. height:100px}
  266.  
  267. .player {
  268. border-radius:0%;
  269. margin-left:2px;
  270. margin-top:2px;
  271. padding:11px;
  272. display:block;
  273. height:80px;
  274. width:80px;
  275. overflow:hidden;
  276. position:absolute;
  277. opacity:0.3;
  278. background:#fff;
  279. -webkit-transition:all 0.4s ease-in-out;
  280. -moz-transition:all 0.4s ease-in-out;
  281. -o-transition:all 0.4s ease-in-out;
  282. -ms-transition: all 0.4s ease-in-out;
  283. transition:all 0.5s ease-in-out}
  284.  
  285. .player:hover {
  286. opacity:0.7;
  287. -webkit-transition:all 0.4s ease-in-out;
  288. -moz-transition:all 0.4s ease-in-out;
  289. -o-transition:all 0.4s ease-in-out;
  290. -ms-transition: all 0.4s ease-in-out;
  291. transition:all 0.5s ease-in-out}
  292.  
  293. .audioplayer {
  294. width:24px;
  295. height:24px;
  296. margin:28px 0 0 28px;
  297. overflow:hidden}
  298.  
  299. .audioinfo {
  300. margin-left:105px;
  301. height:54px;
  302. line-height:100%;
  303. color:{color:text};
  304. padding:26px 5px 24px 10px;
  305. text-align:left}
  306.  
  307. .tracktitle {
  308. margin-top: 10px;
  309. color:{color:title};
  310. margin-bottom:-15px;
  311. text-transform: uppercase;
  312. font-size: 11px;
  313. }
  314.  
  315. #asks {
  316. text-align:justify;
  317. padding:22px 5px 5px 8px;
  318. background-color:transparent;
  319. min-height:43px;
  320. margin-left:70px}
  321.  
  322. .asker {
  323. text-transform:uppercase;
  324. margin-bottom:-12px;
  325. font-size:11px;
  326. letter-spacing:0px;}
  327.  
  328. #answers {
  329. margin-top:8px}
  330.  
  331. blockquote {
  332. margin-top: 0px;
  333. margin-bottom: 0px;
  334. width: 480px;
  335. border-left: 1px {color:border} solid;
  336. padding-left: 5px;
  337. margin-left: 5px;
  338. text-align:justify;
  339. }
  340.  
  341. #credit a {
  342. position:fixed;
  343. letter-spacing: 1px;
  344. font:10px georgia;
  345. color:{color:link};
  346. padding:0px;
  347. bottom:10px;
  348. right:10px
  349. }
  350.  
  351. #credit a:hover {
  352. color:{color:text}
  353. }
  354.  
  355.  
  356. {CustomCSS}</style></head><body>
  357.  
  358. <div id="header"></div>
  359.  
  360. <div id="links">
  361. <a href="/">refresh</a>
  362. <a href="/ask">message</a>
  363. <a href="{text:Link1 URL}">{text:Link1}</a>
  364. <a href="{text:Link2 URL}">{text:Link2}</a>
  365. <a href="{text:Link3 URL}">{text:Link3}</a>
  366.  
  367. </div>
  368. </div>
  369.  
  370.  
  371. <div id="sidebar">
  372. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  373. <div id="description">{Description}
  374. <div id="pagination">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage} {CurrentPage} out of {TotalPages} {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}{/block:Pagination}</div>
  375. </div></div>
  376.  
  377. <div id="entries">{block:Posts}<div id="post">
  378.  
  379. {block:Title}<div id="posttitle">{Title}</div>{/block:Title} {Body}
  380.  
  381. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  382.  
  383. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  384.  
  385. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  386.  
  387. {block:Link}<div id="posttitle"><a href="{URL}" {Target}>{Name}</a></div>{block:Description}{Description}{/block:Description}{/block:Link}
  388.  
  389. {block:Chat}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  390.  
  391. {block:Audio}
  392. <div id="audio">
  393. <div class="player"><div class="audioplayer">{AudioPlayerWhite}</div></div>
  394. <div class="albumart">{block:AlbumArt}<img src="{AlbumArtURL}" width="100" style="border-radius: 0%">{/block:AlbumArt}</div>
  395. <div class="audioinfo">
  396. <div class="tracktitle">{block:TrackName}{TrackName}{/block:TrackName}{block:Artist} by <b>{Artist}</b>{/block:Artist}</div><br>
  397. {block:Album}<br>
  398. <b>Album:</b> {Album}{/block:Album}<br>
  399. <b>Played:</b> {FormattedPlayCount} times</div></div>
  400. {block:Caption}{Caption}{/block:Caption}
  401. {/block:Audio}
  402.  
  403. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  404.  
  405. {block:Answer}
  406. <img src="{AskerPortraitURL-64}" style="height:64px; width:64px; float:left; margin-top:5px; border:1px solid #f1f1f1; padding: 1px; border-radius: 50%">
  407. <div id="asks"><div class="asker">{Asker}:</div>
  408. <br>{Question}</div>
  409. <br><div id="answers">{Answer}</div>
  410. {/block:Answer}
  411.  
  412.  
  413. <div id="info">
  414. {block:NoteCount}★ {NoteCount} &mdash; {/block:NoteCount}{block:Date}<a href="{Permalink}">{TimeAgo}</a> on {DayofMonthWithZero} {ShortMonth} '{ShortYear}{/block:Date} &nbsp; {block:RebloggedFrom}<a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom} ★ {block:ContentSource}<a href="{SourceURL}">original</a>{/block:ContentSource}
  415. <center>
  416.  
  417. {block:HasTags}<div id="tags">{block:Tags}<a href="{TagURL}">#{Tag} </a> {/block:Tags}{/block:HasTags}</center>
  418. </div></div>
  419. {/block:Posts}
  420.  
  421. {block:PostNotes}{PostNotes}{/block:PostNotes}
  422.  
  423. </div>
  424.  
  425.  
  426.  
  427. <!-- DO NOT REMOVE THIS -->
  428. <div id="credit"><a href="http://jaxcksonteller.tumblr.com/">♡</a></div>
  429. <!-- DO NOT REMOVE THIS -->
  430.  
  431. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement