Advertisement
Guest User

THEME 01 - livinhogwarts. base: jasonmcann

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