jessewertsson

theme 03 by starponds

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