Changeset 1205 in lmdz_wrf for trunk/tools/documentation
- Timestamp:
- Oct 19, 2016, 12:31:42 PM (9 years ago)
- Location:
- trunk/tools/documentation
- Files:
-
- 3 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/documentation/PyNCplot.css
r1203 r1205 1 1 div.cos{width:100%;height:100%;text-align:center;position:absolute;top:0%;left:0%;background-color:rgb(128,0,0)} 2 div.header{width:90%;height:5%;position:absolute;top:5%;left:5%;background-color:rgb(128,0,0); 2 /* index page */ 3 div.header{width:96%;height:5%;position:absolute;top:0%;left:2%;background-color:rgb(128,0,0); 3 4 color:rgb(240,240,240);font-size:2em;} 4 div.hcolmenu{width:9 0%;height:5%;position:absolute;top:10%;left:5%;background-color:rgb(240,240,240);5 div.hcolmenu{width:96%;height:5%;position:absolute;top:7%;left:2%;background-color:rgb(240,240,240); 5 6 color:rgb(128,0,0);font-size:1em;} 6 div.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:0.8em;} 8 div.valmenu{width:80%;height:100%;position:absolute;top:15%;left:15%;background-color:rgb(128,0,0); 7 div.hvalmenu{width:96%;height:86%;position:absolute;top:12%;left:2%;background-color:rgb(128,0,0); 9 8 color:rgb(240,240,240);font-size:1em;} 10 9 10 /* left_column-page */ 11 div.colmenu{width:16%;height:100%;position:absolute;top:0%;left:0%;background-color:rgb(240,240,240); 12 color:rgb(128,0,0);font-size:0.8em;} 13 div.valmenu{width:84%;height:100%;position:absolute;top:0%;left:16%;background-color:rgb(128,0,0); 14 color:rgb(240,240,240);font-size:1em;} 15 16 /* Plotting page */ 11 17 div.valheader{width:100%;height:5%;text-align:center;position:absolute;top:0%;left:0%;background-color:rgb(255,255,255); 12 18 font-size:1.2em;} 13 div.valimg{width:40%;height:65%;text-align:center;position:absolute;top:5%;left:0%;background-color:rgb(255,255,255);} 14 div.valhelp{width:60%;height:65%;text-align:center;position:absolute;top:5%;left:40%;background-color:rgb(240,240,240);} 15 div.valins{width:100%;height:10%;text-align:left;position:absolute;bottom:20%;left:0%;background-color:rgb(255,255,255); 16 font-size:0.8em;font-family:"Courier New";} 19 div.valintro{width:100%;height:95%;text-align:left;position:absolute;top:5%;left:0%; 20 background-color:rgb(255,255,255);overflow-y:auto; 21 color:rgb(0,0,0);font-size:0.9em;} 22 23 div.valimg{width:40%;height:85%;text-align:center;position:absolute;top:5%;left:0%;background-color:rgb(255,255,255);} 24 div.valhelp{width:60%;height:85%;text-align:center;position:absolute;top:5%;left:40%;background-color:rgb(240,240,240); 25 font-size:0.9em;overflow-y:auto} 26 div.valins{width:100%;height:10%;text-align:left;position:absolute;bottom:10%;left:0%;background-color:rgb(192,192,192); 27 font-size:0.9em;font-family:"Courier New";overflow-x:auto} 28 29 /* Environments */ 30 div.codetxt{width:80%;height:10%;text-align:left;background-color:rgb(192,192,192); 31 font-size:0.9em;font-family:"Courier New";} 32 33 /* Fonts */ 34 p.genintro{color:rgb(240,240,240);font-size:3em;} 17 35 18 36 /* Link lhc*/ … … 23 41 24 42 /* Link lc*/ 25 a.lc:link {color:rgb(128,0,0);text-decoration:none; font-size:0.8em;}26 a.lc:visited {color:rgb(192,0,0);text-decoration:none; font-size:0.8em;}27 a.lc:hover {color:rgb(128,0,0);text-decoration:none;font-weight:bold; font-size:0.8em;}28 a.lc:active {color:rgb(128,0,0);text-decoration:none; font-size:0.8em;}43 a.lc:link {color:rgb(128,0,0);text-decoration:none;} 44 a.lc:visited {color:rgb(192,0,0);text-decoration:none;} 45 a.lc:hover {color:rgb(128,0,0);text-decoration:none;font-weight:bold;} 46 a.lc:active {color:rgb(128,0,0);text-decoration:none;} -
trunk/tools/documentation/plotting.html
r1202 r1205 1 1 <HTML> 2 2 <HEAD> 3 <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=utf-8" >3 <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=utf-8"/> 4 4 <LINK REL="stylesheet" TYPE="text/css" HREF="PyNCplot.css"/> 5 5 </HEAD> 6 6 7 7 <BODY> 8 <A CLASS="lc" HREF="2Dshad.html" TARGET="value">2D shadow</A><BR> 9 <A CLASS="lc" HREF="2Dshad_time.html" TARGET="value">2D shadow time</A><BR> 10 <A CLASS="lc" HREF="2Dshad_cont.html" TARGET="value">2D shadow contour</A><BR> 11 <A CLASS="lc" HREF="2Dshad_cont_time.html" TARGET="value">2D shadow contour time</A><BR> 8 <DIV CLASS="colmenu"> 9 <A CLASS="lc" HREF="2Dshad.html" TARGET="value">2D shadow</A><BR> 10 <A CLASS="lc" HREF="2Dshad_time.html" TARGET="value">2D shadow time</A><BR> 11 <A CLASS="lc" HREF="2Dshad_cont.html" TARGET="value">2D shadow contour</A><BR> 12 <A CLASS="lc" HREF="2Dshad_cont_time.html" TARGET="value">2D shadow contour time</A><BR> 13 </DIV> 14 <DIV CLASS="valmenu"> 15 <IFRAME SRC="intro_plotting.html" NAME="value" FRAMEBORDER=0 WIDTH="100%" HEIGHT="100%"></IFRAME> 16 </DIV> 12 17 </BODY> 13 18 </HTML>
Note: See TracChangeset
for help on using the changeset viewer.