diff options
Diffstat (limited to 'web/css/default.css')
| -rw-r--r-- | web/css/default.css | 148 |
1 files changed, 0 insertions, 148 deletions
diff --git a/web/css/default.css b/web/css/default.css deleted file mode 100644 index 166f4dc..0000000 --- a/web/css/default.css +++ /dev/null @@ -1,148 +0,0 @@ -/* -Copyright 2018 ThousandEyes Inc. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - -html { - position: relative; - padding-top: 60px; -} -body { - height: 100%; -} - -footer { - position: fixed; - bottom: 0; - width: 100%; - background-color: #f5f5f5; -} - -.info { - font-size: small; - font-style: italic; -} - -div.figure { - text-align: center; -} - -div.figure p { - margin-top: 6px; -} - -div.figure a{ - border: none; -} - -.soft, .caption { - font-style: italic; - color: #555; -} - -a { - color: inherit; - text-decoration: none; -} - -#content a { - border-bottom-width: 1px; - border-bottom-style: solid; - border-bottom-color: #a3becc; -} - -div.about-section-image a { - border: none; -} - -a:hover { - color:#bf0000; -} - -.homelink { - border: none; -} - -body > .container { - padding: 30px 15px 0; -} -.container .text-muted { - margin: 20px 0; -} - -code { - font-size: 80%; -} - -.vertical-align { - display: flex; - align-items: center; -} - -.about-section-text-left p { - text-align:right; -} - -.comments { - font-size:small; -} - -.nav { - font-size:small; -} - -.navbar-brand { - padding: 0px 0px 0px; -} - -.header-title { - letter-spacing: .1em; -} - -.params-label { - min-width: 100px; -} - -.params-container { - margin-top: 10px; -} - -.btn-primary { - color: #fff; - background-color: #ef5e21; - border-color: #ef5e21; -} - -.btn-primary:hover { - background-color: white; - color: black; - border-color: #ef5e21; -} - -.main-container { - margin-bottom: 80px; -} - -.event-log .card-body { - padding: 0; -} - -.navbar { - background-color: #002b3b; -} - -.text-primary-custom { - color: #002b3b; -} - |
