Advertisement
KORIANDR

FOR MARS

Aug 27th, 2015
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.18 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 src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  9.  
  10. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  11.  
  12. <script>
  13.  
  14. (function($){
  15.  
  16. $(document).ready(function(){
  17.  
  18. $("a[title]").style_my_tooltips({
  19.  
  20. tip_follows_cursor:true,
  21.  
  22. tip_delay_time:90,
  23.  
  24. tip_fade_speed:600,
  25.  
  26. attribute:"title"
  27.  
  28. });
  29.  
  30. });
  31.  
  32. })(jQuery);
  33.  
  34. </script>
  35. <!--basic tooltip from tutorial-baby! Enjoy-->
  36. <style>
  37. .tooltip{
  38. display: inline;
  39. position: relative;
  40. }
  41. #s-m-t-tooltip {
  42. max-width:300px; /*how big the tooltip can be at most*/
  43. border-radius: 0px; /*change your border radius*/
  44. padding:3px 4px 5px 4px; /*padding inside tooltip*/
  45. margin:20px 7px -2px 20px; /*distance from word*/
  46. background-color:#ffffff; /*background color*/
  47. border:1px solid #E0E0E0; /*border info*/
  48. font-family:calibri; /*tooltip font*/
  49. font-size:9px; /*tooltip font size*/
  50. letter-spacing:2px; /*tooltip letter spacing*/
  51. text-transform:uppercase; /*makes the tooltip title uppercase*/
  52. color:#000; /*tooltip font color*/
  53. z-index:999999999999999999999999999999999999;
  54. }
  55. </style>
  56.  
  57. <!---- this is theme 44 by Hollywhood
  58. please don't remove the credit
  59. thank you
  60. --->
  61.  
  62. <meta name="color:Background" content="#ffffff"/>
  63. <meta name="color:Text" content="#9B9B9B"/>
  64. <meta name="color:Link" content="#b8b8b8"/>
  65. <meta name="color:scrollbar" content="#999999">
  66. <meta name="color:title" content="#999999">
  67. <meta name="color:Link Hover" content="#eeeeee"/>
  68.  
  69. <meta name="image:sidebar" content=""/>
  70. <meta name="text:sidebartitle" content="">
  71.  
  72. <meta name="text:link1" content="" />
  73. <meta name="text:link1 url" content="/">
  74. <meta name="text:link2" content="" />
  75. <meta name="text:link2 url" content="/">
  76. <meta name="text:link3" content="" />
  77. <meta name="text:link3 url" content="/">
  78. <meta name="text:link4" content="" />
  79. <meta name="text:link4 url" content="/">
  80. <meta name="text:link5" content="" />
  81. <meta name="text:link5 url" content="/">
  82.  
  83.  
  84. <style type="text/css">
  85.  
  86. /************** FLAGS UPDATES TAB **************/
  87. /* tutorial by deanlirium|tumblr (clarence.tk) */
  88.  
  89. #flags {
  90. position:fixed;
  91. top:100px; /* distance from the top of the page - adjust as you wish! */
  92. right:0px;
  93. text-align:center;
  94. text-transform:uppercase; /* the text is in all caps - delete this line and it won't be */
  95. color:#8C8C8C; /* change text color: use sites like http://www.colorpicker.com/ or the tumblr thing, copy the code it gives you and paste it! remember the #! */
  96. font-size:10px; /* adjust font size */
  97. letter-spacing:1px;
  98. z-index:2147483607;
  99. font-family:calibri;}
  100.  
  101.  
  102. #flag1 {
  103. border:solid 6px #344A74; /* flag color */
  104. border-left:solid 6px transparent; /* IMPORTANT! -- to make the flag thicker increase the border and border-right value; it looks better if they both have the same number! */
  105. padding-right:10px;
  106. right:00px;
  107. width:20px; /* increase or decrease to change the lenght of the CLOSED flag */
  108. height:0px;
  109. position:absolute;
  110. -moz-transition:all 0.7s ease-out;
  111. -webkit-transition:all 0.7s ease-out;
  112. -o-transition:all 0.7s ease-out;}
  113.  
  114. #flag1:hover {
  115. width:180px;} /* lenght of the OPEN flag */
  116.  
  117. #upd1 {
  118. position:absolute;
  119. width:110px;
  120. padding:10px;
  121. padding-right:60px; /* adjust this if you've changed the length of the open flag, subtract what you add here to the 'left' value below */
  122. right:-180px;
  123. margin-top:6px; /* keep this number equal to the 'border' value for the flag */
  124. opacity:0;
  125. -moz-transition:all 0.7s ease-out;
  126. -webkit-transition:all 0.7s ease-out;
  127. -o-transition:all 0.7s ease-out;}
  128.  
  129. #flag1:hover #upd1{
  130. right:0px;
  131. opacity:1;}
  132.  
  133. /* following is the coding for the other flags - same as above! */
  134.  
  135. #flag2 {
  136. border:solid 6px #425F94;
  137. margin-top:20px;
  138. position:absolute;
  139. border-left:solid 6px transparent;
  140. padding-right:10px;
  141. right:00px;
  142. width:20px;
  143. height:0px;
  144. -moz-transition:all 0.7s ease-out;
  145. -webkit-transition:all 0.7s ease-out;
  146. -o-transition:all 0.7s ease-out;}
  147.  
  148. #flag2:hover {
  149. width:180px;}
  150.  
  151. #upd2 {
  152. position:absolute;
  153. width:110px;
  154. padding:10px;
  155. padding-right:60px;
  156. right:-180px;
  157. margin-top:6px;
  158. opacity:0;
  159. -moz-transition:all 0.7s ease-out;
  160. -webkit-transition:all 0.7s ease-out;
  161. -o-transition:all 0.7s ease-out;}
  162.  
  163. #flag2:hover #upd2{
  164. right:0px;
  165. opacity:1;}
  166.  
  167. /*if you want more flags, just copy the part of the code below and change the numbers - then increase the margin-top value for the #flag(number) adding 20px each new flag! copy from here: */
  168.  
  169. #flag3 {
  170. border:solid 6px #5478BA;
  171. position:absolute;
  172. margin-top:40px; /* this one! */
  173. border-left:solid 6px transparent;
  174. padding-right:10px;
  175. right:0px;
  176. width:20px;
  177. height:0px;
  178. -moz-transition:all 0.7s ease-out;
  179. -webkit-transition:all 0.7s ease-out;
  180. -o-transition:all 0.7s ease-out;}
  181.  
  182. #flag3:hover {
  183. width:180px;}
  184.  
  185. #upd3 {
  186. position:absolute;
  187. width:110px;
  188. padding:10px;
  189. padding-right:60px;
  190. right:-180px;
  191. margin-top:6px;
  192. opacity:0;
  193. -moz-transition:all 0.7s ease-out;
  194. -webkit-transition:all 0.7s ease-out;
  195. -o-transition:all 0.7s ease-out;}
  196.  
  197. #flag3:hover #upd3{
  198. right:0px;
  199. opacity:1;}
  200.  
  201. /* to here */
  202.  
  203. b, strong {
  204. color:#2E4A81;
  205. font-family: cambria;
  206. font-size:12px;
  207. text-shadow: 0px 0px 2px #3A3531;
  208. }
  209.  
  210. i, em {
  211. color:#3A5CA2;
  212. font-family: cambria;
  213. font-size:11px;
  214. text-shadow: 0px 0px 2px #92857B;
  215. }
  216.  
  217.  
  218.  
  219. ::-webkit-scrollbar-thumb{
  220. height:auto;
  221. }
  222.  
  223. ::-webkit-scrollbar {
  224. height:auto;
  225. width:11px;
  226. }
  227.  
  228.  
  229. iframe#tumblr_controls {
  230. white-space:nowrap;
  231. -webkit-filter: invert(100%);
  232. -moz-filter: invert(100%);
  233. -o-filter: invert(100%);
  234. -ms-filter: invert(100%);
  235. filter: invert(100%);
  236. opacity:.2;transition: .8s ease-in-out;
  237. -webkit-transition: .8s ease-in-out;
  238. -moz-transition: .8s ease-in-out;
  239. -o-transition: .8s ease-in-out;
  240. }
  241.  
  242. h1 {
  243. font-weight:normal;
  244. font-size:13px;
  245. text-align:center;
  246. font-style:normal;
  247. line-height:100%;
  248. letter-spacing:1px;
  249. text-transform:normal;
  250. color:{color:text};
  251. }
  252.  
  253. h2 {
  254. font-size:15px;
  255. line-height:100%;
  256. letter-spacing:-0.5px;
  257. color:{color:text};
  258. font-weight:bold;
  259. padding:5px;
  260. padding-bottom:2px;
  261. }
  262.  
  263.  
  264. blockquote {
  265. border-left:2px solid #9B9B9B;
  266. padding-left:5px;
  267. margin:5px;
  268. }
  269.  
  270.  
  271.  
  272. body {
  273. background:{color:background};
  274. margin:0px;
  275. color:#808080;
  276. font-family:trebuchet ms;
  277. font-size:11px;
  278. line-height:100%;
  279. background-image:url("http://orig02.deviantart.net/0cd7/f/2015/239/7/7/newb_by_kndnumbuh34-d97d56r.png");
  280. background-attachment: fixed;
  281. background-image:stretch;
  282. background-repeat: no-repeat;
  283. background-image:cover;
  284. background-position:left top;
  285.  
  286. }
  287.  
  288. a {
  289. text-decoration:none;
  290. outline:none;
  291. -moz-outline-style:none;
  292. color:{color:link};
  293. -moz-transition-duration:0.5s;
  294. -webkit-transition-duration:0.5s;
  295. -o-transition-duration:0.5s;
  296. }
  297.  
  298. a:hover {
  299. text-decoration:none;
  300. outline:none;
  301. -moz-outline-style:none;
  302. color:{color:link hover};
  303. }
  304.  
  305. img {
  306. border:none;
  307. }
  308.  
  309. blockquote {
  310. padding-left:5px;
  311. border-left:2px solid;
  312. border-radius:5px;
  313. }
  314.  
  315. blockquote blockquote {
  316. padding-left:5px;
  317. border-left:2px solid;
  318. }
  319.  
  320.  
  321. #post {
  322. width:500px;
  323. padding-bottom:30px;
  324. margin-top:60px;
  325. }
  326.  
  327. #entries {
  328. padding:10px;
  329. left:393px;
  330. top:50px;
  331. position:fixed;
  332. background-color:transparent;
  333. width:500px;
  334. height:280px;
  335. top:295px;
  336. padding: 20px;
  337. overflow-x:scroll;
  338. scroll:left;
  339. overflow-x:hidden;
  340. }
  341.  
  342.  
  343. #theme {
  344. width:500px;
  345. margin:0 auto -12px auto;
  346. }
  347.  
  348. #sidebar {
  349. color:{color:text};
  350. width:100px;
  351. height:auto;
  352. margin-top:90px;
  353. margin-left:165px;
  354. text-align:left;
  355. }
  356.  
  357. #sidebarimage img {
  358. width:100px;
  359. opacity:.9;
  360. margin-top:-10px;
  361. margin-bottom:0px;
  362. margin-left:43px;
  363. }
  364.  
  365. #links {
  366. position:fixed;
  367. font-family:cambria;
  368. width:150px;
  369. top:460px;
  370. left:310px;
  371. font-size:12px;
  372. text-transform:lowercase;
  373. text-align:center;
  374. line-height:170%;
  375. }
  376.  
  377. #links a{
  378. line-height:280%;
  379. margin-top:4px;
  380. margin-left:13px;
  381. color:{color:link};
  382. text-decoration:none;
  383. -moz-transition-duration:.2s;
  384. -webkit-transition-duration:.2s;
  385. -o-transition-duration:.2s;
  386. }
  387.  
  388. #links a:hover {
  389. color: {color:link hover};
  390. width:60px;
  391. -moz-transition-duration:0.2s;
  392. -webkit-transition-duration:0.2s;
  393. -o-transition-duration:0.2s;
  394. }
  395.  
  396. #description {
  397. width:300px;
  398. font-family:times;
  399. margin-top:-2px;
  400. margin-left:-58px;
  401. text-align:center;
  402. font-size:9px;
  403. color: {color:text};
  404. letter-spacing:0px;
  405. line-height:170%;
  406. -moz-transition-duration:1s;
  407. -webkit-transition-duration:1s;
  408. -o-transition-duration:1s;
  409. }
  410.  
  411. #description a {
  412. color:{color:link};
  413. }
  414.  
  415. #description a:hover {
  416. color:{color:link hover};
  417. }
  418.  
  419. .sidebartitle {
  420. width:300px;
  421. text-align:center;
  422. font-family:'californian fb';
  423. line-height:120%;
  424. margin-left:-58px;
  425. word-spacing:2px;
  426. font-style:italic;
  427. font-size:16px;
  428. margin-top:10px;
  429. color:{color:title};
  430. }
  431.  
  432. #pagination {
  433. font-family:corbel;
  434. width:500px;
  435. font-size:9px;
  436. margin-top:25px;
  437. margin-left:-8px;
  438. padding-left:5px;
  439. letter-spacing:1px;
  440. text-align:center;
  441. text-transform:uppercase;
  442. }
  443.  
  444. #pagination a {
  445. color:{color:link};
  446. }
  447.  
  448. #info {
  449. font-family:arial;
  450. width:493px;
  451. margin-top:5px;
  452. padding-top:1px;
  453. font-size:9px;
  454. border-top:1px solid #ddd;
  455. padding:4px;
  456. color:#9B9B9B;
  457. text-transform:uppercase;
  458. font-style:normal;
  459. text-align:left;
  460. -moz-transition-duration:0.5s;
  461. -webkit-transition-duration:0.5s;
  462. -o-transition-duration:0.5s;
  463. }
  464.  
  465.  
  466. #info a {
  467. color:#b8b8b8;
  468. font-style:normal;
  469. }
  470.  
  471.  
  472. #info a:hover {
  473. color:transparent;
  474. text-shadow: 0 0 0.2em #CCCCCC;, 0 0 0.2em #CCCCCC;
  475. }
  476.  
  477. .tags {
  478. font-family:calibri;
  479. font-style:normal;
  480. width:500px;
  481. text-transform:normal;
  482. font-style:normal;
  483. line-height:120%;
  484. padding-left:5px;
  485. font-size:11px;
  486. text-align:left;
  487. padding-top:5px;
  488. padding-bottom:15px;
  489. -moz-transition-duration:0.2s;
  490. -webkit-transition-duration:0.2s;
  491. -o-transition-duration:0.2s;
  492. }
  493. .tags a{
  494. color:#b8b8b8;
  495. -moz-transition-duration:0.2s;
  496. -webkit-transition-duration:0.2s;
  497. -o-transition-duration:0.2s;
  498. }
  499. .tags a:hover{
  500. color:#eeeeee;
  501. -moz-transition-duration:0.2s;
  502. -webkit-transition-duration:0.2s;
  503. -o-transition-duration:0.2s;
  504. }
  505.  
  506.  
  507. .audio{
  508. background-color:#e5e5e5;
  509. height:65px;
  510. overflow:hidden;
  511. }
  512.  
  513. #ask {
  514. float:left;
  515. color:{color:text};
  516. }
  517.  
  518. #credit {
  519. font-size:9px;
  520. font-family:cambria;
  521. font-style:italic;
  522. letter-spacing:1px;
  523. -moz-transition-duration:0.5s;
  524. -webkit-transition-duration:0.5s;
  525. -o-transition-duration:0.5s;
  526. }
  527.  
  528. #credit a {
  529. background-color:#fff;
  530. padding:5px;
  531. border:1px solid #e9e9e9;
  532. position:fixed;
  533. right:15px;
  534. bottom:10px
  535. }
  536.  
  537. #credit a:hover {
  538. color:#fff;
  539. background-color:#191919;
  540. }
  541.  
  542. {CustomCSS}</style></head><body>
  543.  
  544. <div id="flags">
  545. <div id="flag1"><div id="upd1">
  546.  
  547. write here for the first flag
  548.  
  549. </div></div>
  550.  
  551. <div id="flag2"><div id="upd2">
  552.  
  553. here for the second flag
  554.  
  555. </div></div>
  556.  
  557. <!---- if you want more flags, copy from here ---->
  558.  
  559. <div id="flag3"><div id="upd3">
  560.  
  561. here for the third one
  562.  
  563. </div></div>
  564.  
  565. <!---- to here and change the numbers according to your css! ---->
  566.  
  567. <!---- thanks for passing by and using this tutorial you're raaaaaaaaad c: ---->
  568.  
  569. </div>
  570.  
  571. <div id="theme">
  572.  
  573. <div id="sidebar">
  574.  
  575. <div id="sidebarimage">
  576. <a href="/"><img src="{image:sidebar}"></a></div>
  577.  
  578. <div class="sidebartitle">{text:sidebartitle}</div>
  579.  
  580. <div id="links">
  581. <a href="{text:link1 url}" title="home">■</a><br>
  582. <a href="{text:link2 url}" title="ask">■</a><br>
  583. <a href="{text:link3 url}" title="title here">■</a><br>
  584. <a href="{text:link4 url}" title="title here">■</a><br>
  585. <a href="{text:link5 url}" title="title here">■</a>
  586. </a>
  587.  
  588. </div>
  589.  
  590. <div id="description">{description}</div>
  591.  
  592. </div>
  593.  
  594. <div id="entries">{block:Posts}<div id="post">
  595.  
  596. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  597.  
  598. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  599.  
  600. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  601.  
  602. {block:Quote}<big><big>"{Quote}"</big></big>{block:Source}<br><br> <div style="text-align: right;">— {Source}</div>{/block:Source}{/block:Quote}
  603.  
  604. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
  605.  
  606. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}{hw}
  607.  
  608. {block:Audio}{block:AlbumArt}<img src="{AlbumArtURL}" width="65px" align="left">{/block:AlbumArt}<div class="audio">{AudioPlayerGrey}<br>{block:TrackName}&nbsp;&nbsp;&nbsp;&nbsp; {TrackName}{/block:TrackName}
  609. {block:Artist} &nbsp;—&nbsp; {Artist} {/block:Artist}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  610.  
  611. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  612.  
  613. {block:Answer}<div id="ask"><img src="{AskerPortraitURL-24}" style="margin-left:7px;margin-right:13px;border:1px solid #e3e3e3;padding:2px;"></div> <em>{Asker}:</em><br> "{Question}"<br><br>{Answer}{/block:Answer}
  614.  
  615. {block:Date}<div id="info"> <a title="{TimeAgo}" href="{Permalink}">{Month} &nbsp;{DayOfMonth}</a>
  616. {/block:Date} {block:NoteCount}&nbsp; ( <font color=#d588a6>♥</font> <a href="{Permalink}">{NoteCount}</a> ) {/block:NoteCount}
  617.  
  618. {block:RebloggedFrom}&nbsp; <a title="{ReblogParentName}" href="{ReblogParentURL}">via</a> {/block:RebloggedFrom}{block:ContentSource} &nbsp; / &nbsp; <a title="{SourceTitle}" href="{SourceURL}">source</a>{/block:ContentSource} {/block:RebloggedFrom} &nbsp; <a href="{ReblogURL}"target="_blank" title="reblog this post"><big>+</big> </a>
  619. </div>
  620.  
  621.  
  622. {block:HasTags}
  623. <div class="tags">
  624. {block:Tags} <a href="{TagURL}"> {Tag}, &nbsp; </a> {/block:Tags}</div>
  625. {/block:HasTags}
  626. <div class="postnote">
  627. {block:PostNotes}{PostNotes}{/block:PostNotes}
  628. </div>
  629. </div>
  630. {/block:Posts}
  631.  
  632. <div id="pagination">
  633. <center>{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">←&nbsp;&nbsp;&nbsp; future</a>{/block:PreviousPage} &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {block:NextPage}<a href="{NextPage}">past&nbsp;&nbsp;&nbsp; →</a><br />{/block:NextPage}{/block:Pagination}</div></center></div>
  634.  
  635. </div>
  636. <div id="credit"><a href="http://hollywhood.tumblr.com">HW</div> </div>
  637.  
  638. </body>
  639.  
  640. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement