Advertisement
jessewertsson

theme 06 by starponds (400px)

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