|
| 1 | +/*[fmt]1C20-1C0D-E*/ |
| 2 | +/* |
| 3 | +* Licensed to the Apache Software Foundation (ASF) under one |
| 4 | +* or more contributor license agreements. See the NOTICE file |
| 5 | +* distributed with this work for additional information |
| 6 | +* regarding copyright ownership. The ASF licenses this file |
| 7 | +* to you under the Apache License, Version 2.0 (the |
| 8 | +* "License"); you may not use this file except in compliance |
| 9 | +* with the License. You may obtain a copy of the License at |
| 10 | +* |
| 11 | +* http://www.apache.org/licenses/LICENSE-2.0 |
| 12 | +* |
| 13 | +* Unless required by applicable law or agreed to in writing, |
| 14 | +* software distributed under the License is distributed on an |
| 15 | +* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| 16 | +* KIND, either express or implied. See the License for the |
| 17 | +* specific language governing permissions and limitations |
| 18 | +* under the License. |
| 19 | +*/ |
| 20 | +.vpc-network-chart { |
| 21 | +} |
| 22 | + |
| 23 | +.vpc-network-chart .tiers { |
| 24 | +} |
| 25 | + |
| 26 | +.vpc-network-chart .tier-item { |
| 27 | + border: 1px solid #477FB4; |
| 28 | + overflow: hidden; |
| 29 | + width: 326px; |
| 30 | + height: 182px; |
| 31 | + margin: 18px; |
| 32 | + /*+border-radius:4px;*/ |
| 33 | + -moz-border-radius: 4px; |
| 34 | + -webkit-border-radius: 4px; |
| 35 | + -khtml-border-radius: 4px; |
| 36 | + border-radius: 4px; |
| 37 | + background: #8DB1D3; |
| 38 | +} |
| 39 | + |
| 40 | +.vpc-network-chart .tier-item .header { |
| 41 | + padding: 7px 0 6px; |
| 42 | + /*+box-shadow:inset 0px 1px 1px #FFFFFF;*/ |
| 43 | + -moz-box-shadow: inset 0px 1px 1px #FFFFFF; |
| 44 | + -webkit-box-shadow: inset 0px 1px 1px #FFFFFF; |
| 45 | + -o-box-shadow: inset 0px 1px 1px #FFFFFF; |
| 46 | + box-shadow: inset 0px 1px 1px #FFFFFF; |
| 47 | + background: #69839D; |
| 48 | + border-bottom: 1px solid #40639E; |
| 49 | +} |
| 50 | + |
| 51 | +.vpc-network-chart .tier-item .header .title { |
| 52 | + margin-left: 9px; |
| 53 | + max-width: 268px; |
| 54 | + overflow: hidden; |
| 55 | +} |
| 56 | + |
| 57 | +.vpc-network-chart .tier-item .header .title span { |
| 58 | + font-size: 20px; |
| 59 | + color: #FFFFFF; |
| 60 | + /*+text-shadow:0px 1px 1px #000000;*/ |
| 61 | + -moz-text-shadow: 0px 1px 1px #000000; |
| 62 | + -webkit-text-shadow: 0px 1px 1px #000000; |
| 63 | + -o-text-shadow: 0px 1px 1px #000000; |
| 64 | + text-shadow: 0px 1px 1px #000000; |
| 65 | +} |
| 66 | + |
| 67 | +.vpc-network-chart .tier-item .content { |
| 68 | + width: 100%; |
| 69 | + height: 83%; |
| 70 | + /*+box-shadow:inset 0px 1px 1px #FFFFFF;*/ |
| 71 | + -moz-box-shadow: inset 0px 1px 1px #FFFFFF; |
| 72 | + -webkit-box-shadow: inset 0px 1px 1px #FFFFFF; |
| 73 | + -o-box-shadow: inset 0px 1px 1px #FFFFFF; |
| 74 | + box-shadow: inset 0px 1px 1px #FFFFFF; |
| 75 | + border-bottom: 1px solid #8DB1D3; |
| 76 | +} |
| 77 | + |
| 78 | +.vpc-network-chart .tier-item .content .dashboard { |
| 79 | + height: 117px; |
| 80 | +} |
| 81 | + |
| 82 | +.vpc-network-chart .tier-item .content .info { |
| 83 | + padding: 7px 0 10px 9px; |
| 84 | +} |
| 85 | + |
| 86 | +.vpc-network-chart .tier-item .content .info .cidr-label { |
| 87 | + font-size: 10px; |
| 88 | + color: #1860A7; |
| 89 | +} |
| 90 | + |
| 91 | +.vpc-network-chart .tier-item .content .info .cidr { |
| 92 | + color: #364553; |
| 93 | + font-size: 10px; |
| 94 | + /*+text-shadow:0px 1px #C7D8E9;*/ |
| 95 | + -moz-text-shadow: 0px 1px #C7D8E9; |
| 96 | + -webkit-text-shadow: 0px 1px #C7D8E9; |
| 97 | + -o-text-shadow: 0px 1px #C7D8E9; |
| 98 | + text-shadow: 0px 1px #C7D8E9; |
| 99 | +} |
| 100 | + |
0 commit comments