Advertisement
Guest User

suchbuurden theme B)

a guest
Aug 31st, 2015
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.98 KB | None | 0 0
  1. <head><title>{Title}</title>
  2. <link rel="shortcut icon" href="{Favicon}">
  3. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  4. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  5.  
  6.  
  7. <script type="text/javascript"
  8. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  9. <script>
  10. $(document).ready(function() {
  11. //
  12. $('a.poplight[href^=#]').click(function() {
  13. var popID = $(this).attr('rel'); //Get Popup Name
  14. var popURL = $(this).attr('href'); //Get Popup href to define size
  15. var query= popURL.split('?');
  16. var dim= query[1].split('&');
  17. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  18. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  19. var popMargTop = ($('#' + popID).height() + 80) / 2;
  20. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  21. //Apply Margin to Popup
  22. $('#' + popID).css({
  23. 'margin-top' : -popMargTop,
  24. 'margin-left' : -popMargLeft
  25. });
  26. $('body').append('<div id="fade"></div>');
  27. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  28. return false;
  29. });
  30. $('a.close, #fade').live('click', function() {
  31. $('#fade , .popup_block').fadeOut(function() {
  32. $('#fade, a.close').remove(); //fade them both out
  33. });
  34. return false;
  35. });
  36. });
  37. </script>
  38.  
  39. <link href='http://fonts.googleapis.com/css?family=Fjalla+One' rel='stylesheet' type='text/css'>
  40.  
  41. <link href='http://fonts.googleapis.com/css?family=Satisfy' rel='stylesheet' type='text/css'>
  42.  
  43. <link href='http://fonts.googleapis.com/css?family=Pacifico' rel='stylesheet' type='text/css'>
  44.  
  45. <link href='http://fonts.googleapis.com/css?family=Anton' rel='stylesheet' type='text/css'>
  46.  
  47. <link href='http://fonts.googleapis.com/css?family=Chewy' rel='stylesheet' type='text/css'>
  48.  
  49. <link href='http://fonts.googleapis.com/css?family=Permanent+Marker' rel='stylesheet' type='text/css'>
  50.  
  51. <link href='http://fonts.googleapis.com/css?family=Pacifico' rel='stylesheet' type='text/css'>
  52.  
  53. <link href='http://fonts.googleapis.com/css?family=Calligraffitti' rel='stylesheet' type='text/css'>
  54.  
  55. <link href='http://fonts.googleapis.com/css?family=Anton' rel='stylesheet' type='text/css'>
  56.  
  57. <link href='http://fonts.googleapis.com/css?family=Six+Caps' rel='stylesheet' type='text/css'>
  58.  
  59.  
  60.  
  61.  
  62. <meta name="color:Background" content="#ffffff"/>
  63. <meta name="color:Text" content="#9B9B9B"/>
  64. <meta name="color:Link" content="#b8b8b8"/>
  65. <meta name="color:scrollbar" content="#999999">
  66. <meta name="color:title" content="#999999">
  67. <meta name="color:Link Hover" content="#eeeeee"/>
  68.  
  69. <meta name="image:sidebar" content=""/>
  70. <meta name="text:sidebartitle" content="">
  71.  
  72. <meta name="text:link 1" content="Link 1"/>
  73. <meta name="text:link 1 url" content="/"/>
  74. <meta name="text:link 2" content="Link 2"/>
  75. <meta name="text:link 2 url" content="/"/>
  76. <meta name="text:link 3" content="Link 3"/>
  77. <meta name="text:link 3 url" content="/"/>
  78. <meta name="text:link 4" content="Link 4"/>
  79. <meta name="text:link 4 url" content="/"/>
  80. <meta name="text:link 5" content="Link 5"/>
  81. <meta name="text:link 5 url" content="/"/>
  82.  
  83. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  84.  
  85. <style>
  86. div#qTip {
  87. padding: 3px;
  88. display: none;
  89. text-align: center;
  90. position: absolute;
  91. font-size:7px;
  92. margin-left:10px;
  93. margin-top:-2px;
  94. line-height:9px;
  95. font-family:arial;
  96. z-index: 1000;
  97. border: 1px solid #cacaca;
  98. background-color:#fff;
  99. color: #9b9b9b;
  100. text-transform:uppercase;
  101. letter-spacing: 2px;
  102. }
  103. </style>
  104.  
  105. <style type="text/css">
  106.  
  107. ::-webkit-scrollbar-thumb{
  108. background-color:transparent;
  109. border: 4px solid transparent;
  110. height:auto;
  111. }
  112.  
  113. ::-webkit-scrollbar {
  114. height:auto;
  115. width:8px;
  116. background-color: transparent;
  117. border:2px solid transparent;
  118. }
  119.  
  120. @font-face { font-family: "signerica"; src: url('http://static.tumblr.com/yo59jgt/m4om1rino/signerica_fat.ttf'); }
  121.  
  122. @font-face { font-family: "marker"; src: url('http://themes.googleusercontent.com/static/fonts/permanentmarker/v0/9vYsg5VgPHKK8SXYbf3sMupm9E4gBdgiUiSJePew_SQ.woff'); }
  123.  
  124. @font-face { font-family: "bebas neue"; src: url('http://static.tumblr.com/cvlbtjz/cnsln9tpp/bebasneue.otf'); }
  125.  
  126. @font-face { font-family: "basic title"; src: url('http://static.tumblr.com/hr3mg96/EjInk4u3s/basictitlefont.ttf'); }
  127.  
  128. @font-face { font-family: "hacked"; src: url('http://static.tumblr.com/hr3mg96/geLnk4u71/hacked.ttf'); }
  129.  
  130. @font-face { font-family: "true lies"; src: url('http://static.tumblr.com/hr3mg96/Enqnk4ubo/true_lies.ttf'); }
  131.  
  132. @font-face { font-family: "volstead"; src: url('http://static.tumblr.com/hr3mg96/wgenk4v1y/volstead.ttf'); }
  133.  
  134.  
  135. iframe#tumblr_controls {
  136. white-space:nowrap;
  137. -webkit-filter: invert(100%);
  138. -moz-filter: invert(100%);
  139. -o-filter: invert(100%);
  140. -ms-filter: invert(100%);
  141. filter: invert(100%);
  142. opacity:.2;transition: .8s ease-in-out;
  143. -webkit-transition: .8s ease-in-out;
  144. -moz-transition: .8s ease-in-out;
  145. -o-transition: .8s ease-in-out;
  146. }
  147.  
  148. h1 {
  149. font-weight:normal;
  150. font-size:30px;
  151. text-align:center;
  152. font-family:'Six caps';
  153. font-style:normal;
  154. line-height:100%;
  155. letter-spacing:2px;
  156. text-transform:normal;
  157. color:{color:text};
  158. }
  159.  
  160. h2 {
  161. font-size:27px;
  162. text-align:left;
  163. letter-spacing:5px;
  164. font-family:'Six caps';
  165. color:#822727;
  166. font-weight:bold;
  167. text-transform:uppercase;
  168. text-shadow:2px 2px 3px rgba(14,8,8, 1);
  169.  
  170. }
  171.  
  172.  
  173. blockquote {
  174. border-left:2px solid {color:text};
  175. padding-left:5px;
  176. margin:5px;
  177. }
  178.  
  179. b, strong {
  180.  
  181. color:#822727;
  182. font-weight:bold;
  183. font-family:'Six caps';
  184. font-size:27px;
  185. letter-spacing:1px;
  186. text-shadow:2px 2px 2px rgba(0,0,0, 0.5);
  187. }
  188.  
  189. i, em {
  190. font-weight:bold;
  191. color: #822727;
  192. font-family: 'Satisfy', cursive;
  193. font-weight: bold;
  194. text-shadow: 1px 1px 1px #000;
  195. letter-spacing:1px;
  196. font-size:15px;
  197. text-transform:normal;
  198.  
  199.  
  200. }
  201.  
  202.  
  203. body {
  204. background:#5a5a5a;
  205. background-image: url(http://i.xomf.com/jrdhz.png);
  206. background-repeat: no-repeat;
  207. margin:0px;
  208. color:{color:text};
  209. font-family:'Six caps';
  210. font-size:25px;
  211. line-height:100%;
  212. }
  213.  
  214. a {
  215. text-decoration:none;
  216. outline:none;
  217. -moz-outline-style:none;
  218. color:#822727;
  219. -moz-transition-duration:0.5s;
  220. -webkit-transition-duration:0.5s;
  221. -o-transition-duration:0.5s;
  222. }
  223.  
  224. a:hover {
  225. outline:none;
  226. -moz-outline-style:none;
  227. text-shadow: 0 0 2px #000;
  228. color:#af0720;
  229. }
  230.  
  231. img {
  232. border:none;
  233.  
  234. }
  235.  
  236. blockquote {
  237. padding-left:5px;
  238. border-left:2px solid;
  239. }
  240.  
  241. blockquote blockquote {
  242. padding-left:5px;
  243. border-left:2px solid;
  244. }
  245.  
  246. #post {
  247. width:250px;
  248. padding-bottom:30px;
  249. margin-top:-30px;
  250. }
  251.  
  252. #entries {
  253. position:fixed;
  254. height:357px;
  255. width:250px;
  256. padding:20px;
  257. margin-left:693px;
  258. margin-top:207px;
  259. text-align:left;
  260. background-color: transparent;
  261. border: 0px solid #000;
  262. z-index:999;
  263. overflow-x:hidden;
  264. overflow-y:auto;
  265. }
  266.  
  267.  
  268. #links {
  269. position:absolute;
  270. position:fixed;
  271. font-family:'Six caps';
  272. width:250px;
  273. margin-top:145px;
  274. margin-left:693px;
  275. font-size:10px;
  276. text-transform:uppercase;
  277. text-align:left;
  278. line-height:280%;
  279. }
  280.  
  281. #links a{
  282. line-height:100%;
  283. margin-top:4px;
  284. margin-left:13px;
  285. color:{color:link};
  286. text-decoration:none;
  287. -moz-transition-duration:.2s;
  288. -webkit-transition-duration:.2s;
  289. -o-transition-duration:.2s;
  290. }
  291.  
  292. #links a:hover {
  293. color: {color:link hover};
  294. width:60px;
  295. -moz-transition-duration:0.2s;
  296. -webkit-transition-duration:0.2s;
  297. -o-transition-duration:0.2s;
  298. }
  299.  
  300. #description {
  301. position:fixed;
  302. width:200px;
  303. font-family:'Six caps';
  304. margin-top:55px;
  305. margin-left:-9px;
  306. text-align:justify;
  307. font-size:9px;
  308. color: {color:text};
  309. letter-spacing:0px;
  310. line-height:130%;
  311. -moz-transition-duration:1s;
  312. -webkit-transition-duration:1s;
  313. -o-transition-duration:1s;
  314. }
  315.  
  316. #description a {
  317. color:{color:link};
  318. }
  319.  
  320. #description a:hover {
  321. color:{color:link hover};
  322. }
  323.  
  324. .sidebartitle {
  325. width:210px;
  326. text-align:center;
  327. position:fixed;
  328. font-family:arial;
  329. line-height:120%;
  330. margin-left:-13px;
  331. font-size:13px;
  332. margin-top:10px;
  333. color:{color:title};
  334. }
  335.  
  336. #pagination {
  337. font-family:'Six caps';
  338. width:210px;
  339. font-size:15px;
  340. margin-top:95px;
  341. margin-left:825px;
  342. padding-left:5px;
  343. letter-spacing:1px;
  344. font-style:italic;
  345. text-align:left;
  346. }
  347.  
  348. #pagination a {
  349. color:#aaaaaa;
  350. }
  351.  
  352. #info {
  353. font-family:'Six caps';
  354. width:243px;
  355. height:25px;
  356. margin-top:5px;
  357. padding-bottom:1px;
  358. font-size:25px;
  359. padding:5px;
  360. color:#eaeaea;
  361. background-image: url(http://i.xomf.com/mkvwc.png);
  362. text-transform:uppercase;
  363. font-style:normal;
  364. text-align:left;
  365. -moz-transition-duration:0.5s;
  366. -webkit-transition-duration:0.5s;
  367. -o-transition-duration:0.5s;
  368. }
  369.  
  370. #info a {
  371. color:#eaeaea;
  372. font-style:normal;
  373. }
  374.  
  375. #info a:hover {
  376. color:{color:link hover};
  377. }
  378.  
  379. .tags {
  380. font-family:'Six caps';
  381. font-style:normal;
  382. width:250px;
  383. text-transform:normal;
  384. font-style:normal;
  385. line-height:100%;
  386. padding-left:5px;
  387. font-size:25px;
  388. text-align:left;
  389. padding-top:3px;
  390. padding-bottom:15px;
  391. -moz-transition-duration:0.2s;
  392. -webkit-transition-duration:0.2s;
  393. -o-transition-duration:0.2s;
  394. }
  395. .tags a{
  396. color:{color:link};
  397. -moz-transition-duration:0.2s;
  398. -webkit-transition-duration:0.2s;
  399. -o-transition-duration:0.2s;
  400. }
  401. .tags a:hover{
  402. color:{color:link hover};
  403. -moz-transition-duration:0.2s;
  404. -webkit-transition-duration:0.2s;
  405. -o-transition-duration:0.2s;
  406. }
  407.  
  408. .audio{
  409. background-color:#e5e5e5;
  410. height:65px;
  411. overflow:hidden;
  412. }
  413.  
  414. #ask {
  415. float:left;
  416. color:{color:text};
  417. }
  418.  
  419. #credit {
  420. font-size:9px;
  421. font-family:'Six caps';
  422. font-style:italic;
  423. letter-spacing:1px;
  424. -moz-transition-duration:0.5s;
  425. -webkit-transition-duration:0.5s;
  426. -o-transition-duration:0.5s;
  427. }
  428.  
  429. #credit a {
  430. background-color:#fff;
  431. padding:5px;
  432. border:1px solid #e9e9e9;
  433. position:fixed;
  434. right:15px;
  435. bottom:10px
  436. }
  437.  
  438. #credit a:hover {
  439. color:#fff;
  440. background-color:#191919;
  441. }
  442.  
  443.  
  444. .popup_block{
  445. display:none;
  446. background:#232323;
  447. padding:20px;
  448. border: dotted 1px #555;
  449. float:left;
  450. position:fixed;
  451. top:50%;left:50%;
  452. z-index: 99999;
  453. width: 300px;
  454. -webkit-box-shadow: 0px 0px 20px #000; /* delete for solid white */
  455. -moz-box-shadow: 0px 0px 20px #000; /* delete for solid white */
  456. box-shadow: 0px 0px 20px #000; /* delete for solid white */
  457.  
  458. }
  459.  
  460. *html #fade {position: absolute;}
  461. *html .popup_block {position: absolute;}
  462. #fade {
  463. display:none;
  464. position:fixed;
  465. left:0px;
  466. top:0px;
  467. width:100%;
  468. height:100%;
  469. z-index:9999;
  470. background:#000; /* change to #fff for solid white */
  471. opacity:0.5; /* change to opacity:1; */
  472. }
  473.  
  474.  
  475.  
  476. {CustomCSS}</style></head><body>
  477.  
  478. <div id="sidebar">
  479.  
  480. <div id="sidebarimage">
  481. <a href="/"><img src="{image:sidebar}"></a></div>
  482.  
  483. <div class="sidebartitle">{text:sidebartitle}</div>
  484.  
  485. <div id="links">
  486. <a href="/">●</a>
  487. <a href="#?w=375" rel="box1" class="poplight">●</a>
  488. <a href="{text:link1}">●</a>
  489. <a href="{text:link2}">●</a>
  490. <a href="{text:link3}">●</a>
  491. <a href="{text:link4}">●</a>
  492. &nbsp;<a href="{text:link5}">●</a>
  493. </div>
  494.  
  495. <div id="description">{description}
  496.  
  497. <div id="pagination">
  498. <center>{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">back</a>{/block:PreviousPage} &nbsp;&nbsp;&nbsp; {block:NextPage}<a href="{NextPage}">next</a><br />{/block:NextPage}{/block:Pagination}</div></center></div>
  499. </div></div></div>
  500.  
  501. <div id="entries">{block:Posts}<div id="post">
  502.  
  503. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  504.  
  505. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-250}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  506.  
  507. {block:Photoset}{Photoset-250}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  508.  
  509. {block:Quote}<big><big>"{Quote}"</big></big>{block:Source}<br><br> <div style="text-align: right;">— {Source}</div>{/block:Source}{/block:Quote}
  510.  
  511. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
  512.  
  513. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}{hw}
  514.  
  515. {block:Audio}{block:AlbumArt}<img src="{AlbumArtURL}" width="65px" align="left">{/block:AlbumArt}<div class="audio">{AudioPlayerGrey}<br>{block:TrackName}&nbsp;&nbsp;&nbsp;&nbsp; {TrackName}{/block:TrackName}
  516. {block:Artist} &nbsp;—&nbsp; {Artist} {/block:Artist}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  517.  
  518. {block:Video}{Video-250}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  519.  
  520. {block:Answer}<div id="ask"><br><img src="{AskerPortraitURL-24}" style="margin-left:7px;margin-right:13px;border:1px solid #101010;padding:2px;"></div> <u><em>{Asker}:</em></u><br> "{Question}"<hr>{Answer}{/block:Answer}
  521.  
  522. {block:Date}<div id="info"> <a href="{Permalink}">{TimeAgo}</a>
  523. {/block:Date} {block:NoteCount}&nbsp; ( <font color=#ec3d3d>♥</font> <a href="{Permalink}">{NoteCount}</a> ) {/block:NoteCount}<div style="float:right;">
  524.  
  525. {block:RebloggedFrom}<a title="{ReblogParentName}" href="{ReblogParentURL}">via</a> {/block:RebloggedFrom}{block:ContentSource} &nbsp; / &nbsp; <a title="{SourceTitle}" href="{SourceURL}">source</a>{/block:ContentSource} {/block:RebloggedFrom} &nbsp; ( <a href="{ReblogURL}"target="_blank" title="reblog this post"><big>+</big> </a> ) </div>
  526. </div>
  527.  
  528.  
  529. {block:HasTags}
  530. <div class="tags">
  531. FILED UNDER:{block:Tags} <small><a href="{TagURL}">&nbsp; # ❛┊ {Tag}</a> &nbsp; </small>{/block:Tags}</div>
  532. {/block:HasTags}
  533. <div class="postnote">
  534. {block:PostNotes}{PostNotes}{/block:PostNotes}
  535. </div>
  536. </div>
  537. {/block:Posts}
  538.  
  539. </div>
  540.  
  541.  
  542. </body>
  543.  
  544. <div id="box1" class="popup_block">
  545. <iframe frameborder="0" height="200" id="ask_form" scrolling="yes" src="http://www.tumblr.com/ask_form/{your_url}.tumblr.com" width="100%"></iframe>
  546. </div>
  547.  
  548.  
  549. <div id="box2" class="popup_block">
  550.  
  551.  
  552.  
  553.  
  554.  
  555. </div>
  556.  
  557.  
  558.  
  559.  
  560.  
  561. </span>
  562. </div>
  563.  
  564.  
  565.  
  566. </div></div></div></div></div></div></div></div></div></div>
  567.  
  568. </div>
  569.  
  570.  
  571. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement