diff options
| -rw-r--r-- | template.txt | 11 | 
1 files changed, 6 insertions, 5 deletions
| diff --git a/template.txt b/template.txt index 4c02b1a..13ddb6d 100644 --- a/template.txt +++ b/template.txt @@ -10,16 +10,17 @@  <link rel="icon" type="image/png" href="https://danieljon.es/favicon.png">  <title>{TITLE}</title>  <style> -body{margin-right: 5%; margin-left: 5%; font-family: Verdana} +body{font-family: "Misc Fixed"; font-weight: bold; background: #aaaaaa;}  img{max-width: 100%; max-height: 100%; overflow: hidden;} -pre{padding-top: 5px; padding-bottom: 5px; padding-left: 5px; padding-right: 5px; background: #d9d9ce; overflow: auto;} +pre{overflow: auto;}  .middle{text-align: center;}  .middiv{margin: auto; width: 80%;}  #gentag{text-align: center; font-size: 75%;} -h1,h2,h3,h4{padding-left: 5px;} +h1,h2,h3,h4{font-family: "Misc Fixed"; padding-left: 5px;} +hr{border-color: black;}  div.viewing{max-width: 70%; width: 100%; display: inline-block; margin: 10px;}  div.cover{display:inline-block; vertical-align: top; padding-top: 28px; padding-left: 15px; padding-bottom: 20px;} -.content{border: 1px solid black; border-radius: 5px; padding-top: 15px; padding-bottom: 15px; padding-left: 15px; padding-right: 15px; background: #eeeeec;} +.content{};  </style>  </head>  <body>  @@ -33,7 +34,7 @@ div.cover{display:inline-block; vertical-align: top; padding-top: 28px; padding-  <div class="content">  {CONTENT}  </div> -<br><br> <div class="middle"> <img src="https://danieljon.es/linuxfreak.png"> <br> <a id="gentag" href="https://gitlab.com/ubunchu-translators/ubunchu">source</a> </div> +<!-- <br><br> <div class="middle"> <img src="https://danieljon.es/linuxfreak.png"> <br> <a id="gentag" href="https://gitlab.com/ubunchu-translators/ubunchu">source</a> </div> -->  <br> <div id="gentag">page generated {TIME} using <a href="https://git.danieljon.es/website/">sitegenerator</a></div>  <!-- <a href="https://danieljon.es/girlslasttour"><img src="https://danieljon.es/media/chito.png" style="position: fixed; right: 0px; bottom: -0px; width: 80px; height: auto;"></a> -->  </body> | 
