blob: e0d68f265001cb8fa0e682f9ba9ca72782a437fe [file] [log] [blame]
/*
* Copyright 2017-present Open Networking Laboratory
*
* 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.
*/
/* ------------------------------------------------- */
/* Sprite Layer */
#ov-topo svg #topo-sprites .gold1 use {
stroke: #fda;
fill: none;
}
#ov-topo svg #topo-sprites .gold1 text {
fill: #eda;
}
#ov-topo svg #topo-sprites .blue1 use {
stroke: #bbd;
fill: none;
}
#ov-topo svg #topo-sprites .blue1 text {
fill: #cce;
}
#ov-topo svg #topo-sprites .gray1 use {
stroke: #ccc;
fill: none;
}
#ov-topo svg #topo-sprites .gray1 text {
fill: #ddd;
}
/* fills */
#ov-topo svg #topo-sprites use.fill-gray2 {
fill: #eee;
}
#ov-topo svg #topo-sprites use.fill-blue2 {
fill: #bce;
}
/* ========== DARK Theme ========== */
.dark #ov-topo svg #topo-sprites .gold1 use {
stroke: #541;
fill: none;
}
.dark #ov-topo svg #topo-sprites .gold1 text {
fill: #543;
}
.dark #ov-topo svg #topo-sprites .blue1 use {
stroke: #445;
fill: none;
}
.dark #ov-topo svg #topo-sprites .blue1 text {
fill: #446;
}
.dark #ov-topo svg #topo-sprites .gray1 use {
stroke: #333;
fill: none;
}
.dark #ov-topo svg #topo-sprites .gray1 text {
fill: #444;
}
/* fills */
.dark #ov-topo svg #topo-sprites use.fill-gray2 {
fill: #444;
}
.dark #ov-topo svg #topo-sprites use.fill-blue2 {
fill: #447;
}