...
This commit is contained in:
parent
2d23868971
commit
f6ae09f543
7 changed files with 34 additions and 1 deletions
|
@ -290,9 +290,24 @@ img {
|
|||
right: 9px;
|
||||
z-index: 3;
|
||||
}
|
||||
|
||||
.ghost {
|
||||
display: block;
|
||||
}
|
||||
#bmenu {
|
||||
display: none;
|
||||
background-color: rgba(0,0,0,0.85);
|
||||
color: white;
|
||||
position: fixed;
|
||||
top: auto;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 40px;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
z-index: 3;
|
||||
}
|
||||
#mctrl {
|
||||
display: none;
|
||||
}
|
||||
|
@ -366,6 +381,19 @@ img {
|
|||
border: 0;
|
||||
padding: 0;
|
||||
}
|
||||
#bmenu {
|
||||
display: block;
|
||||
}
|
||||
#pagesel {
|
||||
position: fixed;
|
||||
top: auto;
|
||||
right: auto;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
bottom: 9px;
|
||||
text-align: center;
|
||||
z-index: 4;
|
||||
}
|
||||
}
|
||||
@media only screen and (max-width:400pt) {
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ if (array_key_exists('advc',$_GET)) {
|
|||
$_GET['advc']=0;
|
||||
}
|
||||
|
||||
//non spostarli sopra sennò gettext non funge (css si può anche ma tanto vale tenere insieme)
|
||||
//non spostarli sopra sennò gettext non funge (css si può anche, ma tanto vale tenere insieme)
|
||||
echo('<link rel="stylesheet" type="text/css" href="'.$prepath.'custard.css?v='.$cjrand.'">'.N);
|
||||
echo('<script language="JavaScript">
|
||||
var dbgsh=false;
|
||||
|
|
|
@ -14,6 +14,7 @@
|
|||
</section>
|
||||
</div>
|
||||
</div>
|
||||
<div id="bmenu"></div>
|
||||
<div class="transrfh">
|
||||
This translation from english language needs some revisions and additions, please click <a href="https://pad.cisti.org/p/MastostartTransRevEnCa" target="_blank">here</a> if you’d like to help
|
||||
</div>
|
||||
|
|
|
@ -12,6 +12,7 @@
|
|||
<h3>Instances</h3>
|
||||
<?php require('custard.php'); ?>
|
||||
</section>
|
||||
<div id="bmenu"></div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -14,6 +14,7 @@
|
|||
</section>
|
||||
</div>
|
||||
</div>
|
||||
<div id="bmenu"></div>
|
||||
<!--
|
||||
<div class="transrfh">
|
||||
This translation from english language needs some revisions and additions, please click <a href="https://pad.cisti.org/p/MastostartTransRevEnEs" target="_blank">here</a> if you’d like to help
|
||||
|
|
|
@ -14,6 +14,7 @@
|
|||
</section>
|
||||
</div>
|
||||
</div>
|
||||
<div id="bmenu"></div>
|
||||
<div class="transrfh">
|
||||
This translation from english language needs some revisions and additions, please click <a href="https://pad.cisti.org/p/MastostartTransRevEnFr" target="_blank">here</a> if you’d like to help
|
||||
</div>
|
||||
|
|
|
@ -14,4 +14,5 @@
|
|||
</section>
|
||||
</div>
|
||||
</div>
|
||||
<div id="bmenu"></div>
|
||||
</body>
|
||||
|
|
Loading…
Reference in a new issue