Advertisement
jessewertsson

theme 05 by starponds

Oct 4th, 2012
10,536
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.55 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 005 by hholms.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="#000000"/>
  14. <meta name="color:Post border" content="#585858"/>
  15. <meta name="color:Scrollbar" content="#000000">
  16. <meta name="image:Sidebar" content=""/>
  17. <meta name="text:Link 1" content="link" />
  18. <meta name="text:Link 1 URL" content="/" />
  19. <meta name="text:Link 2" content="link" />
  20. <meta name="text:Link 2 URL" content="/" />
  21. <meta name="text:Link 3" content="link" />
  22. <meta name="text:Link 3 URL" content="/" />
  23. <meta name="text:Link 4" content="link" />
  24. <meta name="text:Link 4 URL" content="/" />
  25.  
  26. <style type="text/css">
  27.  
  28. iframe#tumblr_controls {
  29. top: 0% !important;
  30. right:0% !important;
  31. opacity:0.3;
  32. position: fixed !important;
  33. filter:alpha(opacity=30);
  34. -webkit-transition: all 0.7s ease;
  35. -moz-transition: all 0.7s ease;
  36. -o-transition: all 0.7s ease;
  37. }
  38. iframe#tumblr_controls:hover{
  39. top: 0% !important;
  40. right:0% !important;
  41. opacity:0.8;
  42. position: fixed !important;
  43. filter:alpha(opacity=80);
  44. -webkit-transition: all 0.7s ease;
  45. -moz-transition: all 0.7s ease;
  46. -o-transition: all 0.7s ease;
  47. }
  48.  
  49. ::-webkit-scrollbar-thumb:vertical {background-color:{color:Scrollbar};height:5px;}
  50. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:Scrollbar};height:5px!important;}
  51. ::-webkit-scrollbar {background-color:{color:Background};height:5px;width:6px;}
  52.  
  53. body {
  54. background:{color:Background};
  55. margin:0px;
  56. color:{color:text};
  57. font-family:'consolas';
  58. font-size:9px;
  59. line-height:100%;
  60. }
  61.  
  62. a {
  63. text-decoration:none;
  64. outline:none;
  65. -moz-outline-style:none;
  66. color:{color:Link};
  67. padding:1px;
  68. -webkit-transition: all 0.7s ease;
  69. -moz-transition: all 0.7s ease;
  70. -o-transition: all 0.7s ease;
  71. }
  72.  
  73. a:hover {
  74. background-color:#FFFF28;
  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:2px solid;
  91. margin:0px 2px 0px 5px;
  92. }
  93.  
  94. blockquote blockquote {
  95. padding-left:4px;
  96. border-left:2px 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:uppercase;
  119. line-height:12px;
  120. letter-spacing:1px;
  121. }
  122.  
  123. .entries {
  124. padding:10px;
  125.  
  126. margin-left:500px;
  127. margin-top:50px;
  128. margin-bottom:50px;
  129. -webkit-transition: all 0.7s ease;
  130. -moz-transition: all 0.7s ease;
  131. -o-transition: all 0.7s ease;
  132. }
  133.  
  134. .entries img{
  135. border:1px solid;
  136. padding:4px;
  137. border-color:#f2f2f2;
  138. -webkit-transition: all 0.7s ease;
  139. -moz-transition: all 0.7s ease;
  140. -o-transition: all 0.7s ease;
  141. }
  142.  
  143. .entries img:hover{opacity:0.93;
  144. }
  145.  
  146. .post {
  147. width:500px;
  148. padding-bottom:0px;
  149. padding-top: 27px;
  150. margin-bottom:14px;
  151. }
  152.  
  153. #sidebar {
  154. width:120px;
  155. position:fixed;
  156. margin-left:282px;
  157. margin-top:160px;
  158. }
  159.  
  160. .sidelinks {
  161. width:122px;
  162. position:fixed;
  163. text-align:right;
  164. margin-left:1px;
  165. margin-top:5px;
  166. line-height:11px;
  167. -webkit-transition: all 0.5s ease;
  168. -moz-transition: all 0.5s ease;
  169. -o-transition: all 0.5s ease;
  170. }
  171.  
  172. .sidelinks a {
  173. font-family:'consolas';
  174. color:#585858;
  175. margin-left:1px;
  176. margin-right:1px;
  177. text-transform:lowercase;
  178. font-size:8px;
  179. letter-spacing:1px;
  180. -webkit-transition: all 0.5s ease;
  181. -moz-transition: all 0.5s ease;
  182. -o-transition: all 0.5s ease;
  183. }
  184.  
  185. .sidelinks a:hover {
  186. color:#000000;
  187. -webkit-transition: all 0.5s ease;
  188. -moz-transition: all 0.5s ease;
  189. -o-transition: all 0.5s ease;
  190. }
  191.  
  192. .title {
  193. font-size:10px;
  194. text-align:center;
  195. margin-bottom:5px;
  196. font-weight:normal;
  197. text-transform:uppercase;
  198. }
  199.  
  200. #sidebarimage {
  201. width 120px;
  202. text-align:center;
  203. opacity:1;
  204. -webkit-transition: all 0.7s ease;
  205. -moz-transition: all 0.7s ease;
  206. -o-transition: all 0.7s ease;
  207. }
  208.  
  209. #sidebarimage:hover {opacity:0.9;
  210. -webkit-transition: all 0.9s ease;
  211. -moz-transition: all 0.9s ease;
  212. -o-transition: all 0.9s ease;
  213. }
  214. #sidebarimage:hover .description{opacity:1;
  215. -webkit-transition: all 0.9s ease;
  216. -moz-transition: all 0.9s ease;
  217. -o-transition: all 0.9s ease;
  218. top:270px;
  219. }
  220.  
  221. #sidebarimage img {
  222. width:120px;
  223. border:1px solid;
  224. padding:4px;
  225. border-color:#dbdada;
  226. -webkit-transition: all 0.7s ease;
  227. -moz-transition: all 0.7s ease;
  228. -o-transition: all 0.7s ease;
  229. }
  230.  
  231. #sidebarimage img:hover {
  232. -webkit-transition: all 0.9s ease;
  233. -moz-transition: all 0.9s ease;
  234. -o-transition: all 0.9s ease;
  235. }
  236. #sidebarimage:hover img{
  237. opacity:0.1;
  238. -webkit-transition: all 0.9s ease;
  239. -moz-transition: all 0.9s ease;
  240. -o-transition: all 0.9s ease
  241. }
  242.  
  243. .description {
  244. padding:0px 1px 0px 2px;
  245. text-align:center;
  246. margin-left:14px;
  247. width:100px;
  248. opacity:0;
  249. position:fixed;
  250. top:270px;
  251. line-height:10px;
  252. font-family:'calibri';
  253. font-size:8px;
  254. text-transform:uppercase;
  255. -webkit-transition: all 0.7s ease;
  256. -moz-transition: all 0.7s ease;
  257. -o-transition: all 0.7s ease;
  258. }
  259.  
  260. .pagination{
  261. font-size:8px;
  262. text-align:right;
  263. margin-bottom:3px;
  264. }
  265.  
  266. #info {
  267. font-size:8px;
  268. line-height:11px;
  269. letter-spacing:1px;
  270. text-align:left;
  271. margin-top:3px;
  272. padding-top: 3px;
  273. border-top: 1px solid {color:Post border};
  274. margin-bottom:1px;
  275. }
  276.  
  277. .question{
  278. border:1px solid;
  279. padding:4px;
  280. border-color:#fafafa;
  281. padding:10px;
  282. }
  283.  
  284. #credit {
  285. position:fixed;
  286. right:0px;
  287. bottom:0px;
  288. padding:5px;
  289. text-transform:lowercase;
  290. }
  291.  
  292. .notes img{
  293. width:16px;
  294. }
  295.  
  296. .notes ol, .notes li{
  297. list-style:none;
  298. }
  299.  
  300. {CustomCSS}</style>
  301. </head><body>
  302.  
  303. <div id="sidebar">
  304.  
  305. <div class="pagination">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">-</a>{/block:PreviousPage} {CurrentPage} of {TotalPages} {block:NextPage}<a href="{NextPage}">+</a>{/block:NextPage}{/block:Pagination}</div>
  306.  
  307. {block:IfSidebarImage}<div id="sidebarimage"><img src="{image:sidebar}"><div class="description">{Description}</div></div>{/block:IfSidebarImage}
  308.  
  309. <div class="sidelinks">
  310. <a href="/">home</a>
  311. <a href="/ask">ask</a>
  312. {block:IfLink1} <a href="{text:Link 1 URL}">{text:Link 1}</a>{/block:IfLink1}
  313. {block:IfLink2} <a href="{text:Link 2 URL}">{text:Link 2}</a>{/block:IfLink2}
  314. {block:IfLink3} <a href="{text:Link 3 URL}">{text:Link 3}</a>{/block:IfLink3}
  315. {block:IfLink4} <a href="{text:Link 4 URL}">{text:Link 4}</a>{/block:IfLink4}
  316. </div>
  317. </div>
  318.  
  319. <div class="entries">{block:Posts}<div class="post">
  320.  
  321. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  322.  
  323. {block:Photo}<img src="{PhotoURL-500}"/>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  324.  
  325. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  326.  
  327. {block:Quote}<div class="quote">{Quote}{block:Source} —<span class="source">{Source}</span>{/block:Source}</div>{/block:Quote}
  328.  
  329. {block:Link}<h1>&raquo; <a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  330.  
  331. {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}
  332.  
  333. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  334.  
  335. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  336.  
  337. {block:Answer} <div class="post"><br>
  338. <div class="question">{Asker}: {Question}</div>{Answer}{/block:Answer}
  339.  
  340. {block:ContentSource}
  341. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  342. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  343. {/block:SourceLogo}
  344. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  345. {/block:ContentSource}
  346.  
  347. <div id="info">
  348. <a href="{Permalink}">{NoteCountWithLabel}</a>{block:Date}| {TimeAgo}{/block:Date}
  349. {block:RebloggedFrom} | via:<a href="{ReblogParentURL}"title="{ReblogParentTitle}">{ReblogParentName}</a> | source:<a href="{ReblogRootURL}"title="{ReblogRoottitle}">{ReblogRootName}</a>{/block:RebloggedFrom} |{block:HasTags}{block:Tags} +<u><a href="{TagURL}">{Tag}</a></u>{/block:Tags}{/block:HasTags}</div></div>
  350. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  351. {/block:Posts}</div>
  352.  
  353. <div id="credit"><a href="http://www.starponds.tumblr.com" target="_blank">starponds<font size="2">©</font></a></div></div>
  354.  
  355. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement