source: lmdz_wrf/trunk/tools/documentation/PyNCplot.css @ 1199

Last change on this file since 1199 was 1199, checked in by lfita, 9 years ago

Adding documentation!

File size: 1.4 KB
Line 
1div.cos{width:100%;height:100%;text-align:center;position:absolute;top:0%;left:0%;background-color:rgb(128,0,0)}
2div.header{width:90%;height:5%;position:absolute;top:5%;left:5%;background-color:rgb(128,0,0);
3  color:rgb(240,240,240);font-size:2em;}
4div.hcolmenu{width:90%;height:5%;position:absolute;top:10%;left:5%;background-color:rgb(240,240,240);
5  color:rgb(128,0,0);font-size:1em;}
6div.colmenu{width:10%;height:80%;position:absolute;top:15%;left:5%;background-color:rgb(240,240,240);
7  color:rgb(128,0,0);font-size:1em;}
8div.valmenu{width:80%;height:100%;position:absolute;top:15%;left:15%;background-color:rgb(128,0,0);
9  color:rgb(240,240,240);font-size:1em;}
10
11div.valheader{width:100%;height:5%;text-align:center;position:absolute;top:0%;left:0%;background-color:rgb(255,255,255);
12  font-size:1.2em;}
13div.valimg{width:40%;height:65%;text-align:center;position:absolute;top:5%;left:0%;background-color:rgb(255,255,255);}
14div.valhelp{width:60%;height:65%;text-align:center;position:absolute;top:5%;left:40%;background-color:rgb(240,240,240);}
15div.valins{width:100%;height:10%;text-align:left;position:absolute;bottom:20%;left:0%;background-color:rgb(255,255,255);}
16
17/* Link lhc*/
18a.lhc:link {color:rgb(128,0,0);text-decoration:none;}
19a.lhc:visited {color:rgb(192,0,0);text-decoration:none;}
20a.lhc:hover {color:rgb(128,0,0);text-decoration:none;font-weight:bold;}
21a.lhc:active {color:rgb(128,0,0);text-decoration:none;}
Note: See TracBrowser for help on using the repository browser.