Adrià Vilanova MartÃnez | f19ea43 | 2024-01-23 20:20:52 +0100 | [diff] [blame] | 1 | /* Copyright 2016 The Chromium Authors |
| 2 | * Use of this source code is governed by a BSD-style license that can be |
| 3 | * found in the LICENSE file. |
Copybara | 854996b | 2021-09-07 19:36:02 +0000 | [diff] [blame] | 4 | */ |
| 5 | |
| 6 | .popup { |
| 7 | display: none; |
| 8 | background: var(--chops-white); |
| 9 | border: 2px solid #bbb; |
| 10 | border-width: 0 2px 2px 1px; |
| 11 | position: absolute; |
| 12 | padding: 2px; |
| 13 | } |
| 14 | |
| 15 | .popup a { text-decoration: none; cursor: pointer; } |
| 16 | .popup td, .popup th { |
| 17 | font-size: 90%; |
| 18 | font-weight: normal; |
| 19 | text-align: left; |
| 20 | cursor: pointer; |
| 21 | } |
| 22 | .popup td { color: var(--chops-link-color); padding: 2px; } |
| 23 | .popup tr:hover { background: #f9edbe; } |
| 24 | .subpopup { border-width: 1px 2px 2px 1px; } |
| 25 | |
| 26 | .group_row td { |
| 27 | background: var(--chops-table-header-bg); |
| 28 | cursor: pointer; |
| 29 | } |
| 30 | |
| 31 | div.gridtile td.id { |
| 32 | width: 5em; |
| 33 | text-align: left; |
| 34 | } |
| 35 | |
| 36 | div.gridtile { |
| 37 | border: 2px solid #f1f1f1; |
| 38 | border-radius: 6px; |
| 39 | padding: 1px; |
| 40 | background: var(--chops-white); |
| 41 | } |
| 42 | |
| 43 | tr.grid td { |
| 44 | border-right: var(--chops-table-divider); |
| 45 | } |
| 46 | |
| 47 | .results .grid th { |
| 48 | border-top: 1px solid var(--chops-white); |
| 49 | } |
| 50 | |
| 51 | tr.grid .idcount { |
| 52 | text-align: left; |
| 53 | } |
| 54 | |
| 55 | .results th a.dotdotdot { |
| 56 | text-decoration: none; |
| 57 | margin-right: 0; |
| 58 | padding-right: 0; |
| 59 | } |
| 60 | |
| 61 | tr.grid .idcount a, .results .id a { |
| 62 | color: var(--chops-link-color); |
| 63 | } |
| 64 | |
| 65 | tr.grid .idcount a { |
| 66 | margin-right: 0.6em; |
| 67 | } |
| 68 | |
| 69 | div.gridtile { |
| 70 | width: 10em; |
| 71 | float: left; |
| 72 | margin: 2px; |
| 73 | } |
| 74 | |
| 75 | div.gridtile table, div.projecttile table { |
| 76 | width: 100%; |
| 77 | table-layout: fixed; |
| 78 | } |
| 79 | |
| 80 | div.gridtile td, div.projecttile td { |
| 81 | border: 0; |
| 82 | padding: 2px; |
| 83 | overflow: hidden; |
| 84 | } |
| 85 | |
| 86 | div.gridtile td div { |
| 87 | height: 5.5ex; |
| 88 | font-size: 90%; |
| 89 | line-height: 100%; |
| 90 | } |
| 91 | |
| 92 | div.gridtile td.status { |
| 93 | font-size: 90%; |
| 94 | text-align: right; |
| 95 | width: 70%; |
| 96 | } |
| 97 | |
| 98 | div.projecttile { |
| 99 | width: 14em; |
| 100 | height: 90px; |
| 101 | margin: 0 1em 2em 1em; |
| 102 | float: left; |
| 103 | padding: 1px; |
| 104 | border: 2px solid #c3d9ff; |
| 105 | border-radius: 6px; |
| 106 | } |
| 107 | |
| 108 | div.projecttile:hover { |
| 109 | background: #f1f1f1; |
| 110 | } |
| 111 | |
| 112 | |
| 113 | .hide_col_0 .col_0, .hide_col_1 .col_1, .hide_col_2 .col_2, .hide_col_3 .col_3, |
| 114 | .hide_col_4 .col_4, .hide_col_5 .col_5, .hide_col_6 .col_6, |
| 115 | .hide_col_7 .col_7, .hide_col_8 .col_8, .hide_col_9 .col_9, |
| 116 | .hide_col_10 .col_10, .hide_col_11 .col_11, .hide_col_12 .col_12, |
| 117 | .hide_col_13 .col_13, .hide_col_14 .col_14, .hide_col_15 .col_15, |
| 118 | .hide_col_16 .col_16, .hide_col_17 .col_17, .hide_col_18 .col_18, |
| 119 | .hide_col_19 .col_19, .hide_col_20 .col_20 { display: none; } |
| 120 | |
| 121 | .hide_col_0 .popup span.col_0, .hide_col_1 .popup span.col_1, |
| 122 | .hide_col_2 .popup span.col_2, .hide_col_3 .popup span.col_3, |
| 123 | .hide_col_4 .popup span.col_4, .hide_col_4 .popup span.col_4, |
| 124 | .hide_col_5 .popup span.col_5, .hide_col_6 .popup span.col_6, |
| 125 | .hide_col_7 .popup span.col_7, .hide_col_8 .popup span.col_8, |
| 126 | .hide_col_9 .popup span.col_9, .hide_col_10 .popup span.col_10, |
| 127 | .hide_col_11 .popup span.col_11, .hide_col_12 .popup span.col_12, |
| 128 | .hide_col_13 .popup span.col_13, .hide_col_14 .popup span.col_14, |
| 129 | .hide_col_14 .popup span.col_14, .hide_col_15 .popup span.col_15, |
| 130 | .hide_col_16 .popup span.col_16, .hide_col_17 .popup span.col_17, |
| 131 | .hide_col_18 .popup span.col_18, .hide_col_19 .popup span.col_19, |
| 132 | .hide_col_20 .popup span.col_20 { display: inline; color: var(--chops-white); } |
| 133 | |
| 134 | .hide_col_0 .popup tr:hover span.col_0, |
| 135 | .hide_col_1 .popup tr:hover span.col_1, |
| 136 | .hide_col_2 .popup tr:hover span.col_2, |
| 137 | .hide_col_3 .popup tr:hover span.col_3, |
| 138 | .hide_col_4 .popup tr:hover span.col_4, |
| 139 | .hide_col_5 .popup tr:hover span.col_5, |
| 140 | .hide_col_6 .popup tr:hover span.col_6, |
| 141 | .hide_col_7 .popup tr:hover span.col_7, |
| 142 | .hide_col_8 .popup tr:hover span.col_8, |
| 143 | .hide_col_9 .popup tr:hover span.col_9, |
| 144 | .hide_col_10 .popup tr:hover span.col_10, |
| 145 | .hide_col_11 .popup tr:hover span.col_11, |
| 146 | .hide_col_12 .popup tr:hover span.col_12, |
| 147 | .hide_col_13 .popup tr:hover span.col_13, |
| 148 | .hide_col_14 .popup tr:hover span.col_14, |
| 149 | .hide_col_15 .popup tr:hover span.col_15, |
| 150 | .hide_col_16 .popup tr:hover span.col_16, |
| 151 | .hide_col_17 .popup tr:hover span.col_17, |
| 152 | .hide_col_18 .popup tr:hover span.col_18, |
| 153 | .hide_col_19 .popup tr:hover span.col_19, |
| 154 | .hide_col_20 .popup tr:hover span.col_20 { color: var(--chops-white); } |
| 155 | |
| 156 | |
| 157 | .table_title { |
| 158 | font-weight: bold; |
| 159 | } |
| 160 | |
| 161 | .contentarea { |
| 162 | position: relative; |
| 163 | margin-bottom: 1em; |
| 164 | } |
| 165 | |
| 166 | #resultstable td { |
| 167 | padding-right: 1em; |
| 168 | } |
| 169 | |
| 170 | .labels a:link { color: #080; } |
| 171 | .labels a:visited { color: #080; } |
| 172 | .labels a:active { color: #f00; } |
| 173 | .name { margin-top: 2ex; font-size: 120%; } |
| 174 | |
| 175 | .results tr td a.directlink { visibility: hidden; } |
| 176 | .results tr:hover td a.directlink { |
| 177 | visibility: visible; |
| 178 | color: grey; |
| 179 | } |
| 180 | |
| 181 | .results .id { text-align: right; } |
| 182 | #resultstable .id { text-align: right; } |
| 183 | #projecttable .id { text-align: left; } |
| 184 | #starredtable .id { text-align: left; } |
| 185 | #archivedtable .id { text-align: left; } |
| 186 | #usergrouptable .id { text-align: left; } |