mirror of
https://github.com/KingDuckZ/kamokan.git
synced 2024-11-23 00:33:44 +00:00
Update html
This commit is contained in:
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 |
|
@ -2,7 +2,7 @@
|
||||||
html {
|
html {
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
width: 100%;
|
min-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
|
@ -10,7 +10,7 @@ body {
|
||||||
background: #303030;
|
background: #303030;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
padding-top: 0px;
|
padding-top: 0px;
|
||||||
width: 100%;
|
min-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*style della barra di navigazione*/
|
/*style della barra di navigazione*/
|
||||||
|
@ -55,13 +55,14 @@ body {
|
||||||
.wrap {
|
.wrap {
|
||||||
margin: 20px;
|
margin: 20px;
|
||||||
width: 95%;
|
width: 95%;
|
||||||
|
min-height: calc(90vh - 100px);
|
||||||
}
|
}
|
||||||
|
|
||||||
#PasteTextBox {
|
#PasteTextBox {
|
||||||
background-color: #303030;
|
background-color: #303030;
|
||||||
color: #EDEDED;
|
color: #EDEDED;
|
||||||
resize: none;
|
resize: none;
|
||||||
height: calc(95vh - 200px);
|
height: calc(80vh - 200px);
|
||||||
width: 95%;
|
width: 95%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -102,12 +103,11 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
margin-left: 30px;
|
padding-left: 30px;
|
||||||
bottom: 5px;
|
position: relative;
|
||||||
/*position: absolute;*/
|
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
color: #EDEDED;
|
color: #EDEDED;
|
||||||
width: 100%;
|
width: calc(100% - 200px);
|
||||||
}
|
}
|
||||||
|
|
||||||
#numbers {
|
#numbers {
|
||||||
|
@ -136,7 +136,6 @@ footer {
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#message {
|
#message {
|
||||||
color: #EDEDED;
|
color: #EDEDED;
|
||||||
font-size: 22px;
|
font-size: 22px;
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
{{> page2-top}}
|
{{> page2-top}}
|
||||||
|
|
||||||
|
{{highlight_comment}}
|
||||||
{{#pastie_lines}}
|
{{#pastie_lines}}
|
||||||
<div>
|
<div>
|
||||||
|
|
||||||
|
|
|
@ -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>
|
<p>It will be deleted as soon as the link is open for the first time. Thanks for using KamoKan!</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{{> page2-bottom}}
|
{{> page2-bottom}}
|
|
@ -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>
|
<a href="{{host_path}}/"><img src="{{host_path}}/Pictures/new-ink.png" alt="new icon" class="icon-green" title="New"/></a>
|
||||||
|
|
||||||
{{#pastie_page}}
|
{{#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}}/{{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}}
|
{{/pastie_page}}
|
||||||
|
|
||||||
{{> github }}
|
{{> github }}
|
||||||
|
|
Loading…
Reference in a new issue