Advertisement
Guest User

aye aye ayeee

a guest
Aug 22nd, 2014
273
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.62 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>
  4.  
  5. <!---
  6. Theme 03. Wandering Star by soldierholic
  7. Don't remove the credit!
  8. Please don't take, use as a base, or claim the theme as your own.
  9. --->
  10.  
  11. <title>{Title}</title>
  12. <link rel="shortcut icon" href="{Favicon}">
  13. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  14.  
  15. <meta name="color:Background" content="#ffffff"/>
  16. <meta name="color:Blockquote" content="#e3e3e3"/>
  17. <meta name="color:Bold" content="#4f002f"/>
  18. <meta name="color:Borders" content="#c4c4c4"/>
  19. <meta name="color:Clinks 1" content="#a15981"/>
  20. <meta name="color:Clinks 2" content="#3e1429"/>
  21. <meta name="color:Clinks hover" content="#bdbdbd"/>
  22.  
  23. <meta name="color:Info Text" content="#999898"/>
  24. <meta name="color:Info Link Hover" content="#e0e0e0"/>
  25. <meta name="color:Link" content="#a54d84"/>
  26. <meta name="color:Link Hover" content="#e0e0e0"/>
  27. <meta name="color:Pagination" content="#824868"/>
  28. <meta name="color:Post BG" content="#ffffff">
  29. <meta name="color:Post Title" content="#820a52"/>
  30.  
  31. <meta name="color:Scrollbar" content="#792355"/>
  32. <meta name="color:Tags" content="#a25d82"/>
  33. <meta name="color:Text" content="#5d5d5d"/>
  34.  
  35.  
  36. <meta name="image:Sidebar" content="http://static.tumblr.com/084de14cb4a57fe67d2c47f7b0f2d3df/yiih8yx/sEpmzq4fr/tumblr_static_hirunaka_no_ryuusei_v04_ch24_p012__ef__sds_.png"/>
  37.  
  38. <meta name="text:Link1" content="/" />
  39. <meta name="text:Link1 Title" content="Link 1" />
  40. <meta name="text:Link2" content="/" />
  41. <meta name="text:Link2 Title" content="Link 2" />
  42. <meta name="text:Link3" content="/" />
  43. <meta name="text:Link3 Title" content="Link 3" />
  44. <meta name="text:Link4" content="/" />
  45. <meta name="text:Link4 Title" content="Link 4" />
  46.  
  47. <link href='http://fonts.googleapis.com/css?family=Josefin+Sans:300,700' rel='stylesheet' type='text/css'>
  48. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  49. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  50. <script>
  51. (function($){
  52. $(document).ready(function(){
  53. $("a[title]").style_my_tooltips({
  54. tip_follows_cursor:true,
  55. tip_delay_time:0,
  56. tip_fade_speed:0,
  57. attribute:"title"
  58. });
  59. });
  60. })(jQuery);
  61. </script>
  62.  
  63. <style type="text/css">
  64.  
  65. @import url(http://static.tumblr.com/6hsqxdt/md2mgu4of/tinytots.css);
  66.  
  67.  
  68. ::-webkit-scrollbar-thumb:vertical {
  69. background-color:{color:scrollbar};
  70. height:7px;
  71. border-bottom:2px solid {color:post bg};
  72. border-top:2px solid {color:post bg};
  73. border-right:2px solid {color:post bg};}
  74. ::-webkit-scrollbar-thumb:horizontal {
  75. background-color:{color:scrollbar};
  76. height:7px!important;}
  77. ::-webkit-scrollbar {
  78. background-color:{color:post bg};
  79. height:7px;
  80. width:8px;}
  81. ::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment{
  82. display:block;
  83. height:6px;
  84. background-color:{color:scrollbar};
  85. border-right:2px solid {color:post bg};}
  86.  
  87. body {
  88. background:{color:background};
  89. margin:0px;
  90. color:{color:text};
  91. font-family:arial;
  92. font-size:10px;
  93. font-style: none;}
  94.  
  95. sup,small,sub {
  96. font-size:10px;}
  97.  
  98. b,strong {color:{color:bold};}
  99.  
  100. a {
  101. color: {color:link};
  102. font:8px tinytots;
  103. text-transform:uppercase;
  104. text-decoration: none;
  105. font-weight: normal;
  106. -webkit-transition: all 0.5s ease-in-out;
  107. -moz-transition: all 0.5s ease-in-out;
  108. -o-transition: all 0.5s ease-in-out;}
  109.  
  110. a:hover {
  111. -webkit-transition: all 0.5s ease-in-out;
  112. -moz-transition: all 0.5s ease-in-out;
  113. -o-transition: all 0.5s ease-in-out;
  114. color: {color:link hover};
  115. text-decoration: none;
  116. font-weight: normal;}
  117.  
  118. img {max-width:100%;}
  119.  
  120. blockquote {
  121. margin-left:25px;
  122. margin-right:5px;
  123. padding-left:5px;
  124. border-left:1px solid {color:blockquote};}
  125.  
  126. h1 {font-family: cambria;
  127. font-size:18px;
  128. font-weight:lighter;
  129. text-transform: lowercase;
  130. letter-spacing:2px;
  131. text-align: center;
  132. font-style: italic;
  133. color: {color:Post Title};}
  134.  
  135. #s-m-t-tooltip {
  136. margin:-10px 0 0 10px;
  137. display:none;
  138. text-align:left;
  139. position:absolute;
  140. letter-spacing:2px;
  141. text-transform:uppercase;
  142. font-family:consolas;
  143. font-size:8px;
  144. z-index:999;
  145. padding:4px 4px;
  146. line-height:12px;
  147. color:{color:text};
  148. background:{color:background};}
  149.  
  150. #container {margin: auto;
  151. width: 900px;}
  152.  
  153. #pcontainer {
  154. background-color: {color:Post BG};
  155. width:402px;
  156. height:225px;
  157. padding: 20px;
  158. top:75px;
  159. margin-left: 375px;
  160. position:relative;
  161. overflow-y:scroll;
  162. overflow-x:hidden;
  163. border:1px solid #000;}
  164.  
  165. #entry {
  166. position:relative;
  167. float:left;
  168. width:400px;
  169. margin: auto;
  170. text-align:justify;
  171. padding-left:-5px;}
  172.  
  173. #post {
  174. width:400px;
  175. padding:0px;
  176. border:1px solid {color:borders};
  177. background-color: {color:Post BG};}
  178.  
  179. #tlink a {font-family: cambria;
  180. font-size:18px;
  181. font-weight:lighter;
  182. text-transform: lowercase;
  183. letter-spacing:2px;
  184. text-align: center;
  185. font-style: italic;}
  186.  
  187. .pagination {
  188. width:150px;
  189. color:{color:pagination};
  190. text-align:center;
  191. font-size:8px;
  192. margin-top:5px;
  193. text-transform:none;
  194. font-style:none;
  195. position:fixed;
  196. font-family: tinytots;
  197. text-transform: uppercase;
  198. padding: 3px;}
  199.  
  200. .pagination a {
  201. color:{color:pagination};}
  202. .pagination a:hover {
  203. color:{color:link hover};}
  204.  
  205. #sbar {
  206. width: 235px;
  207. height: auto;
  208. padding: 15px;
  209. float: left;}
  210.  
  211. #sbar img {
  212. width: 800px;
  213. margin-top:-100px;
  214. margin-left:190px;
  215. position:fixed;}
  216.  
  217. #sidebar {
  218. width: 375px;
  219. padding: 1px;
  220. margin-left:400px;
  221. margin-top:-45px;
  222. position:fixed;}
  223.  
  224. #desc {
  225. width:375px;
  226. padding:10px;
  227. font:8px;
  228. color: {color:Text};
  229. margin-top:30px;
  230. position:fixed;
  231. text-align: justify;
  232. text-transform:uppercase;}
  233.  
  234. #clinks {
  235. margin-top:175px;
  236. margin-left:100px;
  237. padding-top:5px;
  238. text-transform:uppercase;
  239. z-index:1;}
  240.  
  241. #clinks a {
  242. margin-bottom:25px;
  243. width:20px;
  244. font-size:22px;
  245. font-family:times;
  246. display:block;
  247. color: {color:clinks 1};
  248. letter-spacing:1px;
  249. -moz-transition-duration:.7s;
  250. -webkit-transition-duration:.7s;
  251. -o-transition-duration:.7s;}
  252.  
  253. #clinks a.clink2 {
  254. margin-bottom:25px;
  255. width:20px;
  256. display:block;
  257. color: {color:clinks 2};
  258. letter-spacing:1px;
  259. -moz-transition-duration:.7s;
  260. -webkit-transition-duration:.7s;
  261. -o-transition-duration:.7s;}
  262.  
  263. #clinks a:hover {
  264. color: {color:clinks hover};
  265. background-color:transparent;
  266. width:50px;
  267. -moz-transition-duration:.5s;
  268. -webkit-transition-duration:.5s;
  269. -o-transition-duration:.5s;}
  270.  
  271.  
  272. #space {margin-bottom:20px;}
  273.  
  274. #ask {padding: 5px;}
  275.  
  276. #ask img {
  277. max-width: 30px;
  278. padding:2px;
  279. border:3px double {color:borders};}
  280.  
  281. #ask a {
  282. font:23px cambria;
  283. font-style:italic;
  284. letter-spacing:-2px;
  285. font-weight:bold;
  286. text-transform:lowercase;
  287. text-decoration: none;}
  288.  
  289. #ask b {
  290. font:23px cambria;
  291. font-style:italic;
  292. letter-spacing:-2px;
  293. font-weight:bold;
  294. text-transform:lowercase;
  295. text-decoration: none;}
  296.  
  297. #ask i {
  298. font:23px cambria;
  299. font-style:italic;
  300. letter-spacing:-2px;
  301. font-weight:bold;
  302. text-transform:lowercase;
  303. text-decoration: none;}
  304.  
  305. #info {
  306. text-transform:uppercase;
  307. font-style:none;
  308. font-family:tinytots;
  309. font-size: 8px;
  310. width:400px;
  311. color:{color:info text};
  312. text-align:left;
  313. padding-left:15px;
  314. padding-right:5px;
  315. padding-top:3px;
  316. padding-bottom:3px;
  317. margin-top:2px;}
  318. #info a {color:{color:info text};}
  319. #info a:hover {color:{color:info link hover};}
  320.  
  321. #permap {
  322. text-transform:uppercase;
  323. font-style:none;
  324. font-family:'tinytots';
  325. font-size: 8px;
  326. width:400px;
  327. color:{color:info text};
  328. text-align:left;
  329. padding-left:15px;
  330. padding-right:5px;
  331. padding-top:3px;
  332. margin-left:1px;
  333. margin-top:2px;
  334. border-top: 1px solid {color:borders};
  335. margin-bottom:15px;}
  336. #permap a {color:{color:info text};}
  337. #permap a:hover {color:{color:info link hover};}
  338.  
  339. .rb {
  340. text-align:right;
  341. padding-right:10px;
  342. margin-top:-9px;
  343. padding-top:1px;}
  344.  
  345.  
  346. #tags {
  347. color:{color:info text};
  348. margin-top:-2px;
  349. padding-left:15px;
  350. text-align:center;
  351. line-height:8px;
  352. font-size:8px;
  353. margin-bottom:5px;
  354. text-transform:uppercase;
  355. font-family: 'tinytots';
  356. padding-right:10px;}
  357.  
  358. #tags a {color:{color:tags};}
  359. #tags a:hover {color:{color:link hover};}
  360.  
  361. #notes {
  362. text-align: left;
  363. padding-left:5px;}
  364. #notes blockquote a {color:{Color:text};}
  365. #notes img {width:10px;}
  366. #notes a {color:{color:link};}
  367. #notes a:hover {color:{color:link hover};
  368. text-decoration:none;}
  369.  
  370. li.note {
  371. list-style-type: none;
  372.  
  373. background-color:{color:background};
  374. font-family:consolas;
  375. font-size:8px;
  376. text-transform:uppercase;}
  377.  
  378. #credit a {
  379. padding:3px;
  380. position:fixed;
  381. z-index:9999;
  382. bottom:5px;
  383. right:5px;
  384. text-transform:uppercase;
  385. font:8px 'tinytots';
  386. color: {color:link};
  387. -webkit-transition: all 0.5s ease-in-out;
  388. -moz-transition: all 0.5s ease-in-out;
  389. -o-transition: all 0.5s ease-in-out;}
  390.  
  391. #credit:hover {
  392. -webkit-transition: all 0.5s ease-in-out;
  393. -moz-transition: all 0.5s ease-in-out;
  394. -o-transition: all 0.5s ease-in-out;
  395. color: {color:link hover};
  396. text-decoration: none;
  397. font-weight: normal;}
  398.  
  399. </style>
  400.  
  401.  
  402. </head><body>
  403.  
  404. <div id="credit"><a href="http://soldierholic.tumblr.com/">theme</a></div>
  405.  
  406. <div id="container">
  407.  
  408. <div id="sbar">
  409. <div id="sidebar">
  410. <div id="desc">
  411. {Description}
  412. {block:Pagination}<div class="pagination">{block:PreviousPage}<a href="{PreviousPage}">fall</a>{/block:PreviousPage} &mdash; {block:NextPage}<a href="{NextPage}">rise</a>{/block:NextPage}</div>{/block:Pagination}</div>
  413.  
  414. </div>
  415. <img src="{image:Sidebar}" alt="">
  416.  
  417. <div id="clinks">
  418. <a href="/" title="return">✖</a>
  419. <a class="clink2" href="/ask" title="query">✖</a>
  420. <a href="/submit" title="bestow">✖</a>
  421. <a class="clink2" href="/archive" title="fragments">✖</a>
  422. {block:ifLink1}<a href="{text:Link1}" title="{text:Link1 Title}">✖</a>{/block:IfLink1}
  423. {block:ifLink2}<a class="clink2" href="{text:Link2}" title="{text:Link2 Title}">✖</a>
  424. {/block:IfLink2}
  425. {block:ifLink3}<a href="{text:Link3}" title="{text:Link3 Title}">✖</a>{/block:IfLink3}
  426. {block:ifLink4}<a class="clink2" href="{text:Link4}" title="{text:Link4 Title}">✖</a>
  427. {/block:IfLink4}
  428. </div>
  429.  
  430.  
  431. </div>
  432.  
  433. <div id="pcontainer">
  434. <div id="entry">{block:Posts}<div id="post">
  435. {block:ContentSource}
  436. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  437. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  438. {/block:SourceLogo}
  439. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  440. {/block:ContentSource}
  441.  
  442. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  443.  
  444. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  445.  
  446. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  447.  
  448. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  449.  
  450. {block:Link}<div id="tlink"><h1><a href="{URL}" {Target}>{Name}</a></h1></div>{block:Description}{Description}{/block:Description}{/block:Link}
  451.  
  452. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  453.  
  454. {block:Audio}{block:AlbumArt}<img src="{AlbumArtURL}" width="84px" height="84px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerwhite}<br></span>
  455. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  456. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  457. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times<br><br>
  458. {block:Caption}{Caption}{/block:Caption}{/block:Audio}
  459.  
  460. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  461.  
  462. {block:Answer}
  463. <div id="ask"><table><tr><td style="width: 50px;"><img src="{AskerPortraitURL-40}"></td><td style="width: 455px;"><div style="margin-top:-5px;"><i>{Asker}</i> <b>;</b>&nbsp;&nbsp; <div style="font-size:11px;margin-top: 0px;padding-left:20px;">{Question}</div></div></td>
  464. </tr></table></div>
  465. {Answer}
  466. {/block:Answer}
  467. </div>
  468.  
  469. {block:Date}
  470. <div id="space">
  471. <div id="info">Posted on {ShortMonth} {DayOfMonthWithZero}&mdash; <a href="{Permalink}">{TimeAgo}</a>{block:NoteCount} &middot; <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}
  472. <div class="rb">{block:RebloggedFrom}<a href="{ReblogParentURL}">via</a> {/block:RebloggedFrom}
  473. {block:ContentSource} &middot; <a href="{SourceURL}">source</a> &middot; {/block:ContentSource} <a href="{ReblogURL}" target="_blank">reblog</a></div></div>{/block:Date}
  474.  
  475. {block:HasTags}<div id="tags">filed under&rarr; {block:Tags}&middot;<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}
  476. {/block:indexpage}
  477.  
  478. </div>
  479.  
  480.  
  481. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  482. {/block:Posts}
  483.  
  484. </div>
  485. </div>
  486. </div></div>
  487.  
  488. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement