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