golang.org/x/build@v0.0.0-20240506185731-218518f32b70/cmd/coordinator/style.css (about) 1 /** 2 * Copyright 2022 The Go Authors. All rights reserved. 3 * Use of this source code is governed by a BSD-style 4 * license that can be found in the LICENSE file. 5 */ 6 * { 7 box-sizing: border-box; 8 } 9 body { 10 color: #222; 11 font-family: sans-serif; 12 margin: 0; 13 } 14 h1, 15 h2, 16 h1 > a, 17 h2 > a, 18 h1 > a:visited, 19 h2 > a:visited { 20 color: #375eab; 21 } 22 h1 { 23 font-size: 24px; 24 } 25 h2 { 26 font-size: 20px; 27 } 28 h1 > a, 29 h2 > a { 30 display: none; 31 text-decoration: none; 32 } 33 h1:hover > a, 34 h2:hover > a { 35 display: inline; 36 } 37 h1 > a:hover, 38 h2 > a:hover { 39 text-decoration: underline; 40 } 41 pre { 42 font-family: monospace; 43 font-size: 9pt; 44 } 45 header { 46 background: #e0ebf5; 47 padding: 10px; 48 } 49 header h1 { 50 display: inline; 51 margin: 0; 52 padding-top: 5px; 53 } 54 header h1 a { 55 display: initial; 56 } 57 header nav { 58 display: inline-block; 59 margin-left: 20px; 60 } 61 header nav ul { 62 list-style: none; 63 margin: 0; 64 padding: 0; 65 } 66 header nav ul li { 67 display: inline-block; 68 } 69 header nav a { 70 background: #375eab; 71 border: 1px solid #375eab; 72 border-radius: 5px; 73 color: white; 74 display: inline-block; 75 font-size: 16px; 76 margin: 0; 77 margin-right: 5px; 78 padding: 10px; 79 text-decoration: none; 80 } 81 div.page { 82 padding: 10px; 83 } 84 table { 85 border-collapse: collapse; 86 font-size: 9pt; 87 } 88 table td, 89 table th, 90 table td, 91 table th { 92 padding: 2px 6px; 93 text-align: left; 94 vertical-align: top; 95 } 96 table thead tr { 97 background: #fff !important; 98 } 99 .Dashboard { 100 margin: 0; 101 padding: 0; 102 } 103 .Dashboard-topbar { 104 margin: 0; 105 padding: 0.625rem; 106 } 107 table.Build tbody tr:nth-child(even) { 108 background-color: #f4f4f4; 109 } 110 table.Build tbody tr.commit:hover { 111 background-color: #ff9; 112 } 113 .ShortHash { 114 display: inline-block; 115 font-family: monospace; 116 overflow: hidden; 117 text-overflow: clip; 118 width: 3.2rem; 119 } 120 .Dashboard-packageName { 121 background: #e0ebf5; 122 padding: 0.125rem 0.3125rem; 123 } 124 .Dashboard-controls { 125 padding: 0.5rem; 126 } 127 .Build-scrollTable { 128 overflow-x: auto; 129 } 130 .Build-descriptionColumn, 131 .Build-osColumn { 132 border-right: 0.0625rem solid #ccc; 133 } 134 .Build-resultArch { 135 max-width: 2rem; 136 overflow: hidden; 137 text-overflow: clip; 138 whitespace: nowrap; 139 } 140 .Build-user { 141 font-size: 0.8125rem; 142 max-width: 3.4rem; 143 overflow: hidden; 144 text-overflow: ellipsis; 145 white-space: nowrap; 146 } 147 .Build-commitTime { 148 color: #4e4e4e; 149 font-size: 0.8125rem; 150 white-space: nowrap; 151 } 152 .Build-desc { 153 font-size: 0.8125rem; 154 max-width: 8.875rem; 155 overflow: hidden; 156 text-overflow: ellipsis; 157 white-space: nowrap; 158 } 159 .Build-builderOSRow th { 160 font-size: 0.8125rem; 161 text-align: center; 162 } 163 .Build-builderArchRow th, 164 .Build-builderTagRow th { 165 font-size: 0.625rem; 166 font-weight: normal; 167 text-align: center; 168 white-space: nowrap; 169 } 170 .Build-result { 171 text-align: center; 172 } 173 .Build-resultOK { 174 font-size: 0.6875rem; 175 color: #000; 176 text-decoration: none; 177 } 178 .Build-resultFail { 179 color: #C00; 180 } 181 .Build-resultNoise { 182 text-decoration: none; 183 color: #888; 184 } 185 .QueueStats-body { 186 background-color: #f8f8f8; 187 } 188 .QueueStats { 189 display: flex; 190 flex-wrap: wrap; 191 justify-content: space-around; 192 } 193 .QueueStats-queueTable { 194 width: 100%; 195 } 196 .QueueStats-queueTableRow:nth-of-type(even) { 197 background-color: #f8f8f8; 198 } 199 .QueueStats-queue { 200 background-color: #fff; 201 border: 0.0625rem solid #d6d6d6; 202 border-radius: 0.1875rem; 203 margin: 1rem; 204 padding: 0.125rem; 205 width: 44rem; 206 } 207 .QueueStats-queueTableCaption { 208 display: flex; 209 justify-content: space-between; 210 } 211 .QueueStats-captionTitle { 212 flex-grow: 2; 213 } 214 .QueueStats-captionCol, 215 .QueueStats-capacities { 216 width: 10rem; 217 } 218 .QueueStats-capacities { 219 display: flex; 220 justify-content: end; 221 } 222 .QueueStats-capacityDefinition { 223 margin: 0 0.25rem; 224 }