src_js/iconolab-bundle/src/iconolab.scss
author duong tam kien <tk@deveha.com>
Tue, 14 Mar 2017 16:13:32 +0100
changeset 429 5dca2c00a4f8
parent 416 5daa15b87404
child 431 39893bc3340a
permissions -rw-r--r--
simplifies homepage behavior
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
313
ed4dd55d1e78 Update header (nav/subnav).
Alexandre Segura <mex.zktk@gmail.com>
parents: 309
diff changeset
     1
header {
ed4dd55d1e78 Update header (nav/subnav).
Alexandre Segura <mex.zktk@gmail.com>
parents: 309
diff changeset
     2
    margin-bottom: 20px;
298
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
     3
}
313
ed4dd55d1e78 Update header (nav/subnav).
Alexandre Segura <mex.zktk@gmail.com>
parents: 309
diff changeset
     4
ed4dd55d1e78 Update header (nav/subnav).
Alexandre Segura <mex.zktk@gmail.com>
parents: 309
diff changeset
     5
#topnav {
ed4dd55d1e78 Update header (nav/subnav).
Alexandre Segura <mex.zktk@gmail.com>
parents: 309
diff changeset
     6
    .navbar {
ed4dd55d1e78 Update header (nav/subnav).
Alexandre Segura <mex.zktk@gmail.com>
parents: 309
diff changeset
     7
        margin-bottom: 0;
ed4dd55d1e78 Update header (nav/subnav).
Alexandre Segura <mex.zktk@gmail.com>
parents: 309
diff changeset
     8
    }
298
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
     9
}
313
ed4dd55d1e78 Update header (nav/subnav).
Alexandre Segura <mex.zktk@gmail.com>
parents: 309
diff changeset
    10
#topsearch {
ed4dd55d1e78 Update header (nav/subnav).
Alexandre Segura <mex.zktk@gmail.com>
parents: 309
diff changeset
    11
    padding: 15px 0;
ed4dd55d1e78 Update header (nav/subnav).
Alexandre Segura <mex.zktk@gmail.com>
parents: 309
diff changeset
    12
    &, .navbar {
ed4dd55d1e78 Update header (nav/subnav).
Alexandre Segura <mex.zktk@gmail.com>
parents: 309
diff changeset
    13
        background-color: #333;
ed4dd55d1e78 Update header (nav/subnav).
Alexandre Segura <mex.zktk@gmail.com>
parents: 309
diff changeset
    14
    }
298
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
    15
}
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
    16
321
f8ee375445e6 Change collection home layout.
Alexandre Segura <mex.zktk@gmail.com>
parents: 313
diff changeset
    17
.item-grid {
f8ee375445e6 Change collection home layout.
Alexandre Segura <mex.zktk@gmail.com>
parents: 313
diff changeset
    18
    display: flex;
f8ee375445e6 Change collection home layout.
Alexandre Segura <mex.zktk@gmail.com>
parents: 313
diff changeset
    19
    flex-direction: row;
f8ee375445e6 Change collection home layout.
Alexandre Segura <mex.zktk@gmail.com>
parents: 313
diff changeset
    20
    flex-wrap: wrap;
f8ee375445e6 Change collection home layout.
Alexandre Segura <mex.zktk@gmail.com>
parents: 313
diff changeset
    21
    .item-grid-item {
f8ee375445e6 Change collection home layout.
Alexandre Segura <mex.zktk@gmail.com>
parents: 313
diff changeset
    22
        padding: 0 10px 20px;
f8ee375445e6 Change collection home layout.
Alexandre Segura <mex.zktk@gmail.com>
parents: 313
diff changeset
    23
        @media (min-width: $screen-sm-min) {
f8ee375445e6 Change collection home layout.
Alexandre Segura <mex.zktk@gmail.com>
parents: 313
diff changeset
    24
            width: 25%;
f8ee375445e6 Change collection home layout.
Alexandre Segura <mex.zktk@gmail.com>
parents: 313
diff changeset
    25
        }
412
d7f556b0bd2a Display stats icons on images list.
Alexandre Segura <mex.zktk@gmail.com>
parents: 411
diff changeset
    26
        .main-image, .other-images {
321
f8ee375445e6 Change collection home layout.
Alexandre Segura <mex.zktk@gmail.com>
parents: 313
diff changeset
    27
            margin-bottom: 10px;
f8ee375445e6 Change collection home layout.
Alexandre Segura <mex.zktk@gmail.com>
parents: 313
diff changeset
    28
            img {
f8ee375445e6 Change collection home layout.
Alexandre Segura <mex.zktk@gmail.com>
parents: 313
diff changeset
    29
                width: 100%;
f8ee375445e6 Change collection home layout.
Alexandre Segura <mex.zktk@gmail.com>
parents: 313
diff changeset
    30
                height: auto;
f8ee375445e6 Change collection home layout.
Alexandre Segura <mex.zktk@gmail.com>
parents: 313
diff changeset
    31
            }
f8ee375445e6 Change collection home layout.
Alexandre Segura <mex.zktk@gmail.com>
parents: 313
diff changeset
    32
        }
412
d7f556b0bd2a Display stats icons on images list.
Alexandre Segura <mex.zktk@gmail.com>
parents: 411
diff changeset
    33
        .other-images {
d7f556b0bd2a Display stats icons on images list.
Alexandre Segura <mex.zktk@gmail.com>
parents: 411
diff changeset
    34
            display: flex;
d7f556b0bd2a Display stats icons on images list.
Alexandre Segura <mex.zktk@gmail.com>
parents: 411
diff changeset
    35
            > * {
d7f556b0bd2a Display stats icons on images list.
Alexandre Segura <mex.zktk@gmail.com>
parents: 411
diff changeset
    36
                width: 50%;
d7f556b0bd2a Display stats icons on images list.
Alexandre Segura <mex.zktk@gmail.com>
parents: 411
diff changeset
    37
            }
d7f556b0bd2a Display stats icons on images list.
Alexandre Segura <mex.zktk@gmail.com>
parents: 411
diff changeset
    38
        }
d7f556b0bd2a Display stats icons on images list.
Alexandre Segura <mex.zktk@gmail.com>
parents: 411
diff changeset
    39
        .main-image {
321
f8ee375445e6 Change collection home layout.
Alexandre Segura <mex.zktk@gmail.com>
parents: 313
diff changeset
    40
            a {
f8ee375445e6 Change collection home layout.
Alexandre Segura <mex.zktk@gmail.com>
parents: 313
diff changeset
    41
                display: block;
f8ee375445e6 Change collection home layout.
Alexandre Segura <mex.zktk@gmail.com>
parents: 313
diff changeset
    42
            }
f8ee375445e6 Change collection home layout.
Alexandre Segura <mex.zktk@gmail.com>
parents: 313
diff changeset
    43
        }
412
d7f556b0bd2a Display stats icons on images list.
Alexandre Segura <mex.zktk@gmail.com>
parents: 411
diff changeset
    44
        .item-image-stats {
d7f556b0bd2a Display stats icons on images list.
Alexandre Segura <mex.zktk@gmail.com>
parents: 411
diff changeset
    45
            display: flex;
d7f556b0bd2a Display stats icons on images list.
Alexandre Segura <mex.zktk@gmail.com>
parents: 411
diff changeset
    46
            justify-content: space-around;
d7f556b0bd2a Display stats icons on images list.
Alexandre Segura <mex.zktk@gmail.com>
parents: 411
diff changeset
    47
            padding: 0 10px;
d7f556b0bd2a Display stats icons on images list.
Alexandre Segura <mex.zktk@gmail.com>
parents: 411
diff changeset
    48
        }
321
f8ee375445e6 Change collection home layout.
Alexandre Segura <mex.zktk@gmail.com>
parents: 313
diff changeset
    49
    }
f8ee375445e6 Change collection home layout.
Alexandre Segura <mex.zktk@gmail.com>
parents: 313
diff changeset
    50
}
f8ee375445e6 Change collection home layout.
Alexandre Segura <mex.zktk@gmail.com>
parents: 313
diff changeset
    51
298
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
    52
.drawingModeBtn {border: 1px solid orange; cursor: pointer; height: 25px; margin-bottom: 10px}
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
    53
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
    54
.form-drawing {border-bottom: 1px solid #C3C3C3; }
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
    55
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
    56
.form-drawing-wrapper .selected {border: 1px solid orange; color: white; background-color: orange}
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
    57
.showPointer {cursor: pointer;}
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
    58
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
    59
.zoom-action-list {
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
    60
	padding-left:21px;
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
    61
}
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
    62
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
    63
.zoomTarget-wrapper {
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
    64
	padding: 0px;
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
    65
}
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
    66
411
74b01659ee40 coherent colors
duong tam kien <tk@deveha.com>
parents: 410
diff changeset
    67
#zoomTarget {
309
c5b524696fb3 Improve JS/CSS compilation.
Alexandre Segura <mex.zktk@gmail.com>
parents: 298
diff changeset
    68
	border: 1px solid #C3C3C3;
298
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
    69
}
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
    70
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
    71
.no-padding {
309
c5b524696fb3 Improve JS/CSS compilation.
Alexandre Segura <mex.zktk@gmail.com>
parents: 298
diff changeset
    72
	padding-left: 0;
298
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
    73
	padding-right: 0;
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
    74
}
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
    75
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
    76
.annotation-content{
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
    77
	margin-top: 15px;
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
    78
	margin-bottom: 15px;
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
    79
}
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
    80
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
    81
.highlight {
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
    82
	border: 1px solid orange;
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
    83
}
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
    84
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
    85
.revision-proposal {
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
    86
	background-color: #ECF0F1;
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
    87
}
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
    88
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
    89
.collection-home-btn{
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
    90
	margin-top: 5px;
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
    91
}
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
    92
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
    93
.img-stats-dt{
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
    94
	width: 250px !important;
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
    95
}
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
    96
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
    97
.img-stats-dd{
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
    98
	margin-left: 270px !important;
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
    99
}
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   100
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   101
.revision-link:hover{
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   102
  	text-decoration: underline;
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   103
}
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   104
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   105
.item-image-thumbnail:hover{
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   106
	cursor: pointer;
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   107
}
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   108
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   109
ul.annotation-comments{
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   110
	background-color: #ededed;
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   111
}
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   112
li.list-group-item{
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   113
	border: 1px solid #bbb
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   114
}
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   115
405
6b8a1ae18e91 Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents: 396
diff changeset
   116
.comment-form {
6b8a1ae18e91 Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents: 396
diff changeset
   117
6b8a1ae18e91 Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents: 396
diff changeset
   118
    $color-request-for-contribution: #f5e41c;
6b8a1ae18e91 Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents: 396
diff changeset
   119
    $color-reference: #478ee0;
6b8a1ae18e91 Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents: 396
diff changeset
   120
    $color-agree: #b8e986;
6b8a1ae18e91 Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents: 396
diff changeset
   121
    $color-disagree: #ff7284;
6b8a1ae18e91 Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents: 396
diff changeset
   122
6b8a1ae18e91 Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents: 396
diff changeset
   123
    .btn-group-wrapper {
6b8a1ae18e91 Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents: 396
diff changeset
   124
        text-align: center;
6b8a1ae18e91 Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents: 396
diff changeset
   125
    }
6b8a1ae18e91 Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents: 396
diff changeset
   126
6b8a1ae18e91 Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents: 396
diff changeset
   127
    .form-group {
6b8a1ae18e91 Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents: 396
diff changeset
   128
        margin-bottom: 10px;
6b8a1ae18e91 Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents: 396
diff changeset
   129
    }
6b8a1ae18e91 Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents: 396
diff changeset
   130
6b8a1ae18e91 Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents: 396
diff changeset
   131
    .btn-group-metacategory {
6b8a1ae18e91 Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents: 396
diff changeset
   132
406
733be8cac793 Improve design of metacategories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents: 405
diff changeset
   133
        &.active {
733be8cac793 Improve design of metacategories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents: 405
diff changeset
   134
            margin-bottom: 5px;
733be8cac793 Improve design of metacategories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents: 405
diff changeset
   135
            padding-bottom: 0px;
733be8cac793 Improve design of metacategories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents: 405
diff changeset
   136
            border-bottom: 2px solid #969696;
405
6b8a1ae18e91 Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents: 396
diff changeset
   137
        }
406
733be8cac793 Improve design of metacategories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents: 405
diff changeset
   138
        &.active.btn-group-request-for-contribution {
733be8cac793 Improve design of metacategories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents: 405
diff changeset
   139
            border-bottom: 2px solid $color-request-for-contribution;
405
6b8a1ae18e91 Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents: 396
diff changeset
   140
        }
406
733be8cac793 Improve design of metacategories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents: 405
diff changeset
   141
        &.active.btn-group-reference {
733be8cac793 Improve design of metacategories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents: 405
diff changeset
   142
            border-bottom: 2px solid $color-reference;
405
6b8a1ae18e91 Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents: 396
diff changeset
   143
        }
406
733be8cac793 Improve design of metacategories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents: 405
diff changeset
   144
        &.active.btn-group-agree {
733be8cac793 Improve design of metacategories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents: 405
diff changeset
   145
            border-bottom: 2px solid $color-agree;
405
6b8a1ae18e91 Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents: 396
diff changeset
   146
        }
406
733be8cac793 Improve design of metacategories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents: 405
diff changeset
   147
        &.active.btn-group-disagree {
733be8cac793 Improve design of metacategories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents: 405
diff changeset
   148
            border-bottom: 2px solid $color-disagree;
405
6b8a1ae18e91 Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents: 396
diff changeset
   149
        }
6b8a1ae18e91 Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents: 396
diff changeset
   150
6b8a1ae18e91 Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents: 396
diff changeset
   151
        .btn {
6b8a1ae18e91 Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents: 396
diff changeset
   152
            border: none;
6b8a1ae18e91 Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents: 396
diff changeset
   153
            padding: 4px 8px;
6b8a1ae18e91 Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents: 396
diff changeset
   154
            margin: 0 2px;
6b8a1ae18e91 Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents: 396
diff changeset
   155
            border-radius: 0;
6b8a1ae18e91 Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents: 396
diff changeset
   156
            border-radius: 4px !important;
6b8a1ae18e91 Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents: 396
diff changeset
   157
        }
6b8a1ae18e91 Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents: 396
diff changeset
   158
        .btn:first-child {
6b8a1ae18e91 Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents: 396
diff changeset
   159
            margin-left: 0;
6b8a1ae18e91 Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents: 396
diff changeset
   160
        }
6b8a1ae18e91 Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents: 396
diff changeset
   161
        .btn:last-child {
6b8a1ae18e91 Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents: 396
diff changeset
   162
            margin-right: 0;
6b8a1ae18e91 Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents: 396
diff changeset
   163
        }
6b8a1ae18e91 Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents: 396
diff changeset
   164
        .btn:focus,
6b8a1ae18e91 Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents: 396
diff changeset
   165
        .btn.focus,
6b8a1ae18e91 Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents: 396
diff changeset
   166
        .btn:active:focus,
6b8a1ae18e91 Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents: 396
diff changeset
   167
        .btn:active.focus,
6b8a1ae18e91 Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents: 396
diff changeset
   168
        .btn.active:focus,
6b8a1ae18e91 Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents: 396
diff changeset
   169
        .btn.active.focus {
6b8a1ae18e91 Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents: 396
diff changeset
   170
            outline: none;
6b8a1ae18e91 Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents: 396
diff changeset
   171
        }
6b8a1ae18e91 Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents: 396
diff changeset
   172
        .btn.active {
6b8a1ae18e91 Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents: 396
diff changeset
   173
            padding: 4px 8px 8px;
6b8a1ae18e91 Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents: 396
diff changeset
   174
            border-bottom-left-radius: 0 !important;
6b8a1ae18e91 Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents: 396
diff changeset
   175
            border-bottom-right-radius: 0 !important;
6b8a1ae18e91 Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents: 396
diff changeset
   176
        }
6b8a1ae18e91 Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents: 396
diff changeset
   177
        .btn-comment {
6b8a1ae18e91 Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents: 396
diff changeset
   178
            background-color: #969696;
6b8a1ae18e91 Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents: 396
diff changeset
   179
            color: #fff;
6b8a1ae18e91 Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents: 396
diff changeset
   180
            padding-left: 20px;
6b8a1ae18e91 Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents: 396
diff changeset
   181
            padding-right: 20px;
6b8a1ae18e91 Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents: 396
diff changeset
   182
            &:hover {
6b8a1ae18e91 Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents: 396
diff changeset
   183
                background-color: darken(#969696, 10%);
6b8a1ae18e91 Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents: 396
diff changeset
   184
            }
6b8a1ae18e91 Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents: 396
diff changeset
   185
            &.active {
6b8a1ae18e91 Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents: 396
diff changeset
   186
                padding-left: 20px;
6b8a1ae18e91 Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents: 396
diff changeset
   187
                padding-right: 20px;
6b8a1ae18e91 Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents: 396
diff changeset
   188
            }
6b8a1ae18e91 Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents: 396
diff changeset
   189
        }
6b8a1ae18e91 Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents: 396
diff changeset
   190
        .btn-request-for-contribution {
6b8a1ae18e91 Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents: 396
diff changeset
   191
            background-color: $color-request-for-contribution;
6b8a1ae18e91 Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents: 396
diff changeset
   192
            &:hover {
6b8a1ae18e91 Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents: 396
diff changeset
   193
                background-color: darken($color-request-for-contribution, 10%);
6b8a1ae18e91 Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents: 396
diff changeset
   194
            }
6b8a1ae18e91 Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents: 396
diff changeset
   195
        }
6b8a1ae18e91 Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents: 396
diff changeset
   196
        .btn-reference {
6b8a1ae18e91 Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents: 396
diff changeset
   197
            background-color: $color-reference;
6b8a1ae18e91 Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents: 396
diff changeset
   198
            color: #fff;
6b8a1ae18e91 Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents: 396
diff changeset
   199
            &:hover {
6b8a1ae18e91 Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents: 396
diff changeset
   200
                background-color: darken($color-reference, 10%);
6b8a1ae18e91 Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents: 396
diff changeset
   201
            }
6b8a1ae18e91 Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents: 396
diff changeset
   202
        }
6b8a1ae18e91 Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents: 396
diff changeset
   203
        .btn-agree {
6b8a1ae18e91 Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents: 396
diff changeset
   204
            background-color: $color-agree;
6b8a1ae18e91 Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents: 396
diff changeset
   205
            &:hover {
6b8a1ae18e91 Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents: 396
diff changeset
   206
                background-color: darken($color-agree, 10%);
6b8a1ae18e91 Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents: 396
diff changeset
   207
            }
6b8a1ae18e91 Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents: 396
diff changeset
   208
        }
6b8a1ae18e91 Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents: 396
diff changeset
   209
        .btn-disagree {
6b8a1ae18e91 Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents: 396
diff changeset
   210
            background-color: $color-disagree;
6b8a1ae18e91 Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents: 396
diff changeset
   211
            &:hover {
6b8a1ae18e91 Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents: 396
diff changeset
   212
                background-color: darken($color-disagree, 10%);
6b8a1ae18e91 Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents: 396
diff changeset
   213
            }
6b8a1ae18e91 Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents: 396
diff changeset
   214
        }
6b8a1ae18e91 Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents: 396
diff changeset
   215
    }
6b8a1ae18e91 Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents: 396
diff changeset
   216
}
6b8a1ae18e91 Introduce meta categories widget.
Alexandre Segura <mex.zktk@gmail.com>
parents: 396
diff changeset
   217
298
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   218
.comment-reply-link{
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   219
	cursor: pointer;
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   220
}
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   221
.comment-subtext{
309
c5b524696fb3 Improve JS/CSS compilation.
Alexandre Segura <mex.zktk@gmail.com>
parents: 298
diff changeset
   222
	font-size:0.9em;
298
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   223
	display:inline;
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   224
}
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   225
.comment-metacategories{
309
c5b524696fb3 Improve JS/CSS compilation.
Alexandre Segura <mex.zktk@gmail.com>
parents: 298
diff changeset
   226
	font-size:0.9em;
298
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   227
	display:inline;
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   228
}
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   229
.comment-separator{
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   230
	margin-top: 10px;
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   231
	margin-bottom: 5px;
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   232
}
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   233
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   234
.pagination-shortcut{
309
c5b524696fb3 Improve JS/CSS compilation.
Alexandre Segura <mex.zktk@gmail.com>
parents: 298
diff changeset
   235
	cursor: pointer;
298
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   236
}
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   237
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   238
/* BADGES */
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   239
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   240
.badge-error {
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   241
  background-color: #b94a48;
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   242
}
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   243
.badge-warning {
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   244
  background-color: #f89406;
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   245
}
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   246
.badge-success {
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   247
  background-color: #468847;
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   248
}
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   249
.badge-info {
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   250
  background-color: #3a87ad;
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   251
}
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   252
.badge-inverse {
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   253
  background-color: #333333;
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   254
}
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   255
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   256
.notif-badge{
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   257
  margin-bottom: 5px;
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   258
}
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   259
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   260
/* USER PAGE */
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   261
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   262
.show-all-notifications{
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   263
  cursor: pointer;
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   264
}
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   265
.annotation-panel{
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   266
	min-width: 535px;
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   267
}
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   268
.annotation-detail{
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   269
	display:inline-block;
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   270
	margin-right: 5px;
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   271
	margin-left: 5px;
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   272
	margin-top: 5px;
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   273
	white-space: normal;
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   274
	vertical-align: top;
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   275
	padding: 10px;
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   276
}
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   277
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   278
.stats-annotation-userpage{
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   279
	display:inline-block;
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   280
	vertical-align: top;
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   281
	padding: 10px;
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   282
}
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   283
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   284
.image-detail{
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   285
	display:inline-block;
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   286
	vertical-align: top;
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   287
	width:150px;
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   288
}
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   289
.large-image-detail{
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   290
	display:inline-block;
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   291
	vertical-align: top;
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   292
	width:400px;
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   293
}
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   294
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   295
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   296
.panel .dl-horizontal dt {
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   297
    white-space: normal;
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   298
	text-align: left;
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   299
}
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   300
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   301
.no-user-annotation{
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   302
	margin-left: 15px;
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   303
}
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   304
.dt-annotation{
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   305
	margin-bottom: 10px;
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   306
}
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   307
.userpage-annotation-btn{
309
c5b524696fb3 Improve JS/CSS compilation.
Alexandre Segura <mex.zktk@gmail.com>
parents: 298
diff changeset
   308
	display:inline-block;
c5b524696fb3 Improve JS/CSS compilation.
Alexandre Segura <mex.zktk@gmail.com>
parents: 298
diff changeset
   309
	vertical-align: top;
298
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   310
	margin-bottom:5px;
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   311
}
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   312
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   313
/* GLOBAL HOME PAGE */
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   314
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   315
.collection-title{
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   316
	margin-top:0px;
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   317
}
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   318
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   319
/* COLLECTION HOME PAGE */
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   320
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   321
.collection-summary{
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   322
	padding-bottom: 15px;
414
49a753808505 Display call for contributions on top of collection page, fix item metadata display.
Alexandre Segura <mex.zktk@gmail.com>
parents: 412
diff changeset
   323
    .tab-pane {
49a753808505 Display call for contributions on top of collection page, fix item metadata display.
Alexandre Segura <mex.zktk@gmail.com>
parents: 412
diff changeset
   324
        padding: 30px 0;
49a753808505 Display call for contributions on top of collection page, fix item metadata display.
Alexandre Segura <mex.zktk@gmail.com>
parents: 412
diff changeset
   325
    }
49a753808505 Display call for contributions on top of collection page, fix item metadata display.
Alexandre Segura <mex.zktk@gmail.com>
parents: 412
diff changeset
   326
    .fragment-container {
49a753808505 Display call for contributions on top of collection page, fix item metadata display.
Alexandre Segura <mex.zktk@gmail.com>
parents: 412
diff changeset
   327
        margin-bottom: 20px;
49a753808505 Display call for contributions on top of collection page, fix item metadata display.
Alexandre Segura <mex.zktk@gmail.com>
parents: 412
diff changeset
   328
    }
298
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   329
}
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   330
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   331
.collection-container{
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   332
	width:100%;
309
c5b524696fb3 Improve JS/CSS compilation.
Alexandre Segura <mex.zktk@gmail.com>
parents: 298
diff changeset
   333
	padding-top: 15px;
298
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   334
	padding-bottom: 15px;
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   335
}
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   336
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   337
.tab-selector{
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   338
	margin-top: 15px;
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   339
}
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   340
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   341
.image-list-wrapper{
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   342
	margin-top: 15px;
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   343
}
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   344
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   345
li.image-list-li{
309
c5b524696fb3 Improve JS/CSS compilation.
Alexandre Segura <mex.zktk@gmail.com>
parents: 298
diff changeset
   346
	margin-bottom: 5px;
c5b524696fb3 Improve JS/CSS compilation.
Alexandre Segura <mex.zktk@gmail.com>
parents: 298
diff changeset
   347
	width: 370px;
c5b524696fb3 Improve JS/CSS compilation.
Alexandre Segura <mex.zktk@gmail.com>
parents: 298
diff changeset
   348
	height: 430px;
c5b524696fb3 Improve JS/CSS compilation.
Alexandre Segura <mex.zktk@gmail.com>
parents: 298
diff changeset
   349
	vertical-align:middle;
298
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   350
	padding:5px;
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   351
}
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   352
.image-list-image-container{
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   353
	 position: relative;
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   354
}
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   355
.object-info{
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   356
	margin-bottom:10px;
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   357
}
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   358
.collection-home-item-btn{
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   359
	margin-bottom:5px;
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   360
}
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   361
.collection-home-tab{
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   362
	cursor: pointer;
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   363
}
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   364
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   365
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   366
/* DIFF STYLE */
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   367
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   368
.diff-viewer-wrapper {margin-top: 5px;}
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   369
.diff-panel {border: 1px solid gray; width: 300px; heigth: 250px;}
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   370
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   371
del { text-decoration: line-through;	color: #b30000;	background: #fadad7;}
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   372
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   373
ins {	background: #eaf2c2; color: #406619; text-decoration: none; }
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   374
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   375
.diff-panel .close-btn {
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   376
	cursor: pointer;
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   377
	margin-right: 5px;
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   378
}
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   379
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   380
/* FOOTER STYLE */
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   381
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   382
footer div{
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   383
}
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   384
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   385
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   386
.partners-icons{
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   387
	margin-left: 20px;
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   388
}
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   389
.footer-link{
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   390
	margin-left: 20px;
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   391
}
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   392
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   393
.footer-info{
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   394
	margin-left:15px;
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   395
}
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   396
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   397
/* STATIC PAGES STYLE */
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   398
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   399
/* - LEGAL MENTIONS STYLE */
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   400
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   401
dl.legals-dl dd{
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   402
	margin-left: 10px;
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   403
}
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   404
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   405
/* HOME PAGE STYLE */
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   406
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   407
.show-complete-link, .hide-complete-link{
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   408
	cursor: pointer;
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   409
}
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   410
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   411
/* - COLLECTION HOME STYLE */
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   412
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   413
.description-col{
97b805fc88f0 force unix line ending
ymh <ymh.work@gmail.com>
parents: 274
diff changeset
   414
	padding: 10px;
309
c5b524696fb3 Improve JS/CSS compilation.
Alexandre Segura <mex.zktk@gmail.com>
parents: 298
diff changeset
   415
}
321
f8ee375445e6 Change collection home layout.
Alexandre Segura <mex.zktk@gmail.com>
parents: 313
diff changeset
   416
323
55c024fc7c60 Roughly implement annotation navigator.
Alexandre Segura <mex.zktk@gmail.com>
parents: 321
diff changeset
   417
.annotation-navigator {
55c024fc7c60 Roughly implement annotation navigator.
Alexandre Segura <mex.zktk@gmail.com>
parents: 321
diff changeset
   418
    display: flex;
55c024fc7c60 Roughly implement annotation navigator.
Alexandre Segura <mex.zktk@gmail.com>
parents: 321
diff changeset
   419
    margin-bottom: 30px;
55c024fc7c60 Roughly implement annotation navigator.
Alexandre Segura <mex.zktk@gmail.com>
parents: 321
diff changeset
   420
    .annotation-navigator-list {
55c024fc7c60 Roughly implement annotation navigator.
Alexandre Segura <mex.zktk@gmail.com>
parents: 321
diff changeset
   421
        width: 20%;
349
6425443f0b12 Change annotations list design.
Alexandre Segura <mex.zktk@gmail.com>
parents: 336
diff changeset
   422
        .panel {
410
a6db5e626850 sizes up panels and get closer to the mockup
duong tam kien <tk@deveha.com>
parents: 406
diff changeset
   423
            max-height: 700px;
a6db5e626850 sizes up panels and get closer to the mockup
duong tam kien <tk@deveha.com>
parents: 406
diff changeset
   424
            height: 700px;
379
690df941c075 fixes scroll on right panel (and auto on left one)
duong tam kien <tk@deveha.com>
parents: 378
diff changeset
   425
            overflow-y: auto;
349
6425443f0b12 Change annotations list design.
Alexandre Segura <mex.zktk@gmail.com>
parents: 336
diff changeset
   426
        }
336
157819077ee5 Show close icon on active item only.
Alexandre Segura <mex.zktk@gmail.com>
parents: 324
diff changeset
   427
        .list-group-item {
349
6425443f0b12 Change annotations list design.
Alexandre Segura <mex.zktk@gmail.com>
parents: 336
diff changeset
   428
            .list-group-item-heading {
6425443f0b12 Change annotations list design.
Alexandre Segura <mex.zktk@gmail.com>
parents: 336
diff changeset
   429
                font-weight: bold;
6425443f0b12 Change annotations list design.
Alexandre Segura <mex.zktk@gmail.com>
parents: 336
diff changeset
   430
                margin-bottom: 10px;
6425443f0b12 Change annotations list design.
Alexandre Segura <mex.zktk@gmail.com>
parents: 336
diff changeset
   431
            }
336
157819077ee5 Show close icon on active item only.
Alexandre Segura <mex.zktk@gmail.com>
parents: 324
diff changeset
   432
            .close {
157819077ee5 Show close icon on active item only.
Alexandre Segura <mex.zktk@gmail.com>
parents: 324
diff changeset
   433
                display: none;
349
6425443f0b12 Change annotations list design.
Alexandre Segura <mex.zktk@gmail.com>
parents: 336
diff changeset
   434
                line-height: floor(($font-size-small * $headings-line-height));
336
157819077ee5 Show close icon on active item only.
Alexandre Segura <mex.zktk@gmail.com>
parents: 324
diff changeset
   435
            }
157819077ee5 Show close icon on active item only.
Alexandre Segura <mex.zktk@gmail.com>
parents: 324
diff changeset
   436
            &.active .close {
157819077ee5 Show close icon on active item only.
Alexandre Segura <mex.zktk@gmail.com>
parents: 324
diff changeset
   437
                display: block;
157819077ee5 Show close icon on active item only.
Alexandre Segura <mex.zktk@gmail.com>
parents: 324
diff changeset
   438
                color: #fff;
157819077ee5 Show close icon on active item only.
Alexandre Segura <mex.zktk@gmail.com>
parents: 324
diff changeset
   439
            }
349
6425443f0b12 Change annotations list design.
Alexandre Segura <mex.zktk@gmail.com>
parents: 336
diff changeset
   440
            .list-group-item-footer {
6425443f0b12 Change annotations list design.
Alexandre Segura <mex.zktk@gmail.com>
parents: 336
diff changeset
   441
                margin-top: 10px;
6425443f0b12 Change annotations list design.
Alexandre Segura <mex.zktk@gmail.com>
parents: 336
diff changeset
   442
                font-size: $font-size-small;
6425443f0b12 Change annotations list design.
Alexandre Segura <mex.zktk@gmail.com>
parents: 336
diff changeset
   443
                text-align: right;
6425443f0b12 Change annotations list design.
Alexandre Segura <mex.zktk@gmail.com>
parents: 336
diff changeset
   444
            }
336
157819077ee5 Show close icon on active item only.
Alexandre Segura <mex.zktk@gmail.com>
parents: 324
diff changeset
   445
        }
323
55c024fc7c60 Roughly implement annotation navigator.
Alexandre Segura <mex.zktk@gmail.com>
parents: 321
diff changeset
   446
    }
410
a6db5e626850 sizes up panels and get closer to the mockup
duong tam kien <tk@deveha.com>
parents: 406
diff changeset
   447
323
55c024fc7c60 Roughly implement annotation navigator.
Alexandre Segura <mex.zktk@gmail.com>
parents: 321
diff changeset
   448
    .annotation-navigator-canvas {
55c024fc7c60 Roughly implement annotation navigator.
Alexandre Segura <mex.zktk@gmail.com>
parents: 321
diff changeset
   449
        width: 60%;
410
a6db5e626850 sizes up panels and get closer to the mockup
duong tam kien <tk@deveha.com>
parents: 406
diff changeset
   450
        height: 700px;
323
55c024fc7c60 Roughly implement annotation navigator.
Alexandre Segura <mex.zktk@gmail.com>
parents: 321
diff changeset
   451
        padding: 0 15px;
55c024fc7c60 Roughly implement annotation navigator.
Alexandre Segura <mex.zktk@gmail.com>
parents: 321
diff changeset
   452
    }
410
a6db5e626850 sizes up panels and get closer to the mockup
duong tam kien <tk@deveha.com>
parents: 406
diff changeset
   453
323
55c024fc7c60 Roughly implement annotation navigator.
Alexandre Segura <mex.zktk@gmail.com>
parents: 321
diff changeset
   454
    .annotation-navigator-panel {
55c024fc7c60 Roughly implement annotation navigator.
Alexandre Segura <mex.zktk@gmail.com>
parents: 321
diff changeset
   455
        width: 20%;
410
a6db5e626850 sizes up panels and get closer to the mockup
duong tam kien <tk@deveha.com>
parents: 406
diff changeset
   456
        height: 700px;
a6db5e626850 sizes up panels and get closer to the mockup
duong tam kien <tk@deveha.com>
parents: 406
diff changeset
   457
323
55c024fc7c60 Roughly implement annotation navigator.
Alexandre Segura <mex.zktk@gmail.com>
parents: 321
diff changeset
   458
        display: flex;
55c024fc7c60 Roughly implement annotation navigator.
Alexandre Segura <mex.zktk@gmail.com>
parents: 321
diff changeset
   459
        > div, .panel-body {
55c024fc7c60 Roughly implement annotation navigator.
Alexandre Segura <mex.zktk@gmail.com>
parents: 321
diff changeset
   460
            display: flex;
55c024fc7c60 Roughly implement annotation navigator.
Alexandre Segura <mex.zktk@gmail.com>
parents: 321
diff changeset
   461
            flex: 1;
55c024fc7c60 Roughly implement annotation navigator.
Alexandre Segura <mex.zktk@gmail.com>
parents: 321
diff changeset
   462
        }
55c024fc7c60 Roughly implement annotation navigator.
Alexandre Segura <mex.zktk@gmail.com>
parents: 321
diff changeset
   463
        .panel {
55c024fc7c60 Roughly implement annotation navigator.
Alexandre Segura <mex.zktk@gmail.com>
parents: 321
diff changeset
   464
            margin-bottom: 0;
410
a6db5e626850 sizes up panels and get closer to the mockup
duong tam kien <tk@deveha.com>
parents: 406
diff changeset
   465
            overflow-y: auto;
323
55c024fc7c60 Roughly implement annotation navigator.
Alexandre Segura <mex.zktk@gmail.com>
parents: 321
diff changeset
   466
        }
55c024fc7c60 Roughly implement annotation navigator.
Alexandre Segura <mex.zktk@gmail.com>
parents: 321
diff changeset
   467
        .panel-body {
55c024fc7c60 Roughly implement annotation navigator.
Alexandre Segura <mex.zktk@gmail.com>
parents: 321
diff changeset
   468
            flex-direction: column;
414
49a753808505 Display call for contributions on top of collection page, fix item metadata display.
Alexandre Segura <mex.zktk@gmail.com>
parents: 412
diff changeset
   469
            .comment-form {
49a753808505 Display call for contributions on top of collection page, fix item metadata display.
Alexandre Segura <mex.zktk@gmail.com>
parents: 412
diff changeset
   470
                padding: 10px 0;
410
a6db5e626850 sizes up panels and get closer to the mockup
duong tam kien <tk@deveha.com>
parents: 406
diff changeset
   471
            }
323
55c024fc7c60 Roughly implement annotation navigator.
Alexandre Segura <mex.zktk@gmail.com>
parents: 321
diff changeset
   472
        }
55c024fc7c60 Roughly implement annotation navigator.
Alexandre Segura <mex.zktk@gmail.com>
parents: 321
diff changeset
   473
    }
55c024fc7c60 Roughly implement annotation navigator.
Alexandre Segura <mex.zktk@gmail.com>
parents: 321
diff changeset
   474
}
414
49a753808505 Display call for contributions on top of collection page, fix item metadata display.
Alexandre Segura <mex.zktk@gmail.com>
parents: 412
diff changeset
   475
49a753808505 Display call for contributions on top of collection page, fix item metadata display.
Alexandre Segura <mex.zktk@gmail.com>
parents: 412
diff changeset
   476
.annotation-navigator-metadata {
49a753808505 Display call for contributions on top of collection page, fix item metadata display.
Alexandre Segura <mex.zktk@gmail.com>
parents: 412
diff changeset
   477
    margin-bottom: 30px;
49a753808505 Display call for contributions on top of collection page, fix item metadata display.
Alexandre Segura <mex.zktk@gmail.com>
parents: 412
diff changeset
   478
    padding: 0 15px;
49a753808505 Display call for contributions on top of collection page, fix item metadata display.
Alexandre Segura <mex.zktk@gmail.com>
parents: 412
diff changeset
   479
    dl {
49a753808505 Display call for contributions on top of collection page, fix item metadata display.
Alexandre Segura <mex.zktk@gmail.com>
parents: 412
diff changeset
   480
        max-width: 60%;
49a753808505 Display call for contributions on top of collection page, fix item metadata display.
Alexandre Segura <mex.zktk@gmail.com>
parents: 412
diff changeset
   481
        margin: 0 auto;
49a753808505 Display call for contributions on top of collection page, fix item metadata display.
Alexandre Segura <mex.zktk@gmail.com>
parents: 412
diff changeset
   482
        margin-bottom: 20px;
49a753808505 Display call for contributions on top of collection page, fix item metadata display.
Alexandre Segura <mex.zktk@gmail.com>
parents: 412
diff changeset
   483
    }
49a753808505 Display call for contributions on top of collection page, fix item metadata display.
Alexandre Segura <mex.zktk@gmail.com>
parents: 412
diff changeset
   484
}