sullissi

_0 current theme

May 20th, 2018
263
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.51 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 TRANSITIONAL//EN">
  2.  
  3.  
  4.  
  5. <html>
  6. <head>
  7. <!--
  8. Drifter Version 2.0
  9. Questions and comments may be directed to [email protected]
  10. -->
  11.  
  12. <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
  13. <meta name="color:Highlight" content="#ff0" />
  14. <meta name="image:Header" content="0" />
  15. <meta name="if:Larger Type" content="0"/>
  16. <meta name="if:Sidebar fixes at top" content="1"/>
  17. <meta name="if:Endless Scrolling" content="1"/>
  18. <meta name="if:Show Date" content="0"/>
  19. <meta name="if:Show Tags" content="0"/>
  20. <meta name="if:Show Portrait" content="0"/>
  21.  
  22. <title>{block:PostSummary}{PostSummary} - {/block:PostSummary}{Title}</title>
  23. <meta name="description" content="{MetaDescription}"/>
  24. <link rel="shortcut icon" href="{Favicon}"/>
  25. <link rel="alternate" type="application/rss+xml" name="RSS" href="{RSS}"/>
  26.  
  27. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
  28. {block:IfSidebarfixesattop}
  29. <script type="text/javascript" src="http://static.tumblr.com/ahomusb/aIHl5l1tn/fixedsidebar.js"></script>
  30. {/block:IfSidebarfixesattop}
  31.  
  32. <link href='http://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
  33.  
  34. <style class="text/css">
  35.  
  36. .sources
  37. {
  38. filter:alpha(opacity=0);
  39. opacity:0;
  40. }
  41.  
  42. body {
  43. background-color: #fff;
  44. margin: 0px;
  45. padding: 0px;
  46. width: 100%;
  47. text-align: center;
  48. line-height:150%;
  49. }
  50.  
  51. html {
  52. {block:IfNotLargerType}
  53. font: 11.5px Times, Monaco, monospace;
  54. {/block:IfNotLargerType}
  55. {block:IfLargerType}
  56. font: 14px Times, Monaco, monospace;
  57. {/block:IfLargerType}
  58. color: #000000;
  59. }
  60.  
  61.  
  62. @font-face {
  63. font-family: 'Arial';
  64. src: local('Arial'), url('') format('truetype');
  65. }
  66.  
  67. a {
  68. color: #202020;
  69. text-decoration: underline;
  70. }
  71.  
  72. a:hover {
  73. color: #202020;
  74. background-color: {color:Highlight};
  75. text-decoration: none;
  76. }
  77.  
  78. small{font-size:11px; line-height:150%}
  79. big {font-size:14px; line-height:150%}
  80.  
  81. #body_container {
  82. margin-left: auto;
  83. margin-right: auto;
  84. width: 700px;
  85. border: 0px solid #202020;
  86. text-align: left;
  87. }
  88.  
  89.  
  90. #header {
  91. margin-top: 140px;
  92. width: 700px;
  93. max-width: 700px;
  94. padding-bottom: 50px;
  95. }
  96.  
  97. h1 {
  98. font-size: 0px;
  99. letter-spacing: 1px;
  100. text-transform: uppercase;
  101. color: #202020;
  102. width: 700px;
  103. }
  104.  
  105. #header a {
  106. text-decoration: none;
  107. font-size: 46px;
  108. color: #000;
  109. }
  110.  
  111. #sidebar {
  112. float: right;
  113. margin-top: 27px;
  114. width: 160px;
  115. color: #444;
  116. }
  117.  
  118. {block:IfSidebarfixesattop}
  119. .fixed {
  120. position: fixed;
  121. top: 0px;
  122. margin-left: 540px;
  123. }
  124. {/block:IfSidebarfixesattop}
  125.  
  126. #sidebar ul {
  127. margin: 10px 0px 0px 0px;
  128. padding: 0px;
  129. list-style: none;
  130. text-transform: uppercase;
  131. }
  132.  
  133. #sidebar li {
  134. padding-top: 5px;
  135. margin: 0px;
  136. }
  137.  
  138. #sidebar li a {
  139. color: #000;
  140. text-decoration: none;
  141. }
  142.  
  143. #sidebar a:hover {
  144. text-decoration: none;
  145. }
  146.  
  147. #desc {
  148. color: #202020;
  149. }
  150.  
  151. #desc a {
  152. color: #202020;
  153. text-decoration: underline;
  154. }
  155.  
  156. #desc a:hover {
  157. color: #000;
  158. background-color: {color:Highlight};
  159. text-decoration: none;
  160. }
  161.  
  162. #search {
  163. margin-top: 0px;
  164. }
  165.  
  166. form#search input {
  167. {block:IfNotLargerType}
  168. font: 12px Arial, Monaco, monospace;
  169. width: 40px;
  170. {/block:IfNotLargerType}
  171. {block:IfLargerType}
  172. font: 14px Arial, Monaco, monospace;
  173. width: 54px;
  174. {/block:IfLargerType}
  175. margin-top: -1px;
  176. margin-left: -1px;
  177. background: #fff;
  178. border: 0;
  179.  
  180. }
  181.  
  182. form#search input:hover {
  183. background: {color:Highlight};
  184. }
  185.  
  186. form#search input:focus {
  187. background: {color:Highlight};
  188. width: 120px;
  189. }
  190.  
  191.  
  192. #footer{
  193. color: #ccc;
  194. }
  195.  
  196. #footer a {
  197. color: #ccc;
  198. text-decoration: underline;
  199. }
  200.  
  201. #footer a:hover {
  202. color: #000;
  203. background-color: {color:Highlight};
  204. text-decoration: none;
  205.  
  206. }
  207.  
  208. #post_container {
  209. margin: 0px;
  210. float: left;
  211. width: 520px;
  212. padding-bottom: 30px;
  213. }
  214.  
  215.  
  216. #post {
  217. width: 500px;
  218. margin-top: 40px;
  219. color: #202020;
  220. border-bottom: 1px solid #fafafa;
  221. }
  222.  
  223. #notes, #notes a {
  224. margin: 0px;
  225. color: #bbb;
  226. text-transform: lowercase;
  227. }
  228.  
  229. #notes a:hover {
  230. margin: 0px;
  231. color: #202020;
  232. text-decoration: none;
  233. }
  234.  
  235. .sources
  236. {
  237. filter:alpha(opacity=0);
  238. opacity:0;
  239. }
  240.  
  241. h3 {
  242. font-weight: normal;
  243. font-size: 16px;
  244. }
  245.  
  246. #chat ul {
  247. list-style: none;
  248. padding: 0px;
  249. margin: 0px;
  250. width: 500px;
  251. text-align: left;
  252. }
  253.  
  254. #chat li {
  255. padding: 2px;
  256. background-color: #eee;
  257. margin-top: 2px;
  258. }
  259.  
  260. #notes_page {
  261. margin-top: 30px;
  262. color: #202020;
  263. }
  264.  
  265. #notes_page a {
  266. color: #202020;
  267. }
  268.  
  269. #notes_page a:hover {
  270. color: {color:Highlight};
  271. }
  272.  
  273. #notes_page ol {
  274. list-style: none;
  275. padding: 0px;
  276. margin: 0px;
  277. width: 500px;
  278. }
  279.  
  280. #notes_page li {
  281. padding: 2px;
  282. background-color: #fff;
  283. margin-top: 2px;
  284. }
  285.  
  286. #nav {
  287. width: 500px;
  288. margin-top: 50px;
  289. height: 30px;
  290. line-height: 30px;
  291.  
  292. }
  293.  
  294. #nav a {
  295. text-decoration: none;
  296. color: #202020;
  297. }
  298.  
  299. #nav a:hover {
  300. color: #202020;
  301. }
  302.  
  303. #prev {
  304. float:left;
  305. }
  306.  
  307. #next {
  308. float:right;
  309. }
  310.  
  311. h6 {
  312. text-transform: lowercase;
  313. text-align: justify;
  314. letter-spacing: 0px;
  315. padding-bottom: 35px;
  316. background-color: #fafafa;
  317. padding-top: 35px;
  318. padding-left: 50px;
  319. padding-right:50px;
  320. line-height: 160%;
  321. letter-spacing: 0px;
  322. margin-bottom: 1px;
  323. text-align: justify;
  324. display:block;
  325. font-family:'Times';
  326. font-size:11.5px;
  327. color: #000000;
  328. font-weight: lighter;
  329.  
  330. }
  331.  
  332. h8 {
  333.  
  334. text-align: justify;
  335.  
  336. }
  337.  
  338. {CustomCSS}
  339. </style>
  340.  
  341. {block:IfEndlessScrolling}<script type="text/javascript"
  342. src="http://static.tumblr.com/q0etgkr/mFbkoqlkr/tumblrautopager.js "></script>{/block:IfEndlessScrolling}
  343.  
  344. </head>
  345. <body>
  346. <div id="body_container">
  347. <div id="header">
  348. {block:IfHeaderImage}<a href="/"><img src="{image:Header}"/></a>{/block:IfHeaderImage}
  349. {block:IfNotHeaderImage}<a href="/"></a>{/block:IfNotHeaderImage}
  350. <script>
  351. $("h1").contents().stretch();
  352. </script>
  353. </div>
  354.  
  355. <div id="sidebar">
  356. <span class="desc">{block:IfShowPortrait}<margin-top: 10px; align="left"> <img src="{PortraitURL-48}" />{/block:IfShowPortrait}{Description}</span>
  357.  
  358.  
  359. <ul>
  360.  
  361. {block:HasPages}{block:Pages}<li><a href="{URL}">{Label}</a></li>{/block:Pages}{/block:HasPages}
  362. <li><a href="/">index</a></li>
  363. <li>{block:AskEnabled}<a href="/ask">message</a>{/block:AskEnabled}</li>
  364. <li><a href="/faq">links</a></li>
  365. <li>
  366. </li>
  367.  
  368. </ul>
  369. <p>
  370.  
  371. </div>
  372.  
  373. <div id="post_container">
  374. <div class= "autopagerize_page_element">
  375. {block:Posts}
  376. <div id="post">
  377. {block:Text}
  378. {block:Title}<h3>{Title}</h3>{/block:Title}
  379. {Body}
  380. {/block:Text}
  381.  
  382. {block:Photo}
  383. {LinkOpenTag}<img src="{PhotoURL-500}" border="0" alt="{PhotoAlt}">{LinkCloseTag}
  384. <p>
  385. {block:Caption}{Caption}{/block:Caption}
  386. {/block:Photo}
  387.  
  388. {block:Photoset}
  389. {Photoset-500}
  390. <p>
  391.  
  392. {block:Caption}{Caption}{/block:Caption}
  393. {/block:Photoset}
  394.  
  395. {block:Quote}
  396. <h3 style="font-style:italic">"{Quote}"</h3>
  397. <p>
  398. {block:Source}{Source}{/block:Source}
  399. {/block:Quote}
  400.  
  401. {block:Link}
  402. <h3><a href="{URL}" {Target}>{Name}</a></h3>
  403. <p>
  404. {block:Description}{Description}{/block:Description}
  405. {/block:Link}
  406.  
  407. {block:Chat}
  408. {block:Title}<h3>{Title}</h3>{/block:Title}
  409. <div id="chat">
  410.  
  411. <ul>
  412. {block:Lines}
  413. <li>
  414. {block:Label}{Label}{/block:Label}
  415. {Line}
  416. </li>
  417. {/block:Lines}
  418. </ul>
  419. </div>
  420. <p>
  421. {/block:Chat}
  422.  
  423. {block:Audio}
  424. {block:AlbumArt}<img src="{AlbumArtURL}" style="width:50px;height:50px;float:left;padding-right:10px;padding-bottom:10px;">{/block:AlbumArt}{AudioPlayerGrey}
  425. <p>
  426.  
  427. {Caption}
  428. {/block:Audio}
  429.  
  430. {block:Video}
  431. {Video-500}
  432. <p>
  433. {Caption}
  434. {/block:Video}
  435.  
  436. {block:Answer} <h6><i>{asker}:</I> {Question}</h6><h8><p>{Answer}</h8>{/block:Answer}
  437.  
  438.  
  439. <div id="notes">
  440. <p>
  441. {block:Date}{block:IfShowDate}<a href={Permalink}>{DayOfMonth} {ShortMonth} {Year}</a> / {/block:IfShowDate}{block:RebloggedFrom}reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a> / &copy;</font> <a href="{ReblogRootURL}">{ReblogRootName}</a> / with{/block:RebloggedFrom} {block:IfNotShowDate}<a href={Permalink}>{/block:IfNotShowDate}{NoteCountWithLabel}{block:IfNotShowDate}</a>{/block:IfNotShowDate}{block:IfShowTags}
  442. {block:HasTags} / {block:Tags}<a href={TagUrl}>#{Tag}</a>&nbsp;{/block:Tags}{/block:HasTags}{/block:IfShowTags}{/block:Date}</div>
  443.  
  444. </div>
  445.  
  446. <div class="sources">
  447. {block:ContentSource}
  448. Source: <a href="{SourceURL}">{SourceTitle} </a>
  449. {/block:ContentSource}
  450. {block:RebloggedFrom}
  451. Via: <a href="{ReblogParentURL}">{ReblogParentName}</a>
  452. {/block:RebloggedFrom}</div>
  453.  
  454. {/block:Posts}
  455. </div>
  456. {block:PermalinkPage}
  457. <div id="notes_page">
  458. {block:PostNotes}
  459. {PostNotes}
  460. {/block:PostNotes}
  461. </div>
  462. {/block:PermalinkPage}
  463.  
  464. <div id="nav">
  465. <h3>
  466. <span id="prev">{block:PreviousPage}
  467. <a href="{PreviousPage}"><small>&larr; newer</a>
  468. {/block:PreviousPage}
  469. </span>
  470. </h3>
  471. <h3>
  472. <span id="next">
  473. {block:NextPage}
  474. <a href="{NextPage}"><small>older &rarr;</a>
  475. {/block:NextPage}
  476. </span>
  477. </h3>
  478. </div>
  479. </div>
  480. <div style="position: fixed; bottom: 8px; left: 10px"><a href="http://www.tumblr.com/theme/11327"><div style="color: #000000">&copy;</div></a>
  481.  
  482. </div>
  483.  
  484. </body>
  485. </html>
Advertisement
Add Comment
Please, Sign In to add comment