Advertisement
jessewertsson

theme 02 by starponds

Aug 30th, 2012
20,151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.07 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 002 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="#616161"/>
  14. <meta name="color:Ask bg" content="#fafafa" />
  15. <meta name="color:Post border" content="#f2f2f2"/>
  16. <meta name="color:Scrollbar" content="#999999">
  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.  
  29.  
  30. <style type="text/css">
  31.  
  32.  
  33. ::-webkit-scrollbar-thumb:vertical {background-color:{color:Scrollbar};height:5px;}
  34. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:Scrollbar};height:5px!important;}
  35. ::-webkit-scrollbar {background-color:{color:Background};height:5px;width:6px;}
  36.  
  37.  
  38. body {
  39. background:{color:Background};
  40. margin:0px;
  41. color:{color:text};
  42. font-family:calibri;
  43. font-size:10px;
  44. line-height:100%;
  45. }
  46.  
  47. a {
  48. text-decoration:none;
  49. outline:none;
  50. -moz-outline-style:none;
  51. color:{color:Link};
  52. padding:1px;
  53. -webkit-transition: all 0.7s ease;
  54. -moz-transition: all 0.7s ease;
  55. -o-transition: all 0.7s ease;
  56. }
  57.  
  58. a:hover {
  59. -webkit-transition: all 0.5s ease-out;
  60. -moz-transition: all 0.5s ease-out;
  61. transition: all 0.5s ease-out;
  62. text-shadow:4px 0 0 rgba(0,0,0,0.17), -4px 0 0 rgba(0,0,0,0.17);
  63. color: {color:Link hover};
  64.  
  65. }
  66.  
  67.  
  68.  
  69. img {
  70. border:none;
  71. }
  72.  
  73.  
  74. blockquote {
  75. padding-left:5px;
  76. border-left:2px solid;
  77. }
  78.  
  79. blockquote blockquote {
  80. padding-left:5px;
  81. border-left:2px solid;
  82. }
  83.  
  84. h1 {
  85. font-size:12px;
  86. }
  87.  
  88. h1 a {-webkit-transition: all 0.7s ease;
  89. -moz-transition: all 0.7s ease;
  90. -o-transition: all 0.7s ease;}
  91.  
  92. h1 a:hover {font-size:11px; -webkit-transition: all 0.7s ease;
  93. -moz-transition: all 0.7s ease;
  94. -o-transition: all 0.7s ease;}
  95.  
  96. .quote {font-size:12px; font-style:italic;}
  97.  
  98. .source {font-size:10px; font-style:normal;}
  99.  
  100.  
  101. .entries {
  102. padding:10px;
  103.  
  104. margin-left:500px;
  105. margin-top:50px;
  106. margin-bottom:50px;
  107. -webkit-transition: all 0.7s ease;
  108. -moz-transition: all 0.7s ease;
  109. -o-transition: all 0.7s ease;
  110. }
  111.  
  112. .entries img{
  113. -webkit-transition: all 0.7s ease;
  114. -moz-transition: all 0.7s ease;
  115. -o-transition: all 0.7s ease;
  116. }
  117.  
  118. .entries img:hover{opacity:0.93;
  119. -webkit-filter: grayscale(75%);
  120. z-index: -9999999999999999999999999px;
  121. -webkit-transition: all 1.1s ease;
  122. -moz-transition: all 1.1s ease;
  123. -o-transition: all 1.1s ease;
  124. -ms-transition: all 1.1s ease;
  125. transition: all 1.1s ease;
  126. }
  127.  
  128. .post {
  129. width:500px;
  130. padding-bottom:0px;
  131. padding-top: 5px;
  132. margin-bottom:14px;
  133. }
  134.  
  135.  
  136. .sidelinks {
  137. width:190px;
  138. position:fixed;
  139. text-align:center;
  140. margin-left:0px;
  141. margin-top:-15px;
  142. line-height:12px;
  143. }
  144.  
  145. .sidelinks a {
  146. color:{color:Link};
  147. margin-left:1px;
  148. margin-right:1px;
  149. text-transform:uppercase;
  150. font-size:9px;
  151. }
  152.  
  153. .sidelinks a:hover {font-size:9.3px;
  154. color:{color:Link hover};
  155. }
  156.  
  157.  
  158.  
  159. #sidebar {
  160. width:190px;
  161. position:fixed;
  162. margin-left:232px;
  163. margin-top:160px;
  164. }
  165.  
  166.  
  167.  
  168. .title {
  169. font-size:10px;
  170. text-align:center;
  171. margin-bottom:5px;
  172. font-weight:normal;
  173. text-transform:uppercase;
  174. }
  175.  
  176. #sidebarimage {
  177. width 190px;
  178. text-align:center;
  179. opacity:1;
  180. -webkit-transition: all 0.7s ease;
  181. -moz-transition: all 0.7s ease;
  182. -o-transition: all 0.7s ease;
  183. }
  184.  
  185. #sidebarimage:hover {opacity:0.88;
  186. -webkit-transition: all 0.9s ease;
  187. -moz-transition: all 0.9s ease;
  188. -o-transition: all 0.9s ease;
  189.  
  190. -webkit-filter: grayscale(50%);
  191. z-index: -9999999999999999999999999px;
  192. -webkit-transition: all 0.9s ease;
  193. -moz-transition: all 0.9s ease;
  194. -o-transition: all 0.9s ease;
  195. -ms-transition: all 0.9s ease;
  196. transition: all 0.9s ease;
  197. }
  198.  
  199. #sidebarimage img {
  200. width:190px;
  201.  
  202. -webkit-transition: all 0.7s ease;
  203. -moz-transition: all 0.7s ease;
  204. -o-transition: all 0.7s ease;
  205.  
  206. }
  207.  
  208. #sidebarimage img:hover {
  209. -webkit-transition: all 0.9s ease;
  210. -moz-transition: all 0.9s ease;
  211. -o-transition: all 0.9s ease;
  212.  
  213. }
  214.  
  215. .description {
  216. padding:11px 0px 0px 0px;
  217. text-align:center;
  218. }
  219.  
  220.  
  221. #pagination {
  222. font-size:9px;
  223. text-transform:uppercase;
  224. text-align:center;
  225. margin-top:15px;
  226. }
  227.  
  228. #info {
  229. text-align:right;
  230. margin-top:10px;
  231. padding-top: 4px;
  232. border-top: 1px solid {color:Post border};
  233. margin-bottom:1px;
  234. }
  235.  
  236.  
  237. .tags {
  238. text-align:center;
  239. margin-top:1px;
  240. padding-bottom: 20px;
  241. font-size:10px;
  242. padding-left:0px;
  243. text-transform:lowercase;
  244. }
  245.  
  246. .tags a {text-decoration:none;}
  247.  
  248.  
  249. .reblogsource {
  250. font-size:10px;
  251. text-align:center;
  252. text-transform:lowercase;
  253. font-weight:bold;
  254. }
  255.  
  256. .reblogsource a {text-decoration:none;
  257. font-weight:normal;
  258. }
  259.  
  260. .plus {font-weight:normal;}
  261.  
  262. .notecount {
  263. font-size:9px;
  264. text-align:center;
  265. text-transform:uppercase;
  266.  
  267. }
  268.  
  269.  
  270. .asker {
  271. text-align:center;
  272. text-transform:uppercase;
  273. font-weight:bold;
  274. }
  275.  
  276. .question {
  277. text-align:center;
  278. background-color:{color:Ask bg};
  279. padding:10px;
  280. margin-left:0px;
  281. }
  282.  
  283. .answer {
  284. text-align:left;
  285. margin-left:0px;}
  286.  
  287.  
  288. #credit {
  289. position:fixed;
  290. right:0px;
  291. bottom:0px;
  292. padding:5px;
  293. text-transform:uppercase;
  294.  
  295. }
  296.  
  297.  
  298. .notes img{
  299. width:16px;
  300. }
  301.  
  302. .notes ol, .notes li{
  303. list-style:none;
  304. }
  305.  
  306.  
  307. {CustomCSS}</style></head><body>
  308.  
  309.  
  310.  
  311. <div id="sidebar">
  312.  
  313. <div class="sidelinks">
  314. <a href="/ask">ask</a>
  315. {block:IfLink1}x <a href="{text:Link 1 URL}">{text:Link 1}</a>{/block:IfLink1}
  316. {block:IfLink2}x <a href="{text:Link 2 URL}">{text:Link 2}</a>{/block:IfLink2}
  317. {block:IfLink3}x <a href="{text:Link 3 URL}">{text:Link 3}</a>{/block:IfLink3}
  318. {block:IfLink4}x <a href="{text:Link 4 URL}">{text:Link 4}</a>{/block:IfLink4}
  319.  
  320. </div>
  321.  
  322. {block:IfSidebarImage}<div id="sidebarimage"><a href="/"><img src="{image:sidebar}"></a></div>{/block:IfSidebarImage}
  323.  
  324.  
  325.  
  326. <div class="description">{Description}</div>
  327.  
  328. <div id="pagination">
  329. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">back</a> / {/block:PreviousPage}{block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}{/block:Pagination}
  330. </div>
  331.  
  332. </div>
  333.  
  334. <div class="entries">{block:Posts}<div class="post">
  335.  
  336. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  337.  
  338. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  339.  
  340. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  341.  
  342. {block:Quote}<div class="quote">{Quote}{block:Source} —<span class="source">{Source}</span>{/block:Source}</div>{/block:Quote}
  343.  
  344. {block:Link}<h1>&raquo; <a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  345.  
  346. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  347.  
  348. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  349.  
  350. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  351.  
  352. {block:Answer}<div class="question"><span class="asker">{Asker}</span>:<i><br>{Question}</div></i><div class="answer">{Answer}</div>{/block:Answer}
  353.  
  354.  
  355. {block:ContentSource}
  356. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  357. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  358. {/block:SourceLogo}
  359. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  360. {/block:ContentSource}
  361.  
  362.  
  363. <div id="info">
  364. <div class="notecount"><a href="{Permalink}">{NoteCountWithLabel}</a> {block:Date} + {TimeAgo}{/block:Date}</div></div>
  365.  
  366.  
  367.  
  368. <div class="reblogsource">{block:RebloggedFrom} <a href="{ReblogParentURL}"
  369. title="{ReblogParentTitle}">{ReblogParentName}</a>&nbsp;<span class="plus">//</span>&nbsp;<a href="{ReblogRootURL}"title="{ReblogRoottitle}">{ReblogRootName}</a>{/block:RebloggedFrom}</div>
  370.  
  371.  
  372.  
  373. <div class="tags">
  374. {block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}</div>
  375.  
  376.  
  377.  
  378. </div>
  379. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  380. {/block:Posts}</div>
  381.  
  382. <div id="credit">theme by <a href="http://www.starponds.tumblr.com" target="_blank">starponds</a> ©</div>
  383.  
  384. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement