[1199] | 1 | div.cos{width:100%;height:100%;text-align:center;position:absolute;top:0%;left:0%;background-color:rgb(128,0,0)} |
---|
[1205] | 2 | /* index page */ |
---|
| 3 | div.header{width:96%;height:5%;position:absolute;top:0%;left:2%;background-color:rgb(128,0,0); |
---|
[1199] | 4 | color:rgb(240,240,240);font-size:2em;} |
---|
[1205] | 5 | div.hcolmenu{width:96%;height:5%;position:absolute;top:7%;left:2%;background-color:rgb(240,240,240); |
---|
[1199] | 6 | color:rgb(128,0,0);font-size:1em;} |
---|
[1205] | 7 | div.hvalmenu{width:96%;height:86%;position:absolute;top:12%;left:2%;background-color:rgb(128,0,0); |
---|
| 8 | color:rgb(240,240,240);font-size:1em;} |
---|
| 9 | |
---|
| 10 | /* left_column-page */ |
---|
| 11 | div.colmenu{width:16%;height:100%;position:absolute;top:0%;left:0%;background-color:rgb(240,240,240); |
---|
[1203] | 12 | color:rgb(128,0,0);font-size:0.8em;} |
---|
[1205] | 13 | div.valmenu{width:84%;height:100%;position:absolute;top:0%;left:16%;background-color:rgb(128,0,0); |
---|
[1199] | 14 | color:rgb(240,240,240);font-size:1em;} |
---|
| 15 | |
---|
[1205] | 16 | /* Plotting page */ |
---|
[1199] | 17 | div.valheader{width:100%;height:5%;text-align:center;position:absolute;top:0%;left:0%;background-color:rgb(255,255,255); |
---|
| 18 | font-size:1.2em;} |
---|
[1205] | 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;} |
---|
[1199] | 22 | |
---|
[1352] | 23 | div.valimg{width:40%;height:75%;text-align:center;position:absolute;top:5%;left:0%;background-color:rgb(255,255,255); |
---|
| 24 | overflow-y:auto;} |
---|
[1231] | 25 | div.valhelp{width:60%;height:75%;text-align:left;position:absolute;top:5%;left:40%;background-color:rgb(240,240,240); |
---|
[1352] | 26 | font-size:0.9em;overflow-y:auto;} |
---|
[1231] | 27 | div.valins{width:100%;height:20%;text-align:left;position:absolute;top:80%;left:0%;background-color:rgb(192,192,192); |
---|
[1210] | 28 | font-size:0.9em;font-family:"monospace";overflow-x:auto} |
---|
[1262] | 29 | div.valgallery{width:100%;height:95%;text-align:center;position:absolute;top:5%;left:0%;background-color:rgb(255,255,255); |
---|
| 30 | font-size:1.2em;overflow-y:auto;} |
---|
[1205] | 31 | |
---|
[1216] | 32 | div.license{width:100%;height:2%;text-align:right;position:absolute;bottom:0%;left:0%; |
---|
| 33 | color:rgb(240,240,240);font-size:0.7em;} |
---|
| 34 | |
---|
[1205] | 35 | /* Environments */ |
---|
[1273] | 36 | div.codetxt{width:80%;height:10%;text-align:left;text-indent:0px;background-color:rgb(192,192,192); |
---|
| 37 | font-size:0.9em;font-family:"Courier New";color:rgb(0,0,0);} |
---|
[1205] | 38 | |
---|
[1223] | 39 | /* Definitions */ |
---|
| 40 | /* From: http://www.codingforums.com/html-and-css/22962-setting-variables-html.html |
---|
| 41 | <SCRIPT> |
---|
| 42 | var ind = " "; |
---|
| 43 | </SCRIPT> |
---|
| 44 | */ |
---|
| 45 | |
---|
[1210] | 46 | /* Resources of the introduction */ |
---|
| 47 | |
---|
[1205] | 48 | /* Fonts */ |
---|
[1210] | 49 | body.genintro{color:rgb(240,240,240);font-size:1.1em;text-indent:38px} |
---|
[1205] | 50 | |
---|
[1223] | 51 | p.explain{text-align:left;text-indent:38px} |
---|
[1210] | 52 | p.genintro{color:rgb(240,240,240);font-size:1.1em;text-indent:38px} |
---|
[1223] | 53 | |
---|
[1210] | 54 | .codetxt {font-family:"monospace";font-weight:bold;} |
---|
[1203] | 55 | |
---|
[1210] | 56 | /* Link la*/ |
---|
| 57 | a.la:link {color:rgb(128,128,128);text-decoration:none;} |
---|
| 58 | a.la:visited {color:rgb(128,128,128);text-decoration:none;} |
---|
| 59 | a.la:hover {color:rgb(192,192,192);text-decoration:none;font-weight:bold;} |
---|
| 60 | a.la:active {color:rgb(128,128,128);text-decoration:none;} |
---|
| 61 | |
---|
| 62 | /* lists intro */ |
---|
| 63 | ol.roman {list-style-type: lower-roman;} |
---|
| 64 | |
---|
| 65 | /* Resources of the different sub-menus */ |
---|
| 66 | |
---|
[1203] | 67 | /* Link lc*/ |
---|
[1210] | 68 | a.lc:link {color:rgb(192,0,0);text-decoration:none;} |
---|
[1205] | 69 | a.lc:visited {color:rgb(192,0,0);text-decoration:none;} |
---|
| 70 | a.lc:hover {color:rgb(128,0,0);text-decoration:none;font-weight:bold;} |
---|
[1210] | 71 | a.lc:active {color:rgb(192,0,0);text-decoration:none;} |
---|
| 72 | |
---|
[1352] | 73 | /* table */ |
---|
| 74 | table#t01{ |
---|
| 75 | font-size:0.7em; |
---|
| 76 | |
---|
| 77 | } |
---|