|
| 1 | +.tooltip-primary .tooltip-inner { |
| 2 | + background-color: #337ab7; |
| 3 | + color: #fff; |
| 4 | +} |
| 5 | + |
| 6 | +.tooltip-primary.top .tooltip-arrow { |
| 7 | + border-top-color: #337ab7; |
| 8 | +} |
| 9 | + |
| 10 | +.tooltip-primary.right .tooltip-arrow { |
| 11 | + border-right-color: #337ab7; |
| 12 | +} |
| 13 | + |
| 14 | +.tooltip-primary.left .tooltip-arrow { |
| 15 | + border-left-color: #337ab7; |
| 16 | +} |
| 17 | + |
| 18 | +.tooltip-primary.bottom .tooltip-arrow { |
| 19 | + border-bottom-color: #337ab7; |
| 20 | +} |
| 21 | + |
| 22 | +.tooltip-success .tooltip-inner { |
| 23 | + background-color: #5cb85c; |
| 24 | + color: #fff; |
| 25 | +} |
| 26 | + |
| 27 | +.tooltip-success.top .tooltip-arrow { |
| 28 | + border-top-color: #5cb85c; |
| 29 | +} |
| 30 | + |
| 31 | +.tooltip-success.right .tooltip-arrow { |
| 32 | + border-right-color: #5cb85c; |
| 33 | +} |
| 34 | + |
| 35 | +.tooltip-success.left .tooltip-arrow { |
| 36 | + border-left-color: #5cb85c; |
| 37 | +} |
| 38 | + |
| 39 | +.tooltip-success.bottom .tooltip-arrow { |
| 40 | + border-bottom-color: #5cb85c; |
| 41 | +} |
| 42 | + |
| 43 | +.tooltip-info .tooltip-inner { |
| 44 | + background-color: #5bc0de; |
| 45 | + color: #fff; |
| 46 | +} |
| 47 | + |
| 48 | +.tooltip-info.top .tooltip-arrow { |
| 49 | + border-top-color: #5bc0de; |
| 50 | +} |
| 51 | + |
| 52 | +.tooltip-info.right .tooltip-arrow { |
| 53 | + border-right-color: #5bc0de; |
| 54 | +} |
| 55 | + |
| 56 | +.tooltip-info.left .tooltip-arrow { |
| 57 | + border-left-color: #5bc0de; |
| 58 | +} |
| 59 | + |
| 60 | +.tooltip-info.bottom .tooltip-arrow { |
| 61 | + border-bottom-color: #5bc0de; |
| 62 | +} |
| 63 | + |
| 64 | +.tooltip-warning .tooltip-inner { |
| 65 | + background-color: #f0ad4e; |
| 66 | + color: #fff; |
| 67 | +} |
| 68 | + |
| 69 | +.tooltip-warning.top .tooltip-arrow { |
| 70 | + border-top-color: #f0ad4e; |
| 71 | +} |
| 72 | + |
| 73 | +.tooltip-warning.right .tooltip-arrow { |
| 74 | + border-right-color: #f0ad4e; |
| 75 | +} |
| 76 | + |
| 77 | +.tooltip-warning.left .tooltip-arrow { |
| 78 | + border-left-color: #f0ad4e; |
| 79 | +} |
| 80 | + |
| 81 | +.tooltip-warning.bottom .tooltip-arrow { |
| 82 | + border-bottom-color: #f0ad4e; |
| 83 | +} |
| 84 | + |
| 85 | +.tooltip-danger .tooltip-inner { |
| 86 | + background-color: #d9534f; |
| 87 | + color: #fff; |
| 88 | +} |
| 89 | + |
| 90 | +.tooltip-danger.top .tooltip-arrow { |
| 91 | + border-top-color: #d9534f; |
| 92 | +} |
| 93 | + |
| 94 | +.tooltip-danger.right .tooltip-arrow { |
| 95 | + border-right-color: #d9534f; |
| 96 | +} |
| 97 | + |
| 98 | +.tooltip-danger.left .tooltip-arrow { |
| 99 | + border-left-color: #d9534f; |
| 100 | +} |
| 101 | + |
| 102 | +.tooltip-danger.bottom .tooltip-arrow { |
| 103 | + border-bottom-color: #d9534f; |
| 104 | +} |
| 105 | + |
| 106 | +.tooltip-custom .tooltip-inner { |
| 107 | + background-color: #f2653c; |
| 108 | + color: #ffffff; |
| 109 | +} |
| 110 | + |
| 111 | +.tooltip-custom.top .tooltip-arrow { |
| 112 | + border-top-color: #f2653c; |
| 113 | +} |
| 114 | + |
| 115 | +.tooltip-custom.right .tooltip-arrow { |
| 116 | + border-right-color: #f2653c; |
| 117 | +} |
| 118 | + |
| 119 | +.tooltip-custom.left .tooltip-arrow { |
| 120 | + border-left-color: #f2653c; |
| 121 | +} |
| 122 | + |
| 123 | +.tooltip-custom.bottom .tooltip-arrow { |
| 124 | + border-bottom-color: #f2653c; |
| 125 | +} |
| 126 | + |
| 127 | +.tooltip-custom-alt .tooltip-inner { |
| 128 | + background-color: #5b2da3; |
| 129 | + color: #ffffff; |
| 130 | +} |
| 131 | + |
| 132 | +.tooltip-custom-alt.top .tooltip-arrow { |
| 133 | + border-top-color: #5b2da3; |
| 134 | +} |
| 135 | + |
| 136 | +.tooltip-custom-alt.right .tooltip-arrow { |
| 137 | + border-right-color: #5b2da3; |
| 138 | +} |
| 139 | + |
| 140 | +.tooltip-custom-alt.left .tooltip-arrow { |
| 141 | + border-left-color: #5b2da3; |
| 142 | +} |
| 143 | + |
| 144 | +.tooltip-custom-alt.bottom .tooltip-arrow { |
| 145 | + border-bottom-color: #5b2da3; |
| 146 | +} |
| 147 | + |
| 148 | +body { |
| 149 | + padding-top: 50px; |
| 150 | +} |
| 151 | + |
| 152 | +#topnav { |
| 153 | + z-index: 1071; |
| 154 | +} |
| 155 | + |
| 156 | +#topnav .navbar-header { |
| 157 | + float: left; |
| 158 | +} |
| 159 | + |
| 160 | +#topnav .navbar-right { |
| 161 | + float: right !important; |
| 162 | + margin: 0 -15px 0 0; |
| 163 | +} |
| 164 | + |
| 165 | +@media (max-width: 340px) { |
| 166 | + #topnav .navbar-brand { |
| 167 | + font-size: 14px; |
| 168 | + } |
| 169 | +} |
| 170 | + |
| 171 | +#topnav .navbar-nav > li > a { |
| 172 | + padding-top: 11px; |
| 173 | + padding-bottom: 11px; |
| 174 | +} |
| 175 | + |
| 176 | +#topnav .navbar-nav > li > a > i { |
| 177 | + font-size: 26px; |
| 178 | +} |
| 179 | + |
| 180 | +.bs-example { |
| 181 | + position: relative; |
| 182 | + margin: 15px; |
| 183 | + padding: 15px 15px 25px; |
| 184 | + border: 1px solid #ddd; |
| 185 | + border-radius: 4px 4px 0 0; |
| 186 | +} |
| 187 | + |
| 188 | +.bs-example .btn { |
| 189 | + margin: 5px; |
| 190 | +} |
| 191 | + |
| 192 | +.bs-example__title { |
| 193 | + margin-bottom: 20px; |
| 194 | +} |
| 195 | + |
| 196 | +.bs-example--static .tooltip { |
| 197 | + position: relative; |
| 198 | + display: inline-block; |
| 199 | + margin: 10px 20px; |
| 200 | + opacity: 1; |
| 201 | +} |
0 commit comments