summaryrefslogtreecommitdiff
path: root/media/sass/_oldmixins.sass
blob: b6b1ca1adc87bd9612af8445d78d6d63b634fc73 (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
56
57
58
=small-serif
  font-size: 1.1em
  letter-spacing: 1px
  line-height: 1.2em

=tiny-serif
  font-size: 0.8em
  letter-spacing: 1px
  line-height: 1.2em
  text-transform: uppercase

=sm-headline-sans
  font-family: Helvetica, Verdana, sans-serif
  font-size: 24px
  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
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"
  filter: alpha(opacity = 90)
  -moz-opacity: 0.9
  -khtml-opacity: 0.9
  opacity: 0.9

=transparent_class_light
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)"
  filter: alpha(opacity = 85)
  -moz-opacity: 0.85
  -khtml-opacity: 0.85
  opacity: 0.85

=transparent_class_lighter
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)"
  filter: alpha(opacity = 65)
  -moz-opacity: 0.65
  -khtml-opacity: 0.65
  opacity: 0.65

=transparent_clear
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
  filter: alpha(opacity = 100)
  -moz-opacity: 1
  -khtml-opacity: 1
  opacity: 1

$luxagraf_brown: #201a11
$luxagraf_orange: #b53a04