Advertisement
Elevenhour

Lost Cause (black)

Mar 21st, 2014
4,207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.95 KB | None | 0 0
  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <head>
  6.  
  7.  
  8.  
  9. <title>{Title}</title>
  10.  
  11. <link rel="shortcut icon" href="{Favicon}">
  12. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  13. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  14.  
  15. <!--
  16.  
  17. 🄳🅁🄰🄲🅄🄻🄰🄷🅂
  18.  
  19. -->
  20.  
  21. <meta name="color:Background" content="#000000"/>
  22. <meta name="color:Text" content="#ffffff"/>
  23. <meta name="color:Link" content="#ffffff"/>
  24. <meta name="color:scroll" content="#333333"/>
  25. <meta name="color:permalink" content="#000000"/>
  26. <meta name="color:permalinktext" content="#ffffff"/>
  27. <meta name="color:desctext" content="#ffffff"/>
  28. <meta name="color:description" content="#000000"/>
  29. <meta name="color:title" content="#ffffff"/>
  30. <meta name="color:titleshadow" content="#000000"/>
  31. <meta name="if:hideInfo" content="0"/>
  32.  
  33.  
  34. <meta name="image:Sidebar" content=""/>
  35. <link href='http://fonts.googleapis.com/css?family=Lato:300,400,700,300italic' rel='stylesheet' type='text/css'>
  36.  
  37.  
  38. <meta name="text:link1" content="">
  39. <meta name="text:link1 url" content="/">
  40. <meta name="text:link2" content="">
  41. <meta name="text:link2 url" content="/">
  42. <meta name="text:link3" content="">
  43. <meta name="text:link3 url" content="/">
  44.  
  45. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  46.  
  47. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  48.  
  49. <script>
  50.  
  51. (function($){
  52.  
  53. $(document).ready(function(){
  54.  
  55. $("a[title]").style_my_tooltips({
  56.  
  57. tip_follows_cursor:true,
  58.  
  59. tip_delay_time:30,
  60.  
  61. tip_fade_speed:300,
  62.  
  63. attribute:"title"
  64.  
  65. });
  66.  
  67. });
  68.  
  69. })(jQuery);
  70.  
  71. </script>
  72.  
  73.  
  74.  
  75.  
  76.  
  77. <style type="text/css">
  78.  
  79. #s-m-t-tooltip{
  80. position:fixed;
  81. margin-top: 15px;
  82. z-index:9999;
  83. padding-left:3px;
  84. padding-right:3px;
  85. letter-spacing:2px;
  86. font-size:6px;
  87. text-transform:uppercase;
  88. background:#000; color:white;
  89. text-shadow:2px 2px 2px #000;
  90. }
  91.  
  92.  
  93. blockquote {padding-left:5px;
  94. border-left:1px dotted #ddd;
  95. margin-left:20px;
  96. }
  97.  
  98. body {
  99. background:{color:background};
  100. color:{color:text};
  101. font-family: 'lato', sans-serif;
  102. font-weight:400;
  103. font-size:10px;
  104. text-align:justify;
  105. margin:0;
  106. line-height:16px;}
  107.  
  108. ::-webkit-scrollbar {background-color:white; height:2px; width:5px}
  109. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scroll}; height:50px}
  110. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scroll}; height:3px!important}
  111.  
  112.  
  113. a {
  114. color:{color:link};
  115. text-decoration:none;
  116. font-weight:bold;
  117. }
  118.  
  119. a:hover {
  120. }
  121.  
  122. img{opacity:1;
  123. text-decoration:none;
  124.  
  125. }
  126.  
  127. img a:hover {
  128. background:transparent;}
  129. .photoset {
  130.  
  131. }photoset a:hover {
  132. background:transparent;}
  133.  
  134.  
  135. small {
  136. font-size:9px;}
  137.  
  138. big {
  139. font-size:12px;}
  140.  
  141.  
  142. #title {font-size:12px;
  143. line-height:18px;
  144. font-weight:bold;
  145. margin-bottom:10px;
  146. text-transform:none;
  147. text-align:right;}
  148.  
  149.  
  150. /*sidebar*/
  151. #sidebar {text-align:right;
  152. margin:auto;
  153. top:90px;
  154. position:fixed;
  155. font-family:baskerville;
  156. font-size:11px;
  157. width:200px;
  158. padding:10px;
  159. margin-left:-240px;
  160.  
  161. }
  162. #sidebar img{
  163. width:200px;
  164.  
  165.  
  166. }
  167. #blogt {font-size:20px;
  168. font-weight:bold;
  169. letter-spacing:2px;
  170. text-shadow:2px 2px 2px {color:titleshadow};
  171. text-transform:lowercase;
  172. text-align:right;
  173. font-family:serif;
  174. font-style:italic;
  175. }
  176.  
  177. #blogt a{
  178.  
  179. color:{color:title};
  180. }
  181.  
  182. #blogt a:hover{
  183. background-color:transparent;color:{color:title};
  184. }
  185.  
  186. #links {
  187. font-size:8px;
  188. color:{color:desctext};
  189.  
  190. letter-spacing:0px;
  191. margin-top:0px;
  192. text-transform:uppercase;
  193.  
  194. text-align:center;
  195. }
  196.  
  197.  
  198. #links a {
  199. margin-right:5px;
  200. margin-bottom:0px;
  201. color:{color:desctext};
  202. }
  203.  
  204. #links a:hover{
  205.  
  206. }
  207.  
  208. #description {
  209. margin:0px 0;
  210. line-height:180%;
  211. padding:5px;
  212. background:{color:description};
  213. color:{color:desctext};
  214. text-align:justify;
  215. padding-bottom:10px;
  216. letter-spacing:0px;
  217. }
  218. #description a {
  219.  
  220. }
  221.  
  222.  
  223. /*pagination*/
  224.  
  225. #pagination{
  226. text-align:center;
  227. padding:30px; letter-spacing:1px;
  228.  
  229. background-color:none;
  230. text-transform:uppercase;
  231. font-size:10px;
  232. }
  233.  
  234. #pagination a {
  235. color:{color:link};
  236. }
  237.  
  238. /*container*/
  239. #con {
  240. margin:auto;
  241. left:35%;
  242. position:absolute;
  243. padding:0px;
  244.  
  245. }
  246.  
  247.  
  248.  
  249. /*posts*/
  250.  
  251. #entries {
  252. margin-top:100px;
  253. width:400px;
  254. }
  255. #posts:hover{ -webkit-filter: grayscale(0%);
  256.  
  257. -webkit-transition: all 0.3s ease-in-out;
  258. -moz-transition: all 0.3s ease-in-out;
  259. -o-transition: all 0.3s ease-in-out;
  260. transition: all 0.3s ease-in-out;
  261. }
  262.  
  263.  
  264. #posts {
  265. padding:0px;
  266. -webkit-filter: grayscale(0%);
  267. -webkit-transition: all 0.3s ease-in-out;
  268. -moz-transition: all 0.3s ease-in-out;
  269. -o-transition: all 0.3s ease-in-out;
  270. transition: all 0.3s ease-in-out;
  271. width:400px;
  272. text-decoration:none;
  273. {block:IndexPage}
  274. margin-bottom:100px;
  275. {/block:IndexPage}
  276. {block:PermalinkPage}
  277. margin-bottom:40px;
  278. {/block:PermalinkPage}
  279.  
  280. }
  281. #posts img {
  282. max-width:400px;
  283. }
  284.  
  285.  
  286. #posts img, #posts li, #posts blockquote {max-width: 100%;}
  287. .caption {width:100%;
  288. margin-top:10px;
  289.  
  290. }
  291.  
  292. /*quote*/
  293.  
  294. #titlequote{text-align:left;
  295. font-size:12px;padding:10px;
  296. text-transform:lowercase;
  297. line-height:18px;
  298. }
  299. #source {
  300. padding:5px;border-top:1px solid #f1f1f1;
  301. text-align:center;font-weight:bold;
  302.  
  303. }
  304.  
  305. /*audio*/
  306.  
  307. .player {
  308. width:30px;
  309. height:50px;background:#e4e4e4;
  310. overflow:hidden;
  311. border-right:1px solid #ddd;
  312. position:absolute;
  313. }
  314.  
  315. .audioinfo {
  316. margin-left:30px;
  317. background:#f8f8f8;
  318. padding:9px;
  319. color:black;
  320. letter-spacing:-1px;
  321. font-weight:bold;
  322. font-family:helvetica;
  323. text-transform:uppercase;
  324. text-align:left;
  325. }
  326.  
  327.  
  328. /*asks*/
  329. .q {margin-bottom:10px;padding:5px;
  330. margin-left:0px;
  331. text-align:center;
  332. background:white;
  333. color:black;
  334.  
  335. }
  336.  
  337. .q a{
  338. color:black;
  339. }
  340. .q img {
  341. padding-right:5px;float:left;box-shadow:0px 0px 0px;
  342. border:0px solid;
  343.  
  344. }
  345.  
  346.  
  347. .a {
  348. margin-top:0px;
  349. text-align:left;
  350.  
  351. }
  352.  
  353. /*chat*/
  354.  
  355. .chat ol {
  356. padding:0;
  357. list-style:none;
  358. }
  359. .line {padding:5px 0;}
  360.  
  361. .label {font-weight:bold;
  362. }
  363.  
  364.  
  365.  
  366.  
  367. #posts:hover #permalink{
  368.  
  369. opacity:1;
  370. }
  371. /*permalink and notes*/
  372.  
  373. #permalink {
  374. margin-top:0px;
  375. font-size:8px;
  376. font-weight:bold;
  377. background:{color:permalink};
  378. color:{color:permalinktext};
  379.  
  380. padding:7px;
  381. z-index:-11111;
  382. text-transform:uppercase;
  383. max-width:100%; -webkit-transition: all 0.3s ease-in-out;
  384. -moz-transition: all 0.3s ease-in-out;
  385. -o-transition: all 0.3s ease-in-out;
  386. transition: all 0.3s ease-in-out;
  387.  
  388. {block:ifhideInfo}
  389. opacity:0;
  390. {/block:ifhideInfo}
  391.  
  392. text-align:center;
  393. font-family:baskerville;
  394. }
  395. #permalink a {margin-right:10px;
  396. color:{color:permalinktext};
  397.  
  398.  
  399. }
  400. #permalink a:hover{
  401. }
  402.  
  403.  
  404. .tags {
  405. font-size:9px;
  406. }
  407.  
  408. .pagenotes {
  409. {block:IndexPage}
  410. display: none!important;
  411. {/block:IndexPage}
  412. width:400px;
  413. text-align:left;
  414.  
  415. }
  416. .pagenotes img {
  417. display:none!important;}
  418. .pagenotes li {
  419. list-style-type:none;
  420. padding:5px 0px;
  421. text-align:left;
  422. margin:0 0 0 -40px;
  423. }
  424.  
  425. /*CREDIT*/
  426.  
  427. #cred {
  428. text-transform:lowercase;
  429. font-size:8px;
  430. right:9px;
  431. text-align:center;
  432. bottom:9px;
  433. padding:2px;
  434. position:bottom right;
  435. letter-spacing:1px;
  436. position:fixed;
  437. -moz-transition-duration:0.3s;
  438. -webkit-transition-duration:0.3s;
  439. -o-transition-duration:0.3s;
  440. }
  441.  
  442. #cred a {
  443. font-weight:300;
  444. color:{color:text};
  445. text-align:right;
  446. text-transform:uppercase;
  447. -moz-transition-duration:0.3s;
  448. -webkit-transition-duration:0.3s;
  449. -o-transition-duration:0.3s;
  450.  
  451.  
  452.  
  453. }
  454.  
  455.  
  456.  
  457. {CustomCSS}
  458.  
  459.  
  460. </style>
  461.  
  462.  
  463.  
  464. </head>
  465.  
  466. <body>
  467.  
  468. <div id="con">
  469.  
  470. <div id="sidebar">
  471. <img src="{image:sidebar}">
  472. <div id="blogt"><a href="/">{Title}</a></div>
  473.  
  474. <div id="description"><div id="links">
  475. <a href="/">home</a>
  476. <a href="/ask">ask</a>
  477.  
  478. {block:IfLink1}
  479. <a href="{text:link1 url}">{text:link1}</a>
  480. {/block:IfLink1}
  481.  
  482.  
  483. {block:IfLink2}
  484. <a href="{text:link2 url}">{text:link2}</a>
  485. {/block:IfLink2}
  486.  
  487. {block:IfLink3}
  488. <a href="{text:link3 url}">{text:link3}</a>
  489. {/block:IfLink3}
  490.  
  491.  
  492.  
  493.  
  494.  
  495.  
  496. </div>{Description}</div>
  497.  
  498.  
  499.  
  500.  
  501. </div>
  502.  
  503.  
  504.  
  505.  
  506. <div id="entries">
  507.  
  508. {block:Posts}
  509. <div id="posts">
  510.  
  511.  
  512. {block:Quote}
  513.  
  514.  
  515. <div id="titlequote">{Quote}</div>
  516. {block:Source}<div id="source"> {Source}</div>{/block:Source}
  517. {/block:Quote}
  518.  
  519.  
  520.  
  521. {block:Text}
  522.  
  523. {block:Title}
  524. <div id="title">{Title}</div>{/block:Title}
  525. {Body}
  526. {/block:Text}
  527.  
  528. {block:Link}
  529. <div id="title"><a href="{URL}">{Name}</a></div>{block:Description}{Description}{/block:Description}
  530. {/block:Link}
  531.  
  532. {block:Chat}
  533. {block:Title}
  534. <h1>{Title}</h1>
  535. {/block:Title}
  536. <div class="chat">
  537. <ol>{block:Lines}
  538. <li class="line {Alt}">
  539. {block:Label}
  540. <span class="label">
  541. {Label}</span>
  542. {/block:Label}{Line}</li>
  543. {/block:Lines}
  544. </ol></div>
  545. {/block:Chat}
  546.  
  547. {block:Photo}
  548. {LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{LinkCloseTag}
  549. {/block:Photo}
  550.  
  551. {block:Photoset}<div class="photoset">
  552.  
  553. {Photoset-400}</div>
  554.  
  555. {/block:Photoset}
  556.  
  557. {block:Video}
  558. {Video-400}
  559. {/block:Video}
  560.  
  561. {block:Audio}
  562. <div class="player">{AudioPlayerGrey}</div>
  563. <div class="audioinfo">
  564. {block:TrackName}{TrackName}{/block:TrackName}{block:Artist}<br>{Artist}{/block:Artist}
  565. </div>
  566. {/block:Audio}
  567.  
  568. {block:Answer}
  569. <div class="q">
  570. <div class="as"> </div>
  571. <b>{Asker}:</b> {Question}</div>
  572. <div class="a">{Answer}</div>
  573. {/block:Answer}
  574. {block:PermalinkPage}
  575. {block:Caption}<div class="caption">{Caption} </div>{/block:Caption}{/block:PermalinkPage}
  576.  
  577.  
  578. {block:Date}
  579. <div id="permalink">
  580. <a href="{Permalink}" >
  581. {timeago}</a>
  582. <span style="font-size:10px">( {DayOfMonth}.{monthnumber}.{shortyear} )
  583.  
  584.  
  585.  
  586. </span> &nbsp;
  587. &nbsp;
  588.  
  589. {block:NoteCount}<a href="{Permalink}"><span style="font-size:10px"> + {NoteCount}</span></a>{/block:NoteCount}
  590.  
  591. {block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">via</a> {block:ContentSource}<a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>{/block:ContentSource}{/block:RebloggedFrom}
  592. &nbsp;
  593. {block:HasTags}<span style="font-weight:lighter;text-transform:lowercase;font-size:9px">{block:Tags}<a href="{TagUrl}">#{Tag}</a>{/block:Tags}</span>{/block:HasTags}
  594.  
  595. </div>
  596. {/block:Date}
  597.  
  598. </div>
  599.  
  600.  
  601. {block:PostNotes}
  602. <div class="pagenotes">
  603. {PostNotes}
  604. </div>
  605. {/block:PostNotes}
  606.  
  607.  
  608. {/block:Posts}
  609.  
  610. <div id="pagination">
  611. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">&laquo;</a>&nbsp;{/block:PreviousPage}page {CurrentPage} out of {TotalPages}{block:NextPage}&nbsp;<a href="{NextPage}">&raquo;</a>{/block:NextPage}{/block:Pagination}
  612.  
  613. </div>
  614.  
  615.  
  616. </div>
  617.  
  618.  
  619. {block:ContentSource}
  620. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  621. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  622. {/block:SourceLogo}
  623. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  624. {/block:ContentSource}
  625.  
  626.  
  627. <div id="cred">
  628. <a href="http://draculahs.tumblr.com/">draculahs</a>
  629. </div>
  630.  
  631.  
  632.  
  633.  
  634.  
  635.  
  636. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement