Advertisement
minimu

alive //

Jul 3rd, 2015
1,173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.49 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. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
  8.  
  9. <script type="text/javascript">
  10. $(document).ready(function() {
  11. // Tooltip only Text
  12. $('.masterTooltip').hover(function(){
  13. // Hover over code
  14. var title = $(this).attr('title');
  15. $(this).data('tipText', title).removeAttr('title');
  16. $('<p class="tooltip"></p>')
  17. .text(title)
  18. .appendTo('body')
  19. .fadeIn('slow');
  20. }, function() {
  21. // Hover out code
  22. $(this).attr('title', $(this).data('tipText'));
  23. $('.tooltip').remove();
  24. }).mousemove(function(e) {
  25. var mousex = e.pageX + 20; //Get X coordinates
  26. var mousey = e.pageY + 10; //Get Y coordinates
  27. $('.tooltip')
  28. .css({ top: mousey, left: mousex })
  29. });
  30. });
  31. </script>
  32. <!---jcgged.tumblr.com
  33. --->
  34.  
  35. <meta name="color:Background" content="#ffffff"/>
  36. <meta name="image:Header" content="#ffffff"/>
  37. <meta name="color:Text" content="#000000"/>
  38. <meta name="color:Background Fill" content="#000000"/>
  39. <meta name="text:Muse 1 Link" content="" />
  40. <meta name="text:Muse 1" content="" />
  41. <meta name="text:Muse 2 Link" content="" />
  42. <meta name="text:Muse 2" content="" />
  43. <meta name="text:Muse 3 Link" content="" />
  44. <meta name="text:Muse 3" content="" />
  45. <meta name="text:Muse 4 Link" content="" />
  46. <meta name="text:Muse 4" content="" />
  47. <meta name="text:Muse 5 Link" content="" />
  48. <meta name="text:Muse 5" content="" />
  49. <meta name="text:Muse 6 Link" content="" />
  50. <meta name="text:Muse 6" content="" />
  51. <meta name="text:Link 1 URL" content="" />
  52. <meta name="text:Link 2 URL" content="" />
  53. <meta name="text:Link 3 URL" content="" />
  54. <meta name="text:Caption" content="" />
  55. <meta name="image:Muse 1" content="http://placehold.it/40x40"/>
  56. <meta name="image:Muse 2" content="http://placehold.it/40x40"/>
  57. <meta name="image:Muse 3" content="http://placehold.it/40x40"/>
  58. <meta name="image:Muse 4" content="http://placehold.it/40x40"/>
  59. <meta name="image:Muse 5" content="http://placehold.it/40x40"/>
  60. <meta name="image:Muse 6" content="http://placehold.it/40x40"/>
  61.  
  62. <link href='http://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
  63.  
  64. <style type="text/css">
  65.  
  66. ::-webkit-scrollbar-thumb {
  67. height:auto;
  68. background-color:black;
  69. }
  70.  
  71. ::-webkit-scrollbar {
  72. height:9px;
  73. width:2px;
  74. background-color:white;
  75. }
  76.  
  77. body {
  78. background:{color:background fill};
  79. margin:0px;
  80. color:{color:text};
  81. font-family:roboto;
  82. font-size:9px;
  83. line-height:150%;
  84. text-align:justify;
  85. }
  86.  
  87.  
  88. #entries a {
  89. text-decoration:none;
  90. border:solid 1px #eee;
  91. font-size:8px;
  92. font-weight:bold;
  93. background-color:{color:background};
  94. text-transform:uppercase;
  95. color:black;
  96. padding:1px;
  97. outline:none;
  98. word-wrap:break-word;
  99. -moz-outline-style:none;
  100. }
  101.  
  102. a{text-decoration:none; }
  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:black;
  132.  
  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:black;
  144.  
  145. background-color:{color:background};
  146. padding:10px;
  147. font-style: bold}
  148.  
  149. h2 a{color:black;}
  150.  
  151. #background{
  152. position:fixed;
  153. right:0px;
  154. }
  155.  
  156. /*ENTRIES*/
  157.  
  158. #content{background-image: url('https://40.media.tumblr.com/4ae81b7d573399b4d1960af4bd1e5acf/tumblr_inline_nqmt37db881t5qtw9_540.png');
  159. background-color:{color:text};
  160. width:680px;
  161. margin-top:100px;
  162. margin-left:300px;
  163. height:500px;
  164. }
  165.  
  166. #entries {
  167. border:solid 5px {color:background};
  168. width:430px;
  169. background-color:{color:background};
  170. position:fixed;
  171. margin-top:40px;
  172. margin-left:190px;
  173. z-index:9999;
  174. overflow:auto;
  175. overflow-x:hidden;
  176. height:400px;
  177. font-size:9px;
  178. line-height:150%;
  179. font-family:'roboto';
  180. }
  181.  
  182. #post {
  183. width:400px;
  184. background-color:white;
  185. z-index:99;
  186. border:solid 1px #eee;
  187. margin-left:-5px;
  188. color:black;
  189. margin-bottom:10px;
  190. padding:15px;
  191. margin-top:0px;
  192. }
  193.  
  194. #post:hover .tags{opacity:1;
  195. margin-top:-5px;
  196. margin-left:0px;
  197. }
  198. /*SIDEBAR*/
  199.  
  200. #description{height:60px;
  201. padding:10px;
  202. text-align:justify;
  203. margin-top:5px;
  204. overflow:auto;}
  205.  
  206. #title {
  207. text-align:center;
  208. top:5px;
  209. font-family:'roboto';
  210. font-size:9px;
  211. font-weight:bold;
  212. padding:5px;
  213. position:relative;
  214. padding-bottom:5px;
  215. margin-bottom:10px;
  216. text-transform:uppercase;
  217. color:{color:Text};
  218. }
  219.  
  220. #rightsidebar { width:100px;
  221. background-color:{color:background};
  222. margin-left:60px;
  223. margin-top:40px;
  224. padding:10px;
  225. height:390px;
  226. text-align:center;
  227. position:fixed;}
  228.  
  229. .popup_block{
  230. display:none;
  231. background:#fff;
  232. padding:20px;
  233. border:1px solid #eee; /* if you want a solid white pop-up, delete this */
  234. float:left;
  235. position:fixed;
  236. top:50%;left:50%;
  237. z-index: 99999;
  238. }
  239.  
  240. *html #fade {position: absolute;}
  241. *html .popup_block {position: absolute;}
  242. #fade {
  243. display:none;
  244. position:fixed;
  245. left:0px;
  246. top:0px;
  247. width:100%;
  248. height:100%;
  249. z-index:9999;
  250. background:#000; /* change to #fff for solid white */
  251. opacity:0.5; /* change to opacity:1; */
  252. }
  253.  
  254. /*LINKS*/
  255. #links{font-size:8px;
  256. margin-top:5px;
  257. letter-spacing:2px;
  258. background-color:white;
  259. border:solid 1px #eee;
  260. color:white;
  261. text-shadow:1px 1px #a0a0a0;
  262. z-index:99;
  263. text-transform:uppercase;
  264. font-family:roboto;
  265. text-align:center;
  266. font-weight:bold;
  267. -moz-transition-duration:0.3s;
  268. -webkit-transition-duration:0.3s;
  269. -o-transition-duration:0.3s;
  270. text-align:center;
  271. }
  272.  
  273.  
  274. #links a:hover {
  275. -moz-transition-duration:0.5s;
  276. -webkit-transition-duration:0.5s;
  277. -o-transition-duration:0.5s;
  278. letter-spacing:2px;
  279. background-color:white;
  280. color:black;
  281. }
  282.  
  283. #links a{margin-right:5px;
  284. color:white;
  285. padding:2px;
  286. padding-left:5px;
  287. display:inline-block;
  288. -moz-transition-duration:0.3s;
  289. -webkit-transition-duration:0.3s;
  290. -o-transition-duration:0.3s;
  291. }
  292.  
  293. /*CHAT POSTS*/
  294. #chat{ padding:2px;
  295. margin-left:50px;
  296. margin-top:-1px;
  297. }
  298. /*POST INFO*/
  299.  
  300. #info {
  301. font-weight:bold;
  302. text-align:center;
  303. width:430px;
  304. border:solid 1px #eee;
  305. padding:2px;
  306. font-family:'roboto';
  307. letter-spacing:2px;
  308. margin-left:0px;
  309. margin-top:-10px;
  310. color:black;
  311. margin-left:-20px;
  312. font-size:8px;
  313. text-transform:uppercase;
  314. font-style:none;
  315. word-wrap:break-word;
  316. color:{color:text};
  317. }
  318.  
  319. #info a {
  320. text-align:center;
  321. background-color:transparent;
  322. color:black;
  323. border:none;
  324. word-wrap:break-word;
  325. }
  326.  
  327. .tags {text-transform:none;
  328. color:{color:postbg};
  329. width:400px;
  330. opacity:0;
  331. word-wrap:break-word;
  332. margin-top:-20px;
  333. height:2px;
  334. margin-left:0px;
  335. font-size:8px;
  336. margin-bottom:5px;
  337. letter-spacing:1px;
  338. text-align:justify;
  339. -moz-transition-duration:0.5s;-webkit-transition-duration:0.5s;-o-transition-duration:0.5s;}
  340.  
  341. .tags a {
  342. letter-spacing:0px;
  343. padding:2px;
  344. word-wrap:break-word;
  345. font-size:9px;
  346. text-align:center;
  347. font-family:'roboto';
  348. text-decoration:none;
  349. color:black;
  350. }
  351.  
  352. #player {
  353. overflow:hidden;
  354. margin-top:5px;
  355. }
  356.  
  357. /*QUESTION*/
  358.  
  359. #asker {
  360. color:white;
  361. padding:15px;
  362. font-family:'roboto';
  363. font-size:9px;
  364. letter-spacing:0px;
  365. text-align:right;
  366. margin-top:5px;
  367. text-transform:lowercase;
  368. line-height:100%;
  369. background-color:{color:Answer background};
  370. }
  371.  
  372. #asker a{color:{color:postbg};}
  373.  
  374. #url{color:{color:text};
  375. padding:4px;
  376. font-family:'roboto';
  377. font-size:12px;
  378. font-weight:bold;
  379. text-align:left;
  380. margin-top:0px;
  381. text-transform:lowercase;
  382. line-height:100%;
  383. background-color:{color:info background};
  384. }
  385.  
  386. #url a{color:{color:Background}}
  387.  
  388. /*CREDIT*/
  389.  
  390. #cred {
  391. position:fixed;
  392. font-family:consolas;
  393. font-size:8px;
  394. right:9px;
  395. bottom:9px;
  396. padding:4px;
  397. letter-spacing:1px;
  398. }
  399.  
  400.  
  401. #sidebartitle{font-size:8px;
  402. margin-top:5px;
  403. letter-spacing:2px;
  404. background-color:white;
  405. border:solid 1px #eee;
  406. color:black;
  407. z-index:99;
  408. text-transform:uppercase;
  409. font-family:roboto;
  410. font-weight:bold;}
  411.  
  412. .sidebarcontent{ height:0px;
  413. overflow:hidden;
  414. -webkit-transition:all 0.5s;
  415. -moz-transition:all 0.5s;
  416. -ms-transition:all 0.5s;
  417. -o-transition:all 0.5s;
  418. transition:all 0.5s;
  419. }
  420.  
  421. #sidebartitle:hover .sidebarcontent{height:100px;
  422. overflow:auto;
  423. -webkit-transition:all 0.5s;
  424. -moz-transition:all 0.5s;
  425. -ms-transition:all 0.5s;
  426. -o-transition:all 0.5s;
  427. transition:all 0.5s;
  428.  
  429. }
  430.  
  431. .tooltip {
  432. display:none;
  433. position:absolute;
  434. border:1px solid white;
  435. background-color:#eee;
  436. padding:2px;
  437. color:black;
  438. font-size:12px Arial;
  439. }
  440. {CustomCSS}</style></head><body>
  441. <div id="content">
  442. <div id="rightsidebar">
  443. <img src="http://placehold.it/100x100">
  444.  
  445. <div id="links">
  446. <a href="{text:Link 1 URL}"><span>I</a></span>
  447. <a href="{text:Link 2 URL}"><span>II</a></span>
  448. <a href="{text:Link 3 URL}"><span>III</a></span>
  449. <a href="{text:Link 3 URL}"><span>IV</a></span>
  450. </div>
  451.  
  452. <div id="description">{description}</div>
  453.  
  454. <div id="sidebartitle">MUSES
  455. <div class="sidebarcontent" align="center">
  456. <a href="{text:Muse 1 Link}"><img src="{image:Muse 1}" style="border:solid 2px #eee"class="masterTooltip" title="{text:Muse 1}" ></a>
  457. <a href="{text:Muse 2 Link}" ><img src="{image:Muse 2}" style="border:solid 2px #eee" class="masterTooltip" title="{text:Muse 2}"></a>
  458. <a href="{text:Muse 3 Link}"><img src="{image:Muse 3}" style="border:solid 2px #eee" class="masterTooltip" title="{text:Muse 3}"></a>
  459. <a href="{text:Muse 4 Link}" ><img src="{image:Muse 4}" style="border:solid 2px #eee" class="masterTooltip" title="{text:Muse 4}"></a>
  460. <a href="{text:Muse 5 Link}" ><img src="{image:Muse 5}" style="border:solid 2px #eee" class="masterTooltip" title="{text:Muse 5}" ></a>
  461. <a href="{text:Muse 6 Link}" ><img src="{image:Muse 6}" style="border:solid 2px #eee" class="masterTooltip" title="{text:Muse 6}"></a>&nbsp;
  462. </div></div>
  463. <div id="sidebartitle">+
  464. <div class="sidebarcontent" align="center"; style="color:black";><br>{text:caption}
  465. </div></div>
  466.  
  467. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">←</a>{/block:PreviousPage}
  468. {block:NextPage}<a href="{NextPage}">→</a>{/block:NextPage}
  469. {/block:Pagination}
  470. </div>
  471.  
  472. <div id="entries">
  473. {block:Posts}
  474. <div id="post">
  475. <div id="info">
  476. <div id="permalink">
  477. <a href="{Permalink}">{DayOfMonthWithZero}.{ShortMonth}.{ShortYear}</a>
  478. <a href="{SourceURL}">©</a>
  479. </a></div></div>
  480. {block:Text}
  481. {block:Title}<h1>{Title}</h1>{/block:Title}
  482. {Body}{/block:Text}
  483. {block:Photo}<br>{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}
  484. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  485.  
  486. {block:Photoset}<br>{Photoset-400}{block:Caption}{Caption}
  487. {/block:Caption}{/block:Photoset}
  488.  
  489. {block:Quote}<h1>"{Quote}"</h1>
  490. {/block:Source}{/block:Quote}
  491.  
  492. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  493.  
  494. {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}
  495.  
  496. {block:Audio}
  497. {block:Audio}<div align="center">
  498. <span class="audio">{AudioPlayerWhite}</div></span>
  499. {/block:ExternalAudio}
  500. {/block:Audio}
  501. {/block:Audio}
  502.  
  503. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}</center>{/block:Video}
  504.  
  505. {block:Answer}<div id="asker">{Question}</div> <div id="url">{Asker}</div>{Answer}{/block:Answer}
  506.  
  507.  
  508. {block:HasTags}<div class="tags"><a href="{Permalink}">{NoteCountWithLabel}</a> &nbsp; &nbsp;
  509. {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div>
  510. {block:PostNotes}{PostNotes} {block:NoteCount} {/block:NoteCount}{/block:PostNotes}
  511. {/block:Posts}</div></div>
  512.  
  513. <div id="cred">
  514. <a href="http://jcgged.tumblr.com/">CR</a>
  515. </div>
  516. </div>
  517. </body>
  518. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement