Update html

This commit is contained in:
King_DuckZ 2017-08-08 00:06:51 +01:00
parent 0d19ca50ca
commit 5b33417979
6 changed files with 12 additions and 9 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

View File

@ -2,7 +2,7 @@
html {
margin: 0px;
padding: 0px;
width: 100%;
min-width: 100%;
}
body {
@ -10,7 +10,7 @@ body {
background: #303030;
margin: 0px;
padding-top: 0px;
width: 100%;
min-width: 100%;
}
/*style della barra di navigazione*/
@ -55,13 +55,14 @@ body {
.wrap {
margin: 20px;
width: 95%;
min-height: calc(90vh - 100px);
}
#PasteTextBox {
background-color: #303030;
color: #EDEDED;
resize: none;
height: calc(95vh - 200px);
height: calc(80vh - 200px);
width: 95%;
}
@ -102,12 +103,11 @@ body {
}
footer {
margin-left: 30px;
bottom: 5px;
/*position: absolute;*/
padding-left: 30px;
position: relative;
font-size: 15px;
color: #EDEDED;
width: 100%;
width: calc(100% - 200px);
}
#numbers {
@ -136,7 +136,6 @@ footer {
word-wrap: break-word;
}
#message {
color: #EDEDED;
font-size: 22px;

View File

@ -1,5 +1,6 @@
{{> page2-top}}
{{highlight_comment}}
{{#pastie_lines}}
<div>

View File

@ -6,4 +6,4 @@
<p>It will be deleted as soon as the link is open for the first time. Thanks for using KamoKan!</p>
</div>
{{> page2-bottom}}
{{> page2-bottom}}

View File

@ -15,7 +15,10 @@
<a href="{{host_path}}/"><img src="{{host_path}}/Pictures/new-ink.png" alt="new icon" class="icon-green" title="New"/></a>
{{#pastie_page}}
{{^selfdes}}
<a href="{{host_path}}/{{pastie_token}}"><img src="{{host_path}}/Pictures/text-ink.png" alt="text icon" class="icon-green" title="Text only"/></a>
<a href="{{host_path}}/edit.cgi?{{pastie_token}}"><img src="{{host_path}}/Pictures/edit-ink.png" alt="edit icon" class="icon-green" title="Edit"/></a>
{{/selfdes}}
{{/pastie_page}}
{{> github }}