Advertisement
jessewertsson

theme 09 by starponds

Dec 29th, 2012
8,388
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.45 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <head><title>{Title}</title>
  5. <link rel="shortcut icon" href="{Favicon}">
  6. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  7. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  8.  
  9. <!--THEME 009 by starponds.tumblr.com (do not claim this theme as your own, and please leave the theme credit where it is)-->
  10.  
  11. <meta name="color:Background" content="#ffffff"/>
  12. <meta name="color:Text" content="#838282"/>
  13. <meta name="color:Link" content="#b8b8b8"/>
  14. <meta name="color:Link hover" content="#616161"/>
  15. <meta name="color:border" content="#fbfbfb"/>
  16. <meta name="color:Scrollbar" content="#000000">
  17. <meta name="image:sidebar" content="/" />
  18. <meta name="text:Link 1" content="link" />
  19. <meta name="text:Link 1 URL" content="/" />
  20. <meta name="text:Link 2" content="link" />
  21. <meta name="text:Link 2 URL" content="/" />
  22. <meta name="text:Link 3" content="link" />
  23. <meta name="text:Link 3 URL" content="/" />
  24. <meta name="text:Link 4" content="link" />
  25. <meta name="text:Link 4 URL" content="/" />
  26.  
  27. <style type="text/css">
  28.  
  29. iframe#tumblr_controls {
  30. top: 0% !important;
  31. right:0% !important;
  32. opacity:0.3;
  33. position: fixed !important;
  34. filter:alpha(opacity=30);
  35. -webkit-transition: all 0.7s ease;
  36. -moz-transition: all 0.7s ease;
  37. -o-transition: all 0.7s ease;
  38. }
  39. iframe#tumblr_controls:hover{
  40. top: 0% !important;
  41. right:0% !important;
  42. opacity:0.8;
  43. position: fixed !important;
  44. filter:alpha(opacity=80);
  45. -webkit-transition: all 0.7s ease;
  46. -moz-transition: all 0.7s ease;
  47. -o-transition: all 0.7s ease;
  48. }
  49.  
  50. ::-webkit-scrollbar-thumb:vertical {background-color:{color:Scrollbar};height:5px;}
  51. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:Scrollbar};height:5px!important;}
  52. ::-webkit-scrollbar {background-color:{color:Background};height:5px;width:6px;}
  53.  
  54.  
  55. body {
  56. background:{color:Background};
  57. font-family:'cambria';
  58. margin:0px;
  59. color:{color:text};
  60. font-size:9px;
  61. line-height:12px;
  62. }
  63.  
  64. a {
  65. text-decoration:none;
  66. outline:none;
  67. -moz-outline-style:none;
  68. color:{color:Link};
  69. -webkit-transition: all 0.7s ease;
  70. -moz-transition: all 0.7s ease;
  71. -o-transition: all 0.7s ease;
  72. }
  73.  
  74. a:hover {
  75. -webkit-transition: all 0.5s ease-out;
  76. -moz-transition: all 0.5s ease-out;
  77. transition: all 0.5s ease-out;
  78. color: {color:Link hover};
  79. }
  80.  
  81. img {
  82. border:none;
  83. }
  84.  
  85. blockquote {
  86. padding-left:5px;
  87. border-left:1px solid;
  88. margin:0px 2px 0px 5px;
  89. }
  90.  
  91. blockquote blockquote {
  92. padding-left:4px;
  93. border-left:1px solid;
  94. margin:0px 2px 0px 5px;
  95. }
  96.  
  97. h1 {
  98. font-size:12px;
  99. }
  100.  
  101. h1 a {-webkit-transition: all 0.7s ease;
  102. -moz-transition: all 0.7s ease;
  103. -o-transition: all 0.7s ease;}
  104.  
  105. h1 a:hover {font-size:12px; -webkit-transition: all 0.7s ease;
  106. -moz-transition: all 0.7s ease;
  107. -o-transition: all 0.7s ease;}
  108.  
  109. .quote {
  110. font-size:10px;
  111. font-style:italic;
  112. margin-bottom:6px;
  113. }
  114.  
  115. .source {font-size:10px; font-style:normal;}
  116.  
  117. .chat{
  118. font-size:9px;
  119. text-transform:lowercase;
  120. line-height:12px;
  121. letter-spacing:1px;
  122. font-style:italic;
  123. margin-bottom:7px;
  124. }
  125.  
  126. .entries {
  127. padding:10px;
  128. margin-left:37%;
  129.  
  130. margin-top:50px;
  131. margin-bottom:50px;
  132. }
  133.  
  134.  
  135. .post {
  136. opacity:0.97;
  137. width:500px;
  138. padding-bottom:10px;
  139. padding-top: 25px;
  140. margin-bottom:60px;
  141. -webkit-transition: all 0.4s ease;
  142. -moz-transition: all 0.4s ease;
  143. -o-transition: all 0.4s ease;
  144. }
  145. .post:hover{
  146. opacity:1;
  147. -webkit-transition: all 0.4s ease;
  148. -moz-transition: all 0.4s ease;
  149. -o-transition: all 0.4s ease;
  150. }
  151.  
  152. #sidebar {
  153. width:auto;
  154. position:fixed;
  155. left:25%;
  156. margin-top:204px;
  157. }
  158.  
  159. #sidebar:hover .sidelinks{
  160. opacity:1;
  161. text-align:right;
  162. position:fixed;
  163. right:75.4%;
  164. -webkit-transition: all 0.3s ease;
  165. -moz-transition: all 0.3s ease;
  166. -o-transition: all 0.3s ease;
  167. }
  168.  
  169. .sidelinks {
  170. opacity:0;
  171. position:fixed;
  172. text-align:right;
  173. right:74.5%;
  174. margin-top:-100px;
  175. -webkit-transition: all 0.3s ease;
  176. -moz-transition: all 0.3s ease;
  177. -o-transition: all 0.3s ease;
  178. }
  179.  
  180. .sidelinks a {
  181. text-align:right;
  182. text-transform:uppercase;
  183. line-height:14px;
  184. color:{color:link};
  185. font-size:8px;
  186. -webkit-transition: all 0.3s ease;
  187. -moz-transition: all 0.3s ease;
  188. -o-transition: all 0.3s ease;
  189. }
  190. .sidelinks a:hover {
  191. color:{color:Link hover};
  192. }
  193.  
  194.  
  195. .sidebarimage {
  196. width:110px;
  197. }
  198.  
  199. .sidebarimage img {
  200. margin-left:0px;
  201. margin-top:-28px;
  202. width:110px;
  203. border-radius:2px;
  204. -webkit-transition: all 0.3s ease;
  205. -moz-transition: all 0.3s ease;
  206. -o-transition: all 0.3s ease;
  207. }
  208.  
  209.  
  210. .description {
  211. color:{color:Text};
  212. margin-top:3px;
  213. line-height:10px;
  214. margin-left:5px;
  215. text-align:center;
  216. width:100px;
  217. position:fixed;
  218. text-transform:lowercase;
  219. -webkit-transition: all 0.3s ease;
  220. -moz-transition: all 0.3s ease;
  221. -o-transition: all 0.3s ease;
  222. }
  223.  
  224. .info {
  225. background-color:{color:border};
  226. padding-top:2px;
  227. padding-bottom:2px;
  228. text-transform:uppercase;
  229. letter-spacing:1px;
  230. line-height:10px;
  231. font-size:8px;
  232. display:block;
  233. width:500px;
  234. margin-top:-3px;
  235. position:absolute;
  236. margin-left:0px;
  237. text-align:center;
  238. border-top: 1px solid #f2f2f2;
  239.  
  240. -webkit-transition: all 0.7s ease;
  241. -moz-transition: all 0.7s ease;
  242. -o-transition: all 0.7s ease;
  243. }
  244.  
  245. .tagss{
  246. line-height:8px;
  247. text-transform:lowercase;
  248. margin-top:-0px;
  249. padding-bottom:2px;
  250. }
  251.  
  252. .pagination{
  253. letter-spacing:1px;
  254. text-transform:uppercase;
  255. width:110px;
  256. background-color:transparent;
  257. text-align:center;
  258. margin-top:5px;
  259. margin-left:-5px;
  260. }
  261. .pagination a{
  262. font-size:6px;
  263. color:{color:link};
  264. }
  265. .pagination a:hover{
  266. color:{color:Link hover};
  267. }
  268.  
  269. .question{
  270. background-color:#fcfcfc;
  271. text-transform:lowercase;
  272. letter-spacing:1px;
  273. padding:6px;
  274. }
  275.  
  276. #credit {
  277. position:fixed;
  278. right:0px;
  279. bottom:0px;
  280. padding:5px;
  281. text-transform:uppercase;
  282. letter-spacing:1px;
  283. font-size:8px;
  284. }
  285.  
  286. #audio {
  287. margin-bottom:5px;
  288. width:500px;
  289. height:justify;
  290. }
  291.  
  292. .cover {
  293. width:78px;
  294. height:78px;
  295. position:absolute;
  296. }
  297.  
  298. .cover img {
  299. width:73px;
  300. height:73px;
  301. float:left;
  302. }
  303.  
  304. .player {
  305. opacity: 0.05;
  306. position:absolute;
  307. z-index:1;
  308. background:#fff
  309. ;width:80px;
  310. height:80px;
  311. display:block;
  312. -webkit-transition: all 0.7s ease;-moz-transition: all 0.7s ease;-o-transition: all 0.7s ease;
  313. }
  314. .player:hover{
  315. opacity:0.5;
  316. -webkit-transition: all 0.7s ease;-moz-transition: all 0.7s ease;-o-transition: all 0.7s ease;
  317. }
  318.  
  319. .player2 {
  320. width:25px;
  321. height:25px;
  322. margin-top:20px;
  323. margin-left:20px;
  324. overflow:hidden;
  325. padding:3px;
  326. }
  327.  
  328. .track {
  329. text-transform:uppercase;
  330. margin-left:80px;
  331. line-height:15px;
  332. padding-top:0px;
  333. }
  334.  
  335. .notes img{
  336. width:16px;
  337. }
  338.  
  339. .notes ol, .notes li{
  340. list-style:none;
  341. }
  342.  
  343. {CustomCSS}</style>
  344. </head><body>
  345.  
  346. <div id="sidebar">
  347.  
  348. <div class="sidebarimage">
  349.  
  350. {block:IfSidebarImage}<a href="/"><img src="{image:sidebar}"></a>{/block:IfSidebarImage}
  351.  
  352. <div class="description"> <i>{Description}</i>
  353.  
  354. <div class="pagination">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">back</a> -{/block:PreviousPage} {block:NextPage} <a href="{NextPage}">next</a>{/block:NextPage}{/block:Pagination}</div></div></div>
  355.  
  356. <div class="sidelinks">
  357. <a href="/">home</a><br/>
  358. <a href="/ask">ask</a><br/>
  359. {block:IfLink1} <a href="{text:Link 1 URL}">{text:Link 1}</a>{/block:IfLink1}<br/>
  360. {block:IfLink2} <a href="{text:Link 2 URL}">{text:Link 2}</a>{/block:IfLink2}<br/>
  361. {block:IfLink3} <a href="{text:Link 3 URL}">{text:Link 3}</a>{/block:IfLink3}<br/>
  362. {block:IfLink4} <a href="{text:Link 4 URL}">{text:Link 4}</a>{/block:IfLink4}
  363.  
  364. </div>
  365. </div>
  366.  
  367.  
  368. <div class="entries">{block:Posts}<div class="post">
  369.  
  370.  
  371. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  372.  
  373. {block:Photo}<img src="{PhotoURL-500}"/>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  374.  
  375. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  376.  
  377. {block:Quote}<div class="quote">{Quote}{block:Source} —<span class="source">{Source}</span>{/block:Source}</div>{/block:Quote}
  378.  
  379. {block:Link}<h1>&raquo; <a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  380.  
  381. {block:Chat}<div class="chat">{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}</div>{/block:Chat}
  382.  
  383. {block:Audio}<div id="audio">{block:AlbumArt}<div class="cover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}
  384. <div class="player">
  385. <div class="player2">
  386. {AudioPlayerWhite}</div></div><div class="track">{block:TrackName}<b>Title:</b> {TrackName}{/block:TrackName}<br />{block:Artist}<b>Artist:</b> {Artist}{/block:Artist}<br />{block:Album}<b>Album:</b> {Album}{/block:Album}<br />{PlayCountWithLabel}</div><br>{Caption}</div>
  387. {/block:Audio}
  388.  
  389. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  390.  
  391. {block:Answer}
  392. <div class="question"> <b>{Asker}</b> whispered: {Question}</div><blockquote>{Answer}</blockquote>{/block:Answer}
  393.  
  394. {block:ContentSource}
  395. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  396. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  397. {/block:SourceLogo}
  398. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  399. {/block:ContentSource}
  400.  
  401. <!--{block:NoRebloggedFrom}{block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}{/block:NoRebloggedFrom} -->
  402.  
  403.  
  404. <div class="info">
  405. {NoteCount} notes + {block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date}{block:RebloggedFrom} + <a href="{ReblogRootURL}"title="source">{ReblogRootName}</a>{/block:RebloggedFrom} <div class="tagss">{block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}</div></div>
  406. {block:PostNotes}<br/><br/><br/><br/><br/><div class="notes">{PostNotes}</div>{/block:PostNotes}
  407. </div>{/block:Posts}</div>
  408.  
  409.  
  410.  
  411.  
  412. <div id="credit"><a href="http://www.starponds.tumblr.com" target="_blank">starponds</a></div>
  413.  
  414. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement