Advertisement
Guest User

Untitled

a guest
Jul 7th, 2015
249
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.42 KB | None | 0 0
  1. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"></script>
  2. <html>
  3. <head>
  4. <title>{Title}</title>
  5. <link rel="shortcut icon" href="{Favicon}">
  6. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  7. {block:Description}
  8. <meta name="description" content="{MetaDescription}" />
  9. {/block:Description}
  10. </head>
  11.  
  12. <meta name="image:bg" content="" />
  13. <meta name="image:side" content="" />
  14.  
  15. <style type="text/css">
  16. iframe#tumblr_controls {
  17. margin: 0px 100px 0px 0px;
  18. right: 0px !important;
  19. position: fixed !important;
  20. white-space: nowrap;
  21. opacity: 0.5;
  22. transition: .8s ease-in-out;
  23. -webkit-transition: .8s ease-in-out;
  24. -moz-transition: .8s ease-in-out;
  25. -o-transition: .8s ease-in-out; }
  26.  
  27. iframe#tumblr_controls:hover {
  28. white-space: nowrap;
  29. opacity: 0.8; }
  30.  
  31. body {
  32. background: url('{image:bg}') no-repeat top left;
  33. background-size: auto;
  34. margin: 0;
  35. padding: 0;
  36. height: auto;
  37. font-family: ;
  38. font-size: 10px;
  39. color: #fff;
  40. text-align: justify;
  41. overflow: hidden; }
  42.  
  43. ::-webkit-scrollbar-thumb {
  44. background-color: #fff;
  45. border: 3px solid #555;
  46. height: 0px; }
  47.  
  48. ::-webkit-scrollbar {
  49. height: 0px;
  50. width: 9px;
  51. background-color: #fff;
  52. border: 4px solid #555; }
  53.  
  54. sub, sup, small {
  55. font-size: 10px; }
  56.  
  57. big, h1 {
  58. font-size: 11px;
  59. line-height: 11px; }
  60.  
  61. a {
  62. color: #ccc;
  63. text-decoration: none; }
  64.  
  65. figure {
  66. max-width: 100%; }
  67.  
  68. blockquote {
  69. margin: 2px 0px 2px 5px;
  70. padding: 0px 0px 0px 5px;
  71. border-left: 1px solid #aaa; }
  72.  
  73. hr {
  74. background: rgba(255,255,255,0.5);
  75. width: 80%;
  76. height: 1px;
  77. border: none; }
  78.  
  79. .side {
  80. position: absolute;
  81. top: 0px;
  82. left: 0px;
  83. height: auto; }
  84.  
  85. .g1 {
  86. background: #111; }
  87.  
  88. #ask {
  89. background: #222; }
  90.  
  91. .ask {
  92. display: none;
  93. position: relative;
  94. float: right;
  95. clear: both;
  96. background: #222;
  97. margin: 25px 102px 0px 0px;
  98. padding: 10px;
  99. width: 250px;
  100. -webkit-border-radius: 5px;
  101. -moz-border-radius: 5px;
  102. border-radius: 5px;
  103. z-index: 0; }
  104.  
  105. #sub {
  106. background: #333; }
  107.  
  108. .sub {
  109. display: none;
  110. position: relative;
  111. float: right;
  112. clear: both;
  113. background: #333;
  114. margin: 25px 102px 0px 0px;
  115. padding: 10px;
  116. width: 250px;
  117. -webkit-border-radius: 5px;
  118. -moz-border-radius: 5px;
  119. border-radius: 5px;
  120. z-index: 0; }
  121.  
  122. #abt {
  123. background: #444; }
  124.  
  125. .abt {
  126. display: none;
  127. position: relative;
  128. float: right;
  129. clear: both;
  130. background: #444;
  131. margin: 25px 102px 0px 0px;
  132. padding: 10px 10px 10px 10px;
  133. width: 250px;
  134. max-height: 300px;
  135. color: #fff;
  136. text-align: center;
  137. -webkit-border-radius: 5px;
  138. -moz-border-radius: 5px;
  139. border-radius: 5px;
  140. z-index: 0; }
  141.  
  142. .abt a {
  143. color: #fff;
  144. text-decoration: none;
  145. font-weight: bold; }
  146.  
  147. .abt small {
  148. font-size: 10px; }
  149.  
  150. #tag {
  151. background: #555; }
  152.  
  153. .tag {
  154. display: none;
  155. position: relative;
  156. float: right;
  157. clear: both;
  158. background: #555;
  159. margin: 25px 102px 0px 0px;
  160. padding: 10px 10px 10px 10px;
  161. width: 250px;
  162. max-height: 300px;
  163. color: #fff;
  164. -webkit-border-radius: 5px;
  165. -moz-border-radius: 5px;
  166. border-radius: 5px;
  167. z-index: 0; }
  168.  
  169. .tag a {
  170. color: #fff;
  171. text-decoration: none;
  172. font-weight: bold; }
  173.  
  174. #ooc {
  175. background: #666; }
  176.  
  177. .ooc {
  178. display: none;
  179. position: relative;
  180. float: right;
  181. clear: both;
  182. background: #666;
  183. margin: 25px 102px 0px 0px;
  184. padding: 10px 10px 10px 10px;
  185. width: 250px;
  186. max-height: 300px;
  187. color: #fff;
  188. -webkit-border-radius: 5px;
  189. -moz-border-radius: 5px;
  190. border-radius: 5px;
  191. z-index: 0; }
  192.  
  193. .ooc a {
  194. color: #fff;
  195. text-decoration: none;
  196. font-weight: bold; }
  197.  
  198. #app {
  199. background: #777; }
  200.  
  201. .app {
  202. display: none;
  203. position: relative;
  204. float: right;
  205. clear: both;
  206. background: #777;
  207. margin: 25px 102px 0px 0px;
  208. padding: 10px 10px 10px 10px;
  209. width: 250px;
  210. max-height: 300px;
  211. color: #fff;
  212. -webkit-border-radius: 5px;
  213. -moz-border-radius: 5px;
  214. border-radius: 5px;
  215. overflow: auto;
  216. z-index: 0; }
  217.  
  218. .y {
  219. position: relative;
  220. top: 40%;
  221. transform: translateY(-60%); }
  222.  
  223. .links {
  224. position: absolute;
  225. top: 0px;
  226. bottom: 0px;
  227. right: 0;
  228. margin: auto;
  229. width: 100px;
  230. height: 100%;
  231. z-index: 1; }
  232.  
  233. .links a {
  234. display: block;
  235. margin: 0px 0px 0px 0px;
  236. padding: 1px 0px 0px 0px;
  237. height: 14.2%;
  238. text-align: center;
  239. color: rgba(255,255,255,0.3);
  240. text-decoration: none;
  241. -webkit-transition: all .5s ease-in-out;
  242. -moz-transition: all .5s ease-in-out;
  243. -o-transition: all .5s ease-in-out;
  244. transition: all .5s ease-in-out; }
  245.  
  246. .links a:hover {
  247. color: #fff; }
  248.  
  249. #container {
  250. position: absolute;
  251. top: 0px;
  252. left: 455px;
  253. background: rgba(255,255,255,0.3);
  254. padding: 0px 10px 0px 10px;
  255. width: 400px;
  256. height: 100%;
  257. overflow: auto;
  258. z-index: 2; }
  259.  
  260. .posts {
  261. background: rgba(0,0,0,0.7);
  262. margin: 10px 0px 10px 0px;
  263. padding: 6px 10px 4px 10px;
  264. -webkit-border-top-left-radius: 10px;
  265. -webkit-border-top-right-radius: 10px;
  266. -moz-border-radius-topleft: 10px;
  267. -moz-border-radius-topright: 10px;
  268. border-top-left-radius: 10px;
  269. border-top-right-radius: 10px; }
  270.  
  271. .perma {
  272. background: rgba(0,0,0,0.7);
  273. margin: -10px 0px 0px 0px;
  274. padding: 0px 10px 10px 10px;
  275. -webkit-border-bottom-right-radius: 10px;
  276. -webkit-border-bottom-left-radius: 10px;
  277. -moz-border-radius-bottomright: 10px;
  278. -moz-border-radius-bottomleft: 10px;
  279. border-bottom-right-radius: 10px;
  280. border-bottom-left-radius: 10px; }
  281.  
  282. .tags {
  283. float: right;
  284. width: 50%;
  285. text-align: right; }
  286.  
  287. .playerbuttonbg {
  288. position: absolute;
  289. left: 20px;
  290. top: 20px;
  291. width: 19px;
  292. height: 19px;
  293. background-color: #fff;
  294. padding: 10px;
  295. -webkit-border-radius: 40px;
  296. -moz-border-radius: 40px;
  297. border-radius: 40px;
  298. opacity: .4;
  299. filter: alpha(opacity=40);
  300. -moz-opacity: 0.4;
  301. -khtml-opacity: 0.4;
  302. transition: opacity .7s ease-in-out;
  303. -moz-transition: opacity .7s ease-in-out;
  304. -webkit-transition: opacity .7s ease-in-out; }
  305.  
  306. .playerbuttonbg:hover {
  307. opacity: 1;
  308. filter: alpha(opacity=100);
  309. -moz-opacity: 1;
  310. -khtml-opacity: 1; }
  311.  
  312. .newplayerbutton {
  313. position: relative;
  314. margin: -2px 0px 0px 0px;
  315. width: 25px;
  316. height: 25px;
  317. overflow: hidden; }
  318.  
  319. .playerbuttonhug {
  320. position: absolute;
  321. top: -33px;
  322. left: -14px; }
  323.  
  324. .tumblr_audio_player {
  325. height: 90px;
  326. width: 270px; }
  327.  
  328. .audioimgwrapper {
  329. position: absolute;
  330. left: 0px;
  331. top: 0px;
  332. -webkit-border-radius: 5px;
  333. -moz-border-radius: 5px;
  334. border-radius: 5px;
  335. overflow: hidden;
  336. width: 79px;
  337. height: 79px; }
  338.  
  339. .audioimgwrapper img {
  340. width: 100%;
  341. height: auto;
  342. -webkit-border-radius: 5px;
  343. -moz-border-radius: 5px;
  344. border-radius: 5px; }
  345.  
  346. .trackdetails {
  347. width: auto;
  348. display: inline-block;
  349. margin: 15px 0px 0px 90px;
  350. min-height: 65px; }
  351.  
  352. .audiowrapper {
  353. position: relative;
  354. display: inline-block; }
  355.  
  356. .convo li {
  357. list-style: none;
  358. margin: 0px 0px 0px -40px;
  359. padding: 0px; }
  360.  
  361. .convo ul {
  362. list-style: none;
  363. padding: 0px; }
  364.  
  365. .convo .label {
  366. text-transform: uppercase; }
  367.  
  368. .line_odd .label {
  369. color: #ccc;
  370. font-weight: bold; }
  371.  
  372. .line_even .label {
  373. color: #aaa;
  374. font-weight: bold; }
  375.  
  376. .asker {
  377. display: block;
  378. width: 65px;
  379. margin: 0px auto 0px auto; }
  380.  
  381. .asker img {
  382. position: absolute;
  383. margin: -20px 0px -20px 0px;
  384. -webkit-border-radius: 10px;
  385. -moz-border-radius: 10px;
  386. border-radius: 10px;
  387. z-index: 999; }
  388.  
  389. .user {
  390. float: left;
  391. padding: 2px 0px 0px 202px; }
  392.  
  393. .question {
  394. padding: 0px 0px 24px 0px;
  395. border-bottom: 1px dashed rgba(255,255,255,0.3); }
  396.  
  397. .answer {
  398. padding: 22px 0px 0px 0px; }
  399. </style>
  400.  
  401. <body>
  402. <div class="links">
  403. <a href="/" class="g1"><span class="y"> refresh </span></a>
  404. <a class="g2" id="ask"><span class="y"> message </span></a>
  405. <a class="g3" id="sub"><span class="y"> submission </span></a>
  406. <a class="g4" id="abt"><span class="y"> about </span></a>
  407. <a class="g5" id="tag"><span class="y"> tags </span></a>
  408. <a class="g6" id="ooc"><span class="y"> ooc </span></a>
  409. <a class="g7" id="app"><span class="y"> app </span></a>
  410. </div>
  411.  
  412. <div class="ask">
  413. <iframe frameborder="0" scrolling="no" width="250" height="260"
  414. src="http://www.tumblr.com/ask_form/URLHERE.tumblr.com"
  415. style="background-color:transparent; overflow:hidden;"
  416. id="ask_form"></iframe>
  417. <!--[if IE]><script type="text/javascript">
  418. document.getElementById('ask_form').allowTransparency=true;
  419. </script><![endif]-->
  420. </div>
  421.  
  422. <div class="sub">
  423. <iframe frameborder="0" border="0" scrolling="no" width="250"
  424. height="400" allowtransparency="true"
  425. src="http://www.tumblr.com/submit_form/URLHERE.tumblr.com">
  426. </iframe>
  427. </div>
  428.  
  429. <div class="abt">
  430. PUT YOUR DESCRIPTION HERE
  431. </div>
  432.  
  433. <div class="tag">
  434. PUT YOUR TAGS HERE
  435. </div>
  436.  
  437. <div class="ooc">
  438. PUT W/E YOU WANT HERE
  439. </div>
  440.  
  441. <div class="app">
  442. <b>ooc contact:</b>
  443. <blockquote>
  444. OOC CONTACTS
  445. </blockquote>
  446. <br>
  447. <b>name</b>:
  448. <blockquote>
  449. Eren Yeager
  450. </blockquote>
  451. <br>
  452. <b>series</b>:
  453. <blockquote>
  454. Attack on Titan
  455. </blockquote>
  456. <br>
  457. <b>age</b>:
  458. <blockquote>
  459. 16
  460. </blockquote>
  461. <br>
  462. <b>gender</b>:
  463. <blockquote>
  464. Male
  465. </blockquote>
  466. <br>
  467. <b>housing</b>:
  468. <blockquote>
  469. <b>age range</b>: -- <br>
  470. <b>gender</b>: -- <br>
  471. <b>fated</b>: Levi Ackerman
  472. </blockquote>
  473. <br>
  474. <b>personality</b>:
  475. <blockquote>
  476. PERSONALITY GOES HERE
  477. </blockquote>
  478. <br>
  479. <b>powers</b>:
  480. <blockquote>
  481. POWERS HERE
  482. </blockquote>
  483. <br>
  484. <b>extra</b>:
  485. <blockquote>
  486. OOC NOTES
  487. </blockquote>
  488. </div>
  489.  
  490. <img src="{image:side}" class="side">
  491.  
  492. <div id="container">
  493. {block:Posts}
  494.  
  495. {block:ContentSource}
  496. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  497. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  498. {/block:SourceLogo}
  499. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  500. {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  501.  
  502. <div class="posts">
  503. {block:Text}
  504. {block:Title}
  505. <h1><a href="{Permalink}">{Title}</a></h1>
  506. {/block:Title}
  507.  
  508. {body}
  509. {/block:Text}
  510.  
  511. {block:Chat}
  512. {block:Title}
  513. <h1><a href="{Permalink}">{Title}</a></h1>
  514. {/block:Title}
  515.  
  516. <ul class="convo">
  517. {block:Lines}
  518. <li class="line_{Alt}">
  519. {block:Label}
  520. <span class="label">
  521. {Label}
  522. </span>
  523. {/block:Label}
  524.  
  525. {Line}
  526. </li>
  527. {/block:Lines}
  528. </ul>
  529. {/block:Chat}
  530.  
  531. {block:Audio}
  532. {block:AudioPlayer}
  533. <div class="audiowrapper">
  534. {block:AlbumArt}
  535. <div class="audioimgwrapper">
  536. <img src="{AlbumArtURL}">
  537. </div>
  538. {/block:AlbumArt}
  539.  
  540. <div class="playerbuttonbg">
  541. <div class="newplayerbutton">
  542. <div class="playerbuttonhug">
  543. {AudioPlayerWhite}
  544. </div>
  545. </div>
  546. </div>
  547.  
  548. <div class="trackdetails">
  549. {block:TrackName}
  550. {TrackName}
  551. {/block:TrackName}
  552. <br>
  553. {block:Artist}
  554. Artist: {Artist}
  555. {/block:Artist}
  556. <br>
  557. {block:Album}
  558. Album: {Album}
  559. {/block:Album}
  560. <br>
  561. {PlayCountWithLabel}
  562. </div>
  563. </div>
  564. {/block:AudioPlayer}
  565.  
  566. {block:Caption}
  567. {Caption}
  568. {/block:Caption}
  569. {/block:Audio}
  570.  
  571. {block:Answer}
  572. <div class="question">
  573. {Question}
  574. </div>
  575.  
  576. <div class="asker">
  577. <img src="{AskerPortraitURL-40}">
  578. </div>
  579.  
  580. <div class="user">
  581. {Asker}
  582. </div>
  583.  
  584. <div class="answer">
  585. {Answer}
  586. </div>
  587. {/block:Answer}
  588. </div>
  589.  
  590. <div class="perma">
  591. <hr>
  592. {block:Date}
  593. {ShortMonth} {DayOfMonthWithZero}{DayOfMonthSuffix},
  594. {Year} at {12HourWithZero}:{Minutes} {CapitalAmPm}
  595. with <a href="{Permalink}">{NoteCountWithLabel}</a>
  596. {/block:Date}
  597. {block:HasTags}
  598. <div class="tags">
  599. {block:Tags}
  600. #<a href="{TagURL}">{Tag}</a>
  601. {/block:Tags}
  602. </div>
  603. {/block:HasTags}
  604. </div>
  605. {/block:Posts}
  606. </div>
  607. </body>
  608.  
  609. <script src="http://static.tumblr.com/46nub40/EHPnr407y/ask.txt"></script>
  610. <script src="http://static.tumblr.com/46nub40/e3Gnr41vo/sub.txt"></script>
  611. <script src="http://static.tumblr.com/46nub40/jhTnr41wh/abt.txt"></script>
  612. <script src="http://static.tumblr.com/46nub40/2oCnr41x0/tag.txt"></script>
  613. <script src="http://static.tumblr.com/46nub40/GVHnr420j/ooc.txt"></script>
  614. <script src="http://static.tumblr.com/46nub40/Eetnr4215/app.txt"></script>
  615. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement