Advertisement
jasonmcann

Retired Theme 01: Reset

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