move a few things away in to-be-integrated/
[myslice.git] / to-be-integrated / plugins / pres_view / static / css / pres_view.css
1 html {
2         height: 100%;
3 }
4
5 body {
6         /*margin: 15px;*/
7         text-align: center;
8         background-color: #FFFFFF;/*E3E1DD;*/
9         height: 100%;
10         overflow-y: hidden;
11 }
12 /*
13 body, th, td {
14         font-size: 11px;
15         font-family: Arial, Helvetica, Sans-Serif;
16 }
17 */
18 h2 {
19         color: #A04641;
20 }
21 h3 {
22         color: #666666;
23         text-transform: uppercase;
24         border-bottom: 1px solid;
25 }
26 h4 {
27         margin: 0px;
28 }
29 #sbar #accordion h3, #sbar .accordionfix h3 {
30         text-transform: capitalize;
31         color: inherit;
32         padding: 5px;
33         padding-left: 25px;
34         cursor: pointer;
35 }
36 #sbar .accordionfix h3 {
37         border-bottom: 0px;
38         cursor: default;
39 }
40 #sbar #accordion div.sbar_cont, #sbar .accordionfix div.sbar_cont {
41         padding: 10px;
42 }
43 #sbar .accordionfix div.sbar_cont {
44         border-top: 0px;
45 }
46 b, strong {
47         color: #396A92;
48 }
49 img {
50         border: 0px;
51 }
52 .clear {
53         clear: both;
54 }
55
56 #wrapper {
57         margin: 0px auto;
58         /*width: 90%;*/
59         min-width: 910px;
60         background-color: #FFFFFF;
61         /*height: 90%;*/
62 }
63 #wrapper #gmaps {
64         width: 70%;
65         min-width: 600px;
66         float: left;
67         min-height: 100%;
68         height: auto !important;
69         height: 100%;
70 }
71 #wrapper #sbar {
72         width: 28.7%;
73         float: right;
74         text-align: left;
75         padding: 5px;
76 }
77 #statusbar {
78         text-align: left;
79         color: #333;
80         font-size: 10px;
81         padding: 2px 10px;
82         border-top: 1px #CCC solid;
83         min-height: 15px;
84         background-color: #FFFFFF;
85 }
86 #interval_animation {
87         margin: 5px;
88 }
89 .tooltip {
90         display: none;
91         position: absolute;
92         border: 1px solid #333;
93         background-color: #161616;
94         border-radius: 5px;
95         padding: 10px;
96         color: #fff;
97         font-size: 10px;
98         font-family: Arial, Helvetica, sans-serif;
99 }