Advertisement
cornetespoir

Hewwo theme

Apr 1st, 2018
749
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.12 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>{title}</title>
  4.  
  5.  
  6. <link rel="shortcut icon" href="{Favicon}">
  7. </style><link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
  8. <meta name="viewport" content="width=device-width">
  9. <link href="https://fonts.googleapis.com/css?family=Quicksand|Press+Start+2P" rel="stylesheet">
  10.  
  11.  
  12. <link rel="stylesheet" type="text/css" href="//dl.dropbox.com/s/ewi2mgdfe170bqi/fo.css"/>
  13.  
  14. <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
  15.  
  16.  
  17.  
  18. <script>
  19. $(document).ready(function() {
  20. 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?');
  21.  
  22. $("body").html(replaceit);
  23. });
  24. </script>
  25.  
  26.  
  27. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js">
  28. </script>
  29.  
  30.  
  31. <style type="text/css">
  32.  
  33. ::-webkit-scrollbar {
  34. width: 18px;
  35. height:6px;
  36.  
  37.  
  38. }
  39. ::-webkit-scrollbar-button {
  40. width: 0px;
  41. height: 0px;
  42. }
  43. ::-webkit-scrollbar-thumb {
  44. background: #70ccc7;
  45. border:6px solid #f8f8f8;
  46. border-top:4px solid #f8f8f8;
  47. border-bottom:4px solid #f8f8f8;
  48. cursor:pointer;
  49. border-radius: 8px;
  50. }
  51. ::-webkit-scrollbar-track {
  52. background:#dfdfdf;
  53. border: 8px solid #f8f8f8;
  54. border-top:12px solid #f8f8f8;
  55. border-bottom:12px solid #f8f8f8;
  56.  
  57.  
  58. }
  59.  
  60.  
  61.  
  62. body {
  63. background: #fff;
  64.  
  65. margin:0;width:100%;height:100%;
  66. padding: 0;
  67. font-family:quicksand;
  68. font-size:1.12em;
  69. word-wrap:break-word;
  70. position:absolute;
  71. }
  72.  
  73. a {
  74. text-decoration:none;
  75. outline:none;
  76. color:#444; /*change link colors here */
  77. -webkit-transition: all 0.5s ease-in-out;
  78. -moz-transition: all 0.5s ease-in-out;
  79. -o-transition: all 0.5s ease-in-out;
  80. }
  81.  
  82. a:hover {
  83. color:#aaa; /*change link hover color */
  84. -webkit-transition: all 0.5s ease-in-out;
  85. -moz-transition: all 0.5s ease-in-out;
  86. -o-transition: all 0.5s ease-in-out;
  87. }
  88.  
  89.  
  90.  
  91. @media only screen and (max-width: 500px) {
  92.  
  93. #cont {
  94. left:0px;
  95. height:100vh;
  96. top:200px;
  97. width:100%;
  98. }
  99.  
  100. .entry {
  101. width:90%!important;
  102. text-align:center;
  103. margin:10px 0px;
  104. position:relative;
  105. display:inline-block;
  106. transition:.6s;
  107. }
  108.  
  109. .entry img {
  110. border-radius:6px;
  111. width:90%;
  112. }
  113.  
  114. #sort li {
  115. display:none;
  116.  
  117. }
  118.  
  119. #sort li:first-child, #sort li:nth-child(2), #sort li:nth-child(3){
  120. display:inline-block;
  121. }
  122.  
  123. .butt {
  124. position:fixed;
  125. top:30px;
  126. right:-50px;
  127. text-align:center;
  128.  
  129. }
  130. }
  131.  
  132.  
  133. header {
  134.  
  135. background:white;
  136. font-size:1.4em;
  137. font-family:Quicksand;
  138. font-weight:bold;
  139. }
  140. .caption {
  141. padding:50px;
  142. }
  143.  
  144. #cont {
  145. margin:100px auto;
  146. width:50%;
  147.  
  148. }
  149.  
  150. .posts img {
  151. max-width:100%;
  152. }
  153. .nyoom {
  154. width:200px !important;
  155. bottom:10px;
  156. position:absolute; animation:boop 2s infinite;
  157. }
  158.  
  159. @keyframes boop {
  160. 0% {
  161. left:-100%;
  162. }
  163.  
  164. 50% {
  165.  
  166. }
  167.  
  168. 100% {
  169. left:200%;
  170. }
  171. }
  172.  
  173. .text {
  174. position:absolute;
  175. height:10%;
  176. width:80%;
  177. text-align:center;
  178. margin-top:-5%;
  179. top:50%;
  180. left:50%;
  181. z-index:9999;
  182. margin-left:-40%;
  183.  
  184. }
  185.  
  186. .text a{
  187. font-family:roboto;
  188. border:2px solid white;
  189. border-radius:30px;
  190. padding:10px;
  191. transition:.4s;
  192. color:white;
  193. }
  194.  
  195. .text a:hover {
  196. transition:.4s;
  197. background:white;
  198. }
  199. .posts {
  200. width:350px;
  201. margin:100px auto;
  202. position:relative;
  203. background:white;
  204. padding:4px;
  205. border-bottom:10px inset pink;
  206. border-right: 10px inset pink;
  207. border-top:10px outset blue;
  208. animation:bounce 2s infinite;
  209. border-left:10px outset blue;
  210. }
  211.  
  212. @keyframes bounce {
  213. 0% {
  214. left:-10px;
  215. }
  216.  
  217. 10% {
  218. left:10px;
  219. }
  220.  
  221.  
  222. 20% {
  223. left:-10px;
  224. }
  225.  
  226. 30% {
  227. left:10px;
  228. }
  229.  
  230. 40% {
  231. left:-10px;
  232. }
  233.  
  234. 50% {
  235. left:10px;
  236. }
  237.  
  238. 60% {
  239. left:-10px;
  240. }
  241.  
  242. 70% {
  243. left:10px;
  244. }
  245.  
  246.  
  247. 80% {
  248. left:-10px;
  249. }
  250.  
  251. 90% {
  252. left:10px;
  253. }
  254.  
  255. 100% {
  256. left:-10px;
  257. }
  258.  
  259.  
  260.  
  261. }
  262.  
  263. .posts:before {
  264. width:100%;
  265. height:100%;
  266. content:'';
  267.  
  268. top:20px;
  269. left:20px;
  270. z-index:-1;
  271. position:absolute;
  272. background: url(http://www.fillster.com/images/backgrounds/3d.gif);background-repeat:repeat;
  273. }
  274.  
  275.  
  276. .side {
  277. position:fixed;
  278. bottom:0px;
  279. z-index:-1;
  280. right:10px;
  281. }
  282.  
  283. .side img {
  284. width:900px;
  285.  
  286. }
  287.  
  288. .obiectus-ferenti div {
  289. background: url(http://78.media.tumblr.com/tumblr_lyejc1tqat1qapbyt.gif) no-repeat; /* replace the URL with the image you want */
  290. background-size:100% auto;
  291. width:40px;height:60px; /* change the size of the objects. keep it the same value */
  292. }
  293.  
  294. </style>
  295.  
  296.  
  297. </head>
  298.  
  299. <body>
  300.  
  301. <script src="//dl.dropbox.com/s/7s0zd8njls6stjn/fo.js"></script>
  302.  
  303. <div class="incidentia-obiecti"></div>
  304. <div class="side">
  305. <img src="http://78.media.tumblr.com/fcc876d608854992ba4151b75eedc288/tumblr_mj7oow9omG1rhwgnno1_1280.png">
  306. </div>
  307.  
  308.  
  309. <div id="cont">
  310.  
  311. <article class="post">
  312. <marquee diwrection="down">{title}</marquee>
  313. {Description}
  314. </article>
  315.  
  316. {block:Posts} <article class="posts">
  317. <!-- {block:NoRebloggedFrom} {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom} {/block:NoRebloggedFrom} -->
  318. {block:ContentSource} <!-- {SourceURL}{block:SourceLogo} <img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" /> {/block:SourceLogo} {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} --> {/block:ContentSource}
  319.  
  320. <!-- text post start --> {block:Text} {block:Title} <h1> <a href="{Permalink}">{Title} </a> </h1> {/block:Title}
  321.  
  322. <div class="caption">{block:NotReblog} <figcaption> {Body} </figcaption> {/block:NotReblog} {block:RebloggedFrom} <div class="reblog-list">
  323.  
  324. {block:Reblogs} <div class="{block:isOriginalEntry}original-reblog{/block:isOriginalEntry}"> <div class="reblog-header">
  325.  
  326. {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}
  327.  
  328. {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}
  329.  
  330. {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 -->
  331.  
  332. <!-- photo posts --> {block:Photo} <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}"/>
  333.  
  334. {block:Caption} <div class="caption"> {block:NotReblog} <figcaption> {Caption} </figcaption> {/block:NotReblog} {block:RebloggedFrom} <div class="reblog-list">
  335.  
  336. {block:Reblogs} <div class="{block:isOriginalEntry}original-reblog{/block:isOriginalEntry}"> <div class="reblog-header">
  337.  
  338. {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}
  339.  
  340. {block:IsDeactivated} <span class="inactive {block:isNotOriginalEntry} sub-reblog{/block:isNotOriginalEntry}"> <img src="{PortraitURL-64}" style="width:24px; float:left"> </span> {/block:IsDeactivated}
  341.  
  342. {block:IsActive} <a target="_blank" href="{Permalink}" class="user">{Username} </a> {/block:IsActive}
  343.  
  344. {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 -->
  345.  
  346. {block:Panorama} {LinkOpenTag} <img src="{PhotoURL-Panorama}" alt="{PhotoAlt}"/> {LinkCloseTag}
  347.  
  348. {block:Caption} <div class="caption"> {block:NotReblog} <figcaption> {Caption} </figcaption> {/block:NotReblog} {block:RebloggedFrom} <div class="reblog-list">
  349.  
  350. {block:Reblogs} <div class="{block:isOriginalEntry}original-reblog{/block:isOriginalEntry}"> <div class="reblog-header">
  351.  
  352. {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}
  353.  
  354. {block:IsDeactivated} <span class="inactive {block:isNotOriginalEntry} sub-reblog{/block:isNotOriginalEntry}"> <img src="{PortraitURL-64}" style="width:24px; float:left"> </span> {/block:IsDeactivated}
  355.  
  356. {block:IsActive} <a target="_blank" href="{Permalink}" class="user">{Username} </a> {/block:IsActive}
  357.  
  358. {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}
  359.  
  360. <!-- photoset posts --> {block:Photoset} {Photoset}
  361.  
  362. {block:Caption} <div class="caption"> {block:NotReblog} <figcaption> {Caption} </figcaption> {/block:NotReblog} {block:RebloggedFrom} <div class="reblog-list">
  363.  
  364. {block:Reblogs} <div class="{block:isOriginalEntry}original-reblog{/block:isOriginalEntry}"> <div class="reblog-header">
  365.  
  366. {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}
  367.  
  368. {block:IsDeactivated} <span class="inactive {block:isNotOriginalEntry} sub-reblog{/block:isNotOriginalEntry}"> <img src="{PortraitURL-64}" style="width:24px; float:left"> </span> {/block:IsDeactivated}
  369.  
  370. {block:IsActive} <a target="_blank" href="{Permalink}" class="user">{Username} </a> {/block:IsActive}
  371.  
  372. {block:IsDeactivated} <span class="inactive deactivated">{Username} </span> {/block:IsDeactivated}
  373.  
  374. </div> <div class="reblog-content"> {Body} </div> </div> {/block:Reblogs} </div> {/block:RebloggedFrom} </div> {/block:Caption} {/block:Photoset} <!-- end photoset -->
  375.  
  376. <!-- quote posts --> {block:Quote} <div class="caption"> "{Quote}" {block:Source} <br> -{Source} {/block:Source} </div> {/block:Quote} <!-- end quote posts -->
  377.  
  378. <!-- 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 -->
  379. {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}
  380.  
  381. {block:Video} {Video-500}
  382.  
  383. {block:Caption} <div class="caption"> {block:NotReblog} <figcaption> {Caption} </figcaption> {/block:NotReblog} {block:RebloggedFrom} <div class="reblog-list">
  384.  
  385. {block:Reblogs} <div class="{block:isOriginalEntry}original-reblog{/block:isOriginalEntry}"> <div class="reblog-header">
  386.  
  387. {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}
  388.  
  389. {block:IsDeactivated} <span class="inactive {block:isNotOriginalEntry} sub-reblog{/block:isNotOriginalEntry}"> <img src="{PortraitURL-64}" style="width:24px; float:left"> </span> {/block:IsDeactivated}
  390.  
  391. {block:IsActive} <a target="_blank" href="{Permalink}" class="user">{Username} </a> {/block:IsActive}
  392.  
  393. {block:IsDeactivated} <span class="inactive deactivated">{Username} </span> {/block:IsDeactivated}
  394.  
  395. </div> <div class="reblog-content"> {Body} </div> </div> {/block:Reblogs} </div> {/block:RebloggedFrom} </div> {/block:Caption} {/block:Video}
  396.  
  397. {block:Audio} {block:AudioPlayer} {AudioPlayer}{/block:AudioPlayer}
  398.  
  399. <br>
  400.  
  401. {block:Caption} <div class="caption"> {block:NotReblog} <figcaption> {Caption} </figcaption> {/block:NotReblog} {block:RebloggedFrom} <div class="reblog-list">
  402.  
  403. {block:Reblogs} <div class="{block:isOriginalEntry}original-reblog{/block:isOriginalEntry}"> <div class="reblog-header">
  404.  
  405. {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}
  406.  
  407. {block:IsDeactivated} <span class="inactive {block:isNotOriginalEntry} sub-reblog{/block:isNotOriginalEntry}"> <img src="{PortraitURL-64}" style="width:24px; float:left"> </span> {/block:IsDeactivated}
  408.  
  409. {block:IsActive} <a target="_blank" href="{Permalink}" class="user">{Username} </a> {/block:IsActive}
  410.  
  411. {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}
  412.  
  413. {block:Answer} {Asker}
  414.  
  415. {Question} {answer} {/block:Answer}
  416. <center>
  417. {block:Date} <a href="https://www.youtube.com/watch?v=dQw4w9WgXcQ">{NoteCountwithLabel}</a> <div class="nyoom"><a href="{permalink}">{TimeAgo}</a></div>{/block:Date}
  418. </center>
  419.  
  420. </article>
  421.  
  422. {/block:Posts}
  423. </div> <!-- end container -->
  424.  
  425.  
  426. </body>
  427.  
  428.  
  429. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement