Advertisement
jessewertsson

theme 04 by starponds

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