Advertisement
Guest User

when the day met the night theme

a guest
May 23rd, 2014
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.05 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.  
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4.  
  5. {block:IfLazyload}
  6. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/8mXm7q8vn/jquery.js"></script>
  7. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/ogWm7q8w1/lazyload.js"></script>
  8. <script type="text/javascript" charset="utf-8">
  9. var $j = jQuery.noConflict();
  10. $j(function() {
  11. if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
  12. $j("img").lazyload({
  13. placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
  14. effect: "fadeIn",
  15. });
  16. });
  17. </script>
  18. {/block:IfLazyload}
  19. {block:IfNotLazyload}
  20. {/block:IfNotLazyload}
  21. <head>
  22.  
  23. <!--
  24.  
  25. Please ask my permission if you want to take parts of the code and use it in your own theme. Do not claim as your own, do not remove the credit, etc etc. Feel free to message me at doc-tahh-themes if you have any questions.
  26.  
  27. -->
  28.  
  29. <meta name="image:Background" content="http://media.tumblr.com/3989e5a80daeb22b4038a748b108c03d/tumblr_inline_msmpo1SNRm1qz4rgp.jpg">
  30. <meta name="color:Link" content="#666666">
  31. <meta name="color:Hover" content="#BBBBBB">
  32. <meta name="color:Border" content="#BBBBBB">
  33. <meta name="color:Text" content="#000000">
  34. <meta name="color:Scrollbar" content="#000000">
  35. <meta name="color:Scrollbar BG" content="#EEEEEE">
  36. <meta name="color:Post BG" content="#FFFFFF">
  37. <meta name="color:Shadow" content="#CCCCCC">
  38. <meta name="color:Tbar links" content="#FFFFFF">
  39. <meta name="color:Tbar links BG" content="#333333">
  40. <meta name="color:Background" content="#333333">
  41. <meta name="if:Background Stretch" content="1">
  42. <meta name="if:Lazy load" content="1">
  43. <meta name="if:250px" content="1">
  44. <meta name="if:400px" content="0">
  45. <meta name="if:500px" content="0">
  46. <meta name="if:Rounded corners" content="1">
  47. <meta name="if:Shadow" content="1">
  48. <meta name="text:Headings font" content="Oswald">
  49. <meta name="text:Headings font size" content="18px">
  50. <meta name="text:Main body font" content="consolas, arial">
  51. <meta name="text:Main body font size" content="10px">
  52. <meta name="text:Home button size" content="16px">
  53. <meta name="text:Post opacity" content="1">
  54. <meta name="text:Link 1" content="home">
  55. <meta name="text:Link 2" content="inbox">
  56. <meta name="text:Link 3" content="about">
  57. <meta name="text:Link 4" content="tags">
  58. <meta name="text:Link 5" content="face">
  59. <meta name="text:Link 6" content="links">
  60. <meta name="text:Link 7" content="fandom">
  61. <meta name="text:Link 8" content="more">
  62. <meta name="text:Link 1 URL" content="/">
  63. <meta name="text:Link 2 URL" content="/">
  64. <meta name="text:Link 3 URL" content="/">
  65. <meta name="text:Link 4 URL" content="/">
  66. <meta name="text:Link 5 URL" content="/">
  67. <meta name="text:Link 6 URL" content="/">
  68. <meta name="text:Link 7 URL" content="/">
  69. <meta name="text:Link 8 URL" content="/">
  70.  
  71. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  72. <link rel="shortcut icon" href="{Favicon}" />
  73. <link href='http://fonts.googleapis.com/css?family=Oswald' rel='stylesheet' type='text/css'>
  74. </style>
  75. <style type="text/css">
  76.  
  77. /* SCROLLBAR */
  78.  
  79. ::-webkit-scrollbar-thumb{
  80. background-color:{color:scrollbar};
  81. height:auto;
  82. width:8px;
  83. }
  84.  
  85. ::-webkit-scrollbar {
  86. background-color:{color:scrollbar bg};
  87. height:auto;
  88. width:8px;
  89. }
  90.  
  91. /* LINK STYLES */
  92.  
  93. a {
  94. color:{color:Link};
  95. text-decoration:none;
  96. }
  97. a:hover {
  98. background-color:{color:Hover};
  99. text-decoration:none;
  100. }
  101.  
  102. /* THEME BODY */
  103.  
  104. body {
  105. font-family:{text:Main body font};
  106. font-size:{text:Main body font size};
  107. background-color:{color:background};
  108. background-image:url('{image:background}');
  109. background-attachment:fixed;
  110. {block:IfBackgroundStretch}
  111. background-size:cover;
  112. {/block:IfBackgroundStretch}
  113. {block:IfNotBackgroundStretch}
  114. background-repeat:repeat;
  115. {/block:IfNotBackgroundStretch}
  116. color:{color:Text};
  117. }
  118.  
  119. /* HEADINGS */
  120.  
  121. h2 {
  122. font-weight:normal;
  123. font-size:10px;
  124. text-align:center;
  125. font-style:italic;
  126. line-height:50%;
  127. letter-spacing:1px;
  128. text-transform:normal;
  129. }
  130. h1 {
  131. font-family:{text:Headings font};
  132. font-size:{text:Headings font size};
  133. text-align:center;
  134. line-height:100%;
  135. text-transform:normal;
  136. padding:5px;
  137. padding-bottom:2px;
  138. }
  139. h1 a {
  140. color:{color:Text};
  141. }
  142.  
  143. /* BLOCKQUOTE */
  144.  
  145. blockquote {
  146. border-left:2px solid #aaa;
  147. padding-left:5px;
  148. margin:5px;
  149. }
  150.  
  151. /* TOP BAR CONTAINER */
  152.  
  153. #top {
  154. margin-left:50%;
  155. }
  156.  
  157. /* TOP BAR */
  158.  
  159. #sidebar {
  160. {block:If250px}
  161. margin-left:-145px;
  162. width:250px;
  163. {/block:If250px}
  164. {block:If400px}
  165. margin-left:-220px;
  166. width:400px;
  167. {/block:If400px}
  168. {block:If500px}
  169. margin-left:-270px;
  170. width:500px;
  171. {/block:If500px}
  172. height:auto;
  173. opacity:1;
  174. z-index:92222;
  175. margin-top:50px;
  176. padding:20px;
  177. background-color:{color:Post BG};
  178. opacity:{text:post opacity};
  179. {block:IfShadow}
  180. box-shadow:8px 8px 3px {color:shadow};
  181. {/block:IfShadow}
  182. {block:IfNotShadow}
  183. {/block:IfNotShadow}
  184. {block:IfRoundedcorners}
  185. border-radius:15px;
  186. {/block:IfRoundedcorners}
  187. {block:IfNotRoundedcorners}
  188. {/block:IfNotRoundedcorners}
  189. }
  190. #sidebar img {
  191. padding-left:10px;
  192. width:{text:Home button size};
  193. text-align:center;
  194. }
  195.  
  196. /* TITLE */
  197.  
  198. .title {
  199. text-align:right;
  200. text-transform:uppercase;
  201. line-height:120%;
  202. font-size:{text:headings font size};
  203. font-family:{text:Headings font};
  204. }
  205.  
  206. /* LINKS */
  207.  
  208. .links {
  209. margin-top:10px;
  210. text-align:right;
  211. line-height:120%;
  212. }
  213. .links a {
  214. color:{color:tbar links};
  215. background:{color:tbar links bg};
  216. padding:2px;
  217. padding-top:1px;
  218. padding-bottom:1px;
  219. border:1px solid {color:tbar links bg};
  220. box-shadow:3px 3px 2px {color:shadow};
  221. }
  222. .links a:hover {
  223. border:1px solid {color:shadow};
  224. color:{color:tbar links bg};
  225. background:{color:tbar links};
  226. box-shadow:3px 3px 2px {color:shadow};
  227. }
  228.  
  229. /* DESCRIPTION */
  230.  
  231. .description {
  232. margin-top:10px;
  233. text-align:justify;
  234. line-height:120%;
  235. }
  236.  
  237. /* PAGINATION */
  238.  
  239. .pagi {
  240. margin-top:15px;
  241. text-align:right;
  242. {block:If250px}
  243. margin-left:-145px;
  244. width:250px;
  245. {/block:If250px}
  246. {block:If400px}
  247. margin-left:-220px;
  248. width:400px;
  249. {/block:If400px}
  250. {block:If500px}
  251. margin-left:-270px;
  252. width:500px;
  253. {/block:If500px}
  254. height:auto;
  255. opacity:1;
  256. z-index:92222;
  257. margin-top:50px;
  258. padding:20px;
  259. padding-top:10px;
  260. padding-bottom:10px;
  261. background-color:{color:Post BG};
  262. {block:IfShadow}
  263. box-shadow:8px 8px 3px {color:shadow};
  264. {/block:IfShadow}
  265. {block:IfNotShadow}
  266. {/block:IfNotShadow}
  267. {block:IfRoundedcorners}
  268. border-radius:15px;
  269. {/block:IfRoundedcorners}
  270. {block:IfNotRoundedcorners}
  271. {/block:IfNotRoundedcorners}
  272. opacity:{text:post opacity};
  273. }
  274.  
  275. /* POSTS */
  276.  
  277. #postcontainer {
  278. width:250px;
  279. margin-left:50%;
  280. text-align:justify;
  281. margin-bottom:35px;
  282. }
  283. #posts {
  284. {block:If250px}
  285. margin-left:-145px;
  286. width:250px;
  287. {/block:If250px}
  288. {block:If400px}
  289. margin-left:-220px;
  290. width:400px;
  291. {/block:If400px}
  292. {block:If500px}
  293. margin-left:-270px;
  294. width:500px;
  295. {/block:If500px}
  296. margin-top:50px;
  297. text-align:justify;
  298. line-height:90%;
  299. padding:20px;
  300. opacity:{text:post opacity};
  301. background-color:{color:Post BG};
  302. {block:IfShadow}
  303. box-shadow:8px 8px 3px {color:shadow};
  304. {/block:IfShadow}
  305. {block:IfNotShadow}
  306. {/block:IfNotShadow}
  307. {block:IfRoundedcorners}
  308. border-radius:15px;
  309. {/block:IfRoundedcorners}
  310. {block:IfNotRoundedcorners}
  311. {/block:IfNotRoundedcorners}
  312. }
  313.  
  314. /* POST INFO */
  315.  
  316. #info {
  317. margin-top:-30px;
  318. padding:2px;
  319. font-size:8px;
  320. color:{color:Link};
  321. text-transform:uppercase;
  322. font-style:normal;
  323. letter-spacing:1px;
  324. text-align:center;
  325. opacity:0;
  326. -moz-transition-duration:0.5s;
  327. -webkit-transition-duration:0.5s;
  328. -o-transition-duration:0.5s;
  329. }
  330. #posts:hover #info {
  331. margin-top:5px;
  332. opacity:1;
  333. -moz-transition-duration:0.3s;
  334. -webkit-transition-duration:0.3s;
  335. -o-transition-duration:0.3s;
  336. }
  337.  
  338. /* POST TYPES */
  339.  
  340. .question {
  341. padding-bottom:10px;
  342. text-align:left;
  343. font-style:italic;
  344. border-bottom:1px solid {color:border};
  345. }
  346. .answer {
  347. text-align:right;
  348. padding:10px;
  349. }
  350. .music {
  351. padding-bottom:10px;
  352. }
  353. .albumart {
  354. float:left;
  355. padding:0px 10px 10px 0px;
  356. }
  357. .albumart img {
  358. width:45px;
  359. height:45px;
  360. }
  361. .playercontainer {
  362. text-align:left;
  363. padding:10px;
  364. }
  365. .musicinfo {
  366. padding:10px;
  367. }
  368. .postnote {
  369. text-transform:uppercase;
  370. font-style:normal;
  371. letter-spacing:0px;
  372. font-size: 9px;
  373. text-align:left;
  374. line-height:90%;
  375. margin-left:-40px;
  376. }
  377. .postnote li {
  378. list-style-type:none;
  379. padding:10px 25px 10px 25px;
  380. text-align:left;
  381. margin:0px;
  382. }
  383.  
  384. /* TAGS */
  385.  
  386. .tags {
  387. font-style:normal;
  388. text-transform:uppercase;
  389. font-style:normal;
  390. letter-spacing:1px;
  391. font-size:8px;
  392. line-height:120%;
  393. text-align:center;
  394. padding:2px;
  395. }
  396.  
  397. /* CHAT POSTS */
  398.  
  399. ul.chat, .chat ol, .chat li {
  400. list-style:none;
  401. margin:0px;
  402. padding:2px;
  403. }
  404. .tab {
  405. text-decoration:underline;
  406. font-weight:700;
  407. margin-right:5px;
  408. }
  409.  
  410. /* CREDIT - DO NOT REMOVE */
  411.  
  412. #credit {
  413. position:fixed;
  414. font-size:8px;
  415. letter-spacing:1px;
  416. right:10px;
  417. bottom:15px;
  418. }
  419. #credit a {
  420. padding:3px;
  421. color:#000;
  422. background-color:#ffffff;
  423. border:1px solid #ccc;
  424. }
  425. #credit a:hover {
  426. color:#ffffff;
  427. background-color:#000;
  428. border:1px solid #fff;
  429. }
  430.  
  431. {CustomCSS}</style></head>
  432.  
  433. <body>
  434. <div id="top">
  435. <div id="sidebar">
  436. <div class="title"><a href="/">{Title}<img src="https://cdn4.iconfinder.com/data/icons/pictype-free-vector-icons/16/home-128.png"></a></div>
  437. <div class="links">
  438. <a href="{text:Link 1 URL}">{text:Link 1}</a>
  439. <a href="{text:Link 2 URL}">{text:Link 2}</a>
  440. <a href="{text:Link 3 URL}">{text:Link 3}</a>
  441. <a href="{text:Link 4 URL}">{text:Link 4}</a>
  442. <a href="{text:Link 5 URL}">{text:Link 5}</a>
  443. <a href="{text:Link 6 URL}">{text:Link 6}</a>
  444. <a href="{text:Link 7 URL}">{text:Link 7}</a>
  445. <a href="{text:Link 8 URL}">{text:Link 8}</a>
  446. </div>
  447. <div class="description">{Description}<p>
  448. </div>
  449. </div>
  450. </div>
  451.  
  452. <div id="postcontainer">
  453.  
  454. {block:Posts}
  455.  
  456. <div id="posts">
  457.  
  458. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  459.  
  460. {block:Quote}<h1>“{Quote}”</h1><h2>{Source}</h2>{/block:Quote}
  461.  
  462. {block:Link}<a href="{URL}"><h1>{Name}</h1></a>
  463. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  464.  
  465.  
  466. {block:If250px}
  467. {block:Photo}<center><img src="{PhotoURL-250}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  468.  
  469. {block:Photoset}<center>{Photoset-250}</center>
  470. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  471.  
  472. {block:Chat}<ul class="chat">{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}<li>{block:Label}<span class="tab">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  473.  
  474. {block:Video}{Video-250}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  475. {/block:If250px}
  476.  
  477.  
  478. {block:If400px}
  479. {block:Photo}<center><img src="{PhotoURL-400}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  480.  
  481. {block:Photoset}<center>{Photoset-400}</center>
  482. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  483.  
  484. {block:Chat}<ul class="chat">{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}<li>{block:Label}<span class="tab">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  485.  
  486. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  487. {/block:If400px}
  488.  
  489.  
  490. {block:If500px}
  491. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  492.  
  493. {block:Photoset}<center>{Photoset-500}</center>
  494. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  495.  
  496. {block:Chat}<ul class="chat">{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}<li>{block:Label}<span class="tab">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  497.  
  498. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  499. {/block:If500px}
  500.  
  501.  
  502. {block:Answer}<div class="question">{Asker} asked: {Question}</div><div class="answer">{Answer}</div>{/block:answer}
  503.  
  504. {block:Audio}<div class="music">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  505. <div class="musicinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  506. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  507. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  508. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  509. {block:Date}<div id="info"><a href="{Permalink}">{TimeAgo} {block:NoteCount} WITH {NoteCountWithLabel}</a>{/block:NoteCount}{block:RebloggedFrom} VIA <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  510. {block:ContentSource} (Source: <a href="{SourceURL}">{SourceLink})</a>{/block:ContentSource}{/block:Date}
  511. {block:HasTags}
  512. <div class="tags">
  513. {block:Tags} <a href="{TagURL}">#{Tag}</a> {/block:Tags} </div>
  514. {/block:HasTags}
  515. </div></div>
  516. {/block:Posts}
  517. <div class="pagi">
  518. {block:Pagination}<p>
  519. {block:PreviousPage}
  520. <a href="{PreviousPage}">- </a>
  521. {/block:PreviousPage}
  522. {CurrentPage} of {TotalPages}
  523. {block:NextPage}
  524. <a href="{NextPage}">+</a>
  525. {/block:NextPage}
  526. {/block:Pagination}
  527. </div>
  528. </div>
  529. </div>
  530. </div>
  531. <div id="credit"><a href="http://xrre.tumblr.com">THEME</a></div>
  532. </body>
  533. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement