Advertisement
jasonmcann

Theme: Sing me to sleep

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