Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

exception.css

/* This file is based on WebProfilerBundle/Resources/views/Profiler/profiler.css.twig.
   If you make any change in this file, verify the same change is needed in the other file. */
:root {
    --font-sans-serif: Helvetica, Arial, sans-serif;
    --page-background: #f9f9f9;
    --color-text: #222;
    /* when updating any of these colors, do the same in toolbar.css.twig */
    --color-success: #4f805d;
    --color-warning: #a46a1f;
    --color-error: #b0413e;
    --color-muted: #999;
    --tab-background: #f0f0f0;
    --tab-border-color: #e5e5e5;
    --tab-active-border-color: #d4d4d4;
    --tab-color: #444;
    --tab-active-background: #fff;
    --tab-active-color: var(--color-text);
    --tab-disabled-background: #f5f5f5;
    --tab-disabled-color: #999;
    --selected-badge-background: #e5e5e5;
    --selected-badge-color: #525252;
    --selected-badge-shadow: inset 0 0 0 1px #d4d4d4;
    --selected-badge-warning-background: #fde496;
    --selected-badge-warning-color: #785b02;
    --selected-badge-warning-shadow: inset 0 0 0 1px #e6af05;
    --selected-badge-danger-background: #FCE9ED;
    --selected-badge-danger-color: #83122A;
    --selected-badge-danger-shadow: inset 0 0 0 1px #F5B8C5;
    --metric-value-background: #fff;
    --metric-value-color: inherit;
    --metric-unit-color: #999;
    --metric-label-background: #e0e0e0;
    --metric-label-color: inherit;
    --table-border: #e0e0e0;
    --table-background: #fff;
    --table-header: #e0e0e0;
    --trace-selected-background: #F7E5A1;
    --tree-active-background: #F7E5A1;
    --exception-title-color: var(--base-2);
    --shadow: 0px 0px 1px rgba(128, 128, 128, .2);
    --border: 1px solid #e0e0e0;
    --background-error: var(--color-error);
    --highlight-comment: #969896;
    --highlight-default: #222222;
    --highlight-keyword: #a71d5d;
    --highlight-string: #183691;
    --base-0: #fff;
    --base-1: #f5f5f5;
    --base-2: #e0e0e0;
    --base-3: #ccc;
    --base-4: #666;
    --base-5: #444;
    --base-6: #222;
}

.theme-dark {
    --page-background: #36393e;
    --color-text: #e0e0e0;
    --color-muted: #777;
    --color-error: #d43934;
    --tab-background: #404040;
    --tab-border-color: #737373;
    --tab-active-border-color: #171717;
    --tab-color: var(--color-text);
    --tab-active-background: #d4d4d4;
    --tab-active-color: #262626;
    --tab-disabled-background: var(--page-background);
    --tab-disabled-color: #a3a3a3;
    --selected-badge-background: #555;
    --selected-badge-color: #ddd;
    --selected-badge-shadow: none;
    --selected-badge-warning-background: #fcd55f;
    --selected-badge-warning-color: #785b02;
    --selected-badge-warning-shadow: inset 0 0 0 1px #af8503;
    --selected-badge-danger-background: #B41939;
    --selected-badge-danger-color: #FCE9ED;
    --selected-badge-danger-shadow: none;
    --metric-value-background: #555;
    --metric-value-color: inherit;
    --metric-unit-color: #999;
    --metric-label-background: #777;
    --metric-label-color: #e0e0e0;
    --trace-selected-background: #71663acc;
    --table-border: #444;
    --table-background: #333;
    --table-header: #555;
    --info-background: rgba(79, 148, 195, 0.5);
    --tree-active-background: var(--metric-label-background);
    --exception-title-color: var(--base-2);
    --shadow: 0px 0px 1px rgba(32, 32, 32, .2);
    --border: 1px solid #666;
    --background-error: #b0413e;
    --highlight-comment: #dedede;
    --highlight-default: var(--base-6);
    --highlight-keyword: #ff413c;
    --highlight-string: #70a6fd;
    --base-0: #2e3136;
    --base-1: #444;
    --base-2: #666;
    --base-3: #666;
    --base-4: #666;
    --base-5: #e0e0e0;
    --base-6: #f5f5f5;
    --card-label-background: var(--tab-active-background);
    --card-label-color: var(--tab-active-color);
}

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{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}summary{cursor: pointer}

html {
    /* always display the vertical scrollbar to avoid jumps when toggling contents */
    overflow-y: scroll;
}
body { background-color: var(--page-background); color: var(--base-6); font: 14px/1.4 Helvetica, Arial, sans-serif; padding-bottom: 45px; }

a { cursor: pointer; text-decoration: none; }
a:hover { text-decoration: underline; }
abbr[title] { border-bottom: none; cursor: help; text-decoration: none; }

code, pre { font: 13px/1.5 Consolas, Monaco, Menlo, "Ubuntu Mono", "Liberation Mono", monospace; }

table, tr, th, td { background: var(--base-0); border-collapse: collapse; vertical-align: top; }
table { background: var(--base-0); border: var(--border); box-shadow: 0px 0px 1px rgba(128, 128, 128, .2); margin: 1em 0; width: 100%; }
table th, table td { border: solid var(--base-2); border-width: 1px 0; padding: 8px 10px; }
table th { background-color: var(--base-2); font-weight: bold; text-align: left; }

.m-t-5 { margin-top: 5px; }
.hidden-xs-down { display: none; }
.block { display: block; }
.full-width { width: 100%; }
.hidden { display: none; }
.prewrap { white-space: pre-wrap; }
.nowrap { white-space: nowrap; }
.newline { display: block; }
.break-long-words { word-wrap: break-word; overflow-wrap: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto; hyphenate-character: ''; min-width: 0; }
.text-small { font-size: 12px !important; }
.text-muted { color: #999; }
.text-bold { font-weight: bold; }
.empty { border: 4px dashed var(--base-2); color: #999; margin: 1em 0; padding: .5em 2em; }

.status-success { background: rgba(94, 151, 110, 0.3); }
.status-warning { background: rgba(240, 181, 24, 0.3); }
.status-error { background: rgba(176, 65, 62, 0.2); }
.status-success td, .status-warning td, .status-error td { background: transparent; }
tr.status-error td, tr.status-warning td { border-bottom: 1px solid var(--base-2); border-top: 1px solid var(--base-2); }
.status-warning .colored { color: #A46A1F; }
.status-error .colored  { color: var(--color-error); }

.sf-toggle { cursor: pointer; position: relative; }
.sf-toggle-content { -moz-transition: display .25s ease; -webkit-transition: display .25s ease; transition: display .25s ease; }
.sf-toggle-content.sf-toggle-hidden { display: none; }
.sf-toggle-content.sf-toggle-visible { display: block; }
thead.sf-toggle-content.sf-toggle-visible, tbody.sf-toggle-content.sf-toggle-visible { display: table-row-group; }
.sf-toggle-off .icon-close, .sf-toggle-on .icon-open { display: none; }
.sf-toggle-off .icon-open, .sf-toggle-on .icon-close { display: block; }

.tab-navigation {
    background-color: var(--tab-background);
    border-radius: 6px;
    box-shadow: inset 0 0 0 1px var(--tab-border-color), 0 0 0 5px var(--page-background);
    display: inline-flex;
    flex-wrap: wrap;
    margin: 0 0 15px;
    padding: 0;
    user-select: none;
    -webkit-user-select: none;
}
.sf-tabs-sm .tab-navigation {
    box-shadow: inset 0 0 0 1px var(--tab-border-color), 0 0 0 4px var(--page-background);
    margin: 0 0 10px;
}
.tab-navigation .tab-control {
    background: transparent;
    border: 0;
    box-shadow: none;
    transition: box-shadow .05s ease-in, background-color .05s ease-in;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    margin: 0;
    padding: 4px 14px;
    position: relative;
    text-align: center;
    z-index: 1;
}
.sf-tabs-sm .tab-navigation .tab-control {
    font-size: 13px;
    padding: 2.5px 10px;
}
.tab-navigation .tab-control:before {
    background: var(--tab-border-color);
    bottom: 15%;
    content: "";
    left: 0;
    position: absolute;
    top: 15%;
    width: 1px;
}
.tab-navigation .tab-control:first-child:before,
.tab-navigation .tab-control.active + .tab-control:before,
.tab-navigation .tab-control.active:before {
    width: 0;
}
.tab-navigation .tab-control .badge {
    background: var(--selected-badge-background);
    box-shadow: var(--selected-badge-shadow);
    color: var(--selected-badge-color);
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    margin-left: 8px;
    min-width: 10px;
    padding: 2px 6px;
    text-align: center;
    white-space: nowrap;
}
.tab-navigation .tab-control.disabled {
    color: var(--tab-disabled-color);
}
.tab-navigation .tab-control.active {
    background-color: var(--tab-active-background);
    border-radius: 6px;
    box-shadow: inset 0 0 0 1.5px var(--tab-active-border-color);
    color: var(--tab-active-color);
    position: relative;
    z-index: 1;
}
.theme-dark .tab-navigation li.active {
    box-shadow: inset 0 0 0 1px var(--tab-border-color);
}
.tab-content > *:first-child {
    margin-top: 0;
}
.tab-navigation .tab-control .badge.status-warning {
    background: var(--selected-badge-warning-background);
    box-shadow: var(--selected-badge-warning-shadow);
    color: var(--selected-badge-warning-color);
}
.tab-navigation .tab-control .badge.status-error {
    background: var(--selected-badge-danger-background);
    box-shadow: var(--selected-badge-danger-shadow);
    color: var(--selected-badge-danger-color);
}

.sf-tabs .tab:not(:first-child) { display: none; }

[data-filters] { position: relative; }
[data-filtered] { cursor: pointer; }
[data-filtered]:after { content: '\00a0\25BE'; }
[data-filtered]:hover .filter-list li { display: inline-flex; }
[class*="filter-hidden-"] { display: none; }
.filter-list { position: absolute; border: var(--border); box-shadow: var(--shadow); margin: 0; padding: 0; display: flex; flex-direction: column; }
.filter-list :after { content: ''; }
.filter-list li {
    background: var(--tab-disabled-background);
    border-bottom: var(--border);
    color: var(--tab-disabled-color);
    display: none;
    list-style: none;
    margin: 0;
    padding: 5px 10px;
    text-align: left;
    font-weight: normal;
}
.filter-list li.active {
    background: var(--tab-background);
    color: var(--tab-color);
}
.filter-list li.last-active {
    background: var(--tab-active-background);
    color: var(--tab-active-color);
}

.filter-list-level li { cursor: s-resize; }
.filter-list-level li.active { cursor: n-resize; }
.filter-list-level li.last-active { cursor: default; }
.filter-list-level li.last-active:before { content: '\2714\00a0'; }
.filter-list-choice li:before { content: '\2714\00a0'; color: transparent; }
.filter-list-choice li.active:before { color: unset; }

.container { max-width: 1024px; margin: 0 auto; padding: 0 15px; }
.container::after { content: ""; display: table; clear: both; }

header { background-color: #222; color: rgba(255, 255, 255, 0.75); font-size: 13px; height: 33px; line-height: 33px; padding: 0; }
header .container { display: flex; justify-content: space-between; }
.logo { flex: 1; font-size: 13px; font-weight: normal; margin: 0; padding: 0; }
.logo svg { height: 18px; width: 18px; opacity: .8; vertical-align: -5px; }

.help-link { margin-left: 15px; }
.help-link a { color: inherit; }
.help-link .icon svg { height: 15px; width: 15px; opacity: .7; vertical-align: -2px; }
.help-link a:hover { color: #EEE; text-decoration: none; }
.help-link a:hover svg { opacity: .9; }

.exception-summary { background: var(--background-error); 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; }
.exception-metadata { background: rgba(0, 0, 0, 0.1); padding: 7px 0; }
.exception-metadata .container { display: flex; flex-direction: row; justify-content: space-between; }
.exception-metadata h2, .exception-metadata h2 > a { color: rgba(255, 255, 255, 0.8); font-size: 13px; font-weight: 400; margin: 0; }
.exception-http small { font-size: 13px; opacity: .7; }
.exception-hierarchy { flex: 1; }
.exception-hierarchy .icon { margin: 0 3px; opacity: .7; }
.exception-hierarchy .icon svg { height: 13px; width: 13px; vertical-align: -2px; }

.exception-without-message .exception-message-wrapper { display: none; }
.exception-message-wrapper .container { display: flex; align-items: flex-start; min-height: 70px; padding: 10px 15px 8px; }
.exception-message { flex-grow: 1; }
.exception-message, .exception-message a { color: #FFF; font-size: 21px; font-weight: 400; margin: 0; }
.exception-message.long { font-size: 18px; }
.exception-message a { border-bottom: 1px solid rgba(255, 255, 255, 0.5); font-size: inherit; text-decoration: none; }
.exception-message a:hover { border-bottom-color: #ffffff; }

.exception-properties-wrapper { margin: .8em 0; }
.exception-properties { background: var(--base-0); border: var(--border); box-shadow: 0px 0px 1px rgba(128, 128, 128, .2); }
.exception-properties pre { margin: 0; padding: 0.2em 0; }

.exception-illustration { flex-basis: 111px; flex-shrink: 0; height: 66px; margin-left: 15px; opacity: .7; }

.trace + .trace { margin-top: 30px; }
.trace-head { background-color: var(--base-2); padding: 10px; position: relative; }
.trace-head .trace-class { color: var(--base-6); font-size: 18px; font-weight: bold; line-height: 1.3; margin: 0; position: relative; }
.trace-head .trace-namespace { color: #999; display: block; font-size: 13px; }
.trace-head .icon { position: absolute; right: 0; top: 0; }
.trace-head .icon svg { fill: var(--base-5); height: 24px; width: 24px; }

.trace-details { background: var(--base-0); border: var(--border); box-shadow: 0px 0px 1px rgba(128, 128, 128, .2); margin: 0 0 1em; table-layout: fixed; }

.trace-message { font-size: 14px; font-weight: normal; margin: .5em 0 0; }

.trace-line { position: relative; padding-top: 8px; padding-bottom: 8px; }
.trace-line + .trace-line { border-top: var(--border); }
.trace-line:hover { background: var(--base-1); }
.trace-line a { color: var(--base-6); }
.trace-line .icon { opacity: .4; position: absolute; left: 10px; }
.trace-line .icon svg { fill: var(--base-5); height: 16px; width: 16px; }
.trace-line .icon.icon-copy { left: auto; top: auto; padding-left: 5px; display: none }
.trace-line:hover .icon.icon-copy:not(.hidden) { display: inline-block }
.trace-line-header { padding-left: 36px; padding-right: 10px; }

.trace-file-path, .trace-file-path a { color: var(--base-6); font-size: 13px; }
.trace-class { color: var(--color-error); }
.trace-type { padding: 0 2px; }
.trace-method { color: var(--color-error); font-weight: bold; }
.trace-arguments { color: #777; font-weight: normal; padding-left: 2px; }

.trace-code { background: var(--base-0); font-size: 12px; margin: 10px 10px 2px 10px; padding: 10px; overflow-x: auto; white-space: nowrap; }
.trace-code ol { margin: 0; float: left; }
.trace-code li { color: #969896; margin: 0; padding-left: 10px; float: left; width: 100%; }
.trace-code li + li { margin-top: 5px; }
.trace-code li.selected { background: var(--trace-selected-background); margin-top: 2px; }
.trace-code li code { color: var(--base-6); white-space: pre; }

.trace-as-text .stacktrace { line-height: 1.8; margin: 0 0 15px; white-space: pre-wrap; }

@media (min-width: 575px) {
    .hidden-xs-down { display: initial; }
    .help-link { margin-left: 30px; }
}

File

vendor/symfony/error-handler/Resources/assets/css/exception.css

View source
  1. /* This file is based on WebProfilerBundle/Resources/views/Profiler/profiler.css.twig.
  2. If you make any change in this file, verify the same change is needed in the other file. */
  3. :root {
  4. --font-sans-serif: Helvetica, Arial, sans-serif;
  5. --page-background: #f9f9f9;
  6. --color-text: #222;
  7. /* when updating any of these colors, do the same in toolbar.css.twig */
  8. --color-success: #4f805d;
  9. --color-warning: #a46a1f;
  10. --color-error: #b0413e;
  11. --color-muted: #999;
  12. --tab-background: #f0f0f0;
  13. --tab-border-color: #e5e5e5;
  14. --tab-active-border-color: #d4d4d4;
  15. --tab-color: #444;
  16. --tab-active-background: #fff;
  17. --tab-active-color: var(--color-text);
  18. --tab-disabled-background: #f5f5f5;
  19. --tab-disabled-color: #999;
  20. --selected-badge-background: #e5e5e5;
  21. --selected-badge-color: #525252;
  22. --selected-badge-shadow: inset 0 0 0 1px #d4d4d4;
  23. --selected-badge-warning-background: #fde496;
  24. --selected-badge-warning-color: #785b02;
  25. --selected-badge-warning-shadow: inset 0 0 0 1px #e6af05;
  26. --selected-badge-danger-background: #FCE9ED;
  27. --selected-badge-danger-color: #83122A;
  28. --selected-badge-danger-shadow: inset 0 0 0 1px #F5B8C5;
  29. --metric-value-background: #fff;
  30. --metric-value-color: inherit;
  31. --metric-unit-color: #999;
  32. --metric-label-background: #e0e0e0;
  33. --metric-label-color: inherit;
  34. --table-border: #e0e0e0;
  35. --table-background: #fff;
  36. --table-header: #e0e0e0;
  37. --trace-selected-background: #F7E5A1;
  38. --tree-active-background: #F7E5A1;
  39. --exception-title-color: var(--base-2);
  40. --shadow: 0px 0px 1px rgba(128, 128, 128, .2);
  41. --border: 1px solid #e0e0e0;
  42. --background-error: var(--color-error);
  43. --highlight-comment: #969896;
  44. --highlight-default: #222222;
  45. --highlight-keyword: #a71d5d;
  46. --highlight-string: #183691;
  47. --base-0: #fff;
  48. --base-1: #f5f5f5;
  49. --base-2: #e0e0e0;
  50. --base-3: #ccc;
  51. --base-4: #666;
  52. --base-5: #444;
  53. --base-6: #222;
  54. }
  55. .theme-dark {
  56. --page-background: #36393e;
  57. --color-text: #e0e0e0;
  58. --color-muted: #777;
  59. --color-error: #d43934;
  60. --tab-background: #404040;
  61. --tab-border-color: #737373;
  62. --tab-active-border-color: #171717;
  63. --tab-color: var(--color-text);
  64. --tab-active-background: #d4d4d4;
  65. --tab-active-color: #262626;
  66. --tab-disabled-background: var(--page-background);
  67. --tab-disabled-color: #a3a3a3;
  68. --selected-badge-background: #555;
  69. --selected-badge-color: #ddd;
  70. --selected-badge-shadow: none;
  71. --selected-badge-warning-background: #fcd55f;
  72. --selected-badge-warning-color: #785b02;
  73. --selected-badge-warning-shadow: inset 0 0 0 1px #af8503;
  74. --selected-badge-danger-background: #B41939;
  75. --selected-badge-danger-color: #FCE9ED;
  76. --selected-badge-danger-shadow: none;
  77. --metric-value-background: #555;
  78. --metric-value-color: inherit;
  79. --metric-unit-color: #999;
  80. --metric-label-background: #777;
  81. --metric-label-color: #e0e0e0;
  82. --trace-selected-background: #71663acc;
  83. --table-border: #444;
  84. --table-background: #333;
  85. --table-header: #555;
  86. --info-background: rgba(79, 148, 195, 0.5);
  87. --tree-active-background: var(--metric-label-background);
  88. --exception-title-color: var(--base-2);
  89. --shadow: 0px 0px 1px rgba(32, 32, 32, .2);
  90. --border: 1px solid #666;
  91. --background-error: #b0413e;
  92. --highlight-comment: #dedede;
  93. --highlight-default: var(--base-6);
  94. --highlight-keyword: #ff413c;
  95. --highlight-string: #70a6fd;
  96. --base-0: #2e3136;
  97. --base-1: #444;
  98. --base-2: #666;
  99. --base-3: #666;
  100. --base-4: #666;
  101. --base-5: #e0e0e0;
  102. --base-6: #f5f5f5;
  103. --card-label-background: var(--tab-active-background);
  104. --card-label-color: var(--tab-active-color);
  105. }
  106. 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{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}summary{cursor: pointer}
  107. html {
  108. /* always display the vertical scrollbar to avoid jumps when toggling contents */
  109. overflow-y: scroll;
  110. }
  111. body { background-color: var(--page-background); color: var(--base-6); font: 14px/1.4 Helvetica, Arial, sans-serif; padding-bottom: 45px; }
  112. a { cursor: pointer; text-decoration: none; }
  113. a:hover { text-decoration: underline; }
  114. abbr[title] { border-bottom: none; cursor: help; text-decoration: none; }
  115. code, pre { font: 13px/1.5 Consolas, Monaco, Menlo, "Ubuntu Mono", "Liberation Mono", monospace; }
  116. table, tr, th, td { background: var(--base-0); border-collapse: collapse; vertical-align: top; }
  117. table { background: var(--base-0); border: var(--border); box-shadow: 0px 0px 1px rgba(128, 128, 128, .2); margin: 1em 0; width: 100%; }
  118. table th, table td { border: solid var(--base-2); border-width: 1px 0; padding: 8px 10px; }
  119. table th { background-color: var(--base-2); font-weight: bold; text-align: left; }
  120. .m-t-5 { margin-top: 5px; }
  121. .hidden-xs-down { display: none; }
  122. .block { display: block; }
  123. .full-width { width: 100%; }
  124. .hidden { display: none; }
  125. .prewrap { white-space: pre-wrap; }
  126. .nowrap { white-space: nowrap; }
  127. .newline { display: block; }
  128. .break-long-words { word-wrap: break-word; overflow-wrap: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto; hyphenate-character: ''; min-width: 0; }
  129. .text-small { font-size: 12px !important; }
  130. .text-muted { color: #999; }
  131. .text-bold { font-weight: bold; }
  132. .empty { border: 4px dashed var(--base-2); color: #999; margin: 1em 0; padding: .5em 2em; }
  133. .status-success { background: rgba(94, 151, 110, 0.3); }
  134. .status-warning { background: rgba(240, 181, 24, 0.3); }
  135. .status-error { background: rgba(176, 65, 62, 0.2); }
  136. .status-success td, .status-warning td, .status-error td { background: transparent; }
  137. tr.status-error td, tr.status-warning td { border-bottom: 1px solid var(--base-2); border-top: 1px solid var(--base-2); }
  138. .status-warning .colored { color: #A46A1F; }
  139. .status-error .colored { color: var(--color-error); }
  140. .sf-toggle { cursor: pointer; position: relative; }
  141. .sf-toggle-content { -moz-transition: display .25s ease; -webkit-transition: display .25s ease; transition: display .25s ease; }
  142. .sf-toggle-content.sf-toggle-hidden { display: none; }
  143. .sf-toggle-content.sf-toggle-visible { display: block; }
  144. thead.sf-toggle-content.sf-toggle-visible, tbody.sf-toggle-content.sf-toggle-visible { display: table-row-group; }
  145. .sf-toggle-off .icon-close, .sf-toggle-on .icon-open { display: none; }
  146. .sf-toggle-off .icon-open, .sf-toggle-on .icon-close { display: block; }
  147. .tab-navigation {
  148. background-color: var(--tab-background);
  149. border-radius: 6px;
  150. box-shadow: inset 0 0 0 1px var(--tab-border-color), 0 0 0 5px var(--page-background);
  151. display: inline-flex;
  152. flex-wrap: wrap;
  153. margin: 0 0 15px;
  154. padding: 0;
  155. user-select: none;
  156. -webkit-user-select: none;
  157. }
  158. .sf-tabs-sm .tab-navigation {
  159. box-shadow: inset 0 0 0 1px var(--tab-border-color), 0 0 0 4px var(--page-background);
  160. margin: 0 0 10px;
  161. }
  162. .tab-navigation .tab-control {
  163. background: transparent;
  164. border: 0;
  165. box-shadow: none;
  166. transition: box-shadow .05s ease-in, background-color .05s ease-in;
  167. cursor: pointer;
  168. font-size: 14px;
  169. font-weight: 500;
  170. line-height: 1.4;
  171. margin: 0;
  172. padding: 4px 14px;
  173. position: relative;
  174. text-align: center;
  175. z-index: 1;
  176. }
  177. .sf-tabs-sm .tab-navigation .tab-control {
  178. font-size: 13px;
  179. padding: 2.5px 10px;
  180. }
  181. .tab-navigation .tab-control:before {
  182. background: var(--tab-border-color);
  183. bottom: 15%;
  184. content: "";
  185. left: 0;
  186. position: absolute;
  187. top: 15%;
  188. width: 1px;
  189. }
  190. .tab-navigation .tab-control:first-child:before,
  191. .tab-navigation .tab-control.active + .tab-control:before,
  192. .tab-navigation .tab-control.active:before {
  193. width: 0;
  194. }
  195. .tab-navigation .tab-control .badge {
  196. background: var(--selected-badge-background);
  197. box-shadow: var(--selected-badge-shadow);
  198. color: var(--selected-badge-color);
  199. display: inline-block;
  200. font-size: 12px;
  201. font-weight: bold;
  202. line-height: 1;
  203. margin-left: 8px;
  204. min-width: 10px;
  205. padding: 2px 6px;
  206. text-align: center;
  207. white-space: nowrap;
  208. }
  209. .tab-navigation .tab-control.disabled {
  210. color: var(--tab-disabled-color);
  211. }
  212. .tab-navigation .tab-control.active {
  213. background-color: var(--tab-active-background);
  214. border-radius: 6px;
  215. box-shadow: inset 0 0 0 1.5px var(--tab-active-border-color);
  216. color: var(--tab-active-color);
  217. position: relative;
  218. z-index: 1;
  219. }
  220. .theme-dark .tab-navigation li.active {
  221. box-shadow: inset 0 0 0 1px var(--tab-border-color);
  222. }
  223. .tab-content > *:first-child {
  224. margin-top: 0;
  225. }
  226. .tab-navigation .tab-control .badge.status-warning {
  227. background: var(--selected-badge-warning-background);
  228. box-shadow: var(--selected-badge-warning-shadow);
  229. color: var(--selected-badge-warning-color);
  230. }
  231. .tab-navigation .tab-control .badge.status-error {
  232. background: var(--selected-badge-danger-background);
  233. box-shadow: var(--selected-badge-danger-shadow);
  234. color: var(--selected-badge-danger-color);
  235. }
  236. .sf-tabs .tab:not(:first-child) { display: none; }
  237. [data-filters] { position: relative; }
  238. [data-filtered] { cursor: pointer; }
  239. [data-filtered]:after { content: '\00a0\25BE'; }
  240. [data-filtered]:hover .filter-list li { display: inline-flex; }
  241. [class*="filter-hidden-"] { display: none; }
  242. .filter-list { position: absolute; border: var(--border); box-shadow: var(--shadow); margin: 0; padding: 0; display: flex; flex-direction: column; }
  243. .filter-list :after { content: ''; }
  244. .filter-list li {
  245. background: var(--tab-disabled-background);
  246. border-bottom: var(--border);
  247. color: var(--tab-disabled-color);
  248. display: none;
  249. list-style: none;
  250. margin: 0;
  251. padding: 5px 10px;
  252. text-align: left;
  253. font-weight: normal;
  254. }
  255. .filter-list li.active {
  256. background: var(--tab-background);
  257. color: var(--tab-color);
  258. }
  259. .filter-list li.last-active {
  260. background: var(--tab-active-background);
  261. color: var(--tab-active-color);
  262. }
  263. .filter-list-level li { cursor: s-resize; }
  264. .filter-list-level li.active { cursor: n-resize; }
  265. .filter-list-level li.last-active { cursor: default; }
  266. .filter-list-level li.last-active:before { content: '\2714\00a0'; }
  267. .filter-list-choice li:before { content: '\2714\00a0'; color: transparent; }
  268. .filter-list-choice li.active:before { color: unset; }
  269. .container { max-width: 1024px; margin: 0 auto; padding: 0 15px; }
  270. .container::after { content: ""; display: table; clear: both; }
  271. header { background-color: #222; color: rgba(255, 255, 255, 0.75); font-size: 13px; height: 33px; line-height: 33px; padding: 0; }
  272. header .container { display: flex; justify-content: space-between; }
  273. .logo { flex: 1; font-size: 13px; font-weight: normal; margin: 0; padding: 0; }
  274. .logo svg { height: 18px; width: 18px; opacity: .8; vertical-align: -5px; }
  275. .help-link { margin-left: 15px; }
  276. .help-link a { color: inherit; }
  277. .help-link .icon svg { height: 15px; width: 15px; opacity: .7; vertical-align: -2px; }
  278. .help-link a:hover { color: #EEE; text-decoration: none; }
  279. .help-link a:hover svg { opacity: .9; }
  280. .exception-summary { background: var(--background-error); 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; }
  281. .exception-metadata { background: rgba(0, 0, 0, 0.1); padding: 7px 0; }
  282. .exception-metadata .container { display: flex; flex-direction: row; justify-content: space-between; }
  283. .exception-metadata h2, .exception-metadata h2 > a { color: rgba(255, 255, 255, 0.8); font-size: 13px; font-weight: 400; margin: 0; }
  284. .exception-http small { font-size: 13px; opacity: .7; }
  285. .exception-hierarchy { flex: 1; }
  286. .exception-hierarchy .icon { margin: 0 3px; opacity: .7; }
  287. .exception-hierarchy .icon svg { height: 13px; width: 13px; vertical-align: -2px; }
  288. .exception-without-message .exception-message-wrapper { display: none; }
  289. .exception-message-wrapper .container { display: flex; align-items: flex-start; min-height: 70px; padding: 10px 15px 8px; }
  290. .exception-message { flex-grow: 1; }
  291. .exception-message, .exception-message a { color: #FFF; font-size: 21px; font-weight: 400; margin: 0; }
  292. .exception-message.long { font-size: 18px; }
  293. .exception-message a { border-bottom: 1px solid rgba(255, 255, 255, 0.5); font-size: inherit; text-decoration: none; }
  294. .exception-message a:hover { border-bottom-color: #ffffff; }
  295. .exception-properties-wrapper { margin: .8em 0; }
  296. .exception-properties { background: var(--base-0); border: var(--border); box-shadow: 0px 0px 1px rgba(128, 128, 128, .2); }
  297. .exception-properties pre { margin: 0; padding: 0.2em 0; }
  298. .exception-illustration { flex-basis: 111px; flex-shrink: 0; height: 66px; margin-left: 15px; opacity: .7; }
  299. .trace + .trace { margin-top: 30px; }
  300. .trace-head { background-color: var(--base-2); padding: 10px; position: relative; }
  301. .trace-head .trace-class { color: var(--base-6); font-size: 18px; font-weight: bold; line-height: 1.3; margin: 0; position: relative; }
  302. .trace-head .trace-namespace { color: #999; display: block; font-size: 13px; }
  303. .trace-head .icon { position: absolute; right: 0; top: 0; }
  304. .trace-head .icon svg { fill: var(--base-5); height: 24px; width: 24px; }
  305. .trace-details { background: var(--base-0); border: var(--border); box-shadow: 0px 0px 1px rgba(128, 128, 128, .2); margin: 0 0 1em; table-layout: fixed; }
  306. .trace-message { font-size: 14px; font-weight: normal; margin: .5em 0 0; }
  307. .trace-line { position: relative; padding-top: 8px; padding-bottom: 8px; }
  308. .trace-line + .trace-line { border-top: var(--border); }
  309. .trace-line:hover { background: var(--base-1); }
  310. .trace-line a { color: var(--base-6); }
  311. .trace-line .icon { opacity: .4; position: absolute; left: 10px; }
  312. .trace-line .icon svg { fill: var(--base-5); height: 16px; width: 16px; }
  313. .trace-line .icon.icon-copy { left: auto; top: auto; padding-left: 5px; display: none }
  314. .trace-line:hover .icon.icon-copy:not(.hidden) { display: inline-block }
  315. .trace-line-header { padding-left: 36px; padding-right: 10px; }
  316. .trace-file-path, .trace-file-path a { color: var(--base-6); font-size: 13px; }
  317. .trace-class { color: var(--color-error); }
  318. .trace-type { padding: 0 2px; }
  319. .trace-method { color: var(--color-error); font-weight: bold; }
  320. .trace-arguments { color: #777; font-weight: normal; padding-left: 2px; }
  321. .trace-code { background: var(--base-0); font-size: 12px; margin: 10px 10px 2px 10px; padding: 10px; overflow-x: auto; white-space: nowrap; }
  322. .trace-code ol { margin: 0; float: left; }
  323. .trace-code li { color: #969896; margin: 0; padding-left: 10px; float: left; width: 100%; }
  324. .trace-code li + li { margin-top: 5px; }
  325. .trace-code li.selected { background: var(--trace-selected-background); margin-top: 2px; }
  326. .trace-code li code { color: var(--base-6); white-space: pre; }
  327. .trace-as-text .stacktrace { line-height: 1.8; margin: 0 0 15px; white-space: pre-wrap; }
  328. @media (min-width: 575px) {
  329. .hidden-xs-down { display: initial; }
  330. .help-link { margin-left: 30px; }
  331. }
RSS feed
Powered by Drupal