Archived
1
0

Merge pull request #32 from 4cdn/patch-1

hawt
This commit is contained in:
Jeff 2015-11-19 20:47:29 -05:00
commit eb5ca66330
8 changed files with 15 additions and 15 deletions

View File

@ -1,7 +1,7 @@
<html> <html>
<head> <head>
<link rel="stylesheet" href="site.css"></link> <link rel="stylesheet" href="site.css" />
<title> NNTPChan Frequently Asked Questions</title> <title> NNTPChan Frequently Asked Questions </title>
</head> </head>
<body> <body>
<h2>NNTPChan faq </h2> <h2>NNTPChan faq </h2>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 858 KiB

View File

@ -7,7 +7,6 @@
color: #117743; color: #117743;
} }
.name , .subject { .name , .subject {
font-weight: bold; font-weight: bold;
} }
@ -16,7 +15,6 @@
text-align: center; text-align: center;
} }
input { input {
width: 70%; width: 70%;
} }
@ -69,7 +67,6 @@ hr {
border-style: solid none none; border-style: solid none none;
} }
a:hover , a:visited:hover { a:hover , a:visited:hover {
color: #f13333; color: #f13333;
} }
@ -110,7 +107,7 @@ a:visited {
} }
th { th {
background: #4DA6BD; background: #4DA6BD;
font-size: 10pt; font-size: 10pt;
padding-left: 10px; padding-left: 10px;
padding-right: 15px; padding-right: 15px;
@ -240,6 +237,10 @@ html {
width: 80%; width: 80%;
} }
#postform_attachment {
max-width: 330px;
}
#faq > div { #faq > div {
margin-left: 20%; margin-left: 20%;
width: 50%; width: 50%;
@ -308,7 +309,6 @@ textarea#reply-text {
right: 0; right: 0;
} }
hr { hr {
padding-bottom: 20px; padding-bottom: 20px;
} }

View File

@ -11,8 +11,8 @@
<html> <html>
<head> <head>
<link rel="stylesheet" href="{{prefix}}static/site.css"></link> <link rel="stylesheet" href="{{prefix}}static/site.css" />
<link rel="stylesheet" href="{{prefix}}static/user.css"></link> <link rel="stylesheet" href="{{prefix}}static/user.css" />
<title> {{frontend}} on nntpchan </title> <title> {{frontend}} on nntpchan </title>
</head> </head>
<body> <body>

View File

@ -11,7 +11,6 @@
<meta charset="utf-8"></meta> <meta charset="utf-8"></meta>
<link rel="stylesheet" href="{{prefix}}static/site.css" /> <link rel="stylesheet" href="{{prefix}}static/site.css" />
<link rel="stylesheet" href="{{prefix}}static/user.css" /> <link rel="stylesheet" href="{{prefix}}static/user.css" />
<style src="{{prefix}}static/user.css" type="text/css"></style>
<title> here is a new tripcode </title> <title> here is a new tripcode </title>
</head> </head>
<body> <body>
@ -19,4 +18,4 @@
<div id="secret_key">secret: {{secret}}</div><div id="public_key">public: {{public}}</div><div>tripcode: <span class="tripcode" id="capcode_key">{{{tripcode}}}</span></div> <div id="secret_key">secret: {{secret}}</div><div id="public_key">public: {{public}}</div><div>tripcode: <span class="tripcode" id="capcode_key">{{{tripcode}}}</span></div>
</pre> </pre>
</body> </body>
</html> </html>

View File

@ -6,7 +6,8 @@
}} }}
<html> <html>
<head> <head>
<link rel="stylesheet" href="{{prefix}}static/site.css"></link> <link rel="stylesheet" href="{{prefix}}static/site.css" />
<link rel="stylesheet" href="{{prefix}}static/user.css" />
<!-- yes it uses js --> <!-- yes it uses js -->
<script type="text/javascript" src="{{prefix}}static/mod.js"></script> <script type="text/javascript" src="{{prefix}}static/mod.js"></script>
<title> nntpchan mod page </title> <title> nntpchan mod page </title>

View File

@ -28,7 +28,7 @@
Comment Comment
</th> </th>
<td> <td>
<textarea id="postform_message" type="text" name="message" cols=40 rows=5></textarea> <textarea id="postform_message" name="message" cols=40 rows=5></textarea>
</td> </td>
</tr> </tr>
<tr> <tr>
@ -53,4 +53,4 @@
</div> </div>
</form> </form>
</body> </body>
</html> </html>

View File

@ -42,7 +42,7 @@
File File
</th> </th>
<td> <td>
<input type="file" name="attachment" style="max-width: 330px;" /> <input id="postform_attachment" type="file" name="attachment" />
</td> </td>
</tr> </tr>
<tr> <tr>