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

sdfsfsf - Stikked
From aaa, 9 Years ago, written in CSS.
Embed
  1. /*个人主页*/
  2. /*迷之页面结构...无力吐槽....*/
  3.  
  4. body>.wrap1 {
  5.     width: 980px;
  6.     border-radius: 20px;
  7.     overflow: visible !important;
  8.     /*border: 1px solid #DBDCE0 !important;*/
  9.     box-sizing: border-box;
  10.     background-position: center -20px;
  11.     margin-top: 90px;
  12.     box-shadow: 0 0 20px 2px rgba(0, 0, 0, .1);
  13. }
  14. .headinfo_wrap {
  15.     margin: 0 auto;
  16.     border-radius: 20px;
  17.     overflow: hidden;
  18. }
  19. #head {
  20.     margin: 0 auto;
  21.     position: absolute;
  22.     top: -80px !important;
  23. }
  24. .search_bright{
  25.     width: 982px !important;
  26. }
  27. .userinfo_wrap {
  28.     width: 100% !important;
  29.     border: none !important;
  30. }
  31. .container_wrap {
  32.     width: 100% !important;
  33.     border: none !important;
  34.     background: #FdFdFd !important;
  35.     border-radius: 0 0 20px 20px;
  36.     position: relative;
  37. }
  38. .left_aside {
  39.     background: none !important;
  40.     border: none !important;
  41. }
  42. .right_aside {
  43.     background: none !important;
  44.     border: none !important;
  45. }
  46. .right_aside > * {
  47.     background: none !important;
  48.     z-index: 2;
  49.     position: relative;
  50. }
  51. .right_aside:before {
  52.     width: 239px;
  53.     border-top: 1px solid #e0e0e0;
  54.     border-left: 1px solid #e0e0e0;
  55.     background: rgba(0, 0, 0, .02);
  56.     z-index: 1
  57. }
  58. .ihome_nav_wrap {
  59.     margin: 0 !important;
  60. }
  61. .footer {
  62.     position: absolute;
  63.     left: 50%;
  64.     bottom: -50px;
  65.     transform: translateX(-50%);
  66. }
  67. .content_wrap{
  68.     width: 742px !important;
  69. }
  70. .fix-for-ie8{
  71.     display: none !important;
  72. }