source: extensions/rv_gmaps/trunk/template/windows_13/PWC-OS/pwc-os.css @ 3447

Last change on this file since 3447 was 3447, checked in by rvelices, 15 years ago
  • added RV Map & Earth extension
  • Property svn:eol-style set to LF
File size: 610 bytes
Line 
1body {
2  margin:0;
3  padding:0;
4  overflow: hidden;
5  background: #FFF8DD url(body-bg.png) no-repeat fixed center 10px;
6}         
7
8#dock {
9  position:absolute;
10  bottom:0;
11  left:0;
12  width:100%;
13  height:26px;
14  background:transparent url(dock-bg.gif) repeat-x 0 0;
15  z-index: 100000;     
16}       
17
18.dock_icon {
19  float:left;
20  width:102px;
21  height:21px;
22  margin-top:3px;
23  background: url(button-bg.gif);
24  text-align:center;
25  font-size: 14px;
26  color: #000;
27  line-height: 22px;   
28  margin-right:10px;
29  margin-left:10px;
30}       
31
32#theme {       
33  float:right; 
34  margin-top:3px;
35  margin-right:15px;
36}
Note: See TracBrowser for help on using the repository browser.