Advertisement
minimu

american oxygen //

Jun 27th, 2015
1,110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.87 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><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8. <script type="text/javascript"
  9. src="http://static.tumblr.com/clz4rb4/34Dnqmjdp/jquery.min.js"></script>
  10. <script>
  11. $(document).ready(function() {
  12. //
  13. $('a.poplight[href^=#]').click(function() {
  14. var popID = $(this).attr('rel'); //Get Popup Name
  15. var popURL = $(this).attr('href'); //Get Popup href to define size
  16. var query= popURL.split('?');
  17. var dim= query[1].split('&');
  18. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  19. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  20. var popMargTop = ($('#' + popID).height() + 80) / 2;
  21. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  22. //Apply Margin to Popup
  23. $('#' + popID).css({
  24. 'margin-top' : -popMargTop,
  25. 'margin-left' : -popMargLeft
  26. });
  27. $('body').append('<div id="fade"></div>');
  28. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  29. return false;
  30. });
  31. $('a.close, #fade').live('click', function() {
  32. $('#fade , .popup_block').fadeOut(function() {
  33. $('#fade, a.close').remove(); //fade them both out
  34. });
  35. return false;
  36. });
  37. });
  38. </script>
  39.  
  40. <!---jcgged.tumblr.com
  41. --->
  42.  
  43. <meta name="color:Background" content="#ffffff"/>
  44. <meta name="image:Header" content="#ffffff"/>
  45. <meta name="color:Text" content="#000000"/>
  46. <meta name="color:Hover" content="#f2f2f2"/>
  47. <meta name="color:Scrollbar" content="#000000"/>
  48. <meta name="color:ScrollbarBg" content="#ffffff"/>
  49. <meta name="color:Links" content="#000000"/>
  50. <meta name="color:Info Background" content="#f3f3f3"/>
  51. <meta name="color:Sidebar Background" content="#f3f3f3"/>
  52. <meta name="color:Answer Background" content="#000000"/>
  53. <meta name="text:Muse 1 Link" content="" />
  54. <meta name="text:Muse 1 Name" content="" />
  55. <meta name="text:Muse 2 Link" content="" />
  56. <meta name="text:Muse 2 Name" content="" />
  57. <meta name="text:Muse 3 Link" content="" />
  58. <meta name="text:Muse 3 Name" content="" />
  59. <meta name="text:Muse 4 Link" content="" />
  60. <meta name="text:Muse 4 Name" content="" />
  61. <meta name="text:Muse 1 Quote" content="" />
  62. <meta name="text:Muse 2 Quote" content="" />
  63. <meta name="text:Muse 3 Quote" content="" />
  64. <meta name="text:Muse 4 Quote" content="" />
  65. <meta name="text:Link 1 URL" content="" />
  66. <meta name="text:Link 2 URL" content="" />
  67. <meta name="text:Link 3 URL" content="" />
  68.  
  69. <link href='http://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
  70.  
  71. <style type="text/css">
  72.  
  73. ::-webkit-scrollbar-thumb {
  74. height:auto;
  75. background-color:{color:Scrollbar};
  76. }
  77.  
  78. ::-webkit-scrollbar {
  79. height:9px;
  80. width:2px;
  81. background-color:{color:ScrollbarBg};
  82. }
  83.  
  84. body {
  85. background:white;
  86. margin:0px;
  87. color:{color:text};
  88. font-family:roboto;
  89. font-size:9px;
  90. line-height:150%;
  91. text-align:justify;
  92. }
  93.  
  94.  
  95. a {
  96. text-shadow:1px 1px #a0a0a0;
  97. text-decoration:none;
  98. outline:none;
  99. word-wrap:break-word;
  100. -moz-outline-style:none;
  101. color:{color:Links};
  102. }
  103.  
  104. img {
  105. border:none;
  106. }
  107.  
  108. blockquote {
  109. padding-left:5px;
  110. margin-left:5px;
  111. border-left:1px solid #bababa;
  112. }
  113.  
  114.  
  115.  
  116. a:hover {
  117. color:#000000;
  118. -moz-transition-duration:0.3s;
  119. -webkit-transition-duration:0.3s;
  120. -o-transition-duration:0.3s;
  121. }
  122.  
  123. small {font-size:9px;}
  124.  
  125. h1{font-size:12px;
  126. text-shadow:1px 1px #a0a0a0;
  127. font-weight:bold;
  128. font-family:roboto;
  129. text-transform:uppercase;
  130. line-height:110%;
  131. color:white;
  132. background-image:url('https://40.media.tumblr.com/4ae81b7d573399b4d1960af4bd1e5acf/tumblr_inline_nqmt37db881t5qtw9_540.png');
  133. background-color:{color:background};
  134. padding:10px;
  135. font-style: bold}
  136.  
  137. h2{font-size:12px;
  138. text-shadow:1px 1px #a0a0a0;
  139. font-weight:bold;
  140. font-family:roboto;
  141. text-transform:uppercase;
  142. line-height:110%;
  143. color:white;
  144. background-image:url('https://40.media.tumblr.com/4ae81b7d573399b4d1960af4bd1e5acf/tumblr_inline_nqmt37db881t5qtw9_540.png');
  145. background-color:{color:background};
  146. padding:10px;
  147. font-style: bold}
  148.  
  149. h2 a{color:white;}
  150.  
  151. #background{
  152. position:fixed;
  153. right:0px;
  154. }
  155.  
  156. /*ENTRIES*/
  157.  
  158. #entries {
  159. padding:10px;
  160. width:550px;border:solid 1px #dcdddb;
  161. background-color:white;
  162. position:fixed;
  163. margin-top:100px;
  164. margin-left:290px;
  165. z-index:9999;
  166. overflow:auto;
  167. overflow-x:hidden;
  168. height:500px;
  169. font-size:9px;
  170. line-height:150%;
  171. font-family:'roboto';
  172. }
  173.  
  174. #post {
  175. width:500px;
  176. background-color:white;
  177. z-index:99;
  178. border:solid 1px #eee;
  179. margin-left:-5px;
  180. color:black;
  181. margin-bottom:10px;
  182. padding:25px;
  183. margin-top:0px;
  184. }
  185.  
  186. #post:hover .tags{opacity:1;
  187. margin-top:-5px;
  188. margin-left:0px;
  189. }
  190. /*SIDEBAR*/
  191.  
  192. #description{height:100px;
  193. padding:5px;
  194. overflow:auto;}
  195.  
  196. #title {
  197. text-align:center;
  198. top:5px;
  199. font-family:'roboto';
  200. font-size:9px;
  201. font-weight:bold;
  202. padding:5px;
  203. position:relative;
  204. padding-bottom:5px;
  205. margin-bottom:10px;
  206. text-transform:uppercase;
  207. color:{color:Text};
  208. }
  209.  
  210. #header{font-size:9px;
  211. letter-spacing:2px;
  212. background-color:black;
  213. color:white;
  214. text-shadow:1px 1px #a0a0a0;
  215. z-index:99;
  216. margin-left:290px;
  217. margin-top:70px;
  218. position:fixed;
  219. width:695px;
  220. text-transform:uppercase;
  221. font-family:roboto;
  222. line-height:20px;
  223. text-align:center;
  224. font-weight:bold;
  225. padding:2px;
  226. }
  227.  
  228. #header a{color:white;}
  229.  
  230. #rightsidebar { width:100px;
  231. background-image:url('https://40.media.tumblr.com/4ae81b7d573399b4d1960af4bd1e5acf/tumblr_inline_nqmt37db881t5qtw9_540.png');
  232. background-color:{color:background};
  233. margin-left:870px;
  234. margin-top:100px;
  235. padding:10px;
  236. height:500px;
  237. position:fixed;}
  238.  
  239. .popup_block{
  240. display:none;
  241. background:#fff;
  242. padding:20px;
  243. border:1px solid #eee; /* if you want a solid white pop-up, delete this */
  244. float:left;
  245. position:fixed;
  246. top:50%;left:50%;
  247. z-index: 99999;
  248. }
  249.  
  250. *html #fade {position: absolute;}
  251. *html .popup_block {position: absolute;}
  252. #fade {
  253. display:none;
  254. position:fixed;
  255. left:0px;
  256. top:0px;
  257. width:100%;
  258. height:100%;
  259. z-index:9999;
  260. background:#000; /* change to #fff for solid white */
  261. opacity:0.5; /* change to opacity:1; */
  262. }
  263.  
  264. /*LINKS*/
  265. #links{font-size:9px;
  266. letter-spacing:2px;
  267. background-color:black;
  268. color:white;
  269. text-shadow:1px 1px #a0a0a0;
  270. z-index:99;
  271. margin-left:290px;
  272. margin-top:625px;
  273. position:fixed;
  274. width:695px;
  275. text-transform:uppercase;
  276. font-family:roboto;
  277. line-height:20px;
  278. text-align:center;
  279. font-weight:bold;
  280. padding:2px;
  281. -moz-transition-duration:0.3s;
  282. -webkit-transition-duration:0.3s;
  283. -o-transition-duration:0.3s;
  284. text-align:center;
  285. }
  286.  
  287.  
  288. #links a:hover {
  289. -moz-transition-duration:0.5s;
  290. -webkit-transition-duration:0.5s;
  291. -o-transition-duration:0.5s;
  292. letter-spacing:1px;
  293. }
  294.  
  295. #links a{margin-right:5px;
  296. width:110px;
  297. margin-top:5px;
  298. color:white;
  299. padding:2px;
  300. padding-left:10px;
  301. display:inline-block;
  302. -moz-transition-duration:0.3s;
  303. -webkit-transition-duration:0.3s;
  304. -o-transition-duration:0.3s;
  305. }
  306.  
  307. /*CHAT POSTS*/
  308. #chat{ padding:2px;
  309. margin-left:50px;
  310. margin-top:-1px;
  311. }
  312. /*POST INFO*/
  313.  
  314. #info {
  315. font-weight:bold;
  316. background-image:url('https://40.media.tumblr.com/4ae81b7d573399b4d1960af4bd1e5acf/tumblr_inline_nqmt37db881t5qtw9_540.png');
  317. background-color:{color:background};
  318. text-align:right;
  319. width:530px;
  320. padding:5px;
  321. font-family:'roboto';
  322. margin-left:0px;
  323. margin-top:-20px;
  324. color:black;
  325. margin-left:-20px;
  326. font-size:9px;
  327. text-transform:uppercase;
  328. font-style:none;
  329. word-wrap:break-word;
  330. line-height:10px;
  331. color:{color:text};
  332. }
  333.  
  334. #info a {
  335. text-align:center;
  336. color:black;
  337. word-wrap:break-word;
  338. }
  339.  
  340. .tags {text-transform:none;
  341. color:{color:postbg};
  342. width:500px;
  343. opacity:0;
  344. word-wrap:break-word;
  345. margin-top:-20px;
  346. height:2px;
  347. margin-left:0px;
  348. font-size:8px;
  349. margin-bottom:5px;
  350. letter-spacing:1px;
  351. text-align:justify;
  352. -moz-transition-duration:0.5s;-webkit-transition-duration:0.5s;-o-transition-duration:0.5s;}
  353.  
  354. .tags a {
  355. letter-spacing:0px;
  356. padding:2px;
  357. word-wrap:break-word;
  358. font-size:9px;
  359. text-align:center;
  360. font-family:'roboto';
  361. text-decoration:none;
  362. color:black;
  363. }
  364.  
  365. #player {
  366. overflow:hidden;
  367. margin-top:5px;
  368. }
  369.  
  370. /*QUESTION*/
  371.  
  372. #asker {
  373. color:white;
  374. padding:15px;
  375. font-family:'roboto';
  376. font-size:9px;
  377. letter-spacing:0px;
  378. text-align:right;
  379. margin-top:5px;
  380. text-transform:lowercase;
  381. line-height:100%;
  382. background-color:{color:Answer background};
  383. }
  384.  
  385. #asker a{color:{color:postbg};}
  386.  
  387. #url{color:{color:text};
  388. padding:4px;
  389. font-family:'roboto';
  390. font-size:12px;
  391. font-weight:bold;
  392. text-align:left;
  393. margin-top:0px;
  394. text-transform:lowercase;
  395. line-height:100%;
  396. background-color:{color:info background};
  397. }
  398.  
  399. #url a{color:{color:Background}}
  400.  
  401. /*CREDIT*/
  402.  
  403. #cred {
  404. position:fixed;
  405. font-family:consolas;
  406. font-size:8px;
  407. right:9px;
  408. bottom:9px;
  409. padding:4px;
  410. letter-spacing:1px;
  411. }
  412.  
  413. {CustomCSS}</style></head><body>
  414. <div id="box1" class="popup_block">
  415. <h1>MUSES</h1>
  416. <a href="{text:Muse 1 Link}"><img src="http://placehold.it/50x50" align=left style="border: solid 1px black;"></a><div style="text-align: center; background-color: #eee; color: black; font-size: 9px; letter-spacing: 3px; text-shadow: 1px 1px #dcdcdc;border:solid 1px black;height:50px;margin-bottom:-1px"><em><strong>{text:Muse 1 Quote}</strong></em></div>
  417. <a href="{text:Muse 2 Link}"><img src="http://placehold.it/50x50" align=right style="border: solid 1px black;"></a><div style="text-align: center; background-color: #eee; color: black; font-size: 9px; letter-spacing: 3px; text-shadow: 1px 1px #dcdcdc;border:solid 1px black;height:50px;margin-bottom:-1px"><em><strong>{text:Muse 2 Quote}</strong></em></div>
  418. <a href="{text:Muse 3 Link}"><img src="http://placehold.it/50x50" align=left style="border: solid 1px black;"></a><div style="text-align: center; background-color: #eee; color: black; font-size: 9px; letter-spacing: 3px; text-shadow: 1px 1px #dcdcdc;border:solid 1px black;height:50px;margin-bottom:-1px"><em><strong>{text:Muse 3 Quote}</strong></em></div>
  419. <a href="{text:Muse 4 Link}"><img src="http://placehold.it/50x50" align=right style="border: solid 1px black;"></a><div style="text-align: center; background-color: #eee; color: black; font-size: 9px; letter-spacing: 3px; text-shadow: 1px 1px #dcdcdc;border:solid 1px black;height:50px;"><em><strong>{text:Muse 4 Quote}</strong></em></div>
  420. </div>
  421.  
  422. </div></div>
  423.  
  424. <div id="rightsidebar">
  425. <img src="{image:header}" style="margin-top:100px"><div id="description">{description}</div>
  426. </div>
  427. <div id="header">{title} {block:Pagination} —
  428. {block:PreviousPage}<a href="{PreviousPage}">BACK</a>{/block:PreviousPage}
  429. {block:NextPage}<a href="{NextPage}">NEXT</a>{/block:NextPage}
  430. {/block:Pagination}
  431. </div></div> </div>
  432. </div>
  433. <div id="links">
  434. <a href="{text:Link 1 URL}"><span>I</a></span>
  435. <a href="{text:Link 2 URL}"><span>II</a></span>
  436. <a href="{text:Link 3 URL}"><span>III</a></span>
  437. <a href="#?w=300" rel="box1" class="poplight">IV</a>
  438.  
  439. </div>
  440.  
  441. </div>
  442.  
  443. <div id="entries">
  444. {block:Posts}
  445.  
  446. <div id="post">
  447. <div id="info">
  448. <div id="permalink">
  449. <a href="{Permalink}">{DayOfMonthWithZero}.{ShortMonth}.{ShortYear}</a>
  450. <a href="{SourceURL}">©</a>
  451. </a></div></div>
  452. {block:Text}
  453. {block:Title}<h1>{Title}</h1>{/block:Title}
  454. {Body}{/block:Text}
  455. {block:Photo}<br>{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
  456. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  457.  
  458. {block:Photoset}<br>{Photoset-500}{block:Caption}{Caption}
  459. {/block:Caption}{/block:Photoset}
  460.  
  461. {block:Quote}<h1>"{Quote}"</h1>
  462. {/block:Source}{/block:Quote}
  463.  
  464. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  465.  
  466. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}<div id="chat">{block:Label}<b>{Label}</b>{/block:Label} {Line}<br></div>{/block:Lines}{/block:Chat}
  467.  
  468. {block:Audio}
  469. {block:Audio}<div align="center">
  470. <span class="audio">{AudioPlayerWhite}</div></span>
  471. {/block:ExternalAudio}
  472. {/block:Audio}
  473. {/block:Audio}
  474.  
  475. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}</center>{/block:Video}
  476.  
  477. {block:Answer}<div id="asker">{Question}</div> <div id="url">{Asker}</div>{Answer}{/block:Answer}
  478.  
  479.  
  480. {block:HasTags}<div class="tags"><a href="{Permalink}">{NoteCountWithLabel}</a> &nbsp; &nbsp;
  481. {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div>
  482. {block:PostNotes}{PostNotes} {block:NoteCount} {/block:NoteCount}{/block:PostNotes}
  483. {/block:Posts}</div>
  484.  
  485. <div id="cred">
  486. <a href="http://jcgged.tumblr.com/">CR</a>
  487. </div>
  488. </div>
  489. </body>
  490. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement