Advertisement
zainmalik

THEME I: "THE SUBURBS" BY GLTTER

Feb 9th, 2016
1,153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.70 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.  
  4. <head><title>{Title}</title>
  5. <link rel="shortcut icon" href="{Favicon}">
  6. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  7. {block:description}<meta name="description" content="{Metadescription}" />{/block:description}
  8.  
  9.  
  10.  
  11. <!--- (c) gltter --->
  12.  
  13.  
  14.  
  15. <meta name="color:background" content=""/>
  16. <meta name="color:text" content=""/>
  17. <meta name="color:description bg" content=""/>
  18. <meta name="color:description border" content=""/>
  19. <meta name="color:accent" content=""/>
  20. <meta name="color:hover" content=""/>
  21. <meta name="image:sidebar" content=""/>
  22. <meta name="image:background" content=""/>
  23. <meta name="text:link 1" content="" />
  24. <meta name="text:link 1 text" content="" />
  25. <meta name="text:link 2" content="" />
  26. <meta name="text:link 2 text" content="" />
  27. <meta name="text:link 3" content="" />
  28. <meta name="text:link 3 text" content="" />
  29. <meta name="text:link 4" content="" />
  30. <meta name="text:link 4 text" content="" />
  31.  
  32. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  33. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  34. <script>
  35. (function($){
  36. $(document).ready(function(){
  37. $("a[title]").style_my_tooltips({
  38. tip_follows_cursor:true,
  39. tip_delay_time:90,
  40. tip_fade_speed:600,
  41. attribute:"title"
  42. });
  43. });
  44. })(jQuery);
  45. </script>
  46.  
  47. <style type="text/css">
  48.  
  49. ::-webkit-scrollbar-thumb {
  50. height:auto;
  51. background-color:{color:accent};
  52. }
  53.  
  54. ::-webkit-scrollbar {
  55. height:9px;
  56. width:2px;
  57. background-color:{color:description bg};
  58. }
  59.  
  60. #s-m-t-tooltip {
  61. padding:5px;
  62. border:1px solid {color:description border};
  63. color:{color:text};
  64. z-index:999999999999999999999999999999999999;
  65. text-transform:uppercase;
  66. max-width:300px;
  67. margin:6px 0px 0px 10px;
  68. background-color:{color:description bg};
  69. font-family:arial;
  70. font-size:7px;
  71. letter-spacing:1px;
  72. }
  73.  
  74. #bigcon{
  75. width:440px;
  76. margin-left:auto;
  77. margin-right:auto;
  78. }
  79.  
  80. body {
  81. background:{color:background};
  82. margin:0px;
  83. color:{color:text};
  84. text-shadow: 0px 0px 2px #dddddd;
  85. font-family:arial;
  86. font-size:10px;
  87. line-height:100%;
  88. letter-spacing:0px;
  89. text-align:justify;
  90. background-image:url('{image:background}');
  91. }
  92.  
  93. a {
  94. text-decoration:none;
  95. outline:none;
  96. moz-outline-style:none;
  97. color:{color:text};
  98. }
  99.  
  100. img {
  101. border:none;
  102. }
  103.  
  104. blockquote {
  105. padding-left:10px;
  106. border-left:2px solid;
  107. }
  108.  
  109. h1 {
  110. font-size:12px;
  111. letter-spacing:2px;
  112. text-transform:lowercase;
  113. font-family:'arial';
  114. font-style:none;
  115. line-height:10px;
  116. text-align:left;
  117. padding:0px;
  118. }
  119.  
  120. h2 {
  121. font-size:8px;
  122. letter-spacing:1px;
  123. text-transform:uppercase;
  124. font-weight:normal;
  125. font-family:'arial';
  126. font-style:none;
  127. line-height:10px;
  128. text-align:left;
  129. padding:5px;
  130. }
  131.  
  132. #entries {
  133. padding:10px;
  134. width:432px;
  135. height:470px;
  136. background-color:{color:description bg};
  137. border:1px solid {color:description border};
  138. margin-top:60px;
  139. font-size:10px;
  140. margin-left:70px;
  141. font-family:'arial';
  142. letter-spacing:0px;
  143. position:fixed;
  144. overflow-y:scroll;
  145. overflow-x:hidden;
  146. }
  147.  
  148. #post {
  149. width:400px;
  150. background-color:{color:background};
  151. border:1px solid {color:description border};
  152. padding-bottom:3px;
  153. padding-top:10px;
  154. padding-right:15px;
  155. padding-left:15px;
  156. margin-top:0px;
  157. margin-bottom:20px;
  158. -moz-transition-duration:0.3s;
  159. -webkit-transition-duration:0.3s;
  160. -o-transition-duration:0.3s;
  161. }
  162.  
  163. #post a {
  164. text-decoration:none;
  165. outline:none;
  166. -moz-outline-style:none;
  167. color:{color:accent};
  168. text-transform:uppercase;
  169. font-weight:bold;
  170. font-size:8px;
  171. }
  172.  
  173. #post:hover {
  174. padding-bottom:15px;
  175. -moz-transition-duration:0.3s;
  176. -webkit-transition-duration:0.3s;
  177. -o-transition-duration:0.3s;
  178. }
  179.  
  180. #sidebar {
  181. position:fixed;
  182. margin-left:-11px;
  183. margin-top:48px;
  184. }
  185.  
  186. #sidebarimage {
  187. width: 150px;
  188. }
  189.  
  190. #sidebarimage img {
  191. width:150px;
  192. max-height:100px;
  193. margin-top:164px;
  194. margin-left:-80px;
  195. }
  196.  
  197. .links {
  198. font-family:'arial';
  199. padding: 4px;
  200. position:fixed;
  201. margin-top:208px;
  202. margin-left:-123px;
  203. z-index:999999999;
  204. }
  205.  
  206. .links a {
  207. margin-bottom:-5px;
  208. line-height:70%;
  209. font-style:italic;
  210. border-top:1px solid {color:description border};
  211. border-left:1px solid {color:description border};
  212. border-bottom:1px solid {color:description border};
  213. -webkit-box-shadow: 5px 0px 0px 0px {color:accent};
  214. -moz-box-shadow: 5px 0px 0px 0px {color:accent};
  215. box-shadow: 5px 0px 0px 0px {color:accent};
  216. background-color:{color:description bg};
  217. width:10px;
  218. height:10px;
  219. text-align:right;
  220. padding-top:7px;
  221. padding-bottom:2px;
  222. padding-right:5px;
  223. padding-left:3px;
  224. font-size:8px;
  225. letter-spacing:0px;
  226. color:{color:text};
  227. display:inline-block;
  228. -moz-transition-duration:0.7s;
  229. -webkit-transition-duration:0.7s;
  230. -o-transition-duration:0.7s;
  231. }
  232.  
  233. .links a:hover {
  234. -moz-transition-duration:0.7s;
  235. -webkit-transition-duration:0.7s;
  236. -o-transition-duration:0.7s;
  237. width:20px;
  238. margin-left:-10px;
  239. }
  240.  
  241. #description {
  242. text-align:justify;
  243. font-family:'Arial';
  244. width:122px;
  245. height:auto;
  246. overflow:hidden;
  247. padding:13px;
  248. margin-top:-3px;
  249. margin-left:-80px;
  250. z-index:-999;
  251. font-size:9px;
  252. position:fixed;
  253. text-transform:none;
  254. color:{color:text};
  255. background-color:{color:description bg};
  256. border: 1px solid {color:description border};
  257. z-index:99999;
  258. }
  259.  
  260. #pagination {
  261. padding:3px;
  262. background-color:{color:description bg};
  263. border-top:1px solid {color:description border};
  264. border-right:1px solid {color:description border};
  265. border-left:1px solid {color:description border};
  266. width:142px;
  267. font-family:'arial';
  268. letter-spacing:1px;
  269. text-align:center;
  270. margin-top:-119px;
  271. margin-left:-80px;
  272. text-transform:uppercase;
  273. font-size:7px;
  274. }
  275.  
  276. #info {
  277. font-weight:bold;
  278. width:416px;
  279. text-align:center;
  280. font-family:'arial';
  281. margin-top:15px;
  282. margin-left:-12px;
  283. letter-spacing:1px;
  284. font-size:7px;
  285. font-style:none;
  286. padding:4px;
  287. line-height:10px;
  288. text-transform:uppercase;
  289. background-color:{color:description bg};
  290. }
  291.  
  292. #info a {
  293. text-align:center;
  294. color:{color:text};
  295. font-weight:bold;
  296. font-size:7px;
  297. }
  298.  
  299. #info a:hover {
  300. -moz-transition-duration:0.3s;
  301. -webkit-transition-duration:0.3s;
  302. -o-transition-duration:0.3s;
  303. color:{color:hover}
  304. }
  305.  
  306. #tags {
  307. float:left;
  308. width:489px;
  309. margin-top:-14px;
  310. margin-left:-5px;
  311. text-align:left;
  312. padding:5px;
  313. font-size:7px;
  314. opacity:0;
  315. color:{color:text};
  316. -moz-transition-duration:0.3s;
  317. -webkit-transition-duration:0.3s;
  318. -o-transition-duration:0.3s;
  319. }
  320.  
  321. #post:hover #tags {
  322. -moz-transition-duration:0.3s;
  323. -webkit-transition-duration:0.3s;
  324. -o-transition-duration:0.3s;
  325. opacity:1;
  326. margin-top:2px;
  327. }
  328.  
  329. #tags a {
  330. letter-spacing:1px;
  331. font-size:7px;
  332. text-align:center;
  333. font-family:'arial';
  334. text-decoration:none;
  335. font-style:none;
  336. display:inline-block;
  337. color:{color:text};
  338. }
  339.  
  340. #asker {
  341. color:{color:text};
  342. padding:14px;
  343. width:353px;
  344. font-family:'arial';
  345. font-size:11px;
  346. letter-spacing:0px;
  347. text-align:left;
  348. margin-top:-42px;
  349. margin-left:31px;
  350. background-color:{color:description bg}
  351. }
  352.  
  353. #ask {
  354. color:{color:accent};
  355. font-weight:bold;
  356. font-size:8px;
  357. text-transform:uppercase;
  358. }
  359.  
  360. .playerbuttonbg {
  361. position: absolute;
  362. left:1px;
  363. top: 5px;
  364. width: 14px;
  365. height: 15px;
  366. background-color: {color:background};
  367. padding: 10px;
  368. opacity: .4;
  369. filter: alpha(opacity=40);
  370. -moz-opacity: 0.4;
  371. -khtml-opacity: 0.4;
  372. transition: opacity .7s ease-in-out;
  373. -moz-transition: opacity .7s ease-in-out;
  374. -webkit-transition: opacity .7s ease-in-out;
  375. }
  376.  
  377. .newplayerbutton {
  378. position: relative;
  379. width: 19px;
  380. height: 19px;
  381. overflow: hidden;
  382. }
  383.  
  384. .playerbuttonhug {
  385. position: absolute;
  386. top: -18px;
  387. left: -7px;
  388. }
  389.  
  390. .tumblr_audio_player {
  391. height: 90px;
  392. width: 270px;
  393. -moz-transform: scale(0.60, 0.60);
  394. -webkit-transform: scale(0.60, 0.60);
  395. -o-transform: scale(0.60, 0.60);
  396. -ms-transform: scale(0.60, 0.60);
  397. transform: scale(0.60, 0.60);
  398. -moz-transform-origin: top left;
  399. -webkit-transform-origin: top left;
  400. -o-transform-origin: top left;
  401. -ms-transform-origin: top left;
  402. transform-origin: top left;
  403. }
  404.  
  405. .audioimgwrapper {
  406. position: absolute;
  407. left: -12px;
  408. top: -7px;
  409. overflow: hidden;
  410. width: 60px;
  411. height: 60px;
  412. }
  413.  
  414. .audioimgwrapper img {
  415. width: 100%;
  416. height: auto;
  417. }
  418.  
  419. .trackdetails {
  420. width: 341px;
  421. background-color:{color:description bg};
  422. padding:10px;
  423. display:inline-block;
  424. margin-left: 51px;
  425. margin-top:-7px;
  426. height: 10px;
  427. line-height:170%;
  428. text-transform:uppercase;
  429. letter-spacing:1px;
  430. font-size:7px;
  431. }
  432.  
  433. .audiowrapper {
  434. position: relative;
  435. display:inline-block;
  436. }
  437.  
  438. .chat ul {
  439. list-style: none;
  440. margin-top: -7px;
  441. margin-left:-12px;
  442. margin-bottom:0px;
  443. padding: 0;
  444. font-size:8px;
  445. text-transform:uppercase;
  446. display:inline-block;
  447. width:424px;
  448. }
  449.  
  450. .chat li {
  451. border-radius:3px;
  452. margin-bottom:2px;
  453. padding: 2%;
  454. width: 50%;
  455. }
  456.  
  457. .chat .odd {
  458. float: left;
  459. background-color:{color:description bg};
  460. }
  461.  
  462. .chat .even {
  463. float: right;
  464. background-color:{color:accent};
  465. }
  466.  
  467. #cred {
  468. position:fixed;
  469. font-family:'arial';
  470. text-transform:uppercase;
  471. font-size:7px;
  472. right:13px;
  473. bottom:10px;
  474. padding:5px;
  475. letter-spacing:1px;
  476. background-color:{color:description bg};
  477. border-top:1px solid {color:description border};
  478. border-left:1px solid {color:description border};
  479. border-bottom:1px solid {color:description border};
  480. -webkit-box-shadow: 5px 0px 0px 0px {color:accent};
  481. -moz-box-shadow: 5px 0px 0px 0px {color:accent};
  482. box-shadow: 5px 0px 0px 0px {color:accent};
  483. }
  484.  
  485. {CustomCSS}</style></head><body>
  486.  
  487.  
  488. <div id="bigcon">
  489.  
  490. <div class="links">
  491. <a href="{text:link 1}" title= "{text:link 1 text}">i.</a><br><br>
  492. <a href="{text:link 2}" title= "{text:link 2 text}">ii.</a><br><br>
  493. <a href="{text:link 3}" title= "{text:link 3 text}">iii.</a><br><br>
  494. <a href="{text:link 4}" title= "{text:link 4 text}">iv.</a><br>
  495. </div>
  496.  
  497. <div id="sidebar">
  498.  
  499. <div id="sidebarimage">
  500. <img src="{image:sidebar}"></a>
  501. </div>
  502.  
  503. <div id="description">{Description}</div>
  504.  
  505. {block:Pagination}
  506. <div id="pagination">
  507. {block:PreviousPage}<a href="{PreviousPage}">back</a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}">forth</a>{/block:NextPage}
  508. </div>
  509. {/block:Pagination}
  510. </div>
  511.  
  512. <div id="entries">
  513. {block:posts}
  514. <div id="post">
  515.  
  516. {block:text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:text}
  517.  
  518. {block:Photo}{linkOpenTag}<img src="{PhotoURL-400}">{linkCloseTag}
  519. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  520.  
  521. {block:Photoset}{Photoset-400}{block:Caption}{Caption}
  522. {/block:Caption}{/block:Photoset}
  523.  
  524. {block:Quote}<h1>"{Quote}"</h1>
  525. {block:Source}<div class="qsource"><h2>— {Source}</div></h2>
  526. {/block:Source}{/block:Quote}
  527.  
  528. {block:link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:description}{description}{/block:description}{/block:link}
  529.  
  530. {block:Chat}<div class="chat"><ul>{block:Lines}<li class="{Alt}">{block:Label} <b>{Label}</b> {/block:Label}{Line}</li>{/block:Lines}</ul></div>{/block:Chat}
  531.  
  532. {block:Audio}{block:AudioPlayer}<div class="audiowrapper">{block:AlbumArt}<div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}<div class="playerbuttonbg"><div class="newplayerbutton"><div class="playerbuttonhug">{AudioPlayerWhite}</div></div></div><div class="trackdetails">{block:TrackName}<b style="color:{color:accent}">{TrackName}</b>{/block:TrackName}{block:Artist} BY {Artist}{/block:Artist}</div> <div class="trackdetails" style="margin-top:3px;height:7px;line-height:130%;">{PlayCountWithLabel}</div></div><br>{/block:AudioPlayer}
  533.  
  534. {block:Caption}{Caption}{/block:Caption}
  535. {/block:Audio}
  536.  
  537. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}<br>{/block:Video}
  538.  
  539. {block:Answer}<img src="{AskerPortraitURL-40}" style="margin-top:-7px;margin-left:-12px;"><div id="asker"><div id="ask">{Asker}</div> {Question} </div><left>{answer}{/block:Answer}
  540.  
  541. <div id="info">
  542. <a href="{Permalink}">{TimeAgo}</a> ·
  543. {block:RebloggedFrom} <a href="{ReblogParentURL}">via</a> ·{/block:RebloggedFrom} {block:ContentSource} <a href="{SourceURL}"><a href="{SourceURL}">source</a> ·{/block:ContentSource}
  544. {block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom}
  545. {NoteCountWithLabel}</a>
  546. {block:HasTags}<div id="tags">
  547.  
  548. {block:Tags}<a href="/tagged/{Tag}">#{Tag}</a>&nbsp;{/block:Tags}
  549. </div>{block:HasTags}
  550. </div>
  551. </div>
  552. <code>{block:PostNotes}<div id="notes"><left>{PostNotes}</div>{/block:PostNotes}</code>
  553. {/block:posts}</div></div></div>
  554. <br><br><br><br>
  555.  
  556. <div id="cred">
  557. <a href="http://gltter.tumblr.com/">gltter</a>
  558. </div>
  559. </div>
  560. </div>
  561.  
  562. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement