Facebook
From aa, 3 Years ago, written in HTML5.
">

A PHP Error was encountered

Severity: Notice

Message: Trying to access array offset on value of type bool

Filename: view/view.php

Line Number: 33

from

A PHP Error was encountered

Severity: Notice

Message: Trying to access array offset on value of type bool

Filename: view/view.php

Line Number: 33

- view diff
Embed
Download Paste or View Raw
Hits: 149
  1. @import url(https://fonts.googleapis.com/css?family=Roboto:700);
  2.  
  3. * {
  4.     box-sizing: border-box;
  5. }
  6.  
  7. html. body {
  8.     height: 100%;
  9.     overflow: hidden;
  10. }
  11.  
  12. body {
  13.    text-shadow: 0 0 1px #000, 0 0 2px #000;
  14.     background: {background_color};
  15.     font-family: 'Roboto';
  16.     font-weight: 700;
  17.     font-size: {font_dize};
  18.     line-height: 1.5em;
  19.     color: {text_color};
  20.   }
  21.  
  22. #log>div {
  23.     animation: fadeInRight .3s ease forwards, FadeOut 0.5s ease {message_hide_delay} forwards;
  24.     -webkit-animation: fadeInRight .3s ease forwards, fadeOut 0.5s ease {message_hide_delay}
  25.   }
  26.  
  27. .colon {
  28.    display: none;
  29.   }
  30.  
  31. #log {
  32.      display: table;
  33.      position: absolute;
  34.      bottom: 0;
  35.      left: 0;
  36.      padding: 0 10px 10px;
  37.      width: 100%;
  38.      table-layout: fixed;
  39.      }
  40.  
  41. #log>div {
  42.     display: table-row;
  43.  

Replies to Re: a rss

Title Name Language When
a a html5 3 Years ago.
a a html5 3 Years ago.