github.com/google/syzkaller@v0.0.0-20240517125934-c0f1611a36d6/pkg/html/pages/style.css (about)

     1  #topbar {
     2  	padding: 5px 10px;
     3  	background: #E0EBF5;
     4  }
     5  
     6  #topbar a {
     7  	color: #375EAB;
     8  	text-decoration: none;
     9  }
    10  
    11  h1, h2, h3, h4 {
    12  	margin: 0;
    13  	padding: 0;
    14  	color: #375EAB;
    15  	font-weight: bold;
    16  }
    17  
    18  .navigation_tab {
    19  	border: 1px solid black;
    20  	padding: 4px;
    21  	margin: 4px;
    22  }
    23  
    24  .navigation_tab_selected {
    25  	font-weight: bold;
    26  	border: 3px solid black;
    27  	padding: 4px;
    28  	margin: 4px;
    29  }
    30  
    31  .position_table .navigation {
    32  	padding-top: 15px;
    33  	padding-bottom: 6px;
    34  }
    35  
    36  .position_table .navigation-right {
    37  	padding-top: 15px;
    38  	text-align: right;
    39  }
    40  
    41  table {
    42  	border: 1px solid #ccc;
    43  	margin: 20px 5px;
    44  	border-collapse: collapse;
    45  	white-space: nowrap;
    46  	text-overflow: ellipsis;
    47  	overflow: hidden;
    48  }
    49  
    50  table caption {
    51  	font-weight: bold;
    52  }
    53  
    54  table td, table th {
    55  	vertical-align: top;
    56  	padding: 2px 8px;
    57  	text-overflow: ellipsis;
    58  	overflow: hidden;
    59  }
    60  
    61  .namespace {
    62  	font-weight: bold;
    63  	font-size: large;
    64  	color: #375EAB;
    65  }
    66  
    67  .position_table {
    68  	border: 0px;
    69  	margin: 0px;
    70  	width: 100%;
    71  	border-collapse: collapse;
    72  }
    73  
    74  .position_table td, .position_table tr {
    75  	vertical-align: center;
    76  	padding: 0px;
    77  }
    78  
    79  .position_table .namespace_td {
    80  	width: 100%;
    81  	padding-top: 10px;
    82  	padding-left: 20px;
    83  }
    84  
    85  .position_table .search {
    86  	text-align: right;
    87  }
    88  
    89  .list_table td, .list_table th {
    90  	border-left: 1px solid #ccc;
    91  }
    92  
    93  .list_table th {
    94  	background: #F4F4F4;
    95  }
    96  
    97  .list_table tr:nth-child(2n) {
    98  	background: #F4F4F4;
    99  }
   100  
   101  .list_table tr:hover {
   102  	background: #ffff99;
   103  }
   104  
   105  .list_table .namespace {
   106  	width: 100pt;
   107  	max-width: 100pt;
   108  }
   109  
   110  .list_table .title {
   111  	width: 350pt;
   112  	max-width: 350pt;
   113  }
   114  
   115  .list_table .commit_list {
   116  	width: 500pt;
   117  	max-width: 500pt;
   118  }
   119  
   120  .list_table .tag {
   121  	font-family: monospace;
   122  	font-size: 8pt;
   123  	max-width: 60pt;
   124  }
   125  
   126  .list_table .opts {
   127  	width: 40pt;
   128  	max-width: 40pt;
   129  }
   130  
   131  .list_table .status {
   132  	width: 250pt;
   133  	max-width: 250pt;
   134  }
   135  
   136  .list_table .patched {
   137  	width: 60pt;
   138  	max-width: 60pt;
   139  	text-align: center;
   140  }
   141  
   142  .list_table .kernel {
   143  	width: 80pt;
   144  	max-width: 80pt;
   145  }
   146  
   147  .list_table .maintainers {
   148  	max-width: 300pt;
   149  	white-space: normal;
   150  }
   151  
   152  .list_table .result {
   153  	width: 60pt;
   154  	max-width: 200pt;
   155  }
   156  
   157  .list_table .stat {
   158  	width: 55pt;
   159  	font-family: monospace;
   160  	text-align: right;
   161  }
   162  
   163  .list_table .discussions {
   164  	font-family: monospace;
   165  	text-align: left;
   166  }
   167  
   168  .list_table .bisect_status {
   169  	width: 75pt;
   170  	max-width: 75pt;
   171  	font-family: monospace;
   172  	text-align: right;
   173  }
   174  
   175  .list_table .date {
   176  	width: 60pt;
   177  	max-width: 60pt;
   178  	font-family: monospace;
   179  	text-align: right;
   180  }
   181  
   182  .list_table .stat_name {
   183  	width: 180pt;
   184  	max-width: 180pt;
   185  	font-family: monospace;
   186  }
   187  
   188  .list_table .stat_value {
   189  	width: 200pt;
   190  	max-width: 200pt;
   191  	font-family: monospace;
   192  }
   193  
   194  .list_table .stale_repro {
   195  	text-decoration: line-through;
   196  }
   197  
   198  .list_table .assets {
   199  	white-space: nowrap;
   200  }
   201  
   202  .list_table .assets .no-break {
   203  	display: inline-block;
   204  }
   205  
   206  .list_table .icon {
   207  	font-size: 75%;
   208  }
   209  
   210  .list_table .status-crashed {
   211  	background-color: #FF8674;
   212  }
   213  
   214  .list_table tr:hover .status-crashed {
   215  	background-color: #ffa397;
   216  }
   217  
   218  .list_table .status-ok {
   219  	background-color: lightgreen;
   220  }
   221  
   222  .list_table tr:hover .status-ok {
   223  	background-color: palegreen;
   224  }
   225  
   226  .list_table .status-error {
   227  	background-color: lightgray;
   228  }
   229  
   230  .list_table tr:hover .status-error {
   231  	background-color: gainsboro;
   232  }
   233  
   234  .bug-label {
   235  	background: white;
   236  	border: 1pt solid black;
   237  	display: inline-block;
   238  	padding-left: 2pt;
   239  	padding-right: 2pt;
   240  	margin-left: 4pt;
   241  	font-size: small;
   242  }
   243  
   244  .bug-label a {
   245  	text-decoration: none;
   246  	color: black;
   247  }
   248  
   249  .bad {
   250  	color: #f00;
   251  	font-weight: bold;
   252  }
   253  
   254  .inactive {
   255  	color: #888;
   256  }
   257  
   258  .plain {
   259  	text-decoration: none;
   260  }
   261  
   262  textarea {
   263  	width:100%;
   264  	font-family: monospace;
   265  }
   266  
   267  .mono {
   268  	font-family: monospace;
   269  }
   270  
   271  .info_link {
   272  	color: #25a7db;
   273  	text-decoration: none;
   274  }
   275  
   276  .page {
   277  	position: relative;
   278  	width: 100%;
   279  }
   280  
   281  aside {
   282  	position: absolute;
   283  	top: 0;
   284  	left: 0;
   285  	bottom: 0;
   286  	width: 290px;
   287  	margin-top: 5px;
   288  }
   289  
   290  .panel {
   291  	border: 1px solid #aaa;
   292  	border-radius: 5px;
   293  	margin-bottom: 5px;
   294  	margin-top: 5px;
   295  }
   296  
   297  .panel h1 {
   298  	font-size: 16px;
   299  	margin: 0;
   300  	padding: 2px 8px;
   301  }
   302  
   303  .panel select {
   304  	padding: 5px;
   305  	border: 0;
   306  	width: 100%;
   307  }
   308  
   309  .panel label {
   310  	margin-left: 7px;
   311  }
   312  
   313  .main-content {
   314  	position: absolute;
   315  	top: 0;
   316  	left: 300px;
   317  	right: 5px;
   318  	min-height: 200px;
   319  	overflow: hidden;
   320  }
   321  
   322  .graph_help {
   323  	position: absolute;
   324  	top: 115px;
   325  	left: 10px;
   326  	z-index: 1;
   327  	text-decoration: none;
   328  	font-weight: bold;
   329  	font-size: xx-large;
   330  	color: blue;
   331  }
   332  
   333  #graph_div {
   334  	height: 85vh;
   335  }
   336  
   337  #crash_div {
   338  	align: left;
   339  	width: 90%;
   340  	height: 400px;
   341  	margin: 0 0;
   342  	overflow: scroll;
   343  	border: 1px solid #777;
   344  	padding: 0px;
   345  	background: transparent;
   346  }
   347  
   348  #crash_div pre {
   349  	margin: 1px;
   350  }
   351  
   352  .input-values {
   353  	margin-left: 7px;
   354  	margin-bottom: 7px;
   355  }
   356  
   357  .input-group {
   358  	margin-top: 7px;
   359  	margin-bottom: 7px;
   360  	display: block;
   361  }
   362  
   363  .input-group button {
   364  	width: 20pt;
   365  }
   366  
   367  .fix-candidate-block {
   368  	background: lightgreen;
   369  	padding: 5pt;
   370  }
   371  
   372  .bug-bisection-info {
   373  	float:left;
   374  	margin-right: 15px;
   375  	margin-bottom: 5px;
   376  	padding: 5px;
   377  }
   378  
   379  .bug-bisection-stop {
   380  	clear: both;
   381  	margin-bottom: 10px;
   382  }
   383  
   384  .collapsible {
   385  	border: 1px solid lightgrey;
   386  	margin-bottom: 15px;
   387  }
   388  
   389  .collapsible .content {
   390  	overflow-x: auto;
   391  }
   392  
   393  .collapsible .head {
   394  	max-width: 100%;
   395  	background-color: lightgrey;
   396  	padding: 5pt;
   397  	vertical-align: middle;
   398  	cursor: pointer;
   399  }
   400  
   401  .collapsible-hide .content {
   402  	display: none;
   403  }
   404  
   405  .collapsible-hide .hide-icon {
   406  	display: none;
   407  }
   408  
   409  .collapsible-show .show-icon {
   410  	display: none;
   411  }
   412  
   413  .emergency-stop {
   414  	background-color: yellow;
   415  	padding: 5pt;
   416  	margin-bottom: 5pt;
   417  }
   418  
   419  .emergency-stopped {
   420  	background-color: coral;
   421  	padding: 5pt;
   422  	margin-bottom: 5pt;
   423  }