|
Revision 152, 1.5 kB
(checked in by kstemen, 7 years ago)
|
|
Scaling, categorization, and selecting materials have been fixed since Jorge's submission. All code should use db_get_plot_single_values now, but the old function is still around.
|
-
Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 | /* Cuerpo, incluyendo fondo */
|
|---|
| 2 |
|
|---|
| 3 |
|
|---|
| 4 | img#athlon{
|
|---|
| 5 | float: right;
|
|---|
| 6 | }
|
|---|
| 7 |
|
|---|
| 8 |
|
|---|
| 9 |
|
|---|
| 10 |
|
|---|
| 11 |
|
|---|
| 12 | body {
|
|---|
| 13 | margin: 0;
|
|---|
| 14 | padding: 0;
|
|---|
| 15 | font-family: arial, helvetica, verdana, sans-serif;
|
|---|
| 16 | color: #000000;
|
|---|
| 17 | background: #e5e8b2 url(perico.png) no-repeat 0% 0%;
|
|---|
| 18 | /*line-height: 150%;*/
|
|---|
| 19 |
|
|---|
| 20 | }
|
|---|
| 21 |
|
|---|
| 22 | p {
|
|---|
| 23 | text-indent: 2em;
|
|---|
| 24 | }
|
|---|
| 25 |
|
|---|
| 26 | p.noindent {
|
|---|
| 27 | text-indent: 0em;
|
|---|
| 28 | }
|
|---|
| 29 |
|
|---|
| 30 | h1 {
|
|---|
| 31 | margin: 9px 9px 0.5em;
|
|---|
| 32 | padding: 15px 0 5px;
|
|---|
| 33 | text-align: left;
|
|---|
| 34 | background: #d0d0a0;
|
|---|
| 35 | color: #024;
|
|---|
| 36 | letter-spacing: 0.5em;
|
|---|
| 37 | /*text-transform: lowercase; */
|
|---|
| 38 | /*font: bold sans-serif; */
|
|---|
| 39 | /*font-size: 30px;*/
|
|---|
| 40 | /*height: 28px; */
|
|---|
| 41 | vertical-align: middle;
|
|---|
| 42 | white-space: nowrap;
|
|---|
| 43 | border-bottom: 2px dotted black;
|
|---|
| 44 | }
|
|---|
| 45 |
|
|---|
| 46 | h3 {
|
|---|
| 47 | font-size: 150%;
|
|---|
| 48 | font-weight: bold;
|
|---|
| 49 | margin: 1em 0.5em 0;
|
|---|
| 50 | padding: 1em;
|
|---|
| 51 | border-top: 2px dotted black;
|
|---|
| 52 | color: #024;
|
|---|
| 53 | text-decoration: underline;
|
|---|
| 54 | }
|
|---|
| 55 |
|
|---|
| 56 |
|
|---|
| 57 | li {
|
|---|
| 58 | list-style: circle;
|
|---|
| 59 |
|
|---|
| 60 | }
|
|---|
| 61 |
|
|---|
| 62 | .title {
|
|---|
| 63 |
|
|---|
| 64 | /* bit aqui es el pedo */
|
|---|
| 65 |
|
|---|
| 66 | position: relative;
|
|---|
| 67 | left: 3em;
|
|---|
| 68 | padding: 0px 5px 0px 2px;
|
|---|
| 69 | font-style: oblique;
|
|---|
| 70 | font-weight: bold;
|
|---|
| 71 | border: 0.5px solid black;
|
|---|
| 72 | background: #eee9bf
|
|---|
| 73 |
|
|---|
| 74 | }
|
|---|
| 75 |
|
|---|
| 76 |
|
|---|
| 77 | dd {
|
|---|
| 78 | margin-bottom: 0.66em;
|
|---|
| 79 | }
|
|---|
| 80 |
|
|---|
| 81 |
|
|---|
| 82 |
|
|---|
| 83 |
|
|---|
| 84 | hr{
|
|---|
| 85 | display: none;
|
|---|
| 86 | }
|
|---|
| 87 |
|
|---|
| 88 |
|
|---|
| 89 | a{
|
|---|
| 90 | color: #050802;
|
|---|
| 91 | }
|
|---|
| 92 |
|
|---|
| 93 | a:hover{
|
|---|
| 94 | text-decoration:none;
|
|---|
| 95 | }
|
|---|
| 96 |
|
|---|
| 97 |
|
|---|
| 98 |
|
|---|
| 99 |
|
|---|
| 100 |
|
|---|
| 101 |
|
|---|
| 102 |
|
|---|
| 103 | #links {
|
|---|
| 104 | position: absolute;
|
|---|
| 105 | top: 20%;
|
|---|
| 106 | left: 5px;
|
|---|
| 107 | width: 15%;
|
|---|
| 108 | border: 1px solid black;
|
|---|
| 109 | font-size: 80%;
|
|---|
| 110 | padding: 5px 2px 5px 2px;
|
|---|
| 111 | background-color: #e6b33c;
|
|---|
| 112 | float: left;
|
|---|
| 113 |
|
|---|
| 114 | }
|
|---|
| 115 |
|
|---|
| 116 | #main{
|
|---|
| 117 |
|
|---|
| 118 | position: absolute;
|
|---|
| 119 | top: 10%;
|
|---|
| 120 | left:15%;
|
|---|
| 121 | }
|
|---|
| 122 |
|
|---|
| 123 |
|
|---|
| 124 |
|
|---|