|
| 1 | +/* |
| 2 | + * Licensed to the Apache Software Foundation (ASF) under one |
| 3 | + * or more contributor license agreements. See the NOTICE file |
| 4 | + * distributed with this work for additional information |
| 5 | + * regarding copyright ownership. The ASF licenses this file |
| 6 | + * to you under the Apache License, Version 2.0 (the |
| 7 | + * "License"); you may not use this file except in compliance |
| 8 | + * with the License. You may obtain a copy of the License at |
| 9 | + * |
| 10 | + * http://www.apache.org/licenses/LICENSE-2.0 |
| 11 | + * |
| 12 | + * Unless required by applicable law or agreed to in writing, |
| 13 | + * software distributed under the License is distributed on an |
| 14 | + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| 15 | + * KIND, either express or implied. See the License for the |
| 16 | + * specific language governing permissions and limitations |
| 17 | + * under the License. |
| 18 | + */ |
| 19 | + |
| 20 | +body { |
| 21 | + padding-top: 61px; |
| 22 | +} |
| 23 | + |
| 24 | +.hide { |
| 25 | + display: none; |
| 26 | +} |
| 27 | + |
| 28 | +:target { |
| 29 | + padding-top: 61px; |
| 30 | + margin-top: -61px; |
| 31 | +} |
| 32 | + |
| 33 | +.alert-grey { |
| 34 | + color: #7d7d7d; |
| 35 | + background-color: #f8f8f8; |
| 36 | +} |
| 37 | + |
| 38 | +#logo { |
| 39 | + height: 61px; |
| 40 | + padding: 5px; |
| 41 | +} |
| 42 | + |
| 43 | +#explore { |
| 44 | + padding-top: 20px; |
| 45 | +} |
| 46 | + |
| 47 | +#githubURL { |
| 48 | + background: url("/img/GitHub-Mark-32px.png") no-repeat scroll 7px 4px; |
| 49 | + background-size: 25px 25px; |
| 50 | + padding-left: 45px; |
| 51 | +} |
| 52 | + |
| 53 | +#githubLogo { |
| 54 | + margin-right: 5px; |
| 55 | +} |
| 56 | + |
| 57 | +#dockerLogo { |
| 58 | + height: 75px; |
| 59 | + margin-left: 10px; |
| 60 | +} |
| 61 | + |
| 62 | +.logos { |
| 63 | + margin-top: 1em; |
| 64 | +} |
| 65 | + |
| 66 | +.logos img { |
| 67 | + height: 3em; |
| 68 | + align: top; |
| 69 | + margin-left: 1em; |
| 70 | + margin-right: 1em; |
| 71 | +} |
| 72 | + |
| 73 | +.graphControl { |
| 74 | + position: absolute; |
| 75 | + top: 10px; |
| 76 | + right: 25px; |
| 77 | + cursor: pointer; |
| 78 | + font-size: 25px; |
| 79 | + opacity: 0.333; |
| 80 | +} |
| 81 | + |
| 82 | +.graphControl:hover { |
| 83 | + opacity: 1; |
| 84 | +} |
| 85 | + |
| 86 | +#fullscreen-close { |
| 87 | + top: 25px; |
| 88 | +} |
| 89 | + |
| 90 | +#selectChildren, #selectParents { |
| 91 | + top: 8px; |
| 92 | + width: 30px; |
| 93 | + height: 35px; |
| 94 | +} |
| 95 | + |
| 96 | +#selectChildren { |
| 97 | + left: 25px; |
| 98 | +} |
| 99 | + |
| 100 | +#selectParents { |
| 101 | + left: 62px; |
| 102 | + height: 32px; |
| 103 | + width: 50px; |
| 104 | +} |
| 105 | + |
| 106 | +#fullScreenGraphModal .modal-dialog { |
| 107 | + width: 98%; |
| 108 | + height: 92%; |
| 109 | + padding: 0; |
| 110 | +} |
| 111 | + |
| 112 | +#fullScreenGraphModal .modal-body { |
| 113 | + width: 100%; |
| 114 | + height: 100%; |
| 115 | +} |
| 116 | + |
| 117 | +#fullScreenGraphModal .modal-content { |
| 118 | + height: 99%; |
| 119 | +} |
| 120 | + |
| 121 | +#graphFullscreen { |
| 122 | + background-color: #eeeeee; |
| 123 | + width: 100%; |
| 124 | + height: 90%; |
| 125 | +} |
| 126 | + |
| 127 | +#graph-menu { |
| 128 | + margin-bottom: 5px; |
| 129 | +} |
| 130 | + |
| 131 | +.icon-view { |
| 132 | + font-size: 20px; |
| 133 | +} |
| 134 | + |
| 135 | +.workflow-thumb { |
| 136 | + width:100%; |
| 137 | + max-height:300px; |
| 138 | +} |
| 139 | + |
| 140 | +#visualisation { |
| 141 | + overflow: hidden; |
| 142 | + padding: 0; |
| 143 | + height: 500px; |
| 144 | +} |
| 145 | + |
| 146 | +@media (max-width: 767px) { |
| 147 | + #visualisation { |
| 148 | + height: 300px; |
| 149 | + } |
| 150 | +} |
| 151 | + |
| 152 | +#graph { |
| 153 | + width: 100%; |
| 154 | + height: 100%; |
| 155 | +} |
| 156 | + |
| 157 | +#graph svg text { |
| 158 | + cursor: default; |
| 159 | + -webkit-user-select: none; |
| 160 | + -moz-user-select: none; |
| 161 | + -ms-user-select: none; |
| 162 | + user-select: none; |
| 163 | +} |
| 164 | + |
| 165 | +#graph svg text::selection { |
| 166 | + background: none; |
| 167 | +} |
| 168 | + |
| 169 | +#download-gv { |
| 170 | + margin-bottom: 5px; |
| 171 | +} |
| 172 | + |
| 173 | +#dot { |
| 174 | + margin-top: 5px; |
| 175 | + margin-bottom: 10px; |
| 176 | +} |
| 177 | + |
| 178 | +#modalTitle { |
| 179 | + margin-top: 0; |
| 180 | +} |
| 181 | + |
| 182 | +.notFound { |
| 183 | + color: #c30000; |
| 184 | +} |
| 185 | + |
| 186 | +tr.selected, .table-hover tbody tr.selected:hover td, .table-hover tbody tr.selected:hover th { |
| 187 | + background-color: #b9ffbb !important; |
| 188 | +} |
| 189 | + |
| 190 | +tr.hover, .table-hover tbody tr:hover td, .table-hover tbody tr:hover th { |
| 191 | + background-color: #c9ffcb !important; |
| 192 | +} |
| 193 | + |
| 194 | +polygon.selected, polygon.hover.selected { |
| 195 | + fill: #b9ffbb; |
| 196 | +} |
| 197 | + |
| 198 | +polygon.hover { |
| 199 | + fill: #c9ffcb; |
| 200 | +} |
| 201 | + |
| 202 | +#footer { |
| 203 | + text-align: center; |
| 204 | + font-style: italic; |
| 205 | + margin-bottom: 30px; |
| 206 | +} |
0 commit comments