Merge branch 'master' of https://github.com/praticamentetilde/goBug
This commit is contained in:
commit
c86942007d
4 changed files with 12 additions and 5 deletions
BIN
static/cellaVerde - Copia.png
Normal file
BIN
static/cellaVerde - Copia.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 36 KiB |
BIN
static/cibo.png
Normal file
BIN
static/cibo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 18 KiB |
BIN
static/prova1 - Copia.png
Normal file
BIN
static/prova1 - Copia.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 38 KiB |
|
@ -40,7 +40,6 @@
|
|||
td {
|
||||
background: white;
|
||||
font-size: 12px;
|
||||
font-weight: : 700;
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
width: calc((70vw / {{.larghezza}}) - 3px);
|
||||
|
@ -50,7 +49,8 @@
|
|||
height: 3em;
|
||||
}
|
||||
.cibo {
|
||||
background: #FFFF33;
|
||||
background-image: url("/static/cibo.png");
|
||||
background-size: 100% 100%;
|
||||
padding: 0px;
|
||||
}
|
||||
.razza1 {
|
||||
|
@ -89,6 +89,13 @@
|
|||
height: 1em;
|
||||
display: inline-block;
|
||||
}
|
||||
img{
|
||||
height: 100%
|
||||
}
|
||||
img.batteri{
|
||||
height: 100%
|
||||
|
||||
}
|
||||
</style>
|
||||
<script>
|
||||
reload = function() {
|
||||
|
@ -114,9 +121,9 @@
|
|||
<div id="tb" class="tabella"></div>
|
||||
<div class="legenda">
|
||||
<h1>legenda</h1>
|
||||
<div class="colorsample" style="background-color:#FFFF33"></div> Cibo<br>
|
||||
<div class="colorsample" style="background-color:#00ff00"></div> Razza 1<br>
|
||||
<div class="colorsample" style="background-color:#F00"></div> Razza 2
|
||||
<div class="colorsample"><img src="/static/cibo.png"></div> Cibo<br>
|
||||
<div class="colorsample"><img class="batteri" src="/static/cellaVerde - Copia.png"></div> Razza 1<br>
|
||||
<div class="colorsample"><img class="batteri" src="/static/prova1 - Copia.png"></div> Razza 2
|
||||
</div>
|
||||
</main>
|
||||
|
||||
|
|
Reference in a new issue