client/app/slides/slides.css
author rougeronj
Fri, 29 May 2015 13:38:24 +0200
changeset 105 be1ff4e0593f
parent 95 46ce67c44723
child 106 cb13a9009bf5
permissions -rw-r--r--
remove unused fields in slide editor and show the entire image
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
40
4b3bebe4355d add sanitize function to accept url from the request response - enable edit on dbclick - improve html
rougeronj
parents: 37
diff changeset
     1
.slide {
4b3bebe4355d add sanitize function to accept url from the request response - enable edit on dbclick - improve html
rougeronj
parents: 37
diff changeset
     2
    margin-top: -20px;
4b3bebe4355d add sanitize function to accept url from the request response - enable edit on dbclick - improve html
rougeronj
parents: 37
diff changeset
     3
}
4b3bebe4355d add sanitize function to accept url from the request response - enable edit on dbclick - improve html
rougeronj
parents: 37
diff changeset
     4
4b3bebe4355d add sanitize function to accept url from the request response - enable edit on dbclick - improve html
rougeronj
parents: 37
diff changeset
     5
.slide-title,
4b3bebe4355d add sanitize function to accept url from the request response - enable edit on dbclick - improve html
rougeronj
parents: 37
diff changeset
     6
.slide-nav,
4b3bebe4355d add sanitize function to accept url from the request response - enable edit on dbclick - improve html
rougeronj
parents: 37
diff changeset
     7
.slide-content {
95
46ce67c44723 clean duplicated css
rougeronj
parents: 91
diff changeset
     8
    border-bottom:1px solid grey;
37
81ed4fbb1a64 add save fonction on a slide and update template
rougeronj
parents: 26
diff changeset
     9
}
81ed4fbb1a64 add save fonction on a slide and update template
rougeronj
parents: 26
diff changeset
    10
40
4b3bebe4355d add sanitize function to accept url from the request response - enable edit on dbclick - improve html
rougeronj
parents: 37
diff changeset
    11
.slide-nav{
95
46ce67c44723 clean duplicated css
rougeronj
parents: 91
diff changeset
    12
    padding:10px 0;
46ce67c44723 clean duplicated css
rougeronj
parents: 91
diff changeset
    13
    display: inline-block;
46ce67c44723 clean duplicated css
rougeronj
parents: 91
diff changeset
    14
    width: 100%;
40
4b3bebe4355d add sanitize function to accept url from the request response - enable edit on dbclick - improve html
rougeronj
parents: 37
diff changeset
    15
}
4b3bebe4355d add sanitize function to accept url from the request response - enable edit on dbclick - improve html
rougeronj
parents: 37
diff changeset
    16
4b3bebe4355d add sanitize function to accept url from the request response - enable edit on dbclick - improve html
rougeronj
parents: 37
diff changeset
    17
.slide-content{
95
46ce67c44723 clean duplicated css
rougeronj
parents: 91
diff changeset
    18
    padding:10px 0;
105
be1ff4e0593f remove unused fields in slide editor and show the entire image
rougeronj
parents: 95
diff changeset
    19
    height: 500px;
40
4b3bebe4355d add sanitize function to accept url from the request response - enable edit on dbclick - improve html
rougeronj
parents: 37
diff changeset
    20
}
4b3bebe4355d add sanitize function to accept url from the request response - enable edit on dbclick - improve html
rougeronj
parents: 37
diff changeset
    21
4b3bebe4355d add sanitize function to accept url from the request response - enable edit on dbclick - improve html
rougeronj
parents: 37
diff changeset
    22
.media{
95
46ce67c44723 clean duplicated css
rougeronj
parents: 91
diff changeset
    23
    border-right:1px solid grey;
105
be1ff4e0593f remove unused fields in slide editor and show the entire image
rougeronj
parents: 95
diff changeset
    24
    height: 100%;
be1ff4e0593f remove unused fields in slide editor and show the entire image
rougeronj
parents: 95
diff changeset
    25
    padding: 20px;
be1ff4e0593f remove unused fields in slide editor and show the entire image
rougeronj
parents: 95
diff changeset
    26
}
be1ff4e0593f remove unused fields in slide editor and show the entire image
rougeronj
parents: 95
diff changeset
    27
be1ff4e0593f remove unused fields in slide editor and show the entire image
rougeronj
parents: 95
diff changeset
    28
.media figure{
be1ff4e0593f remove unused fields in slide editor and show the entire image
rougeronj
parents: 95
diff changeset
    29
    display: initial;
40
4b3bebe4355d add sanitize function to accept url from the request response - enable edit on dbclick - improve html
rougeronj
parents: 37
diff changeset
    30
}
4b3bebe4355d add sanitize function to accept url from the request response - enable edit on dbclick - improve html
rougeronj
parents: 37
diff changeset
    31
4b3bebe4355d add sanitize function to accept url from the request response - enable edit on dbclick - improve html
rougeronj
parents: 37
diff changeset
    32
.media img,
4b3bebe4355d add sanitize function to accept url from the request response - enable edit on dbclick - improve html
rougeronj
parents: 37
diff changeset
    33
.media video{
4b3bebe4355d add sanitize function to accept url from the request response - enable edit on dbclick - improve html
rougeronj
parents: 37
diff changeset
    34
    max-height: 100%;
95
46ce67c44723 clean duplicated css
rougeronj
parents: 91
diff changeset
    35
    max-width: 100%;
46ce67c44723 clean duplicated css
rougeronj
parents: 91
diff changeset
    36
    display: block;
46ce67c44723 clean duplicated css
rougeronj
parents: 91
diff changeset
    37
    margin: auto;
105
be1ff4e0593f remove unused fields in slide editor and show the entire image
rougeronj
parents: 95
diff changeset
    38
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.60);
be1ff4e0593f remove unused fields in slide editor and show the entire image
rougeronj
parents: 95
diff changeset
    39
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.60);
be1ff4e0593f remove unused fields in slide editor and show the entire image
rougeronj
parents: 95
diff changeset
    40
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.60);
37
81ed4fbb1a64 add save fonction on a slide and update template
rougeronj
parents: 26
diff changeset
    41
}
81ed4fbb1a64 add save fonction on a slide and update template
rougeronj
parents: 26
diff changeset
    42
81ed4fbb1a64 add save fonction on a slide and update template
rougeronj
parents: 26
diff changeset
    43
.caption {
81ed4fbb1a64 add save fonction on a slide and update template
rougeronj
parents: 26
diff changeset
    44
    color: #000;
81ed4fbb1a64 add save fonction on a slide and update template
rougeronj
parents: 26
diff changeset
    45
    position: static;
81ed4fbb1a64 add save fonction on a slide and update template
rougeronj
parents: 26
diff changeset
    46
    text-shadow: none;
81ed4fbb1a64 add save fonction on a slide and update template
rougeronj
parents: 26
diff changeset
    47
    text-align: left;
95
46ce67c44723 clean duplicated css
rougeronj
parents: 91
diff changeset
    48
    overflow: scroll;
46ce67c44723 clean duplicated css
rougeronj
parents: 91
diff changeset
    49
    height: 100%
37
81ed4fbb1a64 add save fonction on a slide and update template
rougeronj
parents: 26
diff changeset
    50
}
81ed4fbb1a64 add save fonction on a slide and update template
rougeronj
parents: 26
diff changeset
    51
105
be1ff4e0593f remove unused fields in slide editor and show the entire image
rougeronj
parents: 95
diff changeset
    52
.caption hr{
be1ff4e0593f remove unused fields in slide editor and show the entire image
rougeronj
parents: 95
diff changeset
    53
    border-color: grey;
be1ff4e0593f remove unused fields in slide editor and show the entire image
rougeronj
parents: 95
diff changeset
    54
}
be1ff4e0593f remove unused fields in slide editor and show the entire image
rougeronj
parents: 95
diff changeset
    55
37
81ed4fbb1a64 add save fonction on a slide and update template
rougeronj
parents: 26
diff changeset
    56
.original-text {
81ed4fbb1a64 add save fonction on a slide and update template
rougeronj
parents: 26
diff changeset
    57
    font-style: italic;
81ed4fbb1a64 add save fonction on a slide and update template
rougeronj
parents: 26
diff changeset
    58
}
81ed4fbb1a64 add save fonction on a slide and update template
rougeronj
parents: 26
diff changeset
    59
40
4b3bebe4355d add sanitize function to accept url from the request response - enable edit on dbclick - improve html
rougeronj
parents: 37
diff changeset
    60
.user-details textarea.form-control {
37
81ed4fbb1a64 add save fonction on a slide and update template
rougeronj
parents: 26
diff changeset
    61
    height: 140px;
40
4b3bebe4355d add sanitize function to accept url from the request response - enable edit on dbclick - improve html
rougeronj
parents: 37
diff changeset
    62
    margin: 10px 0;
4b3bebe4355d add sanitize function to accept url from the request response - enable edit on dbclick - improve html
rougeronj
parents: 37
diff changeset
    63
}
4b3bebe4355d add sanitize function to accept url from the request response - enable edit on dbclick - improve html
rougeronj
parents: 37
diff changeset
    64
.user-details input.form-control{
95
46ce67c44723 clean duplicated css
rougeronj
parents: 91
diff changeset
    65
    margin: 10px 0;
40
4b3bebe4355d add sanitize function to accept url from the request response - enable edit on dbclick - improve html
rougeronj
parents: 37
diff changeset
    66
}
4b3bebe4355d add sanitize function to accept url from the request response - enable edit on dbclick - improve html
rougeronj
parents: 37
diff changeset
    67
105
be1ff4e0593f remove unused fields in slide editor and show the entire image
rougeronj
parents: 95
diff changeset
    68
.user-details label{
be1ff4e0593f remove unused fields in slide editor and show the entire image
rougeronj
parents: 95
diff changeset
    69
    margin-bottom: 0;
be1ff4e0593f remove unused fields in slide editor and show the entire image
rougeronj
parents: 95
diff changeset
    70
}
be1ff4e0593f remove unused fields in slide editor and show the entire image
rougeronj
parents: 95
diff changeset
    71
40
4b3bebe4355d add sanitize function to accept url from the request response - enable edit on dbclick - improve html
rougeronj
parents: 37
diff changeset
    72
#back{
95
46ce67c44723 clean duplicated css
rougeronj
parents: 91
diff changeset
    73
    float:left;
46ce67c44723 clean duplicated css
rougeronj
parents: 91
diff changeset
    74
    margin: 0 10px;
37
81ed4fbb1a64 add save fonction on a slide and update template
rougeronj
parents: 26
diff changeset
    75
}
81ed4fbb1a64 add save fonction on a slide and update template
rougeronj
parents: 26
diff changeset
    76
40
4b3bebe4355d add sanitize function to accept url from the request response - enable edit on dbclick - improve html
rougeronj
parents: 37
diff changeset
    77
#previous,
4b3bebe4355d add sanitize function to accept url from the request response - enable edit on dbclick - improve html
rougeronj
parents: 37
diff changeset
    78
#next{
95
46ce67c44723 clean duplicated css
rougeronj
parents: 91
diff changeset
    79
    float:right;
46ce67c44723 clean duplicated css
rougeronj
parents: 91
diff changeset
    80
    margin: 0 10px;
40
4b3bebe4355d add sanitize function to accept url from the request response - enable edit on dbclick - improve html
rougeronj
parents: 37
diff changeset
    81
}
4b3bebe4355d add sanitize function to accept url from the request response - enable edit on dbclick - improve html
rougeronj
parents: 37
diff changeset
    82
.user-details p,
4b3bebe4355d add sanitize function to accept url from the request response - enable edit on dbclick - improve html
rougeronj
parents: 37
diff changeset
    83
.user-details h4{
95
46ce67c44723 clean duplicated css
rougeronj
parents: 91
diff changeset
    84
    border: 1px solid #ededed;
46ce67c44723 clean duplicated css
rougeronj
parents: 91
diff changeset
    85
    min-height: 21px;
46ce67c44723 clean duplicated css
rougeronj
parents: 91
diff changeset
    86
    padding: 6px 12px;
46ce67c44723 clean duplicated css
rougeronj
parents: 91
diff changeset
    87
    border-radius: 4px;
40
4b3bebe4355d add sanitize function to accept url from the request response - enable edit on dbclick - improve html
rougeronj
parents: 37
diff changeset
    88
}
4b3bebe4355d add sanitize function to accept url from the request response - enable edit on dbclick - improve html
rougeronj
parents: 37
diff changeset
    89
4b3bebe4355d add sanitize function to accept url from the request response - enable edit on dbclick - improve html
rougeronj
parents: 37
diff changeset
    90
.user-details p.description{
95
46ce67c44723 clean duplicated css
rougeronj
parents: 91
diff changeset
    91
    min-height: 140px;
37
81ed4fbb1a64 add save fonction on a slide and update template
rougeronj
parents: 26
diff changeset
    92
}