Advertisement
jessewertsson

theme 12 by aausten

Mar 30th, 2013
9,961
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.01 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.  
  4. <head>
  5.  
  6. <title>{Title}</title>
  7. <link rel="shortcut icon" href="{Favicon}">
  8. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  9. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  10.  
  11. <!--THEME 12 by aausten.tumblr.com (do not claim this theme as your own, and please leave the theme credit where it is)-->
  12.  
  13. <meta name="color:Background" content="#ffffff"/>
  14. <meta name="color:Text" content="#838282"/>
  15. <meta name="color:Link" content="#b8b8b8"/>
  16. <meta name="color:Link hover" content="#616161"/>
  17. <meta name="color:border" content="#fbfbfb"/>
  18. <meta name="color:Scrollbar" content="#e9e9e9">
  19. <meta name="image:sidebar" content="/" />
  20. <meta name="text:Link 1" content="link" />
  21. <meta name="text:Link 1 URL" content="/" />
  22. <meta name="text:Link 2" content="link" />
  23. <meta name="text:Link 2 URL" content="/" />
  24. <meta name="text:Link 3" content="link" />
  25. <meta name="text:Link 3 URL" content="/" />
  26.  
  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. color:{color:text};
  60. font-size:9px;
  61. line-height:12px;
  62. }
  63.  
  64. a {
  65. text-decoration:none;
  66. outline:none;
  67. -moz-outline-style:none;
  68. color:{color:Link};
  69. -webkit-transition: all 0.7s ease;
  70. -moz-transition: all 0.7s ease;
  71. -o-transition: all 0.7s ease;
  72. }
  73.  
  74. a:hover {
  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. }
  80.  
  81. img {
  82. border:none;
  83. }
  84.  
  85. blockquote {
  86. padding-left:5px;
  87. border-left:1px solid;
  88. margin-top:-0px;
  89. margin-left:5px;
  90. }
  91.  
  92. h1 {
  93. font-size:12px;
  94. }
  95.  
  96. h1 a {-webkit-transition: all 0.7s ease;
  97. -moz-transition: all 0.7s ease;
  98. -o-transition: all 0.7s ease;}
  99.  
  100. h1 a:hover {font-size:12px; -webkit-transition: all 0.7s ease;
  101. -moz-transition: all 0.7s ease;
  102. -o-transition: all 0.7s ease;}
  103.  
  104. .quote {
  105. font-size:10px;
  106. font-style:italic;
  107. margin-bottom:6px;
  108. }
  109.  
  110. .source {font-size:10px; font-style:normal;}
  111.  
  112. .chat{
  113. font-size:9px;
  114. text-transform:lowercase;
  115. line-height:12px;
  116. letter-spacing:1px;
  117. font-style:italic;
  118. margin-bottom:7px;
  119. }
  120.  
  121. .entries {
  122. padding:10px;
  123. margin-left:31%;
  124.  
  125. margin-top:20px;
  126. margin-bottom:50px;
  127. }
  128.  
  129.  
  130. .post {
  131. opacity:0.97;
  132. width:500px;
  133. padding-bottom:10px;
  134. padding-top: 25px;
  135. margin-bottom:44px;
  136. -webkit-transition: all 0.2s ease;
  137. -moz-transition: all 0.2s ease;
  138. -o-transition: all 0.2s ease;
  139. }
  140. .post:hover{
  141. opacity:1;
  142. -webkit-transition: all 0.2s ease;
  143. -moz-transition: all 0.2s ease;
  144. -o-transition: all 0.2s ease;
  145. }
  146.  
  147. #sidebar {
  148. width:auto;
  149. position:fixed;
  150. left:11%;
  151. margin-top:151px;
  152. }
  153.  
  154.  
  155. .sidelinks {
  156. width:170px;
  157. position:fixed;
  158. text-align:center;
  159. margin-left:4px;
  160. margin-top:9px;
  161. margin-bottom:0px;
  162. line-height:10px;
  163. -webkit-transition: all 0.3s ease;
  164. -moz-transition: all 0.3s ease;
  165. -o-transition: all 0.3s ease;
  166. }
  167.  
  168. .sidelinks a {
  169. font-family:'times';
  170. text-align:center;
  171. margin-right:2px;
  172. margin-left:2px;
  173. margin-bottom:7px;
  174. letter-spacing:0px;
  175. text-transform:lowercase;
  176. color:{color:link};
  177. font-size:9px;
  178. -webkit-transition: all 0.7s ease;
  179. -moz-transition: all 0.7s ease;
  180. -o-transition: all 0.7s ease;
  181. }
  182. .sidelinks a:hover {
  183. text-decoration:none;
  184. font-style:italic;
  185. font-size:9px;
  186. letter-spacing:0px;
  187. -webkit-transition: all 0.7s ease;
  188. -moz-transition: all 0.7s ease;
  189. -o-transition: all 0.7s ease;
  190. }
  191.  
  192.  
  193. .sidebarimage {
  194. width:170px;
  195. -webkit-transition: all 0.3s ease;
  196. -moz-transition: all 0.3s ease;
  197. -o-transition: all 0.3s ease;
  198. }
  199.  
  200. .sidebarimage img {
  201. margin-left:6px;
  202. margin-top:-18px;
  203. width:170px;
  204. -webkit-transition: all 0.3s ease;
  205. -moz-transition: all 0.3s ease;
  206. -o-transition: all 0.3s ease;
  207. }
  208.  
  209.  
  210.  
  211. .description {
  212. font-size:9px;
  213. margin-left:2px;
  214. display:block;
  215. opacity:1;
  216. color:{color:Text};
  217. letter-spacing:0px;
  218. margin-top:4px;
  219. line-height:11px;
  220. text-align:left;
  221. width:170px;
  222. position:fixed;
  223. text-transform:lowercase;
  224. padding-top:3px;
  225. padding-bottom:3px;
  226. -webkit-transition: all 0.3s ease;
  227. -moz-transition: all 0.3s ease;
  228. -o-transition: all 0.3s ease;
  229. }
  230.  
  231.  
  232. .description a{
  233. text-transform:lowercase;
  234. font-size:9px;
  235. letter-spacing:0px;
  236. margin-left:2px;
  237. margin-right:1px;
  238. }
  239.  
  240.  
  241. .info {
  242. opacity:1;
  243. padding-top:1px;
  244. padding-bottom:2px;
  245. text-transform:uppercase;
  246. letter-spacing:1px;
  247. line-height:14px;
  248. font-size:8px;
  249. display:block;
  250. width:500px;
  251. margin-top:3px;
  252. position:absolute;
  253. margin-left:0px;
  254. text-align:right;
  255. padding-left:2px;
  256. border-top: 0px solid #f2f2f2;
  257. -webkit-transition: all 0.5s ease;
  258. -moz-transition: all 0.5s ease;
  259. -o-transition: all 0.5s ease;;
  260. }
  261.  
  262. .index {
  263. opacity:1;
  264. padding-top:1px;
  265. padding-bottom:2px;
  266. text-transform:uppercase;
  267. letter-spacing:1px;
  268. line-height:14px;
  269. font-size:8px;
  270. display:block;
  271. width:500px;
  272. margin-top:3px;
  273. position:absolute;
  274. margin-left:0px;
  275. text-align:right;
  276. padding-left:2px;
  277. border-top: 0px solid #f2f2f2;
  278. -webkit-transition: all 0.5s ease;
  279. -moz-transition: all 0.5s ease;
  280. -o-transition: all 0.5s ease;;
  281. }
  282.  
  283.  
  284. .tagsss{
  285. background-color:#fbfbfb;
  286. padding-top:5px;
  287. padding-bottom:5px;
  288. font-family:'calibri';
  289. text-transform:uppercase;
  290. text-align:right;
  291. width:500px;
  292. font-size:8px;
  293. letter-spacing:1px;
  294. line-height:10px;
  295. margin-top:6px;
  296. margin-left:0px;
  297.  
  298. -webkit-transition: all 0.3s ease;
  299. -moz-transition: all 0.3s ease;
  300. -o-transition: all 0.3s ease;
  301. }
  302. .tagsss a{
  303. margin-left:2px;
  304. margin-right:3px;
  305. }
  306.  
  307. .tagsss a:hover{
  308. background-color:transparent;
  309. color:{color:link hover};
  310. }
  311.  
  312.  
  313.  
  314. .tagss{
  315. background-color:#fbfbfb;
  316. padding-top:5px;
  317. padding-bottom:5px;
  318. font-family:'calibri';
  319. text-transform:uppercase;
  320. text-align:right;
  321. width:500px;
  322. font-size:8px;
  323. letter-spacing:1px;
  324. line-height:10px;
  325. margin-top:6px;
  326. margin-left:0px;
  327.  
  328. -webkit-transition: all 0.3s ease;
  329. -moz-transition: all 0.3s ease;
  330. -o-transition: all 0.3s ease;
  331. }
  332. .tagss a{
  333. margin-left:2px;
  334. margin-right:3px;
  335. }
  336.  
  337. .tagss a:hover{
  338. background-color:transparent;
  339. color:{color:link hover};
  340. }
  341.  
  342.  
  343.  
  344. .pagination{
  345. position:fixed;
  346. font-size:8px;
  347. letter-spacing:6px;
  348. width:170px;
  349. background-color:transparent;
  350. text-align:center;
  351. margin-top:-34px;
  352. margin-left:5px;
  353. color:{color:text};
  354. }
  355. .pagination a{
  356. letter-spacing:6px;
  357. font-size:8px;
  358. color:{color:link};
  359. }
  360. .pagination a:hover{
  361. color:{color:Link hover};
  362. }
  363.  
  364. .question{
  365. border:5px solid #fcfcfc;
  366. text-transform:none;
  367. text-align:left;
  368. letter-spacing:1px;
  369. padding:6px;
  370. }
  371.  
  372. .title{
  373. opacity:0;
  374. color:#cac8c8;
  375. font-size:7px;
  376. text-transform:uppercase;
  377. letter-spacing:1px;
  378. width:200px;
  379. text-align:center;
  380. margin-top:-8px;
  381. margin-left:4px;
  382. -webkit-transition: all 0.2s ease;
  383. -moz-transition: all 0.2s ease;
  384. -o-transition: all 0.2s ease;
  385. }
  386.  
  387. #credit {
  388. position:fixed;
  389. right:0px;
  390. bottom:0px;
  391. padding:5px;
  392. text-transform:uppercase;
  393. letter-spacing:1px;
  394. font-size:8px;
  395. }
  396.  
  397. #audio {
  398. margin-bottom:5px;
  399. width:500px;
  400. height:justify;
  401. }
  402.  
  403. .cover {
  404. width:78px;
  405. height:78px;
  406. position:absolute;
  407. }
  408.  
  409. .cover img {
  410. width:73px;
  411. height:73px;
  412. float:left;
  413. }
  414.  
  415. .player {
  416. opacity: 0.05;
  417. position:absolute;
  418. z-index:1;
  419. background:#fff
  420. ;width:80px;
  421. height:80px;
  422. display:block;
  423. -webkit-transition: all 0.7s ease;-moz-transition: all 0.7s ease;-o-transition: all 0.7s ease;
  424. }
  425. .player:hover{
  426. opacity:0.5;
  427. -webkit-transition: all 0.7s ease;-moz-transition: all 0.7s ease;-o-transition: all 0.7s ease;
  428. }
  429.  
  430. .player2 {
  431. width:25px;
  432. height:25px;
  433. margin-top:20px;
  434. margin-left:20px;
  435. overflow:hidden;
  436. padding:3px;
  437. }
  438.  
  439. .track {
  440. text-transform:uppercase;
  441. margin-left:80px;
  442. line-height:15px;
  443. padding-top:0px;
  444. }
  445.  
  446. .notes img{
  447. opacity:0;
  448. width:16px;
  449. }
  450.  
  451. .notes ol, .notes li{
  452. margin-left:-27px;
  453. line-height:10px;
  454. font-size:8px;
  455. letter-spacing:1px;
  456. text-transform:uppercase;
  457. list-style:none;
  458. }
  459.  
  460.  
  461.  
  462.  
  463.  
  464.  
  465.  
  466. {CustomCSS}</style>
  467. </head><body>
  468.  
  469. <div id="sidebar">
  470.  
  471. <div class="pagination">{block:Pagination}
  472. {block:PreviousPage}
  473. <a href="{PreviousPage}"><</a>
  474. {/block:PreviousPage}
  475.  
  476. {block:JumpPagination length="4"}
  477. {block:CurrentPage}
  478. <span class="current_page">{PageNumber}</span>
  479. {/block:CurrentPage}
  480.  
  481. {block:JumpPage}
  482. <a class="jump_page" href="{URL}">{PageNumber}</a>
  483. {/block:JumpPage}
  484. {/block:JumpPagination}
  485.  
  486. {block:NextPage}
  487. <a href="{NextPage}">></a>
  488. {/block:NextPage}
  489. {/block:Pagination}</div>
  490.  
  491. <div class="sidebarimage">
  492.  
  493. {block:IfSidebarImage}<a href="/"><img src="{image:sidebar}"></a>
  494. {/block:IfSidebarImage}
  495.  
  496. <div class="sidelinks">
  497.  
  498. <a href="/">index</a>
  499. <a href="/ask">message</a>
  500. {block:IfLink1} <a href="{text:Link 1 URL}">{text:Link 1}</a>{/block:IfLink1}
  501. {block:IfLink2} <a href="{text:Link 2 URL}">{text:Link 2}</a>{/block:IfLink2}
  502. {block:IfLink3} <a href="{text:Link 3 URL}">{text:Link 3}</a>{/block:IfLink3}
  503.  
  504.  
  505.  
  506.  
  507. <div class="description">{Description}
  508. </div>
  509.  
  510. </div></div></div>
  511.  
  512.  
  513.  
  514. <div class="entries">{block:Posts}<div class="post">
  515.  
  516.  
  517.  
  518.  
  519. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  520.  
  521. {block:Photo}<img src="{PhotoURL-500}"/><font style="font-size:11px;">{Caption}</font>{/block:Photo}
  522.  
  523. {block:Photoset}{Photoset-500}{block:Caption}<font style="font-size:11px;">{Caption}</font>{/block:Caption}{/block:Photoset}
  524.  
  525. {block:Quote}<div class="quote">{Quote}{block:Source} —<span class="source">{Source}</span>{/block:Source}</div>{/block:Quote}
  526.  
  527. {block:Link}<h1>&raquo; <a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  528.  
  529. {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}
  530.  
  531. {block:Audio}<div id="audio">{block:AlbumArt}<div class="cover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}
  532. <div class="player">
  533. <div class="player2">
  534. {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><font style="font-size:11px;">{Caption}</font></div>
  535. {/block:Audio}
  536.  
  537. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  538.  
  539. {block:Answer}
  540. <div class="question"> <b>{Asker}</b>: {Question}</div><blockquote>{Answer}</blockquote>{/block:Answer}
  541.  
  542. {block:ContentSource}
  543. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  544. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  545. {/block:SourceLogo}
  546. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  547. {/block:ContentSource}
  548.  
  549. {block:PermalinkPage}
  550. <div class="tagss">{block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}</div>
  551.  
  552. <div class="info">
  553. {block:NoteCount} <font style="color:#C11B17;">♥</font><font style="margin-right:9px;">{NoteCount}</font>{/block:NoteCount}
  554. {block:Date}<a href="{Permalink}"><font style="font-size:8px;margin-right:9px;">{TimeAgo}</font></a>{/block:Date}
  555. {block:RebloggedFrom}<a href="{ReblogParentURL}"title="{ReblogParentName}">via</a> / <font style="margin-right:9px;"><a href="{ReblogRootURL}"title="{ReblogRootName}">source</a></font>{/block:RebloggedFrom} </div>{/block:PermalinkPage}
  556.  
  557. {block:IndexPage}<div class="tagsss">{block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}</div>{/block:IndexPage}
  558.  
  559.  
  560. {block:IndexPage}
  561. <div class="index">
  562. {block:NoteCount} <font style="color:#C11B17;">♥</font><font style="margin-right:9px;">{NoteCount}</font>{/block:NoteCount}
  563. {block:Date}<a href="{Permalink}"><font style="font-size:8px;margin-right:9px;">{TimeAgo}</font></a>{/block:Date}
  564. {block:RebloggedFrom}<a href="{ReblogParentURL}"title="{ReblogParentName}">via</a> / <font style="margin-right:9px;"><a href="{ReblogRootURL}"title="{ReblogRootName}">source</a></font>{/block:RebloggedFrom}
  565. </div>{/block:IndexPage}
  566.  
  567. {block:PostNotes}<br/><br/><br/><br/><br/><div class="notes">{PostNotes}</div>{/block:PostNotes}
  568. </div>{/block:Posts}</div>
  569.  
  570.  
  571.  
  572.  
  573. <div id="credit"><a href="http://www.aausten.tumblr.com" target="_blank">aausten</a></div>
  574.  
  575. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement