Advertisement
jodiedamarell

theme two - house of the rising sun

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