A PHP Error was encountered

Severity: 8192

Message: Function create_function() is deprecated

Filename: geshi/geshi.php

Line Number: 4698

Backtrace:

File: /home/httpd/vhosts/scratchbook.ch/geopaste.scratchbook.ch/application/libraries/geshi/geshi.php
Line: 4698
Function: _error_handler

File: /home/httpd/vhosts/scratchbook.ch/geopaste.scratchbook.ch/application/libraries/geshi/geshi.php
Line: 4621
Function: _optimize_regexp_list_tokens_to_string

File: /home/httpd/vhosts/scratchbook.ch/geopaste.scratchbook.ch/application/libraries/geshi/geshi.php
Line: 1655
Function: optimize_regexp_list

File: /home/httpd/vhosts/scratchbook.ch/geopaste.scratchbook.ch/application/libraries/geshi/geshi.php
Line: 2029
Function: optimize_keyword_group

File: /home/httpd/vhosts/scratchbook.ch/geopaste.scratchbook.ch/application/libraries/geshi/geshi.php
Line: 2168
Function: build_parse_cache

File: /home/httpd/vhosts/scratchbook.ch/geopaste.scratchbook.ch/application/libraries/Process.php
Line: 45
Function: parse_code

File: /home/httpd/vhosts/scratchbook.ch/geopaste.scratchbook.ch/application/models/Pastes.php
Line: 517
Function: syntax

File: /home/httpd/vhosts/scratchbook.ch/geopaste.scratchbook.ch/application/controllers/Main.php
Line: 693
Function: getPaste

File: /home/httpd/vhosts/scratchbook.ch/geopaste.scratchbook.ch/index.php
Line: 315
Function: require_once

Untitled - Stikked
From Smelly Goose, 9 Years ago, written in CSS.
Embed
  1. .headerphoto {
  2.   background-size: cover;
  3.   background-repeat: no-repeat;
  4.   background-position: center;
  5.   height: 500px;
  6.   min-height: 20vh;
  7.   max-height: 36vh; }
  8.  
  9. .column, .columns {
  10.   padding-top: 1.5rem;
  11.   padding-bottom: 1.5rem; }
  12.  
  13. .headertitle {
  14.   text-align: center; }
  15.  
  16. [type='search'] {
  17.   box-shadow: none; }
  18.  
  19. .pagination .active a {
  20.   color: #e6e6e6;
  21.   background: #0a0a0a; }
  22.  
  23. .pagination a {
  24.   text-decoration: none; }
  25.  
  26. @media screen and (min-width: 40em) {
  27.   h1, h2 {
  28.     margin-bottom: 2rem; }
  29.   img {
  30.     margin: 0 auto 1rem;
  31.     max-width: 80%;
  32.     display: block; } }
  33.  
  34. @media screen and (max-width: 39.9375em) {
  35.   .no-js .top-bar {
  36.     display: none; } }
  37.  
  38. @media screen and (min-width: 40em) {
  39.   .no-js .title-bar {
  40.     display: none; } }
  41.  
  42. .menu > li {
  43.   padding: 0; }
  44.   .menu > li a {
  45.     color: #2B2B2B;
  46.     text-decoration: none; }
  47.   .menu > li.active > a {
  48.     color: #2B2B2B;
  49.     background-color: inherit;
  50.     border-bottom: 1px solid; }
  51.