Advertisement
Elevenhour

Lost Cause (White)

Mar 21st, 2014
6,454
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.97 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="#ffffff"/>
  22. <meta name="color:Text" content="#000000"/>
  23. <meta name="color:Link" content="#000000"/>
  24. <meta name="color:scroll" content="#333333"/>
  25. <meta name="color:permalink" content="#f1f1f1"/>
  26. <meta name="color:permalinktext" content="#000000"/>
  27. <meta name="color:desctext" content="#000000"/>
  28. <meta name="color:description" content="#ffffff"/>
  29. <meta name="color:title" content="#000000"/>
  30. <meta name="color:titleshadow" content="#ffffff"/>
  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. color:black;
  221. }
  222.  
  223.  
  224. /*pagination*/
  225.  
  226. #pagination{
  227. text-align:center;
  228. padding:30px; letter-spacing:1px;
  229.  
  230. background-color:none;
  231. text-transform:uppercase;
  232. font-size:10px;
  233. }
  234.  
  235. #pagination a {
  236. color:{color:link};
  237. }
  238.  
  239. /*container*/
  240. #con {
  241. margin:auto;
  242. left:35%;
  243. position:absolute;
  244. padding:0px;
  245.  
  246. }
  247.  
  248.  
  249.  
  250. /*posts*/
  251.  
  252. #entries {
  253. margin-top:100px;
  254. width:400px;
  255. }
  256. #posts:hover{ -webkit-filter: grayscale(0%);
  257.  
  258. -webkit-transition: all 0.3s ease-in-out;
  259. -moz-transition: all 0.3s ease-in-out;
  260. -o-transition: all 0.3s ease-in-out;
  261. transition: all 0.3s ease-in-out;
  262. }
  263.  
  264.  
  265. #posts {
  266. padding:0px;
  267. -webkit-filter: grayscale(0%);
  268. -webkit-transition: all 0.3s ease-in-out;
  269. -moz-transition: all 0.3s ease-in-out;
  270. -o-transition: all 0.3s ease-in-out;
  271. transition: all 0.3s ease-in-out;
  272. width:400px;
  273. text-decoration:none;
  274. {block:IndexPage}
  275. margin-bottom:100px;
  276. {/block:IndexPage}
  277. {block:PermalinkPage}
  278. margin-bottom:40px;
  279. {/block:PermalinkPage}
  280.  
  281. }
  282. #posts img {
  283. max-width:400px;
  284. }
  285.  
  286.  
  287. #posts img, #posts li, #posts blockquote {max-width: 100%;}
  288. .caption {width:100%;
  289. margin-top:10px;
  290.  
  291. }
  292.  
  293. /*quote*/
  294.  
  295. #titlequote{text-align:left;
  296. font-size:12px;padding:10px;
  297. text-transform:lowercase;
  298. line-height:18px;
  299. }
  300. #source {
  301. padding:5px;border-top:1px solid #f1f1f1;
  302. text-align:center;font-weight:bold;
  303.  
  304. }
  305.  
  306. /*audio*/
  307.  
  308. .player {
  309. width:30px;
  310. height:50px;background:#e4e4e4;
  311. overflow:hidden;
  312. border-right:1px solid #ddd;
  313. position:absolute;
  314. }
  315.  
  316. .audioinfo {
  317. margin-left:30px;
  318. background:#f8f8f8;
  319. padding:9px;
  320. color:black;
  321. letter-spacing:-1px;
  322. font-weight:bold;
  323. font-family:helvetica;
  324. text-transform:uppercase;
  325. text-align:left;
  326. }
  327.  
  328.  
  329. /*asks*/
  330. .q {margin-bottom:10px;padding:5px;
  331. margin-left:0px;
  332. text-align:center;
  333. background:white;
  334. color:black;
  335.  
  336. }
  337.  
  338. .q a{
  339. color:black;
  340. }
  341. .q img {
  342. padding-right:5px;float:left;box-shadow:0px 0px 0px;
  343. border:0px solid;
  344.  
  345. }
  346.  
  347.  
  348. .a {
  349. margin-top:0px;
  350. text-align:left;
  351.  
  352. }
  353.  
  354. /*chat*/
  355.  
  356. .chat ol {
  357. padding:0;
  358. list-style:none;
  359. }
  360. .line {padding:5px 0;}
  361.  
  362. .label {font-weight:bold;
  363. }
  364.  
  365.  
  366.  
  367.  
  368. #posts:hover #permalink{
  369.  
  370. opacity:1;
  371. }
  372. /*permalink and notes*/
  373.  
  374. #permalink {
  375. margin-top:0px;
  376. font-size:8px;
  377. font-weight:bold;
  378. background:{color:permalink};
  379. color:{color:permalinktext};
  380.  
  381. padding:7px;
  382. z-index:-11111;
  383. text-transform:uppercase;
  384. max-width:100%; -webkit-transition: all 0.3s ease-in-out;
  385. -moz-transition: all 0.3s ease-in-out;
  386. -o-transition: all 0.3s ease-in-out;
  387. transition: all 0.3s ease-in-out;
  388.  
  389. {block:ifhideInfo}
  390. opacity:0;
  391. {/block:ifhideInfo}
  392.  
  393. text-align:center;
  394. font-family:baskerville;
  395. }
  396. #permalink a {margin-right:10px;
  397. color:{color:permalinktext};
  398.  
  399.  
  400. }
  401. #permalink a:hover{
  402. }
  403.  
  404.  
  405. .tags {
  406. font-size:9px;
  407. }
  408.  
  409. .pagenotes {
  410. {block:IndexPage}
  411. display: none!important;
  412. {/block:IndexPage}
  413. width:400px;
  414. text-align:left;
  415.  
  416. }
  417. .pagenotes img {
  418. display:none!important;}
  419. .pagenotes li {
  420. list-style-type:none;
  421. padding:5px 0px;
  422. text-align:left;
  423. margin:0 0 0 -40px;
  424. }
  425.  
  426. /*CREDIT*/
  427.  
  428. #cred {
  429. text-transform:lowercase;
  430. font-size:8px;
  431. right:9px;
  432. text-align:center;
  433. bottom:9px;
  434. padding:2px;
  435. position:bottom right;
  436. letter-spacing:1px;
  437. position:fixed;
  438. -moz-transition-duration:0.3s;
  439. -webkit-transition-duration:0.3s;
  440. -o-transition-duration:0.3s;
  441. }
  442.  
  443. #cred a {
  444. font-weight:300;
  445. color:{color:text};
  446. text-align:right;
  447. text-transform:uppercase;
  448. -moz-transition-duration:0.3s;
  449. -webkit-transition-duration:0.3s;
  450. -o-transition-duration:0.3s;
  451.  
  452.  
  453.  
  454. }
  455.  
  456.  
  457.  
  458. {CustomCSS}
  459.  
  460.  
  461. </style>
  462.  
  463.  
  464.  
  465. </head>
  466.  
  467. <body>
  468.  
  469. <div id="con">
  470.  
  471. <div id="sidebar">
  472. <img src="{image:sidebar}">
  473. <div id="blogt"><a href="/">{Title}</a></div>
  474.  
  475. <div id="description"><div id="links">
  476. <a href="/">home</a>
  477. <a href="/ask">ask</a>
  478.  
  479. {block:IfLink1}
  480. <a href="{text:link1 url}">{text:link1}</a>
  481. {/block:IfLink1}
  482.  
  483.  
  484. {block:IfLink2}
  485. <a href="{text:link2 url}">{text:link2}</a>
  486. {/block:IfLink2}
  487.  
  488. {block:IfLink3}
  489. <a href="{text:link3 url}">{text:link3}</a>
  490. {/block:IfLink3}
  491.  
  492.  
  493.  
  494.  
  495.  
  496.  
  497. </div>{Description}</div>
  498.  
  499.  
  500.  
  501.  
  502. </div>
  503.  
  504.  
  505.  
  506.  
  507. <div id="entries">
  508.  
  509. {block:Posts}
  510. <div id="posts">
  511.  
  512.  
  513. {block:Quote}
  514.  
  515.  
  516. <div id="titlequote">{Quote}</div>
  517. {block:Source}<div id="source"> {Source}</div>{/block:Source}
  518. {/block:Quote}
  519.  
  520.  
  521.  
  522. {block:Text}
  523.  
  524. {block:Title}
  525. <div id="title">{Title}</div>{/block:Title}
  526. {Body}
  527. {/block:Text}
  528.  
  529. {block:Link}
  530. <div id="title"><a href="{URL}">{Name}</a></div>{block:Description}{Description}{/block:Description}
  531. {/block:Link}
  532.  
  533. {block:Chat}
  534. {block:Title}
  535. <h1>{Title}</h1>
  536. {/block:Title}
  537. <div class="chat">
  538. <ol>{block:Lines}
  539. <li class="line {Alt}">
  540. {block:Label}
  541. <span class="label">
  542. {Label}</span>
  543. {/block:Label}{Line}</li>
  544. {/block:Lines}
  545. </ol></div>
  546. {/block:Chat}
  547.  
  548. {block:Photo}
  549. {LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{LinkCloseTag}
  550. {/block:Photo}
  551.  
  552. {block:Photoset}<div class="photoset">
  553.  
  554. {Photoset-400}</div>
  555.  
  556. {/block:Photoset}
  557.  
  558. {block:Video}
  559. {Video-400}
  560. {/block:Video}
  561.  
  562. {block:Audio}
  563. <div class="player">{AudioPlayerGrey}</div>
  564. <div class="audioinfo">
  565. {block:TrackName}{TrackName}{/block:TrackName}{block:Artist}<br>{Artist}{/block:Artist}
  566. </div>
  567. {/block:Audio}
  568.  
  569. {block:Answer}
  570. <div class="q">
  571. <div class="as"> </div>
  572. <b>{Asker}:</b> {Question}</div>
  573. <div class="a">{Answer}</div>
  574. {/block:Answer}
  575. {block:PermalinkPage}
  576. {block:Caption}<div class="caption">{Caption} </div>{/block:Caption}{/block:PermalinkPage}
  577.  
  578.  
  579. {block:Date}
  580. <div id="permalink">
  581. <a href="{Permalink}" >
  582. {timeago}</a>
  583. <span style="font-size:10px">( {DayOfMonth}.{monthnumber}.{shortyear} )
  584.  
  585.  
  586.  
  587. </span> &nbsp;
  588. &nbsp;
  589.  
  590. {block:NoteCount}<a href="{Permalink}"><span style="font-size:10px"> + {NoteCount}</span></a>{/block:NoteCount}
  591.  
  592. {block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">via</a> {block:ContentSource}<a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>{/block:ContentSource}{/block:RebloggedFrom}
  593. &nbsp;
  594. {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}
  595.  
  596. </div>
  597. {/block:Date}
  598.  
  599. </div>
  600.  
  601.  
  602. {block:PostNotes}
  603. <div class="pagenotes">
  604. {PostNotes}
  605. </div>
  606. {/block:PostNotes}
  607.  
  608.  
  609. {/block:Posts}
  610.  
  611. <div id="pagination">
  612. {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}
  613.  
  614. </div>
  615.  
  616.  
  617. </div>
  618.  
  619.  
  620. {block:ContentSource}
  621. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  622. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  623. {/block:SourceLogo}
  624. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  625. {/block:ContentSource}
  626.  
  627.  
  628. <div id="cred">
  629. <a href="http://draculahs.tumblr.com/">draculahs</a>
  630. </div>
  631.  
  632.  
  633.  
  634.  
  635.  
  636.  
  637. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement