old-style.scss 5.2 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
// Licensed to the Apache Software Foundation (ASF) under one
// or more contributor license agreements.  See the NOTICE file
// distributed with this work for additional information
// regarding copyright ownership.  The ASF licenses this file
// to you 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.
16 17


18 19 20 21 22 23
/* old-style.scss */

//@extend-elements
//original selectors
//.inputs button.addAttr, .inputs button.saveAttr
%extend_1 {
24
    height: 40px; //Instead of the line below you could use @include border-radius($radius, $vertical-radius)
25 26
    border-radius: 4px;
    border: 1px solid $white;
27
    color: $white; //Instead of the line below you could use @include text-shadow($shadow-1, $shadow-2, $shadow-3, $shadow-4, $shadow-5, $shadow-6, $shadow-7, $shadow-8, $shadow-9, $shadow-10)
28 29 30 31 32 33 34 35 36 37 38 39 40
    text-shadow: 0 -1px 0 $black_25;
    font-weight: bold;
}

.row-margin-bottom {
    margin-bottom: 15px;
}

.list-group-item {
    &:first-child {
        //Instead of the line below you could use @include border-radius($radius, $vertical-radius)
        border-radius: 0;
    }
41

42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64
    &:last-child {
        //Instead of the line below you could use @include border-radius($radius, $vertical-radius)
        border-radius: 0;
    }
}

.h160 {
    height: 160px !important;
}

.subContent {
    width: 500px;
    margin: 30px;
}

.headerDroupDown {
    border-left: 1px solid $white;
    font-size: 11px;
    padding-left: 15px;
    margin-left: 15px;
}


65 66


67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145
/* .switch {
    float: left;
    margin-top: 4px;
    position: absolute;
    z-index: 99;
    top: 0;
    left: 20px;
    height: 26px;
    width: 120px;
    background: $color_alto_approx;
    //Instead of the line below you could use @include border-radius($radius, $vertical-radius)
    border-radius: 3px;
    //Instead of the line below you could use @include box-shadow($shadow-1, $shadow-2, $shadow-3, $shadow-4, $shadow-5, $shadow-6, $shadow-7, $shadow-8, $shadow-9, $shadow-10)
    box-shadow: inset 0 1px 3px $color_fuscous_gray_approx, 0 1px $white;
} */


/* .switch-label {
    position: relative;
    z-index: 2;
    float: left;
    width: 58px;
    line-height: 26px;
    font-size: 11px;
    text-align: center;
    cursor: pointer;
    &:active {
        font-weight: bold;
    }
}

.switch-label-off {
    padding-left: 2px;
}

.switch-label-on {
    padding-right: 2px;
}

.switch-input {
    display: none;
    &:checked + {
        &.switch-label {
            font-weight: bold;
            color: $black_65;
            //Instead of the line below you could use @include text-shadow($shadow-1, $shadow-2, $shadow-3, $shadow-4, $shadow-5, $shadow-6, $shadow-7, $shadow-8, $shadow-9, $shadow-10)
            text-shadow: 0 1px $white_25;
            //Instead of the line below you could use @include transition($transition-1, $transition-2, $transition-3, $transition-4, $transition-5, $transition-6, $transition-7, $transition-8, $transition-9, $transition-10)
            transition: 0.15s ease-out;
        }
        &.switch-label-on ~ .switch-selection {
            left: 60px;
        }
    }
}

.switch-selection {
    display: block;
    position: absolute;
    z-index: 1;
    top: 2px;
    left: 2px;
    width: 58px;
    height: 22px;
    background: $color_fern_approx;
    //Instead of the line below you could use @include border-radius($radius, $vertical-radius)
    border-radius: 3px;
    background-image: linear-gradient(to bottom, $color_opal_approx, $color_jungle_green_approx);
    background-image: linear-gradient(to bottom, $color_opal_approx, $color_jungle_green_approx);
    //Instead of the line below you could use @include box-shadow($shadow-1, $shadow-2, $shadow-3, $shadow-4, $shadow-5, $shadow-6, $shadow-7, $shadow-8, $shadow-9, $shadow-10)
    box-shadow: inset 0 1px $white_50, 0 0 2px $black_20;
    //Instead of the line below you could use @include transition($transition-1, $transition-2, $transition-3, $transition-4, $transition-5, $transition-6, $transition-7, $transition-8, $transition-9, $transition-10)
    transition: left 0.15s ease-out;
} */

.scrollTagList {
    height: 330px;
    overflow-y: auto;
    margin-bottom: 0;
146

147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179
    i.fa {
        margin-right: 5px;
    }
}

.menuItem {
    padding: 10px;
    color: $color_havelock_blue_approx;
    cursor: pointer;
}

.tagging {
    display: inline-block;
}

.crossClearText {
    line-height: 20px !important;
}

text {
    font-weight: 300;
    font-family: $font_2, $font_3, $font_4, $font_5;
    font-size: 14px;
}

.switch-blue .switch-selection {
    background: $color_pelorous_approx;
    background-image: linear-gradient(to bottom, $color_picton_blue_approx, $color_pelorous_approx);
}

.switch-yellow .switch-selection {
    background: $color_laser_approx;
    background-image: linear-gradient(to bottom, $color_zombie_approx, $color_laser_approx);
180
}