jessewertsson

theme 08 by starponds

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