Advertisement
jasonmcann

Retired Theme 02: Jet'aime

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