Advertisement
ValarMorghulis

Degausser w/o x links

Jul 20th, 2014
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.99 KB | None | 0 0
  1. <!--Please do not remove credit, also i would like to give farahmir.tumblr.com a shout out for providing the base code i used to make this :) -->
  2.  
  3. <!DOCTYPE html>
  4. <head>
  5.  
  6.  
  7. <title>{Title}</title>
  8.  
  9. <link rel="shortcut icon" href="{image:Favicon}">
  10. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  11. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  12.  
  13. <!--fonts--->
  14. <link href='http://fonts.googleapis.com/css?family=Hind|Source+Serif+Pro|Ek+Mukta|Forum|Balthazar|Ubuntu+Mono|PT+Sans|Josefin+Sans|Neuton|Averia+Libre|Unna|Molengo|Radley|Caesar+Dressing|Metamorphous|Linden+Hill|Megrim|Cinzel+Decorative|Arimo|Montserrat|Creepster|Montserrat+Subrayada' rel='stylesheet' type='text/css'>
  15. <!---fonts-->
  16.  
  17. <!--Default Variables-->
  18.  
  19. <meta name="color:Background" content="#ffffff"/>
  20. <meta name="color:Text" content="#aaaaaa"/>
  21. <meta name="color:Link" content="#000000"/>
  22. <meta name="color:hover" content=""/>
  23. <meta name="color:asks" content=""/>
  24. <meta name="image:corner" content=""/>
  25. <meta name="image:favicon" content=""/>
  26.  
  27. <meta name="text:Link 1 URL" content="" />
  28. <meta name="text:Link 1" content="" />
  29. <meta name="text:Link 2 URL" content="" />
  30. <meta name="text:Link 2" content="" />
  31. <meta name="text:Link 3 URL" content="" />
  32. <meta name="text:Link 3" content="" />
  33. <meta name="text:Link 4 URL" content="" />
  34. <meta name="text:Link 4" content="" />
  35. <meta name="text:Link 5 URL" content="" />
  36. <meta name="text:Link 5" content="" />
  37. <meta name="text:Link 6 URL" content="" />
  38. <meta name="text:Link 6" content="" />
  39.  
  40.  
  41.  
  42. <!-- jquery for tooltips-->
  43.  
  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.  
  78. <!--CSS customization here. -->
  79.  
  80. <style type="text/css">
  81.  
  82. #s-m-t-tooltip{
  83. position:absolute;
  84. margin-top: 15px;
  85. z-index:9999;
  86. background:{color:background};
  87. }
  88.  
  89.  
  90.  
  91. /*basics*/
  92. blockquote {
  93. padding:0px 0 0px 5px;
  94. border-left:1px solid {color:text};
  95. margin-left:30px;
  96. }
  97.  
  98. body {
  99. background:{color:background};
  100. color:{color:text};
  101. font-family:arial;
  102. font-size:11px;
  103. text-align:justify;
  104. margin:0;
  105. line-height:16px;
  106. }
  107.  
  108. a {
  109. color:{color:link};
  110. text-decoration:none;
  111. }
  112.  
  113. a:hover {
  114. color:{color:hover};
  115. }
  116.  
  117. img{
  118. opacity:1;
  119. border:none;
  120. text-decoration:none
  121. }
  122.  
  123.  
  124. small {
  125. font-size:9px;
  126. }
  127.  
  128. big {
  129. font-size:12px;
  130. }
  131.  
  132.  
  133. #title {
  134. font-size:12px;
  135. line-height:18px;
  136. font-weight:bold;
  137. margin-bottom:10px;
  138. text-transform:uppercase;
  139. text-align:left;
  140.  
  141. }
  142.  
  143.  
  144. /*sidebar*/
  145. #sidebar {
  146. text-align:left;
  147. position:fixed;
  148. margin-left:-225px;
  149. margin-top:260px;
  150. width:125px;
  151. }
  152.  
  153.  
  154. #blogt {
  155. font-size:18px;
  156. text-align:right;
  157. font-weight:bold;
  158. font-family: Helvetica Neue;
  159. margin-top:-80px;
  160. word-spacing:2px;
  161. padding-left:4px;
  162. padding-right:5px;
  163. }
  164.  
  165. #links {
  166. text-transform:lowercase;
  167. font-size:9px;
  168. border-right:3px {color:text} solid;
  169. }
  170.  
  171.  
  172. #links a {
  173. margin-left:130px;
  174. display: block;
  175. }
  176.  
  177.  
  178. #description {
  179. text-align:right;
  180. padding-left:4px;
  181. padding-right:3px;
  182. border-top:3px {color:text} solid;
  183. border-right:3px {color:text} solid;
  184. }
  185.  
  186.  
  187. /*pagination*/
  188. #pagination {
  189. margin:50px 0;
  190. text-transform:lowercase;
  191. font-weight:bold;
  192. }
  193. #pagination a {
  194. padding:0 15px;
  195. }
  196.  
  197. /*container*/
  198. #con {
  199. left:50%;
  200. margin-left:-250px;
  201. position:absolute;
  202. }
  203.  
  204.  
  205.  
  206. /*posts*/
  207.  
  208. #entries {
  209. margin-top:75px;
  210. width:400px;
  211. margin-left:100px;
  212. }
  213.  
  214.  
  215.  
  216. #posts {
  217. width:400px;
  218. {block:IndexPage}
  219. margin-bottom:75px;
  220. {/block:IndexPage}
  221. {block:PermalinkPage}
  222. margin-bottom:50px;
  223. {/block:PermalinkPage}
  224.  
  225. }
  226. #posts img {
  227. max-width:400px;
  228. }
  229.  
  230. #posts img, #posts li, #posts blockquote {
  231. max-width: 100%;
  232. }
  233.  
  234. .caption {
  235. width:100%;
  236. margin-top:10px;
  237. }
  238.  
  239. /*quote*/
  240.  
  241. #titlequote{
  242. text-align:left;
  243. font-size:14px;
  244. line-height:18px;
  245. font-weight:bold;
  246. }
  247. #source {
  248. margin-top:15px;
  249. margin-left:15px;
  250. }
  251.  
  252. /*audio*/
  253.  
  254. .player {
  255. width:25px;
  256. height:25px;
  257. overflow:hidden;
  258. position:absolute;
  259. background:gray;
  260. }
  261.  
  262. .audioinfo {
  263. margin-left:50px;
  264. }
  265.  
  266.  
  267. /*asks*/
  268. .q {
  269. margin-bottom:1px;
  270. background:{color:asks};
  271. padding-top:1px;
  272. padding-left:3px;
  273. }
  274. .as {
  275. font-weight:bold;
  276. }
  277.  
  278. .a {
  279. margin-top:1px;
  280. }
  281.  
  282.  
  283. /*chat*/
  284.  
  285. .chat ol {
  286. padding:0;
  287. list-style:none;
  288. }
  289. .line {
  290. padding:5px 0;
  291. border-bottom:1px {color:text} solid;
  292. }
  293.  
  294. .label {
  295. font-weight:bold;
  296. }
  297.  
  298.  
  299.  
  300.  
  301.  
  302. /*permalink and notes*/
  303.  
  304. #permalink {
  305. margin-top:5px;
  306. font-size:9px;
  307. text-transform:lowercase;
  308. border-top:1px {color:text} solid;
  309. }
  310.  
  311. #permalink a {
  312. margin-right:10px;
  313. }
  314.  
  315.  
  316. .tags {
  317. word-break:break-all;
  318. border-top:1px {color:text} solid;
  319. font-size:9px;
  320. }
  321.  
  322. .pagenotes {
  323. {block:IndexPage}
  324. display: none!important;
  325. {/block:IndexPage}
  326. width:400px;
  327. text-align:left;
  328.  
  329. }
  330. .pagenotes img {
  331. display:none!important;}
  332. .pagenotes li {
  333. list-style-type:none;
  334. padding:5px 0px;
  335. text-align:left;
  336. margin:0 0 0 -40px;
  337. }
  338.  
  339.  
  340. #leave {
  341. position:fixed;
  342. font-size:8px;
  343. letter-spacing:1px;
  344. left:10px;
  345. bottom:15px;
  346. border:dotted {color:text} 1px;
  347. }
  348. #leave a {
  349. padding:3px;
  350. color:#000;
  351. background-color:{color:background};
  352. }
  353. #leave a:hover {
  354. color:#ffffff;
  355. background-color:#e6e6ff;
  356. }
  357.  
  358.  
  359.  
  360.  
  361.  
  362. {CustomCSS}
  363.  
  364.  
  365. </style>
  366.  
  367.  
  368.  
  369. </head>
  370.  
  371. <body>
  372.  
  373.  
  374. <img style="position:fixed; opacity: 1.0; max-width: 300px; bottom:20px; right:1px; z-index: 1;" src="{image:corner}">
  375.  
  376. <div id="con">
  377.  
  378. <div id="sidebar">
  379.  
  380.  
  381. <div id="links">
  382.  
  383. {block:ifLink1}<a href="{text:Link 1 URL}">{text:Link 1}</a>{/block:ifLink1}
  384. {block:ifLink2}<a href="{text:Link 2 URL}" >{text:Link 2}</a>{/block:ifLink2}
  385. {block:ifLink3}<a href="{text:Link 3 URL}">{text:Link 3}</a>{/block:ifLink3}
  386. {block:ifLink4}<a href="{text:Link 4 URL}">{text:Link 4}</a>{/block:ifLink4}
  387. {block:ifLink5}<a href="{text:Link 5 URL}" >{text:Link 5}</a>{/block:ifLink5}
  388. {block:ifLink6}<a href="{text:Link 6 URL}" >{text:Link 6}</a>{/block:ifLink6}
  389. </div>
  390.  
  391.  
  392.  
  393. <div id="blogt"><a href="/">{Title}</a></div>
  394.  
  395.  
  396. <div id="description">{Description}</div>
  397.  
  398. <div id="leave"><a href="http://hbbits.tumblr.com">credit</a></div>
  399.  
  400. </div>
  401.  
  402.  
  403.  
  404.  
  405. <div id="entries">
  406.  
  407. {block:Posts}
  408. <div id="posts">
  409.  
  410.  
  411. {block:Quote}
  412.  
  413.  
  414. <div id="titlequote">“{Quote}”</div>
  415. {block:Source}<div id="source">&mdash; {Source}</div>{/block:Source}
  416. {/block:Quote}
  417.  
  418.  
  419.  
  420. {block:Text}
  421.  
  422. {block:Title}
  423. <div id="title">{Title}</div>{/block:Title}
  424. {Body}
  425. {/block:Text}
  426.  
  427. {block:Link}
  428. <div id="title"><a href="{URL}">{Name}</a></div>{block:Description}{Description}{/block:Description}
  429. {/block:Link}
  430.  
  431. {block:Chat}
  432. {block:Title}
  433. <h1>{Title}</h1>
  434. {/block:Title}
  435. <div class="chat">
  436. <ol>{block:Lines}
  437. <li class="line {Alt}">
  438. {block:Label}
  439. <span class="label">
  440. {Label}</span>
  441. {/block:Label}{Line}</li>
  442. {/block:Lines}
  443. </ol></div>
  444. {/block:Chat}
  445.  
  446. {block:Photo}
  447. {LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{LinkCloseTag}
  448. {/block:Photo}
  449.  
  450. {block:Photoset}
  451. {Photoset-400}
  452. {/block:Photoset}
  453.  
  454. {block:Video}
  455. {Video-400}
  456. {/block:Video}
  457.  
  458. {block:Audio}
  459. <div class="player">{AudioPlayerWhite}</div>
  460. <div class="audioinfo">
  461. {block:TrackName}{TrackName}{/block:TrackName}{block:Artist}<br>{Artist}{/block:Artist}
  462. </div>
  463. {/block:Audio}
  464.  
  465. {block:Answer}
  466. <div class="q">
  467. <div class="as">{Asker} whispered: </div>
  468. {Question}</div>
  469. <div class="a">{Answer}</div>
  470. {/block:Answer}
  471.  
  472. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  473.  
  474. {block:Date}
  475. <div id="permalink">
  476. <a href="{Permalink}" >{12Hour}:{Minutes} {AmPm}</a>{block:NoteCount}<a href="{Permalink}">+ {NoteCount}</a>{/block:NoteCount}{block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{block:ContentSource}<a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>{/block:ContentSource}{/block:RebloggedFrom}
  477. {block:HasTags}<div class="tags">{block:Tags}<a href="{TagUrl}">#{Tag}</a>{/block:Tags}</div>{/block:HasTags}
  478. </div>
  479. {/block:Date}
  480.  
  481.  
  482.  
  483. </div>
  484.  
  485.  
  486. {block:PostNotes}
  487. <div class="pagenotes">
  488. {PostNotes}
  489. </div>
  490. {/block:PostNotes}
  491.  
  492.  
  493. {/block:Posts}
  494.  
  495. <div id="pagination">
  496. {block:Pagination}
  497. {block:PreviousPage}
  498. <a href="{PreviousPage}">&larr; </a>
  499. {/block:PreviousPage}
  500.  
  501.  
  502. {block:NextPage}
  503. <a href="{NextPage}"> &rarr;</a>
  504. {/block:NextPage}
  505. {/block:Pagination}
  506. </div>
  507.  
  508.  
  509.  
  510. </div>
  511.  
  512. </div>
  513.  
  514.  
  515. {block:ContentSource}
  516. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  517. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  518. {/block:SourceLogo}
  519. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  520. {/block:ContentSource}
  521.  
  522. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement