vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views/exception.css.twig line 1

Open in your IDE?
  1. html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{margin:.67em 0;font-size:2em}mark{color:#000;background:#ff0}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{height:0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid silver}legend{padding:0;border:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-spacing:0;border-collapse:collapse}td,th{padding:0}
  2. html {
  3.     /* always display the vertical scrollbar to avoid jumps when toggling contents */
  4.     overflow-y: scroll;
  5. }
  6. body { background-color: #F9F9F9; color: #222; font: 14px/1.4 Helvetica, Arial, sans-serif; padding-bottom: 45px; }
  7. a { cursor: pointer; text-decoration: none; }
  8. a:hover { text-decoration: underline; }
  9. abbr[title] { border-bottom: none; cursor: help; text-decoration: none; }
  10. code, pre { font: 13px/1.5 Consolas, Monaco, Menlo, "Ubuntu Mono", "Liberation Mono", monospace; }
  11. table, tr, th, td { background: #FFF; border-collapse: collapse; vertical-align: top; }
  12. table { background: #FFF; border: 1px solid #E0E0E0; box-shadow: 0px 0px 1px rgba(128, 128, 128, .2); margin: 1em 0; width: 100%; }
  13. table th, table td { border: solid #E0E0E0; border-width: 1px 0; padding: 8px 10px; }
  14. table th { background-color: #E0E0E0; font-weight: bold; text-align: left; }
  15. .hidden-xs-down { display: none; }
  16. .block { display: block; }
  17. .hidden { display: none; }
  18. .nowrap { white-space: nowrap; }
  19. .newline { display: block; }
  20. .break-long-words { word-wrap: break-word; overflow-wrap: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto; min-width: 0; }
  21. .text-small { font-size: 12px !important; }
  22. .text-muted { color: #999; }
  23. .text-bold { font-weight: bold; }
  24. .empty { border: 4px dashed #E0E0E0; color: #999; margin: 1em 0; padding: .5em 2em; }
  25. .status-success { background: rgba(94, 151, 110, 0.3); }
  26. .status-warning { background: rgba(240, 181, 24, 0.3); }
  27. .status-error { background: rgba(176, 65, 62, 0.2); }
  28. .status-success td, .status-warning td, .status-error td { background: transparent; }
  29. tr.status-error td, tr.status-warning td { border-bottom: 1px solid #FAFAFA; border-top: 1px solid #FAFAFA; }
  30. .status-warning .colored { color: #A46A1F; }
  31. .status-error .colored  { color: #B0413E; }
  32. .sf-toggle { cursor: pointer; }
  33. .sf-toggle-content { -moz-transition: display .25s ease; -webkit-transition: display .25s ease; transition: display .25s ease; }
  34. .sf-toggle-content.sf-toggle-hidden { display: none; }
  35. .sf-toggle-content.sf-toggle-visible { display: block; }
  36. thead.sf-toggle-content.sf-toggle-visible, tbody.sf-toggle-content.sf-toggle-visible { display: table-row-group; }
  37. .sf-toggle-off .icon-close, .sf-toggle-on .icon-open { display: none; }
  38. .sf-toggle-off .icon-open, .sf-toggle-on .icon-close { display: block; }
  39. .tab-navigation { margin: 0 0 1em 0; padding: 0; }
  40. .tab-navigation li { background: #FFF; border: 1px solid #DDD; color: #444; cursor: pointer; display: inline-block; font-size: 16px; margin: 0 0 0 -1px; padding: .5em .75em; z-index: 1; }
  41. .tab-navigation li:hover { background: #EEE; }
  42. .tab-navigation li.disabled { background: #F5F5F5; color: #999; }
  43. .tab-navigation li.active { background: #666; border-color: #666; color: #FAFAFA; z-index: 1100; }
  44. .tab-navigation li .badge { background-color: #F5F5F5; color: #777; display: inline-block; font-size: 14px; font-weight: bold; margin-left: 8px; min-width: 10px; padding: 1px 6px; text-align: center; }
  45. .tab-navigation li:hover .badge { background: #FAFAFA; color: #777; }
  46. .tab-navigation li.active .badge { background-color: #444; color: #FFF; }
  47. .tab-navigation li .badge.status-warning { background: #A46A1F; color: #FFF; }
  48. .tab-navigation li .badge.status-error { background: #B0413E; color: #FFF; }
  49. .tab-content > *:first-child { margin-top: 0; }
  50. .container { max-width: 1024px; margin: 0 auto; padding: 0 15px; }
  51. .container::after { content: ""; display: table; clear: both; }
  52. header { background-color: #222; color: rgba(255, 255, 255, 0.75); font-size: 13px; height: 33px; line-height: 33px; padding: 0; }
  53. header .container { display: flex; justify-content: space-between; }
  54. .logo { flex: 1; font-size: 13px; font-weight: normal; margin: 0; padding: 0; }
  55. .logo svg { height: 18px; width: 18px; opacity: .8; vertical-align: -5px; }
  56. .help-link { margin-left: 15px; }
  57. .help-link a { color: inherit; }
  58. .help-link .icon svg { height: 15px; width: 15px; opacity: .7; vertical-align: -2px; }
  59. .help-link a:hover { color: #EEE; text-decoration: none; }
  60. .help-link a:hover svg { opacity: .9; }
  61. .exception-summary { background: #B0413E; border-bottom: 2px solid rgba(0, 0, 0, 0.1); border-top: 1px solid rgba(0, 0, 0, .3); flex: 0 0 auto; margin-bottom: 15px; }
  62. .exception-metadata { background: rgba(0, 0, 0, 0.1); padding: 7px 0; }
  63. .exception-metadata .container { display: flex; flex-direction: row; justify-content: space-between; }
  64. .exception-metadata h2 { color: rgba(255, 255, 255, 0.8); font-size: 13px; font-weight: 400; margin: 0; }
  65. .exception-http small { font-size: 13px; opacity: .7; }
  66. .exception-hierarchy { flex: 1; }
  67. .exception-hierarchy .icon { margin: 0 3px; opacity: .7; }
  68. .exception-hierarchy .icon svg { height: 13px; width: 13px; vertical-align: -2px; }
  69. .exception-without-message .exception-message-wrapper { display: none; }
  70. .exception-message-wrapper .container { display: flex; align-items: flex-start; min-height: 70px; padding: 10px 15px 8px; }
  71. .exception-message { flex-grow: 1; }
  72. .exception-message, .exception-message a { color: #FFF; font-size: 21px; font-weight: 400; margin: 0; }
  73. .exception-message.long { font-size: 18px; }
  74. .exception-message a { border-bottom: 1px solid rgba(255, 255, 255, 0.5); font-size: inherit; text-decoration: none; }
  75. .exception-message a:hover { border-bottom-color: #ffffff; }
  76. .exception-illustration { flex-basis: 111px; flex-shrink: 0; height: 66px; margin-left: 15px; opacity: .7; }
  77. .trace + .trace { margin-top: 30px; }
  78. .trace-head { background-color: #e0e0e0; padding: 10px; }
  79. .trace-head .trace-class { color: #222; font-size: 18px; font-weight: bold; line-height: 1.3; margin: 0; position: relative; }
  80. .trace-head .trace-namespace { color: #999; display: block; font-size: 13px; }
  81. .trace-head .icon { position: absolute; right: 0; top: 0; }
  82. .trace-head .icon svg { height: 24px; width: 24px; }
  83. .trace-details { background: #FFF; border: 1px solid #E0E0E0; box-shadow: 0px 0px 1px rgba(128, 128, 128, .2); margin: 1em 0; }
  84. .trace-message { font-size: 14px; font-weight: normal; margin: .5em 0 0; }
  85. .trace-details { table-layout: fixed; }
  86. .trace-line { position: relative; padding-top: 8px; padding-bottom: 8px; }
  87. .trace-line:hover { background: #F5F5F5; }
  88. .trace-line a { color: #222; }
  89. .trace-line .icon { opacity: .4; position: absolute; left: 10px; top: 11px; }
  90. .trace-line .icon svg { height: 16px; width: 16px; }
  91. .trace-line-header { padding-left: 36px; padding-right: 10px; }
  92. .trace-file-path, .trace-file-path a { color: #222; font-size: 13px; }
  93. .trace-class { color: #B0413E; }
  94. .trace-type { padding: 0 2px; }
  95. .trace-method { color: #B0413E; font-weight: bold; }
  96. .trace-arguments { color: #777; font-weight: normal; padding-left: 2px; }
  97. .trace-code { background: #FFF; font-size: 12px; margin: 10px 10px 2px 10px; padding: 10px; overflow-x: auto; white-space: nowrap; }
  98. .trace-code ol { margin: 0; float: left; }
  99. .trace-code li { color: #969896; margin: 0; padding-left: 10px; float: left; width: 100%; }
  100. .trace-code li + li { margin-top: 5px; }
  101. .trace-code li.selected { background: #F7E5A1; margin-top: 2px; }
  102. .trace-code li code { color: #222; white-space: nowrap; }
  103. .trace-as-text .stacktrace { line-height: 1.8; margin: 0 0 15px; white-space: pre-wrap; }
  104. @media (min-width: 575px) {
  105.     .hidden-xs-down { display: initial; }
  106.     .help-link { margin-left: 30px; }
  107. }