Browse Source

info seconds dots score cover

master
zeroth 4 years ago
parent
commit
1bbcfb4f9d
  1. 3
      contextualise.py
  2. 5
      static/css/stylepandoc.css

3
contextualise.py

@ -320,7 +320,8 @@ def get_file():
<div class="infos scorenumber">SCORE #'''+str(scorenumber)+'''</div> <div class="infos scorenumber">SCORE #'''+str(scorenumber)+'''</div>
<div class="infos author">By '''+userip+'''</div> <div class="infos author">By '''+userip+'''</div>
<!--<div class="infos globalname">Part of the Pushing Scores series</div>--> <!--<div class="infos globalname">Part of the Pushing Scores series</div>-->
<div class="infos publisher">Part of the <i>Pushing Scores</i> series<br> <div class="infos publisher">Part of the <i>Pushing Scores</i> series</div>
<div class="infos where"><i>Where every second is a dot and every line is a minute</i><br>
Published and distributed by <img src="static/logo/logo.png"></div> Published and distributed by <img src="static/logo/logo.png"></div>
<div class="infos time">On '''+str(clickongetfiletime)+'''</div> <div class="infos time">On '''+str(clickongetfiletime)+'''</div>
</div> </div>

5
static/css/stylepandoc.css

@ -47,9 +47,12 @@ div.author{
} }
div.publisher{ div.publisher{
margin-bottom: : 3mm; margin-bottom: : 3mm;
margin-top: 57.5%; margin-top: 55%;
} }
div.where{
margin-top: 1mm;
}
div.time{ div.time{
margin-top: 1mm; margin-top: 1mm;
} }

Loading…
Cancel
Save