Changeset 1205 in lmdz_wrf for trunk/tools/documentation


Ignore:
Timestamp:
Oct 19, 2016, 12:31:42 PM (9 years ago)
Author:
lfita
Message:

Adding more structure
Fixing no initial page in <IFRAME> environment it is SRC="" !!!

Location:
trunk/tools/documentation
Files:
3 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/documentation/PyNCplot.css

    r1203 r1205  
    11div.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 */
     3div.header{width:96%;height:5%;position:absolute;top:0%;left:2%;background-color:rgb(128,0,0);
    34  color:rgb(240,240,240);font-size:2em;}
    4 div.hcolmenu{width:90%;height:5%;position:absolute;top:10%;left:5%;background-color:rgb(240,240,240);
     5div.hcolmenu{width:96%;height:5%;position:absolute;top:7%;left:2%;background-color:rgb(240,240,240);
    56  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);
     7div.hvalmenu{width:96%;height:86%;position:absolute;top:12%;left:2%;background-color:rgb(128,0,0);
    98  color:rgb(240,240,240);font-size:1em;}
    109
     10/* left_column-page */
     11div.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;}
     13div.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 */
    1117div.valheader{width:100%;height:5%;text-align:center;position:absolute;top:0%;left:0%;background-color:rgb(255,255,255);
    1218  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";}
     19div.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
     23div.valimg{width:40%;height:85%;text-align:center;position:absolute;top:5%;left:0%;background-color:rgb(255,255,255);}
     24div.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}
     26div.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 */
     30div.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 */
     34p.genintro{color:rgb(240,240,240);font-size:3em;}
    1735
    1836/* Link lhc*/
     
    2341
    2442/* 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;}
     43a.lc:link {color:rgb(128,0,0);text-decoration:none;}
     44a.lc:visited {color:rgb(192,0,0);text-decoration:none;}
     45a.lc:hover {color:rgb(128,0,0);text-decoration:none;font-weight:bold;}
     46a.lc:active {color:rgb(128,0,0);text-decoration:none;}
  • trunk/tools/documentation/plotting.html

    r1202 r1205  
    11<HTML>
    22  <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"/>
    44    <LINK REL="stylesheet" TYPE="text/css" HREF="PyNCplot.css"/>
    55  </HEAD>
    66
    77  <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>
    1217  </BODY>
    1318</HTML>
Note: See TracChangeset for help on using the changeset viewer.