Advertisement
jasonmcann

Themes: Chins up, smiles on

May 11th, 2013
1,752
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.86 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4.  
  5. <!--
  6.  
  7. THEME BY J A S O N M C A N N .tumbr.com (#06)
  8. - if there are any complications let me know.
  9. - don't remove the credit.
  10.  
  11. -->
  12.  
  13. <head>
  14. <title>{Title}</title>
  15. <link rel="shortcut icon" href="{Favicon}">
  16. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  17. {block:Description}
  18. <meta name="description" content="{MetaDescription}" />
  19. {/block:Description}
  20.  
  21. <meta name="color:background" content="#fcfcfc" />
  22. <meta name="color:text" content="#838181" />
  23. <meta name="color:links bg" content="#127781" />
  24. <meta name="color:link" content="#c0a4b6" />
  25. <meta name="color:link hover" content="#1c9ca8" />
  26. <meta name="color:border" content="#f5f5f5"/>
  27. <meta name="color:sidebar bg" content="#ffffff" />
  28. <meta name="color:posts" content="#ffffff" />
  29. <meta name="color:description" content="#838181" />
  30. <meta name="color:sb pic border" content="#fcfcfc" />
  31. <meta name="color:sign bg" content="#fcfcfc" />
  32. <meta name="color:sign" content="#838181" />
  33.  
  34. <meta name="text:Link 01 URL" content="/">
  35. <meta name="text:Link 01 title" content="link 01">
  36. <meta name="text:Link 02 URL" content="/">
  37. <meta name="text:Link 02 title" content="link 02">
  38. <meta name="text:Link 03 URL" content="/">
  39. <meta name="text:Link 03 title" content="link 03">
  40.  
  41. <meta name="image:background" content=""/>
  42. <meta name="image:sidebar" content=""/>
  43.  
  44. <meta name="if:custom scrollbar" content="1"/>
  45. <meta name="if:bg image" content="0">
  46.  
  47. <style type="text/css">
  48.  
  49. body {
  50. font-family:sans-serif;
  51. font-size:9px;
  52. margin:0px;
  53. padding:0px;
  54. color:{color:text};
  55. background-color:{color:background};
  56. {block:ifBgImage}
  57. background-image:url('{image:Background}');
  58. {/block:ifBgImage}}
  59.  
  60. a{
  61. text-decoration:none;
  62. -webkit-transition: all 0.8s ease-out;
  63. -moz-transition: all 0.8s ease-out;
  64. transition: all 0.8s ease-out;
  65. color:{color:link}}
  66.  
  67. a:hover{
  68. color:{color:link hover};}
  69.  
  70. i2, em{
  71. font-style: italic;
  72. color:{color:link};}
  73.  
  74. b2, strong{
  75. font-style: bold;
  76. color:{color:link};}
  77.  
  78. blockquote {
  79. padding-left:5px;
  80. border-left:2px solid {color:border};}
  81.  
  82. #post {
  83. width:500px;
  84. overflow:hidden;
  85. padding:10px;
  86. background-color:{color:posts};}
  87.  
  88. #post:hover .tags{
  89. opacity:1;
  90. margin-left:525px;}
  91.  
  92.  
  93. .tags {
  94. font-family:calibri;
  95. font-size:08px;
  96. letter-spacing:1px;
  97. text-align:left;
  98. text-transform:uppercase;
  99. margin-bottom:30px;
  100. position:absolute;
  101. width:100px;
  102. opacity:0;
  103. display:inline-block;
  104. -webkit-transition: all 0.8s ease-out;
  105. -moz-transition: all 0.8s ease-out;
  106. transition: all 0.8s ease-out;}
  107.  
  108. #entries {
  109. margin-left:450px;
  110. width:500px;
  111. position:absolute;
  112. margin-top:30px;
  113. margin-bottom:30px;}
  114.  
  115. .title {
  116. text-align:center;}
  117.  
  118. .title:first-letter{
  119. font-style:italic;
  120. text-transform:uppercase;
  121. font-weight:bold;}
  122.  
  123. #sidebar {
  124. position:fixed;
  125. width:120px;
  126. margin:0px;
  127. padding:10px;
  128. margin-left:260px;
  129. margin-top:0px;
  130. background-color:{color:sidebar bg};
  131. color: {color:description};}
  132.  
  133. #sidebar:hover #links{
  134. opacity:1;
  135. margin-top:220px;}
  136.  
  137. #pagination {
  138. position:fixed;
  139. width:120px;
  140. margin:0px;
  141. padding:10px;
  142. margin-left:260px;
  143. margin-top:430px;
  144. background-color:{color:sidebar bg};
  145. text-align:center;}
  146.  
  147. #sidebar:hover img{
  148. margin-left:-120px;
  149. opacity:0;}
  150. #sidebar img{
  151. width:100px;
  152. height:100px;
  153. border-radius:100%;
  154. padding:10px;
  155. background-color:{color:sb pic border};
  156. margin-top:240px;
  157. -webkit-transition: all 0.8s ease-out;
  158. -moz-transition: all 0.8s ease-out;
  159. transition: all 0.8s ease-out;}
  160.  
  161. #title a{
  162. font-style:italic;
  163. text-transform:uppercase;}
  164.  
  165. #links {
  166. position:fixed;
  167. font-family:calibri;
  168. font-size:10px;
  169. text-transform:uppercase;
  170. width:120px;
  171. opacity:0;
  172. -webkit-transition: all 0.8s ease-out;
  173. -moz-transition: all 0.8s ease-out;
  174. transition: all 0.8s ease-out;}
  175.  
  176. #links a{
  177. display:block;
  178. margin-top:3px;
  179. padding:5px;
  180. text-align:center;
  181. background-color:{color:links bg};
  182. color:white;}
  183.  
  184. #links a:hover{
  185. color:{color:description};
  186. background-color:{color:sidebar bg};}
  187.  
  188. #info {
  189. font-family:calibri;
  190. font-size:08px;
  191. letter-spacing:1px;
  192. text-align:center;
  193. text-transform:uppercase;
  194. margin-top:5px;
  195. margin-bottom:30px;
  196. width:521px;}
  197.  
  198. ::selection {
  199. background: {color:background};
  200. color: {color:link};}
  201.  
  202. ::-moz-selection {
  203. background: {color:background};
  204. color: {color:link};}
  205.  
  206. ::-webkit-selection {
  207. background: {color:background};
  208. color: {color:link};}
  209.  
  210. .jump_page {
  211. padding: 5px;}
  212.  
  213. .current_page {
  214. padding:5px;}
  215.  
  216. #audioplayer {
  217. width:80px;
  218. height:30px;
  219. overflow:hidden;
  220. position:absolute;
  221. margin-top:60px;
  222. margin-left:7px;
  223. -webkit-transition: all 0.9s ease;
  224. -moz-transition: all 0.9s ease;
  225. -o-transition: all 0.9s ease;
  226. opacity: 0.5;
  227. filter:alpha(opacity=0.5);
  228. -moz-opacity: 0.5;}
  229.  
  230. #audioplayer:hover{
  231. opacity: 1;
  232. filter:alpha(opacity=100);
  233. -moz-opacity: 1;}
  234.  
  235. .audioinfo {
  236. padding:0px 0px 5px 0px;
  237. margin-left:104px;
  238. text-align:left;
  239. height:95px;}
  240.  
  241. .cover{
  242. position:absolute;
  243. height:95px;
  244. width:95px;
  245. z-index:-1;}
  246.  
  247. #cover{
  248. width:95px;
  249. height:95px;
  250. position:absolute;
  251. z-index:-1;
  252. background-color:{color:link};}
  253.  
  254. #notes {
  255. margin-top:10px;
  256. line-height:260%;
  257. padding:5px;
  258. border-bottom:1px solid {color:border};}
  259.  
  260. ol.notes{
  261. list-style-type: none;
  262. padding:0px;}
  263.  
  264. #notes li{
  265. padding:5px;
  266. border-bottom:1px solid {color:border};}
  267.  
  268. #notes img {
  269. width:16px;}
  270.  
  271. #notes img:hover {
  272. opacity: 0.65;}
  273.  
  274. #c{
  275. position:fixed;
  276. bottom:10px;
  277. right:10px;
  278. font-family: georgia;
  279. letter-spacing:1px;
  280. font-size:12px;
  281. font-style:italic;
  282. margin-bottom:0px;
  283. text-align:right;}
  284.  
  285. iframe#tumblr_controls {
  286. right:3px !important;
  287. position: fixed !important;
  288. -webkit-transition: opacity 0.7s linear;
  289. opacity: 0.2;
  290. -webkit-transition: all 0.8s ease-out;
  291. -moz-transition: all 0.8s ease-out;
  292. transition: all 0.8s ease-out;}
  293.  
  294. iframe#tumblr_controls:hover{
  295. -webkit-transition: opacity 0.7s linear;
  296. opacity: 1;
  297. -webkit-transition: all 0.4s ease-out;
  298. -moz-transition: all 0.4s ease-out;
  299. transition: all 0.4s ease-out;}
  300.  
  301. iframe#tumblr_controls {
  302. top: 0% !important;
  303. right:0% !important;
  304. position: fixed !important;}
  305.  
  306. {block:ifCustomScrollbar}
  307. ::-webkit-scrollbar-thumb:vertical {
  308. height:30px;
  309. background-color:{color:link};}
  310. ::-webkit-scrollbar-thumb:horizontal {
  311. height:10px!important;
  312. background-color:{color:link};}
  313. ::-webkit-scrollbar {
  314. height:10px;
  315. width:08px;
  316. background-color:{color:background};}
  317. {/block:ifCustomScrollbar}
  318.  
  319. .ask{
  320. font-family:sans-serif;
  321. position:absolute;
  322. font-size:18px;
  323. padding:10px;
  324. background-color:{color:sign bg};
  325. color:{color:sign};}
  326.  
  327. .quot{
  328. font-family:sans-serif;
  329. position:absolute;
  330. font-size:18px;
  331. padding-bottom:0px !important;
  332. padding:10px;
  333. background-color:{color:sign bg};
  334. color:{color:sign};}
  335.  
  336. .question{
  337. margin-left:35px;
  338. text-transform:uppercase;}
  339.  
  340. .question:first-letter{
  341. font-weight:bold;}
  342.  
  343. .answer{
  344. margin-left:35px;}
  345.  
  346.  
  347. </style>
  348. </head>
  349.  
  350. <body>
  351. <div id="sidebar">
  352.  
  353. <div id="links">
  354. <a href="/">refresh</a>
  355. <a href="/ask">message</a>
  356. <a href="{text:Link 01 URL}">{text:Link 01 title}</a>
  357. <a href="{text:Link 02 URL}">{text:Link 02 title}</a>
  358. <a href="{text:Link 03 URL}">{text:Link 03 title}</a>
  359. </div>
  360.  
  361. <img src="{image:sidebar}">
  362. <big><i><center>{Title}
  363. </i></big> <br>{Description}</center>
  364. </div>
  365.  
  366. {block:Pagination}<div id="pagination">
  367. {block:PreviousPage}<a href="{PreviousPage}" class="jump_page">&larr;</a>{/block:PreviousPage}
  368. {block:JumpPagination length="5"}
  369. {block:CurrentPage}<span class="current_page">{PageNumber}</span>{/block:CurrentPage}
  370. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}
  371. {block:NextPage}<a href="{NextPage}" class="jump_page">&rarr;</a>{/block:NextPage}
  372. </div>
  373. {/block:Pagination}
  374.  
  375. <div id="c">
  376. <a href="http://caulfielld.tumblr.com" target="_blank">J</a>
  377. </div>
  378.  
  379. <div id="entries">
  380. {block:Posts}
  381.  
  382. {block:ContentSource}
  383. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  384. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  385. {/block:SourceLogo}
  386. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  387. {/block:ContentSource}
  388.  
  389. <div id="post">
  390.  
  391. <div class="tags">{block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}<br></a> {/block:Tags}{/block:HasTags}{block:NoteCount}<a href="{Permalink}">— ({NoteCount})</a>{/block:NoteCount}</div>
  392.  
  393. {block:Text}
  394. {block:Title}<div class="title">{Title}</div>{/block:Title}
  395. {body}
  396. {/block:Text}
  397.  
  398. {block:Photo}
  399. {LinkOpenTag}
  400. <img src="{PhotoURL-500}">
  401. {block:Caption}
  402. {Caption}
  403. {/block:Caption}
  404. {/block:Photo}
  405.  
  406. {block:Photoset}
  407. {Photoset-500}
  408. {block:Caption}
  409. {Caption}
  410. {/block:Caption}
  411. {/block:Photoset}
  412.  
  413. {block:Quote}<div class="quot">
  414. <big><big><big>“</big></big></big></div>
  415. <div class="answer">{Quote}
  416. {block:Source}<p>
  417. —<span style="text-transform:uppercase;">{Source}</span></p>
  418. {/block:Source}
  419. </div>
  420. {/block:Quote}
  421.  
  422. {block:Link}
  423. <div class="title"><a href="{URL}" target="{Target}">{Name}</a></div>
  424. {block:Description}
  425. {Description}
  426. {/block:Description}
  427. {/block:Link}
  428.  
  429. {block:Chat}
  430. {block:Title}
  431. <div class="title">{Title}</div>
  432. {/block:Title}
  433. {block:Lines}
  434. {block:Label}
  435. <b>{Label}</b>
  436. {/block:Label}
  437. {Line}<br>
  438. {/block:Lines}
  439. {/block:Chat}
  440.  
  441. {block:Audio}
  442. <div id= "audioplayer">{AudioPlayerWhite}</div>
  443. <span{block:AlbumArt} style="display:none;"{block:AlbumArt}><div id="cover"></div></span>{block:AlbumArt}
  444. <img src="{AlbumArtURL}" class="cover">
  445. {/block:AlbumArt}
  446.  
  447. <div class="audioinfo">
  448. <b>Song:</b> <span{block:TrackName} style="display: none;"{block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}<br>
  449. <b>Artist:</b> <span{block:Artist} style="display: none;"{block:Artist}>Unknown</span>{block:Artist}{Artist}{/block:Artist}<br>
  450. <b>Album:</b> <span{block:Album} style="display: none;"{block:Album}>Unknown</span>{block:Album}{Album}{/block:Album}<br />
  451. <b>Played:</b> {PlayCount} times</div>
  452.  
  453. {block:Caption}
  454. {Caption}
  455. {/block:Caption}
  456.  
  457. {/block:Audio}
  458.  
  459. {block:Video}
  460. {Video-500}
  461. {block:Caption}
  462. {Caption}
  463. {/block:Caption}
  464. {/block:Video}
  465.  
  466. {block:Answer}<div class="ask">?</div>
  467. <div class="question">{Asker} asked: {Question}</div>
  468. <div class="answer"><p>{Answer}</p></div>
  469. {/block:Answer}
  470.  
  471.  
  472.  
  473.  
  474. </div>
  475.  
  476. <div id="info">
  477. — {block:Date}posted <a href="{Permalink}">{TimeAgo}</a>{/block:Date}
  478. {block:RebloggedFrom}
  479. via <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>
  480. orig. <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>
  481. {/block:RebloggedFrom} —<br>
  482. </div>
  483.  
  484. {block:PermalinkPage}
  485. {block:PostNotes}
  486. <div id="notes">{PostNotes}</div>
  487. {/block:PostNotes}
  488. {/block:PermalinkPage}
  489.  
  490. {block:Posts}
  491. </div>
  492.  
  493. </body>
  494. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement