Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <head>
- <title>{title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- </style><link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
- <meta name="viewport" content="width=device-width">
- <link href="https://fonts.googleapis.com/css?family=Quicksand|Press+Start+2P" rel="stylesheet">
- <link rel="stylesheet" type="text/css" href="//dl.dropbox.com/s/ewi2mgdfe170bqi/fo.css"/>
- <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
- <script>
- $(document).ready(function() {
- var replaceit = $("body").html().replace(/ll/g,'ww').replace(/are/g,'awe').replace(/ive/g, 'iwe').replace(/iving/g, 'iwwing').replace(/of/g, 'ov').replace(/ere/g,'ewre').replace(/ry/g,'wy').replace(/ly/g,'wy').replace(/pr/g,'pw').replace(/thr/g, 'tw').replace(/or/g,'ow').replace(/ur/g,'uw').replace(/UR/g,'uw').replace(/ir/g,'iwr').replace(/sle/g,'swe').replace(/little/g,'wittle').replace(/oc/g,'owct').replace(/ra/g,'wa').replace(/ry/g,'wy').replace(/what's/g,'owo whats').replace(/av/g,'aw').replace(/fu/g,'fwu').replace(/er/g,'ew').replace(/usewname/g,'username').replace(/pnj/g,'png').replace(/awatar/g,'avatar').replace(/lo/g,'wo').replace(/,/g, '...').replace(/op/g, 'owp').replace(/hewwo/g,'h...hewwo?');
- $("body").html(replaceit);
- });
- </script>
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js">
- </script>
- <style type="text/css">
- ::-webkit-scrollbar {
- width: 18px;
- height:6px;
- }
- ::-webkit-scrollbar-button {
- width: 0px;
- height: 0px;
- }
- ::-webkit-scrollbar-thumb {
- background: #70ccc7;
- border:6px solid #f8f8f8;
- border-top:4px solid #f8f8f8;
- border-bottom:4px solid #f8f8f8;
- cursor:pointer;
- border-radius: 8px;
- }
- ::-webkit-scrollbar-track {
- background:#dfdfdf;
- border: 8px solid #f8f8f8;
- border-top:12px solid #f8f8f8;
- border-bottom:12px solid #f8f8f8;
- }
- body {
- background: #fff;
- margin:0;width:100%;height:100%;
- padding: 0;
- font-family:quicksand;
- font-size:1.12em;
- word-wrap:break-word;
- position:absolute;
- }
- a {
- text-decoration:none;
- outline:none;
- color:#444; /*change link colors here */
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- }
- a:hover {
- color:#aaa; /*change link hover color */
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- }
- @media only screen and (max-width: 500px) {
- #cont {
- left:0px;
- height:100vh;
- top:200px;
- width:100%;
- }
- .entry {
- width:90%!important;
- text-align:center;
- margin:10px 0px;
- position:relative;
- display:inline-block;
- transition:.6s;
- }
- .entry img {
- border-radius:6px;
- width:90%;
- }
- #sort li {
- display:none;
- }
- #sort li:first-child, #sort li:nth-child(2), #sort li:nth-child(3){
- display:inline-block;
- }
- .butt {
- position:fixed;
- top:30px;
- right:-50px;
- text-align:center;
- }
- }
- header {
- background:white;
- font-size:1.4em;
- font-family:Quicksand;
- font-weight:bold;
- }
- .caption {
- padding:50px;
- }
- #cont {
- margin:100px auto;
- width:50%;
- }
- .posts img {
- max-width:100%;
- }
- .nyoom {
- width:200px !important;
- bottom:10px;
- position:absolute; animation:boop 2s infinite;
- }
- @keyframes boop {
- 0% {
- left:-100%;
- }
- 50% {
- }
- 100% {
- left:200%;
- }
- }
- .text {
- position:absolute;
- height:10%;
- width:80%;
- text-align:center;
- margin-top:-5%;
- top:50%;
- left:50%;
- z-index:9999;
- margin-left:-40%;
- }
- .text a{
- font-family:roboto;
- border:2px solid white;
- border-radius:30px;
- padding:10px;
- transition:.4s;
- color:white;
- }
- .text a:hover {
- transition:.4s;
- background:white;
- }
- .posts {
- width:350px;
- margin:100px auto;
- position:relative;
- background:white;
- padding:4px;
- border-bottom:10px inset pink;
- border-right: 10px inset pink;
- border-top:10px outset blue;
- animation:bounce 2s infinite;
- border-left:10px outset blue;
- }
- @keyframes bounce {
- 0% {
- left:-10px;
- }
- 10% {
- left:10px;
- }
- 20% {
- left:-10px;
- }
- 30% {
- left:10px;
- }
- 40% {
- left:-10px;
- }
- 50% {
- left:10px;
- }
- 60% {
- left:-10px;
- }
- 70% {
- left:10px;
- }
- 80% {
- left:-10px;
- }
- 90% {
- left:10px;
- }
- 100% {
- left:-10px;
- }
- }
- .posts:before {
- width:100%;
- height:100%;
- content:'';
- top:20px;
- left:20px;
- z-index:-1;
- position:absolute;
- background: url(http://www.fillster.com/images/backgrounds/3d.gif);background-repeat:repeat;
- }
- .side {
- position:fixed;
- bottom:0px;
- z-index:-1;
- right:10px;
- }
- .side img {
- width:900px;
- }
- .obiectus-ferenti div {
- background: url(http://78.media.tumblr.com/tumblr_lyejc1tqat1qapbyt.gif) no-repeat; /* replace the URL with the image you want */
- background-size:100% auto;
- width:40px;height:60px; /* change the size of the objects. keep it the same value */
- }
- </style>
- </head>
- <body>
- <script src="//dl.dropbox.com/s/7s0zd8njls6stjn/fo.js"></script>
- <div class="incidentia-obiecti"></div>
- <div class="side">
- <img src="http://78.media.tumblr.com/fcc876d608854992ba4151b75eedc288/tumblr_mj7oow9omG1rhwgnno1_1280.png">
- </div>
- <div id="cont">
- <article class="post">
- <marquee diwrection="down">{title}</marquee>
- {Description}
- </article>
- {block:Posts} <article class="posts">
- <!-- {block:NoRebloggedFrom} {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom} {/block:NoRebloggedFrom} -->
- {block:ContentSource} <!-- {SourceURL}{block:SourceLogo} <img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" /> {/block:SourceLogo} {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} --> {/block:ContentSource}
- <!-- text post start --> {block:Text} {block:Title} <h1> <a href="{Permalink}">{Title} </a> </h1> {/block:Title}
- <div class="caption">{block:NotReblog} <figcaption> {Body} </figcaption> {/block:NotReblog} {block:RebloggedFrom} <div class="reblog-list">
- {block:Reblogs} <div class="{block:isOriginalEntry}original-reblog{/block:isOriginalEntry}"> <div class="reblog-header">
- {block:IsActive} <a class="{block:isNotOriginalEntry}sub-reblog{/block:isNotOriginalEntry}" href="{Permalink}" target="_blank"> <img src="{PortraitURL-64}" style="width:24px; float:left"> </a> {/block:IsActive}
- {block:IsDeactivated} <span class="inactive {block:isNotOriginalEntry} sub-reblog{/block:isNotOriginalEntry}"> <img src="{PortraitURL-64}" style="width:24px; float:left"> </span> {/block:IsDeactivated} {block:IsActive} <a target="_blank" href="{Permalink}" class="user"> {Username} </a> {/block:IsActive}
- {block:IsDeactivated} <span class="inactive deactivated">{Username} </span> {/block:IsDeactivated} </div> <div class="reblog-content"> {Body} </div> </div> {/block:Reblogs} </div> {/block:RebloggedFrom} </div> {/block:Text} <!-- text post end -->
- <!-- photo posts --> {block:Photo} <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}"/>
- {block:Caption} <div class="caption"> {block:NotReblog} <figcaption> {Caption} </figcaption> {/block:NotReblog} {block:RebloggedFrom} <div class="reblog-list">
- {block:Reblogs} <div class="{block:isOriginalEntry}original-reblog{/block:isOriginalEntry}"> <div class="reblog-header">
- {block:IsActive} <a class="{block:isNotOriginalEntry}sub-reblog{/block:isNotOriginalEntry}" href="{Permalink}" target="_blank"> <img src="{PortraitURL-64}" style="width:24px; float:left"> </a> {/block:IsActive}
- {block:IsDeactivated} <span class="inactive {block:isNotOriginalEntry} sub-reblog{/block:isNotOriginalEntry}"> <img src="{PortraitURL-64}" style="width:24px; float:left"> </span> {/block:IsDeactivated}
- {block:IsActive} <a target="_blank" href="{Permalink}" class="user">{Username} </a> {/block:IsActive}
- {block:IsDeactivated} <span class="inactive deactivated">{Username} </span> {/block:IsDeactivated} </div> <div class="reblog-content"> {Body} </div> </div> {/block:Reblogs} </div> {/block:RebloggedFrom} </div> {/block:Caption} {/block:Photo} <!-- end photo posts -->
- {block:Panorama} {LinkOpenTag} <img src="{PhotoURL-Panorama}" alt="{PhotoAlt}"/> {LinkCloseTag}
- {block:Caption} <div class="caption"> {block:NotReblog} <figcaption> {Caption} </figcaption> {/block:NotReblog} {block:RebloggedFrom} <div class="reblog-list">
- {block:Reblogs} <div class="{block:isOriginalEntry}original-reblog{/block:isOriginalEntry}"> <div class="reblog-header">
- {block:IsActive} <a class="{block:isNotOriginalEntry}sub-reblog{/block:isNotOriginalEntry}" href="{Permalink}" target="_blank"> <img src="{PortraitURL-64}" style="width:24px; float:left"> </a> {/block:IsActive}
- {block:IsDeactivated} <span class="inactive {block:isNotOriginalEntry} sub-reblog{/block:isNotOriginalEntry}"> <img src="{PortraitURL-64}" style="width:24px; float:left"> </span> {/block:IsDeactivated}
- {block:IsActive} <a target="_blank" href="{Permalink}" class="user">{Username} </a> {/block:IsActive}
- {block:IsDeactivated} <span class="inactive deactivated">{Username} </span> {/block:IsDeactivated} </div> <div class="reblog-content"> {Body} </div> </div> {/block:Reblogs} </div> {/block:RebloggedFrom} </div> {/block:Caption} {/block:Panorama}
- <!-- photoset posts --> {block:Photoset} {Photoset}
- {block:Caption} <div class="caption"> {block:NotReblog} <figcaption> {Caption} </figcaption> {/block:NotReblog} {block:RebloggedFrom} <div class="reblog-list">
- {block:Reblogs} <div class="{block:isOriginalEntry}original-reblog{/block:isOriginalEntry}"> <div class="reblog-header">
- {block:IsActive} <a class="{block:isNotOriginalEntry}sub-reblog{/block:isNotOriginalEntry}" href="{Permalink}" target="_blank"> <img src="{PortraitURL-64}" style="width:24px; float:left"> </a> {/block:IsActive}
- {block:IsDeactivated} <span class="inactive {block:isNotOriginalEntry} sub-reblog{/block:isNotOriginalEntry}"> <img src="{PortraitURL-64}" style="width:24px; float:left"> </span> {/block:IsDeactivated}
- {block:IsActive} <a target="_blank" href="{Permalink}" class="user">{Username} </a> {/block:IsActive}
- {block:IsDeactivated} <span class="inactive deactivated">{Username} </span> {/block:IsDeactivated}
- </div> <div class="reblog-content"> {Body} </div> </div> {/block:Reblogs} </div> {/block:RebloggedFrom} </div> {/block:Caption} {/block:Photoset} <!-- end photoset -->
- <!-- quote posts --> {block:Quote} <div class="caption"> "{Quote}" {block:Source} <br> -{Source} {/block:Source} </div> {/block:Quote} <!-- end quote posts -->
- <!-- link posts --> {block:Link} <h1> <a href="{URL}" style="border:none" class="link" {Target}>{Name} </a> </h1> {block:Description} <div class="caption">{Description} </div> {/block:Description} {/block:Link} <!-- end link posts -->
- {block:Chat} <div class="caption"> {block:Title} <a href="{Permalink}" style="background:transparent; padding:0;"> <h1>{title} </h1> </a>{/block:Title} {block:Lines} <div class="chat">{block:Label} <b>{Label} </b>{/block:Label} {Line} <br/> </div>{/block:Lines} </div> {/block:Chat}
- {block:Video} {Video-500}
- {block:Caption} <div class="caption"> {block:NotReblog} <figcaption> {Caption} </figcaption> {/block:NotReblog} {block:RebloggedFrom} <div class="reblog-list">
- {block:Reblogs} <div class="{block:isOriginalEntry}original-reblog{/block:isOriginalEntry}"> <div class="reblog-header">
- {block:IsActive} <a class="{block:isNotOriginalEntry}sub-reblog{/block:isNotOriginalEntry}" href="{Permalink}" target="_blank"> <img src="{PortraitURL-64}" style="width:24px; float:left"> </a> {/block:IsActive}
- {block:IsDeactivated} <span class="inactive {block:isNotOriginalEntry} sub-reblog{/block:isNotOriginalEntry}"> <img src="{PortraitURL-64}" style="width:24px; float:left"> </span> {/block:IsDeactivated}
- {block:IsActive} <a target="_blank" href="{Permalink}" class="user">{Username} </a> {/block:IsActive}
- {block:IsDeactivated} <span class="inactive deactivated">{Username} </span> {/block:IsDeactivated}
- </div> <div class="reblog-content"> {Body} </div> </div> {/block:Reblogs} </div> {/block:RebloggedFrom} </div> {/block:Caption} {/block:Video}
- {block:Audio} {block:AudioPlayer} {AudioPlayer}{/block:AudioPlayer}
- <br>
- {block:Caption} <div class="caption"> {block:NotReblog} <figcaption> {Caption} </figcaption> {/block:NotReblog} {block:RebloggedFrom} <div class="reblog-list">
- {block:Reblogs} <div class="{block:isOriginalEntry}original-reblog{/block:isOriginalEntry}"> <div class="reblog-header">
- {block:IsActive} <a class="{block:isNotOriginalEntry}sub-reblog{/block:isNotOriginalEntry}" href="{Permalink}" target="_blank"> <img src="{PortraitURL-64}" style="width:24px; float:left"> </a> {/block:IsActive}
- {block:IsDeactivated} <span class="inactive {block:isNotOriginalEntry} sub-reblog{/block:isNotOriginalEntry}"> <img src="{PortraitURL-64}" style="width:24px; float:left"> </span> {/block:IsDeactivated}
- {block:IsActive} <a target="_blank" href="{Permalink}" class="user">{Username} </a> {/block:IsActive}
- {block:IsDeactivated} <span class="inactive deactivated">{Username} </span> {/block:IsDeactivated} </div> <div class="reblog-content"> {Body} </div> </div> {/block:Reblogs} </div> {/block:RebloggedFrom} </div> {/block:Caption} {/block:Audio}
- {block:Answer} {Asker}
- {Question} {answer} {/block:Answer}
- <center>
- {block:Date} <a href="https://www.youtube.com/watch?v=dQw4w9WgXcQ">{NoteCountwithLabel}</a> <div class="nyoom"><a href="{permalink}">{TimeAgo}</a></div>{/block:Date}
- </center>
- </article>
- {/block:Posts}
- </div> <!-- end container -->
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement