1 | div.cos{width:100%;height:100%;text-align:center;position:absolute;top:0%;left:0%;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); |
---|
4 | color:rgb(240,240,240);font-size:2em;} |
---|
5 | div.hcolmenu{width:96%;height:5%;position:absolute;top:7%;left:2%;background-color:rgb(240,240,240); |
---|
6 | color:rgb(128,0,0);font-size:1em;} |
---|
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); |
---|
12 | color:rgb(128,0,0);font-size:0.8em;overflow-y:auto;} |
---|
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 */ |
---|
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;} |
---|
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:75%;text-align:center;position:absolute;top:5%;left:0%;background-color:rgb(255,255,255); |
---|
24 | overflow-y:auto;} |
---|
25 | div.valhelp{width:60%;height:75%;text-align:left;position:absolute;top:5%;left:40%;background-color:rgb(240,240,240); |
---|
26 | font-size:0.9em;overflow-y:auto;} |
---|
27 | div.valins{width:100%;height:20%;text-align:left;position:absolute;top:80%;left:0%;background-color:rgb(192,192,192); |
---|
28 | font-size:0.9em;font-family:"monospace";overflow-x:auto} |
---|
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;} |
---|
31 | |
---|
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 | |
---|
35 | /* Environments */ |
---|
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);} |
---|
38 | div.largecodetxt{width:80%;text-align:left;text-indent:0px;background-color:rgb(192,192,192); |
---|
39 | font-size:0.9em;font-family:"Courier New";color:rgb(0,0,0);} |
---|
40 | |
---|
41 | /* Definitions */ |
---|
42 | /* From: http://www.codingforums.com/html-and-css/22962-setting-variables-html.html |
---|
43 | <SCRIPT> |
---|
44 | var ind = " "; |
---|
45 | </SCRIPT> |
---|
46 | */ |
---|
47 | |
---|
48 | /* Resources of the introduction */ |
---|
49 | |
---|
50 | /* Fonts */ |
---|
51 | body.genintro{color:rgb(240,240,240);font-size:1.1em;text-indent:38px} |
---|
52 | |
---|
53 | p.explain{text-align:left;text-indent:38px} |
---|
54 | p.genintro{color:rgb(240,240,240);font-size:1.1em;text-indent:38px} |
---|
55 | |
---|
56 | .codetxt {font-family:"monospace";font-weight:bold;} |
---|
57 | |
---|
58 | /* Link la*/ |
---|
59 | a.la:link {color:rgb(128,128,128);text-decoration:none;} |
---|
60 | a.la:visited {color:rgb(128,128,128);text-decoration:none;} |
---|
61 | a.la:hover {color:rgb(192,192,192);text-decoration:none;font-weight:bold;} |
---|
62 | a.la:active {color:rgb(128,128,128);text-decoration:none;} |
---|
63 | |
---|
64 | /* lists intro */ |
---|
65 | ol.roman {list-style-type: lower-roman;} |
---|
66 | |
---|
67 | /* Resources of the different sub-menus */ |
---|
68 | |
---|
69 | /* Link lc*/ |
---|
70 | a.lc:link {color:rgb(192,0,0);text-decoration:none;} |
---|
71 | a.lc:visited {color:rgb(192,0,0);text-decoration:none;} |
---|
72 | a.lc:hover {color:rgb(128,0,0);text-decoration:none;font-weight:bold;} |
---|
73 | a.lc:active {color:rgb(192,0,0);text-decoration:none;} |
---|
74 | |
---|
75 | /* table */ |
---|
76 | table#t01{ |
---|
77 | font-size:0.7em; |
---|
78 | |
---|
79 | } |
---|