vendor/symfony/web-profiler-bundle/Resources/views/Profiler/profiler.css.twig line 1

Open in your IDE?
  1. {# This file is partially duplicated in TwigBundle/Resources/views/exceotion.css.twig.
  2.    If you make any change in this file, verify the same change is needed in the other file. #}
  3. {# Normalization
  4.    (normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css)
  5.    ========================================================================= #}
  6. *{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box}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}
  7. :root {
  8.     --font-sans-serif: Helvetica, Arial, sans-serif;
  9.     --page-background: #f9f9f9;
  10.     --color-text: #222;
  11.     --color-muted: #999;
  12.     --color-link: #218BC3;
  13.     /* when updating any of these colors, do the same in toolbar.css.twig */
  14.     --color-success: #4f805d;
  15.     --color-warning: #a46a1f;
  16.     --color-error: #b0413e;
  17.     --badge-background: #f5f5f5;
  18.     --badge-color: #666;
  19.     --badge-warning-background: #FEF3C7;
  20.     --badge-warning-color: #B45309;
  21.     --badge-danger-background: #FEE2E2;
  22.     --badge-danger-color: #B91C1C;
  23.     --tab-background: #fff;
  24.     --tab-color: #444;
  25.     --tab-active-background: #666;
  26.     --tab-active-color: #fafafa;
  27.     --tab-disabled-background: #f5f5f5;
  28.     --tab-disabled-color: #999;
  29.     --log-filter-button-background: #fff;
  30.     --log-filter-button-border: #999;
  31.     --log-filter-button-color: #555;
  32.     --log-filter-active-num-color: #2563EB;
  33.     --log-timestamp-color: #555;
  34.     --metric-value-background: #fff;
  35.     --metric-value-color: inherit;
  36.     --metric-unit-color: #999;
  37.     --metric-label-background: #e0e0e0;
  38.     --metric-label-color: inherit;
  39.     --trace-selected-background: #F7E5A1;
  40.     --table-border: #e0e0e0;
  41.     --table-background: #fff;
  42.     --table-header: #e0e0e0;
  43.     --info-background: #ddf;
  44.     --tree-active-background: #F7E5A1;
  45.     --exception-title-color: var(--base-2);
  46.     --shadow: 0px 0px 1px rgba(128, 128, 128, .2);
  47.     --border: 1px solid #e0e0e0;
  48.     --background-error: var(--color-error);
  49.     --highlight-comment: #969896;
  50.     --highlight-default: #222222;
  51.     --highlight-keyword: #a71d5d;
  52.     --highlight-string: #183691;
  53.     --highlight-selected-line: rgba(255, 255, 153, 0.5);
  54.     --base-0: #fff;
  55.     --base-1: #f5f5f5;
  56.     --base-2: #e0e0e0;
  57.     --base-3: #ccc;
  58.     --base-4: #666;
  59.     --base-5: #444;
  60.     --base-6: #222;
  61.     --card-label-background: #eee;
  62.     --card-label-color: var(--base-6);
  63. }
  64. .theme-dark {
  65.     --page-background: #36393e;
  66.     --color-text: #e0e0e0;
  67.     --color-muted: #777;
  68.     --color-link: #93C5FD;
  69.     --color-error: #d43934;
  70.     --badge-background: #555;
  71.     --badge-color: #ddd;
  72.     --badge-warning-background: #B45309;
  73.     --badge-warning-color: #FEF3C7;
  74.     --badge-danger-background: #B91C1C;
  75.     --badge-danger-color: #FEE2E2;
  76.     --tab-background: #555;
  77.     --tab-color: #ccc;
  78.     --tab-active-background: #888;
  79.     --tab-active-color: #fafafa;
  80.     --tab-disabled-background: var(--page-background);
  81.     --tab-disabled-color: #777;
  82.     --log-filter-button-background: #555;
  83.     --log-filter-button-border: #999;
  84.     --log-filter-button-color: #ccc;
  85.     --log-filter-active-num-color: #93C5FD;
  86.     --log-timestamp-color: #ccc;
  87.     --metric-value-background: #555;
  88.     --metric-value-color: inherit;
  89.     --metric-unit-color: #999;
  90.     --metric-label-background: #777;
  91.     --metric-label-color: #e0e0e0;
  92.     --trace-selected-background: #71663acc;
  93.     --table-border: #444;
  94.     --table-background: #333;
  95.     --table-header: #555;
  96.     --info-background: rgba(79, 148, 195, 0.5);
  97.     --tree-active-background: var(--metric-label-background);
  98.     --exception-title-color: var(--base-2);
  99.     --shadow: 0px 0px 1px rgba(32, 32, 32, .2);
  100.     --border: 1px solid #666;
  101.     --background-error: #b0413e;
  102.     --highlight-comment: #dedede;
  103.     --highlight-default: var(--base-6);
  104.     --highlight-keyword: #ff413c;
  105.     --highlight-string: #70a6fd;
  106.     --highlight-selected-line: rgba(14, 14, 14, 0.5);
  107.     --base-0: #2e3136;
  108.     --base-1: #444;
  109.     --base-2: #666;
  110.     --base-3: #666;
  111.     --base-4: #666;
  112.     --base-5: #e0e0e0;
  113.     --base-6: #f5f5f5;
  114.     --card-label-background: var(--tab-active-background);
  115.     --card-label-color: var(--tab-active-color);
  116. }
  117. {# Basic styles
  118.    ========================================================================= #}
  119. html, body  {
  120.     height: 100%;
  121.     width: 100%;
  122. }
  123. body {
  124.     background-color: var(--page-background);
  125.     color: var(--base-6);
  126.     display: flex;
  127.     flex-direction: column;
  128.     font-family: var(--font-sans-serif);
  129.     font-size: 14px;
  130.     line-height: 1.4;
  131. }
  132. h2, h3, h4 {
  133.     font-weight: 500;
  134.     margin: 1.5em 0 .5em;
  135. }
  136. h2 + h3,
  137. h3 + h4 {
  138.     margin-top: 1em;
  139. }
  140. h2 {
  141.     font-size: 24px;
  142. }
  143. h3 {
  144.     font-size: 21px;
  145. }
  146. h4 {
  147.     font-size: 18px;
  148. }
  149. h2 span, h3 span, h4 span,
  150. h2 small, h3 small, h4 small {
  151.     color: var(--color-muted);
  152. }
  153. li {
  154.     margin-bottom: 10px;
  155. }
  156. p {
  157.     font-size: 16px;
  158.     margin-bottom: 1em;
  159. }
  160. a {
  161.     color: var(--color-link);
  162.     text-decoration: none;
  163. }
  164. a:hover {
  165.     text-decoration: underline;
  166. }
  167. a.link-inverse {
  168.     text-decoration: underline;
  169. }
  170. a.link-inverse:hover {
  171.     text-decoration: none;
  172. }
  173. a:active,
  174. a:hover {
  175.     outline: 0;
  176. }
  177. h2 a,
  178. h3 a,
  179. h4 a {
  180.     text-decoration: underline;
  181. }
  182. h2 a:hover,
  183. h3 a:hover,
  184. h4 a:hover {
  185.     text-decoration: none;
  186. }
  187. abbr {
  188.     border-bottom: 1px dotted var(--base-5);
  189.     cursor: help;
  190. }
  191. code, pre {
  192.     font-family: monospace;
  193.     font-size: 13px;
  194. }
  195. {# Buttons (the colors of this element don't change based on the selected theme)
  196.    ------------------------------------------------------------------------- #}
  197. button {
  198.     font-family: var(--font-sans-serif);
  199. }
  200. .btn {
  201.     background: #777;
  202.     border-radius: 2px;
  203.     border: 0;
  204.     color: #f5f5f5;
  205.     display: inline-block;
  206.     padding: .5em .75em;
  207. }
  208. .btn:hover {
  209.     cursor: pointer;
  210.     opacity: 0.8;
  211.     text-decoration: none;
  212. }
  213. .btn-sm {
  214.     font-size: 12px;
  215. }
  216. .btn-sm svg {
  217.     height: 16px;
  218.     width: 16px;
  219.     vertical-align: middle;
  220. }
  221. .btn-link {
  222.     border-color: transparent;
  223.     color: var(--color-link);
  224.     text-decoration: none;
  225.     background-color: transparent;
  226.     outline: none;
  227.     border: 0;
  228.     padding: 0;
  229.     cursor: pointer;
  230. }
  231. .btn-link:hover {
  232.     text-decoration: underline;
  233. }
  234. {# Tables
  235.    ------------------------------------------------------------------------- #}
  236. table, tr, th, td {
  237.     background: var(--table-background);
  238.     border-collapse: collapse;
  239.     line-height: 1.5;
  240.     vertical-align: top;
  241. }
  242. table {
  243.     background: var(--base-0);
  244.     border: var(--border);
  245.     box-shadow: var(--shadow);
  246.     margin: 1em 0;
  247.     width: 100%;
  248. }
  249. table th, table td {
  250.     padding: 8px 10px;
  251. }
  252. table th {
  253.     font-weight: bold;
  254.     text-align: left;
  255. }
  256. table thead th {
  257.     background-color: var(--table-header);
  258. }
  259. table thead th.key {
  260.     width: 19%;
  261. }
  262. table thead.small th {
  263.     font-size: 12px;
  264.     padding: 4px 10px;
  265. }
  266. table tbody th,
  267. table tbody td {
  268.     border: 1px solid var(--base-2);
  269.     border-width: 1px 0;
  270.     font-family: monospace;
  271.     font-size: 13px;
  272. }
  273. table tbody div {
  274.     margin: .25em 0;
  275. }
  276. table tbody ul {
  277.     margin: 0;
  278.     padding: 0 0 0 1em;
  279. }
  280. table thead th.num-col,
  281. table tbody td.num-col {
  282.     text-align: center;
  283. }
  284. {# Utility classes
  285.    ========================================================================= #}
  286. .block {
  287.     display: block;
  288. }
  289. .full-width {
  290.     width: 100%;
  291. }
  292. .hidden {
  293.     display: none;
  294. }
  295. .nowrap {
  296.     white-space: pre;
  297. }
  298. .prewrap {
  299.     white-space: pre-wrap;
  300. }
  301. .newline {
  302.     display: block;
  303. }
  304. .break-long-words {
  305.     -ms-word-break: break-all;
  306.     word-break: break-all;
  307.     word-break: break-word;
  308.     -webkit-hyphens: auto;
  309.     -moz-hyphens: auto;
  310.     hyphens: auto;
  311. }
  312. .text-small {
  313.     font-size: 12px !important;
  314. }
  315. .text-muted {
  316.     color: var(--color-muted);
  317. }
  318. .text-danger {
  319.     color: var(--color-error);
  320. }
  321. .text-bold {
  322.     font-weight: bold;
  323. }
  324. .text-right {
  325.     text-align: right;
  326. }
  327. .text-center {
  328.     text-align: center;
  329. }
  330. .font-normal {
  331.     font-family: var(--font-sans-serif);
  332.     font-size: 14px;
  333. }
  334. .help {
  335.     color: var(--color-muted);
  336.     font-size: 14px;
  337.     margin-bottom: .5em;
  338. }
  339. .empty {
  340.     border: 4px dashed var(--base-2);
  341.     color: var(--color-muted);
  342.     margin: 1em 0;
  343.     padding: .5em 2em;
  344. }
  345. .label {
  346.     background-color: var(--base-4);
  347.     color: #FAFAFA;
  348.     display: inline-block;
  349.     font-size: 12px;
  350.     font-weight: bold;
  351.     padding: 3px 7px;
  352.     white-space: nowrap;
  353. }
  354. .label.same-width {
  355.     min-width: 70px;
  356.     text-align: center;
  357. }
  358. .label.status-success { background: var(--color-success); color: #FFF; }
  359. .label.status-warning { background: var(--color-warning); color: #FFF; }
  360. .label.status-error   { background: var(--background-error); color: #FFF; }
  361. {# Metrics
  362.    ------------------------------------------------------------------------- #}
  363. .metrics {
  364.     margin: 1em 0 0;
  365.     overflow: auto;
  366. }
  367. .metrics .metric {
  368.     float: left;
  369.     margin: 0 1em 1em 0;
  370. }
  371. .metric {
  372.     background: var(--metric-value-background);
  373.     border: 1px solid var(--table-border);
  374.     box-shadow: var(--shadow);
  375.     color: var(--metric-value-color);
  376.     min-width: 100px;
  377.     min-height: 70px;
  378. }
  379. .metric .value {
  380.     display: block;
  381.     font-size: 28px;
  382.     padding: 8px 15px 4px;
  383.     text-align: center;
  384. }
  385. .metric .value svg {
  386.     margin: 5px 0 -5px;
  387. }
  388. .metric .unit {
  389.     color: var(--metric-unit-color);
  390.     font-size: 18px;
  391.     margin-left: -4px;
  392. }
  393. .metric .label {
  394.     background: var(--metric-label-background);
  395.     color: var(--metric-label-color);
  396.     display: block;
  397.     font-size: 12px;
  398.     padding: 5px;
  399.     text-align: center;
  400. }
  401. .metrics-horizontal .metric {
  402.     min-height: 0;
  403.     min-width: 0;
  404. }
  405. .metrics-horizontal .metric .value,
  406. .metrics-horizontal .metric .label {
  407.     display: inline;
  408.     padding: 2px 6px;
  409. }
  410. .metrics-horizontal .metric .label {
  411.     display: inline-block;
  412.     padding: 6px;
  413. }
  414. .metrics-horizontal .metric .value {
  415.     font-size: 16px;
  416. }
  417. .metrics-horizontal .metric .value svg {
  418.     max-height: 14px;
  419.     line-height: 10px;
  420.     margin: 0;
  421.     padding-left: 4px;
  422.     vertical-align: middle;
  423. }
  424. .metric-divider {
  425.     float: left;
  426.     margin: 0 1em;
  427.     min-height: 1px; {# required to apply 'margin' to an empty 'div' #}
  428. }
  429. {# Cards
  430.    ------------------------------------------------------------------------- #}
  431. .card {
  432.     background: var(--base-0);
  433.     border: var(--border);
  434.     box-shadow: var(--shadow);
  435.     margin: 1em 0;
  436.     padding: 10px;
  437. }
  438. .card-block + .card-block {
  439.     border-top: 1px solid var(--base-2);
  440.     padding-top: 10px;
  441. }
  442. .card *:first-child,
  443. .card-block *:first-child {
  444.     margin-top: 0;
  445. }
  446. .card .label {
  447.     background-color: var(--card-label-background);
  448.     color: var(--card-label-color);
  449. }
  450. {# Status
  451.    ------------------------------------------------------------------------- #}
  452. .status-success {
  453.     background: rgba(94, 151, 110, 0.3);
  454. }
  455. .status-warning {
  456.     background: rgba(240, 181, 24, 0.3);
  457. }
  458. .status-error {
  459.     background: rgba(176, 65, 62, 0.2);
  460. }
  461. .status-success td,
  462. .status-warning td,
  463. .status-error td {
  464.     background: transparent;
  465. }
  466. tr.status-error td,
  467. tr.status-warning td {
  468.     border-bottom: 1px solid var(--base-2);
  469.     border-top: 1px solid var(--base-2);
  470. }
  471. .status-warning .colored {
  472.     color: var(--color-warning);
  473. }
  474. .status-error .colored  {
  475.     color: var(--color-error);
  476. }
  477. {# Syntax highlighting
  478.    ========================================================================= #}
  479. .highlight pre {
  480.     margin: 0;
  481.     white-space: pre-wrap;
  482. }
  483. .highlight .keyword   { color: #8959A8; font-weight: bold; }
  484. .highlight .word      { color: var(--color-text); }
  485. .highlight .variable  { color: #916319; }
  486. .highlight .symbol    { color: var(--color-text); }
  487. .highlight .comment   { color: #999999; }
  488. .highlight .backtick  { color: #718C00; }
  489. .highlight .string    { color: #718C00; }
  490. .highlight .number    { color: #F5871F; font-weight: bold; }
  491. .highlight .error     { color: #C82829; }
  492. {# Icons
  493.    ========================================================================= #}
  494. .sf-icon {
  495.     vertical-align: middle;
  496.     background-repeat: no-repeat;
  497.     background-size: contain;
  498.     width: 16px;
  499.     height: 16px;
  500.     display: inline-block;
  501. }
  502. .sf-icon svg {
  503.     width: 16px;
  504.     height: 16px;
  505. }
  506. .sf-icon.sf-medium,
  507. .sf-icon.sf-medium svg {
  508.     width: 24px;
  509.     height: 24px;
  510. }
  511. .sf-icon.sf-large,
  512. .sf-icon.sf-large svg {
  513.     width: 32px;
  514.     height: 32px;
  515. }
  516. {# Layout
  517.    ========================================================================= #}
  518. .container {
  519.     max-width: 1300px;
  520.     padding-right: 15px;
  521. }
  522. #header {
  523.     flex: 0 0 auto;
  524. }
  525. #header .container {
  526.     display: flex;
  527.     flex-direction: row;
  528.     justify-content: space-between;
  529. }
  530. #summary {
  531.     flex: 0 0 auto;
  532. }
  533. #content {
  534.     height: 100%;
  535. }
  536. #main {
  537.     display: flex;
  538.     flex-direction: row;
  539.     min-height: 100%;
  540. }
  541. #sidebar {
  542.     flex: 0 0 220px;
  543. }
  544. #collector-wrapper {
  545.     flex: 0 1 100%;
  546.     min-width: 0;
  547. }
  548. #collector-content {
  549.     margin: 0 0 30px 0;
  550.     padding: 14px 0 14px 20px;
  551. }
  552. #main h2:first-of-type {
  553.     margin-top: 0;
  554. }
  555. {# Header (the colors of this element don't change based on the selected theme)
  556.    ========================================================================= #}
  557. #header {
  558.     background-color: #222;
  559.     overflow: hidden;
  560. }
  561. #header h1 {
  562.     color: #fff;
  563.     flex: 1;
  564.     font-weight: normal;
  565.     font-size: 21px;
  566.     margin: 0;
  567.     padding: 10px 10px 8px;
  568. }
  569. #header h1 span {
  570.     color: #ccc;
  571. }
  572. #header h1 svg {
  573.     height: 40px;
  574.     width: 40px;
  575.     margin-top: -4px;
  576.     vertical-align: middle;
  577. }
  578. #header h1 svg path,
  579. #header h1 svg .sf-svg-path {
  580.     fill: #fff;
  581. }
  582. #header .search {
  583.     padding-top: 11px;
  584. }
  585. #header .search input {
  586.     border: 1px solid #ddd;
  587.     margin-right: 4px;
  588.     padding: 7px 8px;
  589.     width: 200px;
  590. }
  591. {# Summary
  592.    ========================================================================= #}
  593. #summary .status {
  594.     background: var(--base-2);
  595.     border: solid rgba(0, 0, 0, 0.1);
  596.     border-width: 2px 0;
  597.     padding: 10px;
  598. }
  599. #summary h2,
  600. #summary h2 a {
  601.     color: var(--base-6);
  602.     font-size: 21px;
  603.     margin: 0;
  604.     text-decoration: none;
  605.     vertical-align: middle;
  606. }
  607. #summary h2 a:hover {
  608.     text-decoration: underline;
  609. }
  610. #summary h2 a.referer {
  611.     margin-left: .5em;
  612.     font-size: 75%;
  613.     color: rgba(255, 255, 255, 0.5);
  614. }
  615. #summary h2 a.referer:before {
  616.     content: '\1F503\00a0';
  617. }
  618. #summary .status-success { background: var(--color-success); }
  619. #summary .status-warning { background: var(--color-warning); }
  620. #summary .status-error   { background: var(--background-error);   }
  621. #summary .status-success h2,
  622. #summary .status-success a,
  623. #summary .status-warning h2,
  624. #summary .status-warning a,
  625. #summary .status-error h2,
  626. #summary .status-error a {
  627.     color: #FFF;
  628. }
  629. #summary dl.metadata,
  630. #summary dl.metadata a {
  631.     margin: 5px 0 0;
  632.     color: rgba(255, 255, 255, 0.75);
  633. }
  634. #summary dl.metadata dt,
  635. #summary dl.metadata dd {
  636.     display: inline-block;
  637.     font-size: 13px;
  638. }
  639. #summary dl.metadata dt {
  640.     font-weight: bold;
  641. }
  642. #summary dl.metadata dt:after {
  643.     content: ':';
  644. }
  645. #summary dl.metadata dd {
  646.     margin: 0 1.5em 0 0;
  647. }
  648. #summary dl.metadata .label {
  649.     background: rgba(255, 255, 255, 0.2);
  650. }
  651. {# Sidebar
  652.    ========================================================================= #}
  653. #sidebar {
  654.     background: #444;
  655.     color: #ccc;
  656.     padding-bottom: 30px;
  657.     position: relative;
  658.     width: 220px;
  659.     z-index: 9999;
  660. }
  661. #sidebar .module {
  662.     padding: 10px;
  663.     width: 220px;
  664. }
  665. {# Sidebar Shortcuts
  666.    ------------------------------------------------------------------------- #}
  667. #sidebar #sidebar-shortcuts {
  668.     background: #333;
  669.     width: 220px;
  670. }
  671. #sidebar #sidebar-shortcuts .shortcuts {
  672.     position: relative;
  673.     padding: 16px 10px;
  674. }
  675. #sidebar-shortcuts .icon {
  676.     display: block;
  677.     float: left;
  678.     width: 50px;
  679.     margin: 2px 0 0 -10px;
  680.     text-align: center;
  681. }
  682. #sidebar #sidebar-shortcuts .btn {
  683.     color: #f5f5f5;
  684. }
  685. #sidebar #sidebar-shortcuts .btn + .btn {
  686.     margin-left: 5px;
  687. }
  688. #sidebar #sidebar-shortcuts .btn {
  689.     padding: .5em;
  690. }
  691. {# Sidebar Search (the colors of this element don't change based on the selected theme)
  692.    ------------------------------------------------------------------------- #}
  693. #sidebar-search .form-group:first-of-type {
  694.     padding-top: 20px;
  695. }
  696. #sidebar-search .form-group {
  697.     clear: both;
  698.     overflow: hidden;
  699.     padding-bottom: 10px;
  700. }
  701. #sidebar-search .form-group label {
  702.     float: left;
  703.     font-size: 13px;
  704.     line-height: 24px;
  705.     width: 60px;
  706. }
  707. #sidebar-search .form-group input,
  708. #sidebar-search .form-group select {
  709.     float: left;
  710.     font-size: 13px;
  711.     padding: 3px 6px;
  712. }
  713. #sidebar-search .form-group input {
  714.     background: #ccc;
  715.     border: 1px solid var(--color-muted);
  716.     color: #222;
  717.     width: 120px;
  718. }
  719. #sidebar-search .form-group select {
  720.     color: #222;
  721. }
  722. #sidebar-search .form-group .btn {
  723.     float: right;
  724.     margin-right: 10px;
  725. }
  726. {# Sidebar Menu (the colors of this element don't change based on the selected theme)
  727.    ------------------------------------------------------------------------- #}
  728. #menu-profiler {
  729.     margin: 0;
  730.     padding: 0;
  731.     list-style-type: none;
  732. }
  733. #menu-profiler li {
  734.     position: relative;
  735.     margin-bottom: 0;
  736. }
  737. #menu-profiler li a {
  738.     border: solid transparent;
  739.     border-width: 2px 0;
  740.     color: var(--base-3);
  741.     display: block;
  742. }
  743. #menu-profiler li a:hover {
  744.     text-decoration: none;
  745. }
  746. #menu-profiler li a .label {
  747.     background: transparent;
  748.     color: #EEE;
  749.     display: block;
  750.     padding: 8px 10px 8px 50px;
  751.     overflow: hidden;
  752.     white-space: nowrap;
  753. }
  754. #menu-profiler li a .label .icon {
  755.     display: block;
  756.     position: absolute;
  757.     left: 0;
  758.     top: 8px;
  759.     width: 50px;
  760.     text-align: center;
  761. }
  762. #menu-profiler .label .icon img,
  763. #menu-profiler .label .icon svg {
  764.     height: 24px;
  765.     max-width: 24px;
  766. }
  767. #menu-profiler li a .label .icon svg path,
  768. #menu-profiler li a .label .icon svg .sf-svg-path {
  769.     fill: #DDD;
  770. }
  771. #menu-profiler li a .label strong {
  772.     font-size: 16px;
  773.     font-weight: normal;
  774. }
  775. #menu-profiler li a .label.disabled {
  776.     opacity: .25;
  777. }
  778. #menu-profiler li a:hover .label.disabled,
  779. #menu-profiler li.selected a .label.disabled {
  780.     opacity: 1;
  781. }
  782. #menu-profiler li.selected a,
  783. #menu-profiler:hover li.selected a:hover,
  784. #menu-profiler li a:hover {
  785.     background: #666;
  786.     border: solid #555;
  787.     border-width: 2px 0;
  788. }
  789. #menu-profiler li.selected a .label,
  790. #menu-profiler li a:hover .label {
  791.     color: #FFF;
  792. }
  793. #menu-profiler li.selected a .icon svg path,
  794. #menu-profiler li.selected a .icon svg .sf-svg-path,
  795. #menu-profiler li a:hover .icon svg path,
  796. #menu-profiler li a:hover .icon svg .sf-svg-path {
  797.     fill: #fff;
  798. }
  799. #menu-profiler li a .count {
  800.     background-color: #666;
  801.     color: #fff;
  802.     display: inline-block;
  803.     font-weight: bold;
  804.     min-width: 10px;
  805.     padding: 2px 6px;
  806.     position: absolute;
  807.     right: 10px;
  808.     text-align: center;
  809.     vertical-align: baseline;
  810.     white-space: nowrap;
  811. }
  812. #menu-profiler li a span.count span {
  813.     font-size: 12px;
  814. }
  815. #menu-profiler li a span.count span + span::before {
  816.     content: " / ";
  817.     color: #AAA;
  818. }
  819. #menu-profiler .label-status-warning .count {
  820.     background: var(--color-warning);
  821. }
  822. #menu-profiler .label-status-error .count {
  823.     background: var(--background-error);
  824. }
  825. {# Timeline panel
  826.    ========================================================================= #}
  827. #timeline-control {
  828.     background: var(--table-background);
  829.     box-shadow: var(--shadow);
  830.     margin: 1em 0;
  831.     padding: 10px;
  832. }
  833. #timeline-control label {
  834.     font-weight: bold;
  835.     margin-right: 1em;
  836. }
  837. #timeline-control input {
  838.     background: var(--metric-value-background);
  839.     border: 1px solid var(--table-border);
  840.     font-size: 16px;
  841.     padding: 4px;
  842.     text-align: right;
  843.     width: 5em;
  844. }
  845. #timeline-control .help {
  846.     margin-left: 1em;
  847. }
  848. .sf-profiler-timeline .legends {
  849.     font-size: 12px;
  850.     line-height: 1.5em;
  851. }
  852. .sf-profiler-timeline + p.help {
  853.     margin-top: 0;
  854. }
  855. {# Tabbed navigation
  856.    ========================================================================= #}
  857. .tab-navigation {
  858.     margin: 0 0 1em 0;
  859.     padding: 0;
  860. }
  861. .tab-navigation li {
  862.     background: var(--tab-background);
  863.     border: 1px solid var(--table-border);
  864.     color: var(--tab-color);
  865.     cursor: pointer;
  866.     display: inline-block;
  867.     font-size: 16px;
  868.     margin: 0 0 0 -1px;
  869.     padding: .5em .75em;
  870.     z-index: 1;
  871. }
  872. .tab-navigation li .badge {
  873.     background-color: var(--base-1);
  874.     color: var(--base-4);
  875.     display: inline-block;
  876.     font-size: 14px;
  877.     font-weight: bold;
  878.     margin-left: 8px;
  879.     min-width: 10px;
  880.     padding: 1px 6px;
  881.     text-align: center;
  882.     white-space: nowrap;
  883. }
  884. .tab-navigation li.disabled {
  885.     background: var(--tab-disabled-background);
  886.     color: var(--tab-disabled-color);
  887. }
  888. .tab-navigation li.active {
  889.     background: var(--tab-active-background);
  890.     color: var(--tab-active-color);
  891.     z-index: 1100;
  892. }
  893. .tab-navigation li.active .badge {
  894.     background-color: var(--base-5);
  895.     color: var(--base-2);
  896. }
  897. .tab-content > *:first-child {
  898.     margin-top: 0;
  899. }
  900. .tab-navigation li .badge.status-warning { background: var(--color-warning); color: #FFF; }
  901. .tab-navigation li .badge.status-error { background: var(--background-error); color: #FFF; }
  902. .sf-tabs .tab:not(:first-child) { display: none; }
  903. {# Toggles
  904.    ========================================================================= #}
  905. .sf-toggle-content {
  906.     -moz-transition: display .25s ease;
  907.     -webkit-transition: display .25s ease;
  908.     transition: display .25s ease;
  909. }
  910. .sf-toggle-content.sf-toggle-hidden {
  911.     display: none;
  912. }
  913. .sf-toggle-content.sf-toggle-visible {
  914.     display: block;
  915. }
  916. {# Twig panel
  917.    ========================================================================= #}
  918. #twig-dump pre {
  919.     font-size: 12px;
  920.     line-height: 1.7;
  921.     background-color: var(--base-0);
  922.     border: var(--border);
  923.     padding: 15px;
  924.     box-shadow: 0 0 1px rgba(128, 128, 128, .2);
  925. }
  926. #twig-dump span {
  927.     border-radius: 2px;
  928.     padding: 1px 2px;
  929. }
  930. #twig-dump .status-error   { background: transparent; color: var(--color-error); }
  931. #twig-dump .status-warning { background: rgba(240, 181, 24, 0.3);     }
  932. #twig-dump .status-success { background: rgba(100, 189, 99, 0.2);     }
  933. #twig-dump .status-info    { background: var(--info-background);      }
  934. #twig-table tbody td {
  935.     vertical-align: middle;
  936. }
  937. #twig-table tbody td > a {
  938.     margin-left: -5px;
  939. }
  940. #twig-table tbody td div {
  941.     margin: 0;
  942. }
  943. .icon-twig {
  944.     vertical-align: text-bottom;
  945. }
  946. .icon-twig svg path {
  947.     fill: #7eea12;
  948. }
  949. {# Logger panel
  950.    ========================================================================= #}
  951. .badge {
  952.     background: var(--badge-background);
  953.     border-radius: 4px;
  954.     color: var(--badge-color);
  955.     font-size: 12px;
  956.     font-weight: bold;
  957.     padding: 1px 4px;
  958. }
  959. .badge-warning {
  960.     background: var(--badge-warning-background);
  961.     color: var(--badge-warning-color);
  962. }
  963. .log-filters {
  964.     display: flex;
  965. }
  966. .log-filters .log-filter {
  967.     position: relative;
  968. }
  969. .log-filters .log-filter + .log-filter {
  970.     margin-left: 15px;
  971. }
  972. .log-filters .log-filter summary {
  973.     align-items: center;
  974.     background: var(--log-filter-button-background);
  975.     border-radius: 2px;
  976.     border: 1px solid var(--log-filter-button-border);
  977.     color: var(--log-filter-button-color);
  978.     cursor: pointer;
  979.     display: flex;
  980.     padding: 5px 8px;
  981. }
  982. .log-filters .log-filter summary .icon {
  983.     height: 18px;
  984.     width: 18px;
  985.     margin: 0 7px 0 0;
  986. }
  987. .log-filters .log-filter summary svg {
  988.     height: 18px;
  989.     width: 18px;
  990.     opacity: 0.7;
  991. }
  992. .log-filters .log-filter summary .filter-active-num {
  993.     color: var(--log-filter-active-num-color);
  994.     font-weight: bold;
  995.     padding: 0 1px;
  996. }
  997. .log-filter .tab-navigation {
  998.     margin-bottom: 0;
  999. }
  1000. .log-filter .tab-navigation li:first-child {
  1001.     border-top-left-radius: 2px;
  1002.     border-bottom-left-radius: 2px;
  1003. }
  1004. .log-filter .tab-navigation li:last-child {
  1005.     border-top-right-radius: 2px;
  1006.     border-bottom-right-radius: 2px;
  1007. }
  1008. .log-filter .tab-navigation li {
  1009.     border-color: var(--log-filter-button-border);
  1010.     padding: 0;
  1011. }
  1012. .log-filter .tab-navigation li + li {
  1013.     margin-left: -5px;
  1014. }
  1015. .log-filter .tab-navigation li .badge {
  1016.     font-size: 13px;
  1017.     padding: 0 6px;
  1018. }
  1019. .log-filter .tab-navigation li input {
  1020.     display: none;
  1021. }
  1022. .log-filter .tab-navigation li label {
  1023.     align-items: center;
  1024.     cursor: pointer;
  1025.     padding: 5px 10px;
  1026.     display: inline-flex;
  1027.     font-size: 14px;
  1028. }
  1029. .log-filters .log-filter .log-filter-content {
  1030.     background: var(--base-0);
  1031.     border: 1px solid var(--table-border);
  1032.     border-radius: 2px;
  1033.     box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  1034.     padding: 15px;
  1035.     position: absolute;
  1036.     left: 0;
  1037.     top: 36px;
  1038.     max-width: 400px;
  1039.     min-width: 200px;
  1040.     z-index: 9999;
  1041. }
  1042. .log-filters .log-filter .log-filter-content .log-filter-option {
  1043.     align-items: center;
  1044.     display: flex;
  1045. }
  1046. .log-filter .filter-select-all-or-none {
  1047.     margin-bottom: 10px;
  1048. }
  1049. .log-filter .filter-select-all-or-none button + button {
  1050.     margin-left: 15px;
  1051. }
  1052. .log-filters .log-filter .log-filter-content .log-filter-option + .log-filter-option {
  1053.     margin: 7px 0 0;
  1054. }
  1055. .log-filters .log-filter .log-filter-content .log-filter-option label {
  1056.     cursor: pointer;
  1057.     flex: 1;
  1058.     padding-left: 10px;
  1059. }
  1060. table.logs .metadata {
  1061.     display: block;
  1062.     font-size: 12px;
  1063. }
  1064. .theme-dark tr.status-error td,
  1065. .theme-dark tr.status-warning td { border-bottom: unset; border-top: unset; }
  1066. table.logs .log-timestamp {
  1067.     color: var(--log-timestamp-color);
  1068. }
  1069. table.logs .log-metadata {
  1070.     margin: 8px 0 0;
  1071. }
  1072. table.logs .log-metadata > span {
  1073.     display: inline-block;
  1074. }
  1075. table.logs .log-metadata > span + span {
  1076.     margin-left: 10px;
  1077. }
  1078. table.logs .log-metadata .log-channel {
  1079.     color: var(--base-1);
  1080.     font-size: 13px;
  1081.     font-weight: bold;
  1082. }
  1083. table.logs .log-metadata .log-num-occurrences {
  1084.     color: var(--color-muted);
  1085.     font-size: 13px;
  1086. }
  1087. .log-type-badge {
  1088.     display: inline-block;
  1089.     font-family: var(--font-sans-serif);
  1090.     margin-top: 5px;
  1091. }
  1092. .log-type-badge.badge-deprecation {
  1093.     background: var(--badge-warning-background);
  1094.     color: var(--badge-warning-color);
  1095. }
  1096. .log-type-badge.badge-error {
  1097.     background: var(--badge-danger-background);
  1098.     color: var(--badge-danger-color);
  1099. }
  1100. .log-type-badge.badge-silenced {
  1101.     background: #EDE9FE;
  1102.     color: #6D28D9;
  1103. }
  1104. .theme-dark .log-type-badge.badge-silenced {
  1105.     background: #5B21B6;
  1106.     color: #EDE9FE;
  1107. }
  1108. tr.log-status-warning {
  1109.     border-left: 4px solid #F59E0B;
  1110. }
  1111. tr.log-status-error {
  1112.     border-left: 4px solid #EF4444;
  1113. }
  1114. tr.log-status-silenced {
  1115.     border-left: 4px solid #A78BFA;
  1116. }
  1117. .container-compilation-logs {
  1118.     background: var(--table-background);
  1119.     border: 1px solid var(--base-2);
  1120.     margin-top: 30px;
  1121.     padding: 15px;
  1122. }
  1123. .container-compilation-logs summary {
  1124.     cursor: pointer;
  1125. }
  1126. .container-compilation-logs summary h4 {
  1127.     margin: 0 0 5px;
  1128. }
  1129. .container-compilation-logs summary p {
  1130.     margin: 0;
  1131. }
  1132. {# Doctrine panel
  1133.    ========================================================================= #}
  1134. .sql-runnable {
  1135.     background: var(--base-1);
  1136.     margin: .5em 0;
  1137.     padding: 1em;
  1138. }
  1139. .sql-explain {
  1140.     overflow-x: auto;
  1141.     max-width: 920px;
  1142. }
  1143. .sql-explain table td, .sql-explain table tr {
  1144.     word-break: normal;
  1145. }
  1146. .queries-table pre {
  1147.     margin: 0;
  1148.     white-space: pre-wrap;
  1149.     -ms-word-break: break-all;
  1150.     word-break: break-all;
  1151.     word-break: break-word;
  1152.     -webkit-hyphens: auto;
  1153.     -moz-hyphens: auto;
  1154.     hyphens: auto;
  1155. }
  1156. {# Security panel
  1157.    ========================================================================= #}
  1158. #collector-content .decision-log .voter_result td {
  1159.     border-top-width: 1px;
  1160.     border-bottom-width: 0;
  1161.     padding-bottom: 0;
  1162. }
  1163. #collector-content .decision-log .voter_details td {
  1164.     border-top-width: 0;
  1165.     border-bottom-width: 1px;
  1166.     padding-bottom: 0;
  1167. }
  1168. #collector-content .decision-log .voter_details table {
  1169.     border: 0;
  1170.     margin: 0;
  1171.     box-shadow: unset;
  1172. }
  1173. #collector-content .decision-log .voter_details table td {
  1174.     border: 0;
  1175.     padding: 0 0 8px 0;
  1176. }
  1177. {# Validator panel
  1178.    ========================================================================= #}
  1179. #collector-content .sf-validator {
  1180.     margin-bottom: 2em;
  1181. }
  1182. #collector-content .sf-validator .sf-validator-context,
  1183. #collector-content .sf-validator .trace {
  1184.     border: var(--border);
  1185.     background: var(--base-0);
  1186.     padding: 10px;
  1187.     margin: 0.5em 0;
  1188.     overflow: auto;
  1189. }
  1190. #collector-content .sf-validator .trace {
  1191.     font-size: 12px;
  1192. }
  1193. #collector-content .sf-validator .trace li {
  1194.     margin-bottom: 0;
  1195.     padding: 0;
  1196. }
  1197. #collector-content .sf-validator .trace li.selected {
  1198.     background: var(--highlight-selected-line);
  1199. }
  1200. {# Messenger panel
  1201.    ========================================================================= #}
  1202. #collector-content .message-bus .trace {
  1203.     border: var(--border);
  1204.     background: var(--base-0);
  1205.     padding: 10px;
  1206.     margin: 0.5em 0;
  1207.     overflow: auto;
  1208. }
  1209. #collector-content .message-bus .trace {
  1210.     font-size: 12px;
  1211. }
  1212. #collector-content .message-bus .trace li {
  1213.     margin-bottom: 0;
  1214.     padding: 0;
  1215. }
  1216. #collector-content .message-bus .trace li.selected {
  1217.     background: var(--highlight-selected-line);
  1218. }
  1219. {# Dump panel
  1220.    ========================================================================= #}
  1221. pre.sf-dump, pre.sf-dump .sf-dump-default {
  1222.     z-index: 1000 !important;
  1223. }
  1224. #collector-content .sf-dump {
  1225.     margin-bottom: 2em;
  1226. }
  1227. #collector-content pre.sf-dump,
  1228. #collector-content .sf-dump code,
  1229. #collector-content .sf-dump samp {
  1230.     font-family: monospace;
  1231.     font-size: 13px;
  1232. }
  1233. #collector-content .sf-dump a {
  1234.     cursor: pointer;
  1235. }
  1236. #collector-content .sf-dump pre.sf-dump,
  1237. #collector-content .sf-dump .trace {
  1238.     border: var(--border);
  1239.     padding: 10px;
  1240.     margin: 0.5em 0;
  1241.     overflow: auto;
  1242. }
  1243. #collector-content pre.sf-dump,
  1244. #collector-content .sf-dump-default {
  1245.     background: none;
  1246. }
  1247. #collector-content .sf-dump-ellipsis { max-width: 100em; }
  1248. #collector-content .sf-dump {
  1249.     margin: 0;
  1250.     padding: 0;
  1251.     line-height: 1.4;
  1252. }
  1253. #collector-content .dump-inline .sf-dump {
  1254.     display: inline;
  1255.     white-space: normal;
  1256.     font-size: inherit;
  1257.     line-height: inherit;
  1258. }
  1259. #collector-content .dump-inline .sf-dump:after {
  1260.     display: none;
  1261. }
  1262. #collector-content .sf-dump .trace {
  1263.     font-size: 12px;
  1264. }
  1265. #collector-content .sf-dump .trace li {
  1266.     margin-bottom: 0;
  1267.     padding: 0;
  1268. }
  1269. {# Search Results page
  1270.    ========================================================================= #}
  1271. #search-results td {
  1272.     font-family: var(--font-sans-serif);
  1273.     vertical-align: middle;
  1274. }
  1275. #search-results .sf-search {
  1276.     visibility: hidden;
  1277.     margin-left: 2px;
  1278. }
  1279. #search-results tr:hover .sf-search {
  1280.     visibility: visible;
  1281. }
  1282. {# Small screens
  1283.    ========================================================================= #}
  1284. .visible-small {
  1285.     display: none;
  1286. }
  1287. .hidden-small {
  1288.     display: inherit;
  1289. }
  1290. @media (max-width: 768px) {
  1291.     #sidebar {
  1292.         flex-basis: 50px;
  1293.         overflow-x: hidden;
  1294.         transition: flex-basis 200ms ease-out;
  1295.     }
  1296.     #sidebar:hover, #sidebar.expanded {
  1297.         flex-basis: 220px;
  1298.     }
  1299.     #sidebar-search {
  1300.         display: none;
  1301.     }
  1302.     #sidebar:hover #sidebar-search.sf-toggle-visible, #sidebar.expanded #sidebar-search.sf-toggle-visible {
  1303.         display: block;
  1304.     }
  1305.     #sidebar .module {
  1306.         display: none;
  1307.     }
  1308.     #sidebar:hover .module, #sidebar.expanded .module {
  1309.         display: block;
  1310.     }
  1311.     #sidebar:not(:hover):not(.expanded) .label .count {
  1312.         border-radius: 50%;
  1313.         border: 1px solid #eee;
  1314.         height: 8px;
  1315.         min-width: 0;
  1316.         padding: 0;
  1317.         right: 4px;
  1318.         text-indent: -9999px;
  1319.         top: 50%;
  1320.         width: 8px;
  1321.     }
  1322.     .visible-small {
  1323.         display: inherit;
  1324.     }
  1325.     .hidden-small {
  1326.         display: none;
  1327.     }
  1328.     .btn-sm svg {
  1329.         margin-left: 2px;
  1330.     }
  1331. }
  1332. {# Config Options
  1333.    ========================================================================= #}
  1334. body.width-full .container {
  1335.     max-width: 100%;
  1336. }
  1337. body.theme-light #collector-content .sf-dump pre.sf-dump,
  1338. body.theme-light #collector-content .sf-dump .trace {
  1339.     background: #FFF;
  1340. }
  1341. body.theme-light #collector-content pre.sf-dump,
  1342. body.theme-light #collector-content .sf-dump-default {
  1343.     color: #CC7832;
  1344. }
  1345. body.theme-light #collector-content .sf-dump-str { color: #629755; }
  1346. body.theme-light #collector-content .sf-dump-private,
  1347. body.theme-light #collector-content .sf-dump-protected,
  1348. body.theme-light #collector-content .sf-dump-public { color: #262626; }
  1349. body.theme-light #collector-content .sf-dump-note { color: #6897BB; }
  1350. body.theme-light #collector-content .sf-dump-key { color: #789339; }
  1351. body.theme-light #collector-content .sf-dump-ref { color: #6E6E6E; }
  1352. body.theme-light #collector-content .sf-dump-ellipsis { color: #CC7832; max-width: 100em; }
  1353. body.theme-light #collector-content .sf-dump-ellipsis-path { max-width: 5em; }
  1354. body.theme-light #collector-content .sf-dump .trace li.selected {
  1355.     background: rgba(255, 255, 153, 0.5);
  1356. }