diff --git a/html/website/Pictures/C++-icon.jpeg b/html/website/Pictures/C++-icon.jpeg deleted file mode 100644 index c745761..0000000 Binary files a/html/website/Pictures/C++-icon.jpeg and /dev/null differ diff --git a/html/website/Pictures/kamokan-icon-green.png b/html/website/Pictures/kamokan-icon-green.png deleted file mode 100644 index b37e15b..0000000 Binary files a/html/website/Pictures/kamokan-icon-green.png and /dev/null differ diff --git a/html/website/Pictures/kamokan-icon.png b/html/website/Pictures/kamokan-icon.png deleted file mode 100644 index 6c4a573..0000000 Binary files a/html/website/Pictures/kamokan-icon.png and /dev/null differ diff --git a/html/website/edit.html.mstch b/html/website/edit.html.mstch index 8a09ab8..4766078 100644 --- a/html/website/edit.html.mstch +++ b/html/website/edit.html.mstch @@ -1,32 +1,7 @@ - - - - - KamoKan - - - - - - - - - - -
-

kamokan 1.0.0

- kamokan icon - - new icon - duplicate and edit icon - text icon - c++ icon - github icon -
+{{> page1-top}}
-

+
- - +{{> page1-bottom}} diff --git a/html/website/error.html.mstch b/html/website/error.html.mstch index 98ec614..43061b8 100644 --- a/html/website/error.html.mstch +++ b/html/website/error.html.mstch @@ -1,11 +1,7 @@ -{{>head}} - -{{> topbar}} -
+{{> page2-top}} - {{error_message}} +
+

{{error_message}}

+
-
- - - +{{> page2-bottom}} \ No newline at end of file diff --git a/html/website/index.html.mstch b/html/website/index.html.mstch index 153d9ae..8519972 100644 --- a/html/website/index.html.mstch +++ b/html/website/index.html.mstch @@ -1,38 +1,7 @@ -{{> head}} - -
- - {{> topbar}} +{{> page1-top}}
-
-

Syntax Highlighting:

- - -

Paste Expiration:

- - -

Delete this text as soon as it has been read.

-
- -
- - {{> footer}} - - - +{{> page1-bottom}} \ No newline at end of file diff --git a/html/website/kamokan.css b/html/website/kamokan.css index 53581b0..f3b1e42 100644 --- a/html/website/kamokan.css +++ b/html/website/kamokan.css @@ -1,8 +1,8 @@ html { - height: 100%; margin: 0px; padding: 0px; + width: 100%; } body { @@ -10,6 +10,7 @@ body { background: #303030; margin: 0px; padding-top: 0px; + width: 100%; } /*style della barra di navigazione*/ @@ -48,10 +49,12 @@ body { .icon-right { float: right; + width: 95%; } .wrap { margin: 20px; + width: 95%; } #PasteTextBox { @@ -101,9 +104,10 @@ body { footer { margin-left: 30px; bottom: 5px; - position: fixed; + /*position: absolute;*/ font-size: 15px; color: #EDEDED; + width: 100%; } #numbers { @@ -111,24 +115,39 @@ footer { color: #EDEDED; font-family: monospace; width: 40px; - vertical-align: bottom; - border: solid red 1px; + user-select: none; + -moz-user-select: none; + -khtml-user-select: none; + -webkit-user-select: none; + -o-user-select: none; } #lines { display: table-cell; font-family: monospace; - border: solid green 1px; } #code { list-style-type: none; padding: 0px; margin: 0px; + width: 100%; white-space: pre; + word-wrap: break-word; +} + + +#message { + color: #EDEDED; + font-size: 22px; + text-align: center; +} + +.link { + color: RGBA(0, 242, 0, 1); } .mar-pad0 { margin: 0px; padding: 0px; -} +} \ No newline at end of file diff --git a/html/website/page1-bottom.mustache b/html/website/page1-bottom.mustache new file mode 100644 index 0000000..4a62cbf --- /dev/null +++ b/html/website/page1-bottom.mustache @@ -0,0 +1,28 @@ +
+

Syntax Highlighting:

+ + +

Paste Expiration:

+ + +

Delete this text as soon as it has been read.

+
+ + + + {{> footer}} + + + diff --git a/html/website/page1-top.mustache b/html/website/page1-top.mustache new file mode 100644 index 0000000..6986b69 --- /dev/null +++ b/html/website/page1-top.mustache @@ -0,0 +1,5 @@ +{{> head}} + +
+ + {{> topbar}} \ No newline at end of file diff --git a/html/website/page2-bottom.mustache b/html/website/page2-bottom.mustache new file mode 100644 index 0000000..43f1c9f --- /dev/null +++ b/html/website/page2-bottom.mustache @@ -0,0 +1,8 @@ + + + {{> footer}} + + + + + \ No newline at end of file diff --git a/html/website/page2-top.mustache b/html/website/page2-top.mustache new file mode 100644 index 0000000..7e302cb --- /dev/null +++ b/html/website/page2-top.mustache @@ -0,0 +1,6 @@ +{{> head}} + +
+ {{> topbar}} + +
diff --git a/html/website/pastie.html.mstch b/html/website/pastie.html.mstch index 092212c..f0cdfb3 100644 --- a/html/website/pastie.html.mstch +++ b/html/website/pastie.html.mstch @@ -1,25 +1,17 @@ -{{> head}} - -
- {{> topbar}} +{{> page2-top}} -
{{#pastie_lines}} -
+

{{number}}

-
  • {{line}}
  • +

    {{line}}

    {{/pastie_lines}} -
    -
    - {{> footer}} - - +{{> page2-bottom}} \ No newline at end of file diff --git a/html/website/saved.html.mstch b/html/website/saved.html.mstch new file mode 100644 index 0000000..65dfd2d --- /dev/null +++ b/html/website/saved.html.mstch @@ -0,0 +1,9 @@ +{{> page2-top}} + +
    +

    Your text has been saved in this link:

    + +

    It will be deleted as soon as the link is open for the first time. Thanks for using KamoKan!

    +
    + +{{> page2-bottom}} diff --git a/html/website/topbar.mustache b/html/website/topbar.mustache index 3befc07..4ae6756 100644 --- a/html/website/topbar.mustache +++ b/html/website/topbar.mustache @@ -2,13 +2,13 @@

    KamoKan

    kamokan icon - {{#pastie_page}} + {{^submit_page}} no-submit - {{/pastie_page}} + {{/submit_page}} - {{^pastie_page}} + {{#submit_page}} - {{/pastie_page}} + {{/submit_page}}