]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - include/javascript/yui/build/profilerviewer/assets/skins/sam/profilerviewer-skin.css
Release 6.5.0
[Github/sugarcrm.git] / include / javascript / yui / build / profilerviewer / assets / skins / sam / profilerviewer-skin.css
1 /*
2 Copyright (c) 2011, Yahoo! Inc. All rights reserved.
3 Code licensed under the BSD License:
4 http://developer.yahoo.com/yui/license.html
5 version: 2.9.0
6 */
7 .yui-skin-sam .yui-pv {
8         background-color:#4a4a4a;
9         font-family:arial;
10         position:relative;
11         width:99%;
12         z-index:1000;
13         margin-bottom:1em;
14         overflow:hidden;
15 }
16
17 .yui-skin-sam .yui-pv .hd {
18         background:url(header_background.png) repeat-x;
19         min-height:30px;
20         overflow:hidden;
21         zoom:1;
22         padding:2px 0;
23 }
24
25 .yui-skin-sam .yui-pv .hd h4 {
26         padding:8px 10px;
27         margin:0;
28         font:bold 14px arial;
29         color:#fff;
30 }
31         
32 .yui-skin-sam .yui-pv .hd a {
33         background:#3f6bc3; 
34         font:bold 11px arial; 
35         color:#fff; 
36         padding:4px; 
37         margin:3px 10px 0 0; 
38         border:1px solid #3f567d; 
39         cursor:pointer;
40         display:block;
41         float:right;
42 }
43
44 .yui-skin-sam .yui-pv .hd span {
45         display:none;
46 }
47
48 .yui-skin-sam .yui-pv .hd span.yui-pv-busy {
49         height:18px;
50         width:18px;
51         background:url(wait.gif) no-repeat;
52         overflow:hidden;
53         display:block;
54         float:right;
55         margin:4px 10px 0 0; 
56 }
57
58 .yui-skin-sam .yui-pv .hd:after, 
59 .yui-pv .bd:after, 
60 .yui-skin-sam .yui-pv-chartlegend dl:after {
61         content:'.';visibility:hidden;clear:left;height:0;display:block;
62 }
63
64 .yui-skin-sam .yui-pv .bd {
65         position:relative; 
66         zoom:1; 
67         overflow-x:auto; 
68         overflow-y:hidden;
69 }
70
71 .yui-skin-sam .yui-pv .yui-pv-table {
72         padding:0 10px; 
73         margin:5px 0 10px 0;
74 }
75
76 .yui-skin-sam .yui-pv .yui-pv-table .yui-dt-bd td {
77         color:#eeee5c;
78         font:12px arial;
79 }
80
81 .yui-skin-sam .yui-pv .yui-pv-table tr.yui-dt-odd {
82         background:#929292;
83 }
84
85 .yui-skin-sam .yui-pv .yui-pv-table tr.yui-dt-even {
86         background:#58637a;
87 }
88
89 .yui-skin-sam .yui-pv .yui-pv-table tr.yui-dt-even td.yui-dt-asc, 
90 .yui-skin-sam .yui-pv .yui-pv-table tr.yui-dt-even td.yui-dt-desc {
91         background:#384970;
92 }
93
94 .yui-skin-sam .yui-pv .yui-pv-table tr.yui-dt-odd td.yui-dt-asc, 
95 .yui-skin-sam .yui-pv .yui-pv-table tr.yui-dt-odd td.yui-dt-desc {
96         background:#6F6E6E;
97 }
98
99 .yui-skin-sam .yui-pv .yui-pv-table .yui-dt-hd th {
100         background-image:none;
101         background:#2E2D2D;
102 }
103
104 .yui-skin-sam .yui-pv th.yui-dt-asc .yui-dt-liner {
105         background:transparent url(asc.gif) no-repeat scroll right center;
106 }
107
108 .yui-skin-sam .yui-pv th.yui-dt-desc .yui-dt-liner {
109         background:transparent url(desc.gif) no-repeat scroll right center;
110 }
111
112 .yui-skin-sam .yui-pv .yui-pv-table .yui-dt-hd th a {
113         color:#fff; 
114         font:bold 12px arial;
115 }
116
117 .yui-skin-sam .yui-pv .yui-pv-table .yui-dt-hd th.yui-dt-asc, 
118 .yui-skin-sam .yui-pv .yui-pv-table .yui-dt-hd th.yui-dt-desc {
119         background:#333;
120 }
121
122 .yui-skin-sam .yui-pv-chartcontainer {
123         padding:0 10px;
124 }
125
126 .yui-skin-sam .yui-pv-chart {
127         height:250px; 
128         clear:right; 
129         margin:5px 0 0 0;
130         color:#fff;
131 }
132
133 .yui-skin-sam .yui-pv-chartlegend div {
134         float:right;
135         margin:0 0 0 10px;
136         _width:250px;
137 }
138
139 .yui-skin-sam .yui-pv-chartlegend dl {
140         border:1px solid #999;
141         padding:.2em 0 .2em .5em;
142         zoom:1;
143         margin:5px 0;
144 }
145
146 .yui-skin-sam .yui-pv-chartlegend dt {
147         float:left;
148         display:block; 
149         height:.7em; 
150         width:.7em;  
151         padding:0;
152 }
153
154 .yui-skin-sam .yui-pv-chartlegend dd {
155         float:left; 
156         display:block; 
157         color:#fff; 
158         margin:0 1em 0 .5em; 
159         padding:0; 
160         font:11px arial;
161 }
162
163 .yui-skin-sam .yui-pv-minimized {height:35px;}
164
165 .yui-skin-sam .yui-pv-minimized .bd {top:-3000px;}
166
167 .yui-skin-sam .yui-pv-minimized .hd a.yui-pv-refresh {display:none;}