[MERGE] from upstream
[odoo/odoo.git] / addons / website / static / src / css / website.sass
1 @charset "utf-8"
2
3 .mt128
4     margin-top: 128px !important
5 .mt92
6     margin-top: 92px !important
7 .mt64
8     margin-top: 64px !important
9 .mt48
10     margin-top: 48px !important
11 .mt32
12     margin-top: 32px !important
13 .mt16
14     margin-top: 16px !important
15 .mt8
16     margin-top: 8px !important
17 .mt4
18     margin-top: 4px !important
19 .mt0
20     margin-top: 0px !important
21
22
23 html,body
24     height: 100%
25     box-sizing: border-box
26     position: relative
27
28 #wrap
29     min-height: 100%
30     height: auto !important
31     height: 100%
32     margin: 0 auto -300px
33     padding: 0 0 364px
34     box-sizing: border-box
35
36 footer
37     box-sizing: border-box
38     height: 300px
39     background: rgb(239, 248, 248) // rgb(221, 235, 227)
40     padding-top: 64px
41     padding-bottom: 64px
42     //*
43         color: #1abc9c !important
44
45 .subheader
46     letter-spacing: 3px   
47     font-weight: 300
48
49 header.navbar-fixed-top
50     position: static
51
52 .dark
53     background: rgb(239, 248, 248)
54     padding: 64px
55
56 h5
57     font-weight: bold 
58
59 .nav > .pull-right
60     float: right !important //bugfix for flatly theme
61
62 .navbar .nav > li > p
63     margin-bottom: 0px
64
65 .navbar .nav > li  a
66     text-shadow: none
67
68 .navbar .nav > li  a 
69     float: none
70     padding: 15px 15px 15px
71     color: #ffffff
72     text-decoration: none
73     text-shadow: 0 1px 0 #2c3e50
74
75 .nav > li  a 
76     display: block
77
78 #myCarousel .item
79     min-height: 250px
80     color: white
81