| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367 |
- // Backgrounds
- // ---------------------
- .tiny {
- font-size: 50%;
- }
- .smaller {
- font-size: 70%;
- }
- .small {
- font-size: 85%;
- }
- .large {
- font-size: 120%;
- }
- .strong {
- font-weight: bold;
- }
- a {
- cursor: pointer;
- }
- .normal {
- font-weight: normal;
- }
- .light {
- font-weight: 200;
- }
- .input-smaller {
- width: 75px;
- }
- .string {color:lighten(@textColor, 5%)}
- .number {color:lighten(@infoText, 5%)}
- .boolean {color:lighten(@warningText, 5%)}
- .key {color:lighten(@errorText, 5%)}
- .btn-active {
- background-color: #E6E6E6;
- background-image: none;
- box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
- outline: 0 none
- }
- .remove:hover {
- background-color: @btnDangerBackgroundHighlight;
- }
- .faded {
- opacity: 0.2;
- }
- div.flot-text {
- color: @textColor !important;
- }
- .page-alert-list {
- z-index:8000;
- min-width: 300px;
- max-width: 300px;
- position: fixed;
- right: 20px;
- top: 56px;
- }
- .alert {
- color: @white;
- padding-bottom: 13px;
- position: relative;
- }
- .alert-close {
- position: absolute;
- top: -4px;
- right: -2px;
- width: 19px;
- height: 19px;
- padding: 0;
- background: @grayLighter;
- border-radius: 50%;
- border: none;
- font-size: 1.1rem;
- color: @grayDarker;
- }
- .alert-title {
- font-weight: bold;
- padding-bottom: 2px;
- }
- .alert-warning {
- background-color: @warningBackground;
- border-color: @warningBorder;
- }
- /* ===================================================
- * popover-extra-placements.css v0.1
- * http://twitter.github.com/bootstrap-popover-extra-placements
- * ===================================================
- * Copyright 2012 Daniel Kleehammer
- *
- * 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.
- * ========================================================== */
- /*************************
- * Top Positions
- *************************/
- /** Top Left **/
- .popover.topLeft {
- margin-top: -10px;
- }
- .popover.topLeft .arrow {
- bottom: -10px;
- left: 25%;
- margin-left: -10px;
- border-width: 10px 10px 0;
- border-top-color: @popoverTitleBackground;
- }
- .popover.topLeft .arrow:after {
- border-width: 11px 11px 0;
- border-top-color: rgba(0, 0, 0, 0.25);
- bottom: -1px;
- left: -11px;
- }
- /** Top Right **/
- .popover.topRight {
- margin-top: -10px;
- }
- .popover.topRight .arrow {
- bottom: -10px;
- left: 75%;
- margin-left: -10px;
- border-width: 10px 10px 0;
- border-top-color: @popoverTitleBackground;;
- }
- .popover.topRight .arrow:after {
- border-width: 11px 11px 0;
- border-top-color: rgba(0, 0, 0, 0.25);
- bottom: -1px;
- left: -11px;
- }
- /*************************
- * Right Positions
- *************************/
- .popover {
- &.rightTop .arrow {
- top: 10%;
- left: -@popoverArrowOuterWidth;
- margin-top: -@popoverArrowOuterWidth;
- border-left-width: 0;
- border-right-color: #999; // IE8 fallback
- border-right-color: @popoverArrowOuterColor;
- &:after {
- left: 1px;
- bottom: -@popoverArrowWidth;
- border-left-width: 0;
- border-right-color: @popoverArrowColor;
- }
- }
- &.rightBottom .arrow {
- top: 90%;
- left: -@popoverArrowOuterWidth;
- margin-top: -@popoverArrowOuterWidth;
- border-left-width: 0;
- border-right-color: #999; // IE8 fallback
- border-right-color: @popoverArrowOuterColor;
- &:after {
- left: 1px;
- bottom: -@popoverArrowWidth;
- border-left-width: 0;
- border-right-color: @popoverArrowColor;
- }
- }
- &.bottomLeft .arrow {
- left: 10%;
- margin-left: -@popoverArrowOuterWidth;
- border-top-width: 0;
- border-bottom-color: #999; // IE8 fallback
- border-bottom-color: @popoverArrowOuterColor;
- top: -@popoverArrowOuterWidth;
- &:after {
- top: 1px;
- margin-left: -@popoverArrowWidth;
- border-top-width: 0;
- border-bottom-color: @popoverArrowColor;
- }
- }
- &.bottomRight .arrow {
- left: 90%;
- margin-left: -@popoverArrowOuterWidth;
- border-top-width: 0;
- border-bottom-color: #999; // IE8 fallback
- border-bottom-color: @popoverArrowOuterColor;
- top: -@popoverArrowOuterWidth;
- &:after {
- top: 1px;
- margin-left: -@popoverArrowWidth;
- border-top-width: 0;
- border-bottom-color: @popoverArrowColor;
- }
- }
- &.leftTop .arrow {
- top: 10%;
- right: -@popoverArrowOuterWidth;
- margin-top: -@popoverArrowOuterWidth;
- border-right-width: 0;
- border-left-color: #999; // IE8 fallback
- border-left-color: @popoverArrowOuterColor;
- &:after {
- right: 1px;
- border-right-width: 0;
- border-left-color: @popoverArrowColor;
- bottom: -@popoverArrowWidth;
- }
- }
- &.leftBottom .arrow {
- top: 90%;
- right: -@popoverArrowOuterWidth;
- margin-top: -@popoverArrowOuterWidth;
- border-right-width: 0;
- border-left-color: #999; // IE8 fallback
- border-left-color: @popoverArrowOuterColor;
- &:after {
- right: 1px;
- border-right-width: 0;
- border-left-color: @popoverArrowColor;
- bottom: -@popoverArrowWidth;
- }
- }
- &.topLeft .arrow {
- left: 10%;
- margin-left: -@popoverArrowOuterWidth;
- border-bottom-width: 0;
- border-top-color: #999; // IE8 fallback
- border-top-color: @popoverArrowOuterColor;
- bottom: -@popoverArrowOuterWidth;
- &:after {
- bottom: 1px;
- margin-left: -@popoverArrowWidth;
- border-bottom-width: 0;
- border-top-color: @popoverArrowColor;
- }
- }
- &.topRight .arrow {
- left: 90%;
- margin-left: -@popoverArrowOuterWidth;
- border-bottom-width: 0;
- border-top-color: #999; // IE8 fallback
- border-top-color: @popoverArrowOuterColor;
- bottom: -@popoverArrowOuterWidth;
- &:after {
- bottom: 1px;
- margin-left: -@popoverArrowWidth;
- border-bottom-width: 0;
- border-top-color: @popoverArrowColor;
- }
- }
- }
- // typeahead max height
- .typeahead {
- max-height: 300px;
- overflow-y: auto;
- }
- // Labels & Badges
- .label-tag {
- background-color: @purple;
- color: darken(@white, 5%);
- white-space: nowrap;
- border-radius: 3px;
- text-shadow: none;
- font-size: 13px;
- padding: 2px 6px;
- border-width: 1px;
- border-style: solid;
- .icon-tag {
- position: relative;
- top: 1px;
- padding-right: 4px;
- }
- }
- .label-tag:hover {
- opacity: 0.85;
- background-color: darken(@purple, 10%);
- }
- .label-tag-email {
- padding-left: 25px;
- background: @black url(/img/envelope.png) 5px 50% no-repeat !important;
- border-color: @black !important;
- font-size: 12px;
- font-weight: normal;
- border-radius: 5px;
- }
- // inspector
- .inspector-request-table {
- td {
- padding: 5px;
- }
- td:first-child {
- white-space: nowrap;
- }
- }
- .modal-body {
- padding: 0;
- }
- // pre
- code, pre {
- background-color: @codeTagBackground;
- color: @textColor;
- border: 1px solid darken(@codeTagBackground, 15%);
- padding: 2px;
- }
- .dropdown-menu {
- min-width: 140px;
- > li > a {
- padding: 3px 20px 3px 15px;
- i {
- padding-right: 5px;
- color: @linkColorDisabled;
- }
- }
- }
- .dropdown-submenu>.dropdown-menu.dropdown-submenu-left {
- left: auto;
- right: 100%;
- margin-left: 0;
- margin-right: -1px;
- }
|