Advertisement
jessewertsson

theme 13 by aausten

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