Skip to content

Commit

Permalink
Add QR box
Browse files Browse the repository at this point in the history
  • Loading branch information
user.email committed Dec 3, 2018
1 parent 8021743 commit b1609f0
Show file tree
Hide file tree
Showing 10 changed files with 296 additions and 66 deletions.
65 changes: 65 additions & 0 deletions html/css/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -427,6 +427,71 @@ input.config-text {
box-shadow: 0px 0px 0px 0px #000000 !important;
}

div#qr-box {
padding: 1px;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
min-width: 300px;
background-color: lightgray;
border: 1px solid #000;
display: table;
}
div#qr-box input[type=text], div#qr-box textarea {
display: table-cell;
min-width: 300px;
background-color: #FFF !important;
color: #000 !important;
width: 100%;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
div#qr-box input[type=file] {
background-color: lightgray !important;
border: none !important;
color: #000 !important;
width: auto;
}
div#qr-box label {
color: #000;
}
div#qr-box textarea {
min-height: 40px;
}

div#qr-title {
background-color: #000;
min-width: 100%;
height: 22px;
color: #FFF;
text-align: right;
font-weight: bold;
width: 100%;
cursor: move;
}

div#qr-title span#qr-buttons {
padding: 4px;
}

div#qr-title * {
text-decoration: none;
color: #FFF;
font-size: 15px;
}

table#qr-postbox {
width: 100%;
}
table#qr-postbox input[type=text] {
width: 100%;
}
table#qr-postbox textarea {
background-color: #FFF !important;
color: #000;
}

header {
margin-top: 50px;
text-align: center;
Expand Down
2 changes: 1 addition & 1 deletion html/error/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
<h1>404: File not found</h1>
<img src="/error/lol 404.gif" border="0" alt="">
<p>The requested file could not be found on this server. Are you just typing random stuff in the address bar? If you followed a link from this site here, then post <a href="/site">here</a></p>
<hr><address>http://gochan.org powered by Gochan v2.4</address>
<hr><address>http://gochan.org powered by Gochan v2.5</address>
</body>
</html>
2 changes: 1 addition & 1 deletion html/error/500.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
<h1>500: Internal Server error</h1>
<img src="/error/derpy server.gif" border="0" alt="">
<p>The server encountered an error while trying to serve the page, and we apologize for the inconvenience. The <a href="https://en.wikipedia.org/wiki/Idiot">system administrator</a> will try to fix things as soon has he/she/it can.</p>
<hr><address>http://gochan.org powered by Gochan v2.4</address>
<hr><address>http://gochan.org powered by Gochan v2.5</address>
</body>
</html>
Loading

0 comments on commit b1609f0

Please sign in to comment.