653aa07e0c26a14b3b5d56981b1d48d9d6a15bfe
[philo.git] / philo / contrib / gilbert / static / gilbert / murano / sass / murano / _core.scss
1 $include-default: false;
2 $scope-reset-css: false;
3
4 body{
5         background:#CCC url('http://apod.nasa.gov/apod/image/1010/LagoonClose_hst.jpg') center center repeat fixed;
6         text-shadow: 0 -1px 0 rgba(0,0,0,.25);
7 }
8
9 /* WAT IS THIS I DON'T EVEN  *
10  * ------------------------- */
11
12 .x-border-layout-ct{
13         background: transparent !important;
14 }
15
16 .x-css-shadow{
17         display:none !important;
18 }
19
20 .x-tool img{
21     background-image: theme-image($theme-name, 'tools/tool-sprites.png') !important;
22 }
23
24 .x-layout-split-left {
25     background: theme-image($theme-name, 'util/splitter/mini-left.png') no-repeat top right !important;
26 }
27
28 .x-layout-split-right {
29     background: theme-image($theme-name, 'util/splitter/mini-right.png') no-repeat top left !important;
30 }
31
32 .x-layout-split-top {
33     background: theme-image($theme-name, 'util/splitter/mini-bottom.png') no-repeat top left !important;
34 }
35
36 .x-layout-split-bottom {
37     background: theme-image($theme-name, 'util/splitter/mini-top.png') no-repeat top left !important;
38 }
39
40 .x-splitter-collapsed {
41     .x-layout-split-left {
42         background: theme-image($theme-name, 'util/splitter/mini-right.png') no-repeat top left !important;
43     }
44
45     .x-layout-split-right {
46         background: theme-image($theme-name, 'util/splitter/mini-left.png') no-repeat top right !important;
47     }
48
49     .x-layout-split-top {
50         background: theme-image($theme-name, 'util/splitter/mini-top.png') no-repeat top left !important;
51     }
52
53     .x-layout-split-bottom {
54         background: theme-image($theme-name, 'util/splitter/mini-bottom.png') no-repeat top left !important;
55     }
56 }
57
58
59 /* VARIABLES THAT $include-default: false; DOES NOT GET RID OF *
60  * ----------------------------------------------------------- */
61
62 $font-family: "Lucida Grande", "Lucida Sans", Tahoma, Verdana, sans-serif;
63 $font-size: 12px;
64 $color: $base-text-color;
65 $datepicker-tool-sprite-image: 'tools/tool-sprites.png';