summaryrefslogtreecommitdiff
path: root/media/sass/_mixins.sass
blob: 36fc8a3f941790f101887a635c3cfd63dc7d7beb (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
46
47
48
49
50
51
52
53
54
55
=small-serif
    font-size= 1.1em
    letter-spacing= 1px
    line-height= 1.2em
    text-transform= uppercase

=tiny-serif
    font-size= .8em
    letter-spacing= 1px
    line-height= 1.2em
    text-transform= uppercase
    
=sm-headline-sans
    font-family= Helvetica,Verdana,sans-serif
    font-size= 1.6em
    line-height= 1.3em
    font-weight= normal
    
=sm-sans
    font-family= Helvetica,Verdana,sans-serif
    font-size= 1em
    font-weight= normal
    
=headline-sans
    font-family= Helvetica,Verdana,sans-serif
    font-size= 2em
    line-height= 1.5em
    font-weight= normal

=transparent_class
    filter:alpha(opacity=90)
    -moz-opacity:0.9
    -khtml-opacity: 0.9
    opacity: 0.9

=transparent_class_light
    filter:alpha(opacity=85)
    -moz-opacity:0.85
    -khtml-opacity: 0.85
    opacity: 0.85

=transparent_class_lighter
    filter:alpha(opacity=65)
    -moz-opacity:0.65
    -khtml-opacity: 0.65
    opacity: 0.65
=transparent_clear
    filter:alpha(opacity=100)
    -moz-opacity:1.0
    -khtml-opacity: 1.0
    opacity: 1.0


!luxagraf_brown = #201a11
!luxagraf_orange = #b53a04