Advertisement
jodiedamarell

theme three - how it ends

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