summaryrefslogtreecommitdiff
path: root/media/sass/_photos.sass
blob: 5e481f036f1206214449a9ae5a3cf55a8235bb4a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
#photo-archive
    article
        width= !full
        
        h1
            display: none
        
    
ul#photo-galleries
    margin-left= -10px
    li
        float= left
        margin= 10px
        width: 310px
        position: relative
        display: block

    div.figure
        border= 10px !luxagraf_brown solid 
        height= 350px
        img
            border= none
            
    span.legend
        display= block
        color: #888
        padding: 10px 10px 10px 15px
        font-size: 85%
        line-height: 18px
        width: 285px
        background= !luxagraf_brown
        +transparent_class
        position: absolute
        bottom: 0
        left: 0

    h3
        color: #fff        
        padding: 0
        margin= 3px 0
        +tiny-serif
    p
        margin: 0