|
| 1 | +p.hostname { |
| 2 | + color: #000000; |
| 3 | + font-weight: bolder; |
| 4 | + font-size: large; |
| 5 | + margin: auto; |
| 6 | + width: 50%; |
| 7 | + } |
| 8 | + |
| 9 | + #subtable { |
| 10 | + background: #ebebeb; |
| 11 | + margin: 0px; |
| 12 | + width: 100%; |
| 13 | + } |
| 14 | + |
| 15 | + #subtable tbody tr td { |
| 16 | + padding: 5px 5px 5px 5px; |
| 17 | + } |
| 18 | + |
| 19 | + #subtable thead th { |
| 20 | + padding: 5px; |
| 21 | + } |
| 22 | + |
| 23 | + * { |
| 24 | + -moz-box-sizing: border-box; |
| 25 | + -webkit-box-sizing: border-box; |
| 26 | + box-sizing: border-box; |
| 27 | + font-family: "Open Sans", "Helvetica"; |
| 28 | + |
| 29 | + } |
| 30 | + |
| 31 | + a { |
| 32 | + color: #ffffff; |
| 33 | + } |
| 34 | + |
| 35 | + p { |
| 36 | + color: #ffffff; |
| 37 | + } |
| 38 | + h1 { |
| 39 | + text-align: center; |
| 40 | + color: #ffffff; |
| 41 | + } |
| 42 | + |
| 43 | + body { |
| 44 | + background:#353a40; |
| 45 | + padding: 0px; |
| 46 | + margin: 0px; |
| 47 | + font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; |
| 48 | + } |
| 49 | + |
| 50 | + table { |
| 51 | + border-collapse: separate; |
| 52 | + background:#fff; |
| 53 | + @include border-radius(5px); |
| 54 | + @include box-shadow(0px 0px 5px rgba(0,0,0,0.3)); |
| 55 | + } |
| 56 | + |
| 57 | + .main_net_table { |
| 58 | + margin:50px auto; |
| 59 | + } |
| 60 | + |
| 61 | + thead { |
| 62 | + @include border-radius(5px); |
| 63 | + } |
| 64 | + |
| 65 | + thead th { |
| 66 | + font-size:16px; |
| 67 | + font-weight:400; |
| 68 | + color:#fff; |
| 69 | + @include text-shadow(1px 1px 0px rgba(0,0,0,0.5)); |
| 70 | + text-align:left; |
| 71 | + padding:20px; |
| 72 | + border-top:1px solid #858d99; |
| 73 | + background: #353a40; |
| 74 | + |
| 75 | + &:first-child { |
| 76 | + @include border-top-left-radius(5px); |
| 77 | + } |
| 78 | + |
| 79 | + &:last-child { |
| 80 | + @include border-top-right-radius(5px); |
| 81 | + } |
| 82 | + } |
| 83 | + |
| 84 | + tbody tr td { |
| 85 | + font-weight:400; |
| 86 | + color:#5f6062; |
| 87 | + font-size:13px; |
| 88 | + padding:20px 20px 20px 20px; |
| 89 | + border-bottom:1px solid #e0e0e0; |
| 90 | + } |
| 91 | + |
| 92 | + tbody tr:nth-child(2n) { |
| 93 | + background:#f0f3f5; |
| 94 | + } |
| 95 | + |
| 96 | + tbody tr:last-child td { |
| 97 | + border-bottom:none; |
| 98 | + &:first-child { |
| 99 | + @include border-bottom-left-radius(5px); |
| 100 | + } |
| 101 | + &:last-child { |
| 102 | + @include border-bottom-right-radius(5px); |
| 103 | + } |
| 104 | + } |
| 105 | + |
| 106 | + td { |
| 107 | + vertical-align: top; |
| 108 | + } |
| 109 | + |
| 110 | + span.highlight { |
| 111 | + background-color: yellow; |
| 112 | + } |
| 113 | + |
| 114 | + .expandclass { |
| 115 | + color: #5f6062; |
| 116 | + } |
| 117 | + |
| 118 | + .content{ |
| 119 | + display:none; |
| 120 | + margin: 10px; |
| 121 | + } |
| 122 | + |
| 123 | + header { |
| 124 | + width: 100%; |
| 125 | + position: initial; |
| 126 | + float: initial; |
| 127 | + padding: 0; |
| 128 | + margin: 0; |
| 129 | + border-radius: 0; |
| 130 | + height: 88px; |
| 131 | + background-color: #171717; |
| 132 | + } |
| 133 | + |
| 134 | + .header-container { |
| 135 | + margin: 0 auto; |
| 136 | + width: 100%; |
| 137 | + height: 100%; |
| 138 | + max-width: 1170px; |
| 139 | + padding: 0; |
| 140 | + float: initial; |
| 141 | + display: flex; |
| 142 | + align-items: center; |
| 143 | + } |
| 144 | + |
| 145 | + .header-logo { |
| 146 | + width: 137px; |
| 147 | + border: 0; |
| 148 | + margin: 0; |
| 149 | + margin-left: 15px; |
| 150 | + } |
| 151 | + |
| 152 | + .header-link { |
| 153 | + margin-left: 40px; |
| 154 | + text-decoration: none; |
| 155 | + cursor: pointer; |
| 156 | + text-transform: uppercase; |
| 157 | + font-size: 15px; |
| 158 | + font-family: 'Red Hat Text'; |
| 159 | + font-weight: 500; |
| 160 | + } |
| 161 | + |
| 162 | + .header-link:hover { |
| 163 | + text-shadow: 0 0 0.02px white; |
| 164 | + text-decoration: none; |
| 165 | + } |
| 166 | + |
| 167 | + table.net_info td { |
| 168 | + padding: 5px; |
| 169 | +} |
| 170 | + |
| 171 | +p.expandclass:hover { |
| 172 | + text-decoration: underline; |
| 173 | + color: #EE0000; |
| 174 | + cursor: pointer; |
| 175 | +} |
| 176 | + |
| 177 | +.summary_info { |
| 178 | +} |
| 179 | + |
| 180 | +.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover { |
| 181 | + border: 1px solid #5F0000; |
| 182 | + background: #EE0000; |
| 183 | +} |
| 184 | + |
| 185 | +div#net_content { |
| 186 | + padding: 0px; |
| 187 | + height: auto !important; |
| 188 | +} |
| 189 | + |
| 190 | +img.router_image { |
| 191 | + vertical-align: middle; |
| 192 | + padding: 0px 10px 10px 10px; |
| 193 | + width: 50px; |
| 194 | +} |
| 195 | + |
| 196 | +table.net_info { |
| 197 | + width: 100%; |
| 198 | +} |
| 199 | + |
| 200 | +p.internal_label { |
| 201 | + color: #000000; |
| 202 | +} |
0 commit comments