Advertisement
Guest User

xrre's theme

a guest
Jul 28th, 2014
2,150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.47 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.  
  6. <head>
  7.  
  8. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/8mXm7q8vn/jquery.js"></script>
  9. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/ogWm7q8w1/lazyload.js"></script>
  10. <script type="text/javascript" charset="utf-8">
  11. var $j = jQuery.noConflict();
  12. $j(function() {
  13. if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
  14. $j("img").lazyload({
  15. placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
  16. effect: "fadeIn",
  17. });
  18. });
  19. </script>
  20. <!--
  21.  
  22.  
  23. Please like or reblog the theme post if using and don't remove the credit!
  24.  
  25.  
  26. -->
  27.  
  28. <meta name="color:Text" content="#000000">
  29. <meta name="color:Link" content="#666666">
  30. <meta name="color:Hover" content="#bbbbbb">
  31. <meta name="color:Top color" content="#f5f63e">
  32. <meta name="color:Bottom color" content="#ffff00">
  33. <meta name="color:Shadow" content="#ffff00">
  34. <meta name="if:250px" content="0">
  35. <meta name="if:400px" content="1">
  36. <meta name="if:500px" content="0">
  37. <meta name="text:Font" content="times new roman, consolas, arial">
  38. <meta name="text:Font size" content="10px">
  39. <meta name="text:Link1" content="inbox">
  40. <meta name="text:Link2" content="about">
  41. <meta name="text:Link3" content="tags">
  42. <meta name="text:Link4" content="edits">
  43. <meta name="text:Link5" content="codes">
  44. <meta name="text:Link1 URL" content="/inbox">
  45. <meta name="text:Link2 URL" content="/about">
  46. <meta name="text:Link3 URL" content="/tags">
  47. <meta name="text:Link4 URL" content="/edits">
  48. <meta name="text:Link5 URL" content="/codes">
  49.  
  50. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  51. <link rel="shortcut icon" href="{Favicon}" />
  52.  
  53. </style>
  54. <style type="text/css">
  55.  
  56. /* SCROLLBAR */
  57.  
  58. ::-webkit-scrollbar-thumb{
  59. background-color:#aaa;
  60. height:auto;
  61. width:5px;
  62. }
  63.  
  64. ::-webkit-scrollbar {
  65. height:auto;
  66. width:5px;
  67. }
  68.  
  69. /* LINK STYLES */
  70.  
  71. a {
  72. color:{color:link};
  73. text-decoration:none;
  74. }
  75. a:hover {
  76. color:{color:hover};
  77. text-decoration:none;
  78. }
  79.  
  80. /* THEME BODY */
  81.  
  82. body {
  83. background: -moz-linear-gradient(top, {color:top color} 0%, {color:bottom color} 100%);
  84. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,{color:top color}), color-stop(100%,{color:bottom color}));
  85. background: -webkit-linear-gradient(top, {color:top color} 0%,{color:bottom color} 100%);
  86. background: -o-linear-gradient(top, {color:top color} 0%,{color:bottom color} 100%);
  87. background: -ms-linear-gradient(top, {color:top color} 0%,{color:bottom color} 100%);
  88. background: linear-gradient(to bottom, {color:top color} 0%,{color:bottom color} 100%);
  89. background-attachment:fixed;
  90. font-family:{text:font};
  91. font-weight:normal;
  92. font-size:{text:font size};
  93. color:{color:text};
  94. }
  95.  
  96. /* HEADINGS */
  97.  
  98. h2 {
  99. font-weight:normal;
  100. font-size:10px;
  101. text-align:center;
  102. font-style:italic;
  103. line-height:120%;
  104. letter-spacing:1px;
  105. text-transform:normal;
  106. color:{color:text};
  107. }
  108. h1 {
  109. font-size:15px;
  110. text-align:center;
  111. line-height:120%;
  112. color:{color:text};
  113. text-transform:normal;
  114. padding:5px;
  115. padding-bottom:2px;
  116. }
  117. h1 a {
  118. color:{color:text};
  119. }
  120.  
  121. /* BLOCKQUOTE */
  122.  
  123. blockquote {
  124. border-left:2px solid #aaa;
  125. padding-left:5px;
  126. margin:5px;
  127. }
  128.  
  129. /* SIDEBAR */
  130.  
  131. #sidebar {
  132. position:fixed;
  133. width:auto;
  134. height:auto;
  135. margin-left:200px;
  136. opacity:1;
  137. z-index:92222;
  138. width:100px;
  139. background-color:#fff;
  140. padding:20px;
  141. box-shadow:0px 0px 10px {color:shadow};
  142. }
  143.  
  144. /* DESCRIPTION */
  145.  
  146. .description {
  147. margin-top:7px;
  148. text-align:justify;
  149. line-height:120%;
  150. }
  151.  
  152. /* SIDEBAR LINKS */
  153.  
  154. .links {
  155. margin-top:0px;
  156. text-align:center;
  157. font-family:{text:font};
  158. color:#fff;
  159. line-height:120%;
  160. }
  161. #bx {
  162. text-align:center;
  163. padding:5px;
  164. width:90px;
  165. height: 13px; overflow: hidden;
  166. background-color:#fafafa;
  167. border:1px solid #eee;
  168. transition: all .6s ease-out;
  169. -o-transition: all .6s ease-out;
  170. -webkit-transition: all .6s ease-out;
  171. -moz-transition: all .6s ease-out;
  172. }
  173. #bx:hover {
  174. background-color:#ffffff;
  175. border:1px solid #eee;
  176. cursor:help;
  177. height:93px;
  178. transition: all .6s ease-out;
  179. -o-transition: all .6s ease-out;
  180. -webkit-transition: all .6s ease-out;
  181. -moz-transition: all .6s ease-out;
  182. }
  183. .substuff {
  184. padding-top:3px;
  185. padding-bottom:3px;
  186. margin-top:9px;
  187. background-color:#fff
  188. }
  189. .substuff a {
  190. }
  191. #bx2 {
  192. margin-top:5px;
  193. text-align:center;
  194. padding:5px;
  195. width:90px;
  196. height: 13px; overflow: hidden;
  197. background-color:#fafafa;
  198. border:1px solid #eee;
  199. transition: all .6s ease-out;
  200. -o-transition: all .6s ease-out;
  201. -webkit-transition: all .6s ease-out;
  202. -moz-transition: all .6s ease-out;
  203. }
  204. #bx2:hover {
  205. background-color:#ffffff;
  206. transition: all .6s ease-out;
  207. -o-transition: all .6s ease-out;
  208. -webkit-transition: all .6s ease-out;
  209. -moz-transition: all .6s ease-out;
  210. }
  211.  
  212. /* PAGINATION */
  213.  
  214. .pagi {
  215. text-align:center;
  216. margin-top:10px;
  217. }
  218.  
  219. /* POSTS */
  220.  
  221. #postcontainer {
  222. margin-left:400px;
  223. {block:If250px}
  224. width:250px;
  225. {/block:If250px}
  226. {block:If400px}
  227. width:400px;
  228. {/block:If400px}
  229. {block:If500px}
  230. width:500px;
  231. {/block:If500px}
  232. text-align:justify;
  233. margin-bottom:35px;
  234. }
  235. #posts {
  236. margin-top:50px;
  237. {block:If250px}
  238. width:250px;
  239. {/block:If250px}
  240. {block:If400px}
  241. width:400px;
  242. {/block:If400px}
  243. {block:If500px}
  244. width:500px;
  245. {/block:If500px}
  246. text-align:justify;
  247. line-height:90%;
  248. padding:20px;
  249. background-color:#fff;
  250. box-shadow:0px 0px 10px {color:shadow};
  251. }
  252.  
  253. /* POST INFO */
  254.  
  255. #info {
  256. font-family:{text:font};
  257. font-size:8px;
  258. color:{color:link};
  259. text-transform:uppercase;
  260. font-style:normal;
  261. letter-spacing:1px;
  262. text-align:center;
  263. margin-top:-20px;
  264. opacity:0;
  265. transition: .5s ease-in-out;
  266. -webkit-transition: .5s ease-in-out;
  267. -moz-transition: .5s ease-in-out;
  268. -o-transition: .5s ease-in-out;
  269. }
  270. #posts:hover #info {
  271. margin-top:15px;
  272. opacity:1;
  273. transition: .5s ease-in-out;
  274. -webkit-transition: .5s ease-in-out;
  275. -moz-transition: .5s ease-in-out;
  276. -o-transition: .5s ease-in-out;
  277. }
  278.  
  279. /* POST TYPES */
  280.  
  281. .question {
  282. padding-bottom:10px;
  283. text-align:left;
  284. font-style:italic;
  285. border-bottom:1px solid #bbb;
  286. }
  287. .answer {
  288. text-align:right;
  289. padding:10px;
  290. }
  291. .music {
  292. padding-bottom:10px;
  293. }
  294. .albumart {
  295. float:left;
  296. padding:0px 10px 10px 0px;
  297. }
  298. .albumart img {
  299. width:45px;
  300. height:45px;
  301. }
  302. .playercontainer {
  303. text-align:left;
  304. padding:10px;
  305. background-color:#ffffff;
  306. {block:If250px}
  307. width:230px;
  308. {/block:If250px}
  309. {block:If400px}
  310. width:380px;
  311. {/block:If400px}
  312. {block:If500px}
  313. width:480px;
  314. {/block:If500px}
  315. }
  316. .musicinfo {
  317. padding:10px;
  318. }
  319. .postnote {
  320. text-transform:uppercase;
  321. font-style:normal;
  322. letter-spacing:0px;
  323. font-size:8px;
  324. font-family:{text:font};
  325. text-align:left;
  326. line-height:90%;
  327. margin-left:-40px;
  328. opacity:1;
  329. }
  330. .postnote li {
  331. list-style-type:none;
  332. border-bottom:1px solid {color:border};
  333. padding:10px 25px 10px 25px;
  334. text-align:left;
  335. margin:0px;
  336. opacity:1;
  337. -moz-transition-duration:0.3s;
  338. -webkit-transition-duration:0.3s;
  339. -o-transition-duration:0.3s;
  340. }
  341.  
  342. /* TAGS */
  343.  
  344. .tags {
  345. font-style:normal;
  346. text-transform:uppercase;
  347. font-style:normal;
  348. letter-spacing:1px;
  349. line-height:120%;
  350. margin-top:4px;
  351. text-align:center;
  352. }
  353.  
  354. /* CHAT POSTS */
  355.  
  356. ul.chat, .chat ol, .chat li {
  357. list-style:none;
  358. margin:0px;
  359. padding:2px;
  360. }
  361. .tab {
  362. text-decoration:underline;
  363. font-weight:700;
  364. background-color:#fff;
  365. margin-right:5px;
  366. }
  367.  
  368. /* CREDIT */
  369.  
  370. #credit {
  371. position:fixed;
  372. font-size:8px;
  373. letter-spacing:1px;
  374. right:10px;
  375. bottom:15px;
  376. }
  377. #credit a {
  378. padding:3px;
  379. color:#000;
  380. background-color:#fff;
  381. }
  382. #credit a:hover {
  383. color:#000;
  384. background-color:#eee;
  385. }
  386.  
  387. {CustomCSS}</style></head>
  388.  
  389. <body>
  390. <div id="sidebar">
  391. <div class="links">
  392. <a href="/"><img src="http://static.tumblr.com/bug0atn/IFJmyau3d/home.png" style="width:auto; padding:2px; padding-top:0px;" title="home"></a>
  393. <a href="/ask"><img src="http://static.tumblr.com/bug0atn/OI4myau4w/mail.png" style="width:auto; padding:2px; padding-top:0px;" title="ask"></a>
  394. <a href="/archive"><img src="http://static.tumblr.com/bug0atn/EEhmybwtk/document.png" style="width:auto; padding:2px; padding-top:0px;" title="archive"></a>
  395. <a href="/random"><img src="http://static.tumblr.com/unpfy1x/zMun5htao/tumblr_static_icon_3.gif" style="width:auto; padding:2px; padding-top:0px;" title="random"></a>
  396. </div>
  397. <div class="description">{Description}<p>
  398. <div id="bx">
  399. <a style="margin-top: 20px;">navigation</a>
  400. <div class="substuff">
  401. <a href="{text:Link1 URL}">{text:Link1}</a><br>
  402. <a href="{text:Link2 URL}">{text:Link2}</a><br>
  403. <a href="{text:Link3 URL}">{text:Link3}</a><br>
  404. <a href="{text:Link4 URL}">{text:Link4}</a><br>
  405. <a href="{text:Link5 URL}">{text:Link5}</a>
  406. </div></div>
  407. <div id="bx2">
  408. {block:Pagination}{block:PreviousPage}
  409. <a href="{PreviousPage}">&laquo;</a>
  410. {/block:PreviousPage}{block:JumpPagination length="3"}{block:CurrentPage}
  411. <span class="current_page">{PageNumber}</span>
  412. {/block:CurrentPage}{block:JumpPage}
  413. <a class="jump_page" href="{URL}">{PageNumber}</a>
  414. {/block:JumpPage}{/block:JumpPagination}{block:NextPage}
  415. <a href="{NextPage}">&raquo;</a>
  416. {/block:NextPage}{/block:Pagination}
  417. </div>
  418. </div>
  419. </div>
  420.  
  421. <div id="postcontainer">
  422.  
  423. {block:Posts}
  424.  
  425. <div id="posts">
  426.  
  427. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  428.  
  429. {block:Quote}<h1>“{Quote}”</h1><h2>{Source}</h2>{/block:Quote}
  430.  
  431. {block:Link}<a href="{URL}"><h1>{Name}</h1></a>
  432. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  433.  
  434.  
  435. {block:If250px}
  436. {block:Photo}<center><img src="{PhotoURL-250}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  437.  
  438. {block:Photoset}<center>{Photoset-250}</center>
  439. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  440.  
  441. {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}
  442.  
  443. {block:Video}{Video-250}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  444. {/block:If250px}
  445.  
  446.  
  447. {block:If400px}
  448. {block:Photo}<center><img src="{PhotoURL-400}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  449.  
  450. {block:Photoset}<center>{Photoset-400}</center>
  451. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  452.  
  453. {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}
  454.  
  455. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  456. {/block:If400px}
  457.  
  458.  
  459. {block:If500px}
  460. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  461.  
  462. {block:Photoset}<center>{Photoset-500}</center>
  463. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  464.  
  465. {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}
  466.  
  467. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  468. {/block:If500px}
  469. {block:Answer}<div class="question">{Asker} asked: {Question}</div><div class="answer">{Answer}</div>{/block:answer}
  470.  
  471. {block:Audio}<div class="music">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  472. <div class="musicinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  473. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  474. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  475. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  476. {block:Date}<div id="info"><a href="{Permalink}">{TimeAgo}</a> ✩ {block:RebloggedFrom}<a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} ✩ {block:ContentSource}<a href="{SourceURL}">{SourceLink}</a>{/block:ContentSource}{/block:Date} ✩ <a href="{Permalink}">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</a>
  477. {block:HasTags}
  478. <div class="tags">
  479. {block:Tags} <a href="{TagURL}">#{Tag}</a> {/block:Tags} </div>
  480. {/block:HasTags}</div>
  481. <div class="postnote">
  482. {block:PostNotes}{PostNotes}{/block:PostNotes}
  483. </div>
  484. </div>
  485. {/block:Posts}
  486. </div>
  487. </div>
  488. </div>
  489. <div id="credit"><a href="http://xrre.tumblr.com">THEME</a></div>
  490. </body>
  491. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement