cms/app-client/app/styles/tabs/chrono.scss
author Chloe Laisne <chloe.laisne@gmail.com>
Tue, 18 Oct 2016 14:38:20 +0530
changeset 351 c69dcc3b0524
parent 316 fb11295ef666
child 363 eac9e4eb75c7
permissions -rw-r--r--
New colors player and playlist
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
316
fb11295ef666 Add instructions to chronology
Chloe Laisne <chloe.laisne@gmail.com>
parents: 244
diff changeset
     1
#tabs-chrono p {
fb11295ef666 Add instructions to chronology
Chloe Laisne <chloe.laisne@gmail.com>
parents: 244
diff changeset
     2
    padding: 0px 20px;
fb11295ef666 Add instructions to chronology
Chloe Laisne <chloe.laisne@gmail.com>
parents: 244
diff changeset
     3
    text-align: center;
fb11295ef666 Add instructions to chronology
Chloe Laisne <chloe.laisne@gmail.com>
parents: 244
diff changeset
     4
    margin: 25px 0px 50px 0px;
fb11295ef666 Add instructions to chronology
Chloe Laisne <chloe.laisne@gmail.com>
parents: 244
diff changeset
     5
    line-height: 22px;
fb11295ef666 Add instructions to chronology
Chloe Laisne <chloe.laisne@gmail.com>
parents: 244
diff changeset
     6
}
fb11295ef666 Add instructions to chronology
Chloe Laisne <chloe.laisne@gmail.com>
parents: 244
diff changeset
     7
fb11295ef666 Add instructions to chronology
Chloe Laisne <chloe.laisne@gmail.com>
parents: 244
diff changeset
     8
#chrono-table {
244
d7ab83ecf737 Checked/indeterminate states with /langues endpoint checkboxes
Chloe Laisne <chloe.laisne@gmail.com>
parents: 235
diff changeset
     9
    line-height: 43px;
195
9d083636bd99 Layout and style of the /chronologie endpoint
Chloe Laisne <chloe.laisne@gmail.com>
parents: 98
diff changeset
    10
}
9d083636bd99 Layout and style of the /chronologie endpoint
Chloe Laisne <chloe.laisne@gmail.com>
parents: 98
diff changeset
    11
9d083636bd99 Layout and style of the /chronologie endpoint
Chloe Laisne <chloe.laisne@gmail.com>
parents: 98
diff changeset
    12
#chrono-table .interval {
9d083636bd99 Layout and style of the /chronologie endpoint
Chloe Laisne <chloe.laisne@gmail.com>
parents: 98
diff changeset
    13
    margin-bottom: 5px;
244
d7ab83ecf737 Checked/indeterminate states with /langues endpoint checkboxes
Chloe Laisne <chloe.laisne@gmail.com>
parents: 235
diff changeset
    14
    overflow: hidden;
98
2e6bfce6f99c add details tab for perma-link to documents
nowmad@23.1.168.192.in-addr.arpa
parents: 68
diff changeset
    15
}
2e6bfce6f99c add details tab for perma-link to documents
nowmad@23.1.168.192.in-addr.arpa
parents: 68
diff changeset
    16
234
c928f6190771 Select row in chronology
Chloe Laisne <chloe.laisne@gmail.com>
parents: 225
diff changeset
    17
#chrono-table .decades {
225
5e3cd85cde06 More sass variables
Chloe Laisne <chloe.laisne@gmail.com>
parents: 224
diff changeset
    18
    color: $medium-grey;
216
c174124d1849 /discours and /chrono design changes
Chloe Laisne <chloe.laisne@gmail.com>
parents: 195
diff changeset
    19
    font-size: 13px;
c174124d1849 /discours and /chrono design changes
Chloe Laisne <chloe.laisne@gmail.com>
parents: 195
diff changeset
    20
}
c174124d1849 /discours and /chrono design changes
Chloe Laisne <chloe.laisne@gmail.com>
parents: 195
diff changeset
    21
316
fb11295ef666 Add instructions to chronology
Chloe Laisne <chloe.laisne@gmail.com>
parents: 244
diff changeset
    22
#chrono-table input {
fb11295ef666 Add instructions to chronology
Chloe Laisne <chloe.laisne@gmail.com>
parents: 244
diff changeset
    23
    margin: 0;
fb11295ef666 Add instructions to chronology
Chloe Laisne <chloe.laisne@gmail.com>
parents: 244
diff changeset
    24
}
fb11295ef666 Add instructions to chronology
Chloe Laisne <chloe.laisne@gmail.com>
parents: 244
diff changeset
    25
98
2e6bfce6f99c add details tab for perma-link to documents
nowmad@23.1.168.192.in-addr.arpa
parents: 68
diff changeset
    26
#chrono-table ul {
316
fb11295ef666 Add instructions to chronology
Chloe Laisne <chloe.laisne@gmail.com>
parents: 244
diff changeset
    27
    list-style: none;
fb11295ef666 Add instructions to chronology
Chloe Laisne <chloe.laisne@gmail.com>
parents: 244
diff changeset
    28
    text-align: center;
195
9d083636bd99 Layout and style of the /chronologie endpoint
Chloe Laisne <chloe.laisne@gmail.com>
parents: 98
diff changeset
    29
    margin: 0px;
9d083636bd99 Layout and style of the /chronologie endpoint
Chloe Laisne <chloe.laisne@gmail.com>
parents: 98
diff changeset
    30
    padding: 0px;
9d083636bd99 Layout and style of the /chronologie endpoint
Chloe Laisne <chloe.laisne@gmail.com>
parents: 98
diff changeset
    31
    font-size: 0px;
9d083636bd99 Layout and style of the /chronologie endpoint
Chloe Laisne <chloe.laisne@gmail.com>
parents: 98
diff changeset
    32
    display: inline-block;
9d083636bd99 Layout and style of the /chronologie endpoint
Chloe Laisne <chloe.laisne@gmail.com>
parents: 98
diff changeset
    33
    float: right;
44
6e2c500adca0 update css
nowmad@nowmads-macbook-pro.local
parents:
diff changeset
    34
}
6e2c500adca0 update css
nowmad@nowmads-macbook-pro.local
parents:
diff changeset
    35
98
2e6bfce6f99c add details tab for perma-link to documents
nowmad@23.1.168.192.in-addr.arpa
parents: 68
diff changeset
    36
#chrono-table li {
316
fb11295ef666 Add instructions to chronology
Chloe Laisne <chloe.laisne@gmail.com>
parents: 244
diff changeset
    37
    width: 45px;
fb11295ef666 Add instructions to chronology
Chloe Laisne <chloe.laisne@gmail.com>
parents: 244
diff changeset
    38
    height: 45px;
195
9d083636bd99 Layout and style of the /chronologie endpoint
Chloe Laisne <chloe.laisne@gmail.com>
parents: 98
diff changeset
    39
    text-align: center;
9d083636bd99 Layout and style of the /chronologie endpoint
Chloe Laisne <chloe.laisne@gmail.com>
parents: 98
diff changeset
    40
    vertical-align: middle;
9d083636bd99 Layout and style of the /chronologie endpoint
Chloe Laisne <chloe.laisne@gmail.com>
parents: 98
diff changeset
    41
    display: inline-block;
9d083636bd99 Layout and style of the /chronologie endpoint
Chloe Laisne <chloe.laisne@gmail.com>
parents: 98
diff changeset
    42
    margin: 0px 0px 0px 5px;
9d083636bd99 Layout and style of the /chronologie endpoint
Chloe Laisne <chloe.laisne@gmail.com>
parents: 98
diff changeset
    43
    cursor: pointer;
244
d7ab83ecf737 Checked/indeterminate states with /langues endpoint checkboxes
Chloe Laisne <chloe.laisne@gmail.com>
parents: 235
diff changeset
    44
    background-color: $light-blue;
d7ab83ecf737 Checked/indeterminate states with /langues endpoint checkboxes
Chloe Laisne <chloe.laisne@gmail.com>
parents: 235
diff changeset
    45
    color: $medium-blue;
195
9d083636bd99 Layout and style of the /chronologie endpoint
Chloe Laisne <chloe.laisne@gmail.com>
parents: 98
diff changeset
    46
    font-size: 12px;
9d083636bd99 Layout and style of the /chronologie endpoint
Chloe Laisne <chloe.laisne@gmail.com>
parents: 98
diff changeset
    47
    box-sizing: border-box;
44
6e2c500adca0 update css
nowmad@nowmads-macbook-pro.local
parents:
diff changeset
    48
}
6e2c500adca0 update css
nowmad@nowmads-macbook-pro.local
parents:
diff changeset
    49
98
2e6bfce6f99c add details tab for perma-link to documents
nowmad@23.1.168.192.in-addr.arpa
parents: 68
diff changeset
    50
#chrono-table li.highlighted {
224
d284324358b2 Remplace hexadecimal codes with sass variables
Chloe Laisne <chloe.laisne@gmail.com>
parents: 223
diff changeset
    51
    color: $light-white;
223
2457942e7453 Colors to variables
Chloe Laisne <chloe.laisne@gmail.com>
parents: 216
diff changeset
    52
    background-color: $medium-blue;
44
6e2c500adca0 update css
nowmad@nowmads-macbook-pro.local
parents:
diff changeset
    53
}